]> source.dussan.org Git - nextcloud-server.git/commit
Add ETag validation to appstore requests 2814/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Thu, 22 Dec 2016 08:46:10 +0000 (09:46 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 5 Jan 2017 13:26:09 +0000 (14:26 +0100)
commitfc04779a26ac4119cc5c63dd89bb6039b461d1d9
tree94cecadacd8e604b601ab42b76464b56d4678172
parent0453c470233373cd9b0c317aad358019758932d9
Add ETag validation to appstore requests

* If the ETag if present store it
* If a stored ETag is present then pass it along (with the original
response) to get
* Add tests
* Added files to classmap

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
lib/private/App/AppStore/Fetcher/AppFetcher.php
lib/private/App/AppStore/Fetcher/Fetcher.php
tests/lib/App/AppStore/Fetcher/AppFetcherTest.php
tests/lib/App/AppStore/Fetcher/FetcherBase.php