nextcloud/lib/private/appframework
Roeland Jago Douma f12caf930e Properly return 304
The ETag set in the IF_NONE_MODIFIED header is wraped in quotes (").
However the ETag that is set in response is not (yet). Also we need to
cast the ETag to a string.

* Added unit test
2015-09-01 11:04:41 +02:00
..
core Update license headers 2015-03-26 11:44:36 +01:00
db add method to check if we're inside a transaction 2015-08-10 14:15:44 +02:00
dependencyinjection Merge pull request #17852 from owncloud/register-alias-factory 2015-08-11 13:30:56 +01:00
http Decode request content only on getContent 2015-08-31 01:05:25 +01:00
middleware Return proper status code in case of a CORS exception 2015-07-20 12:54:22 +02:00
routing Update license headers 2015-03-26 11:44:36 +01:00
utility Merge pull request #17982 from owncloud/appframework-sanitize-name 2015-08-12 12:19:24 +02:00
app.php update license headers and authors 2015-06-25 14:13:49 +02:00
http.php Properly return 304 2015-09-01 11:04:41 +02:00