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/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