16 コミット (b0a296e2e1dd1b173d9cab8c82158ac6bfb86f9e)

作成者 SHA1 メッセージ 日付
  Morris Jobke b0a296e2e1
Do not use HTTP code OC_Response constants anymore 5年前
  Morris Jobke 79d9841bce
Replace hardcoded status headers with calls to http_response_code() 5年前
  Morris Jobke 53a899a1f5
Fix the HTTP 1.0 status code and properly detect 1.0 vs 1.1&2.0 6年前
  Morris Jobke e758cfcdc8
Remove unused methods of OC_Response 6年前
  Morris Jobke 70b1f510f2
Use normal header() calls instead of private method calls 6年前
  Morris Jobke 0eebff152a
Update license headers 6年前
  Lukas Reschke dfd8125aeb
Replace wrong PHPDocs 6年前
  Joas Schilling bd37021587
Fix casing of same origin frame option 7年前
  Lukas Reschke 3a90ab7e0a
Update legacy CSP policy 7年前
  Lukas Reschke bff6c8aafc
Move X-Frame-Options into PHP 7年前
  Lukas Reschke fdcb8edd78
Add nonce also to legacy CSP 7年前
  Sergio Bertolín 0417cbafd0
Changed request to not add a prefix to the url (#26256) 7年前
  Joas Schilling ba87db3fcc
Fix others 7年前
  Lukas Reschke aba539703c
Update license headers 8年前
  Roeland Jago Douma 368be8894c
Move non PSR-4 files from lib/private root to legacy 8年前
  Stefan Weil b1a856d7b7 lib: Fix typos (found by codespell) 8年前
  Thomas Müller 682821c71e Happy new year! 8年前
  Lukas Reschke 4d0dcd3c53 Add X-Download-Options and X-Permitted-Cross-Domain-Policies 8年前
  Lukas Reschke bafb86fb9f Use getHttpProtocol instead of $_SERVER 8年前
  Lukas Reschke e735a9915c Add blob: scheme to default CSP policy 8年前
  Olivier Paroz c4bac1655d Fix CSP for images for legacy apps 8年前
  Morris Jobke f63915d0c8 update license headers and authors 9年前
  Lukas Reschke a98b819366 Add version to deprecation notice 9年前
  Lukas Reschke f672e120fc Deprecate unused `\OCP\Response::sendFile` 9年前
  Lukas Reschke 9d1ce53cb1 Add some generic default headers as well via PHP 9年前
  Andreas Fischer 0f58315543 Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround. 9年前
  Jenkins for ownCloud b585d87d9d Update license headers 9年前
  Lukas Reschke bbd5f28415 Let users configure security headers in their Webserver 9年前
  Morris Jobke 06aef4e8b1 Revert "Updating license headers" 9年前
  Jenkins for ownCloud 6a1a4880f0 Updating license headers 9年前
  Lukas Reschke 886bda5f81 Refactor OC_Request into TrustedDomainHelper and IRequest 9年前
  Lukas Reschke b20174bdad Allow AppFramework applications to specify a custom CSP header 9年前
  Lukas Reschke b3f881748d Allow any outgoing XHR connections 9年前
  Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 10年前
  Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 10年前
  Thomas Müller 3cd32dcb7c adding X-Robots-Tag to all responses of ownCloud + move addSecurityHeaders() to OC_Response, which seems to be a more reasonable place 10年前
  Lukas Reschke 0b7d9e2668 Cleanup code a little bit 10年前
  Lukas Reschke e88731a477 Some more PHPDoc fixes 10年前
  Vincent Petry b619ff6076 Return 503 when a config/data dir error exists 10年前
  Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 10年前
  Martial Saunois c2ed8d5aa1 New user agent added for the Freebox. 10年前
  Vincent Petry 09bd5bd517 Added isUserAgent() method to request 10年前
  Vincent Petry 82bf1f9c8c Added workaround for Android content disposition 10年前
  Vincent Petry 409b510889 Moved content disposition code+workarounds to OCP\Response 10年前
  Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 10年前
  Jörn Friedrich Dreyer 8dc6bdd96b clean up usage of DatabaseSetupException and catch Exceptions in entrypoints 11年前
  Sam Tuke 8b01286a5d Merged branch 'master' 11年前
  Bart Visscher 386d1ac49f Fix setEtagHeader function 11年前
  Thomas Tanghus 71aa36c3f1 ETags must be quoted. 12年前
  Bart Visscher f54c767d72 Fix parameter of OC_Response::sendFile 12年前