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
2020-05-13Merge pull request #20939 from nextcloud/enh/middleware/not_modifiedRoeland Jago Douma
2020-05-13Merge pull request #20897 from nextcloud/bugfix/httpcacheRoeland Jago Douma
2020-05-13Move the notmodified check to middleware where it belongsRoeland Jago Douma
2020-05-12Fix http cache testClement Wong
2020-05-12Add AppFramework GZip middleware to gzip responsesRoeland Jago Douma
2020-04-22Fix new routing in settings etcRoeland Jago Douma
2020-04-18Extend tests for root urlJoas Schilling
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use a blank line after the opening tagChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-04-08Fix multiline commentsChristoph Wurst
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-01-23Add test to trigger "Trying to access array offset on value of type int"Daniel Kesselberg
2020-01-16Make getServerHost more robust to faulty user inputDaniel Kesselberg
2019-12-27Modify regex to match some other chromium browsersDaniel Kesselberg
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-26Merge pull request #17948 from nextcloud/enh/check-if-property-is-boolRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-16Make isXXX available for bool properties onlyDaniel Kesselberg
2019-09-28Move settings to an appChristoph Wurst
2019-08-28SessionMiddleware: declare session propertyRoeland Jago Douma
2019-08-10Add testsRoeland Jago Douma
2019-08-10Add feature policy headerRoeland Jago Douma
2019-07-31Update CSP test cases to handle the new form-actionRoeland Jago Douma
2019-07-27Split up security middlewareRoeland Jago Douma
2019-05-24Merge pull request #15714 from nextcloud/fix/204_304_rfcRoeland Jago Douma
2019-05-24Check the actual status code for 204 and 304Roeland Jago Douma
2019-05-23Make it possible to show admin settings for sub adminsChristoph Wurst
2019-04-16Set empty CSP by defaultRoeland Jago Douma
2019-03-25[#11236] Set parameter type in QBMapperMarius David Wieschollek
2019-02-06Add StandaloneTemplateResponseRoeland Jago Douma
2019-02-05No need to emit additonalscript event on public pagesRoeland Jago Douma
2019-01-31Emit to load additionalscriptsRoeland Jago Douma
2019-01-22Allow resources via OCS as wellJoas Schilling
2019-01-08Set default frame-ancestors to 'self'Roeland Jago Douma
2019-01-07CSP: Allow fonts to be provided in dataRoeland Jago Douma
2019-01-03Cleanup middleware registeringRoeland Jago Douma
2018-12-17Only trust the X-FORWARDED-HOST header for trusted proxiesRoeland Jago Douma
2018-11-02Fix testsRoeland Jago Douma
2018-10-30Adding handling of CIDR notation to trusted_proxies for IPv4Oliver Wegner
2018-10-21Add report-uri to CSPRoeland Jago Douma