Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-30Move non PSR-4 files from lib/private root to legacyRoeland Jago Douma
2016-04-07lib: Fix typos (found by codespell)Stefan Weil
2016-01-13Merge pull request #21630 from owncloud/add-some-security-headers-as-hardeningThomas Müller
2016-01-12Happy new year!Thomas Müller
2016-01-12Add X-Download-Options and X-Permitted-Cross-Domain-PoliciesLukas Reschke
2015-10-30Use getHttpProtocol instead of $_SERVERLukas Reschke
2015-09-29Add blob: scheme to default CSP policyLukas Reschke
2015-09-29Fix CSP for images for legacy appsOlivier Paroz
2015-06-25update license headers and authorsMorris Jobke
2015-04-20Add version to deprecation noticeLukas Reschke
2015-04-20Deprecate unused `\OCP\Response::sendFile`Lukas Reschke
2015-04-03Merge pull request #15229 from owncloud/response-setContentLengthHeaderThomas Müller
2015-03-27Add some generic default headers as well via PHPLukas Reschke
2015-03-26Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.Andreas Fischer
2015-03-26Update license headersJenkins for ownCloud
2015-03-02Let users configure security headers in their WebserverLukas Reschke
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-23Updating license headersJenkins for ownCloud
2015-02-18Merge pull request #13989 from owncloud/enhancment/security/11857Clark Tomlinson
2015-02-17Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke
2015-02-16Allow AppFramework applications to specify a custom CSP headerLukas Reschke
2014-10-30Allow any outgoing XHR connectionsLukas Reschke
2014-05-19Merge branch 'master' into cleanup-list-codeThomas Müller
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-13Fix all PHPDoc types and variable names, in /libRobin McCorkell
2014-05-12adding X-Robots-Tag to all responses of ownCloud + move addSecurityHeaders() ...Thomas Müller
2014-05-04Cleanup code a little bitLukas Reschke
2014-04-21Some more PHPDoc fixesLukas Reschke
2014-03-15Return 503 when a config/data dir error existsVincent Petry
2014-02-15Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2014-01-26New user agent added for the Freebox.Martial Saunois
2013-12-19Added isUserAgent() method to requestVincent Petry
2013-12-10Added workaround for Android content dispositionVincent Petry
2013-12-10Moved content disposition code+workarounds to OCP\ResponseVincent Petry
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller