Add login check witouth reloading page

This commit is contained in:
manzerbredes 2016-03-21 06:47:01 +01:00
parent 3216a69b75
commit 3c336f00d2
284 changed files with 141 additions and 31 deletions

0
server/vendor/guzzlehttp/guzzle/.travis.yml vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/CHANGELOG.md vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/LICENSE vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/README.md vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/UPGRADING.md vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/composer.json vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/Client.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/ClientInterface.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php vendored Normal file → Executable file
View file

View file

0
server/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php vendored Normal file → Executable file
View file

View file

0
server/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php vendored Normal file → Executable file
View file

View file

0
server/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/HandlerStack.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/MessageFormatter.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/Middleware.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/Pool.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/RequestOptions.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/TransferStats.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/UriTemplate.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/functions.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/guzzle/src/functions_include.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/.gitignore vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/.travis.yml vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/CHANGELOG.md vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/LICENSE vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/Makefile vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/README.md vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/composer.json vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/phpunit.xml.dist vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/src/AggregateException.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/src/CancellationException.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/src/EachPromise.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/src/FulfilledPromise.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/src/Promise.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/src/PromiseInterface.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/src/PromisorInterface.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/src/RejectedPromise.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/src/RejectionException.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/src/TaskQueue.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/src/functions.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/src/functions_include.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/tests/AggregateExceptionTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/tests/EachPromiseTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/tests/FulfilledPromiseTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/tests/NotPromiseInstance.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/tests/PromiseTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/tests/RejectedPromiseTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/tests/RejectionExceptionTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/tests/TaskQueueTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/tests/Thennable.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/tests/bootstrap.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/promises/tests/functionsTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/.gitignore vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/.travis.yml vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/CHANGELOG.md vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/LICENSE vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/Makefile vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/README.md vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/composer.json vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/phpunit.xml.dist vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/src/AppendStream.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/src/BufferStream.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/src/CachingStream.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/src/DroppingStream.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/src/FnStream.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/src/InflateStream.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/src/LazyOpenStream.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/src/LimitStream.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/src/MessageTrait.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/src/MultipartStream.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/src/NoSeekStream.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/src/PumpStream.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/src/Request.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/src/Response.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/src/Stream.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/src/StreamWrapper.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/src/Uri.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/src/functions.php vendored Normal file → Executable file
View file

Some files were not shown because too many files have changed in this diff Show more