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-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
2018-10-14Disallow unsafe-eval by defaultRoeland Jago Douma
2018-08-09Do not use file as template parameterRoeland Jago Douma
2018-06-20Fix direct access to authen pageRoeland Jago Douma
2018-06-20Add AuthPublicShareControllerTestRoeland Jago Douma
2018-06-20Add PublicShareControllerTestsRoeland Jago Douma
2018-06-20Add PublicShareMiddlewareTestRoeland Jago Douma
2018-06-04Move caching logic to responseRoeland Jago Douma
2018-03-08Merge pull request #8593 from eneiluj/masterMorris Jobke
2018-03-08Add testsRoeland Jago Douma