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

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

0
server/vendor/guzzlehttp/psr7/tests/AppendStreamTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/tests/BufferStreamTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/tests/CachingStreamTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/tests/DroppingStreamTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/tests/FnStreamTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/tests/FunctionsTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/tests/InflateStreamTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/tests/LazyOpenStreamTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/tests/LimitStreamTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/tests/MultipartStreamTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/tests/NoSeekStreamTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/tests/PumpStreamTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/tests/RequestTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/tests/ResponseTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/tests/StreamDecoratorTraitTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/tests/StreamTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/tests/StreamWrapperTest.php vendored Normal file → Executable file
View file

0
server/vendor/guzzlehttp/psr7/tests/UriTest.php vendored Normal file → Executable file
View file

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