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
2022-03-22Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling
2022-03-09Allow to set a strict-dynamic CSP through the APIenh/strict-dynamic-cspJulius Härtl
2022-02-28Fix testsJulius Härtl
2022-02-23Adjust and add unit testsJoas Schilling
2022-02-01send request id in response headerRobin Appelman
2022-01-13Check style updateCarl Schwan
2021-11-23Fix DateTime constructor calls with nullCôme Chilliet
2021-06-02Escape filename in Content-DispositionLukas Reschke
2020-11-18Set frame-ancestors to none if none are filledRoeland Jago Douma
2020-11-01Remove deprecated OCSResponseRoeland Jago Douma
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-10-02Fix testsJoas Schilling
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-07-23Use assertStringContainsString instead of assertContains on stringsMorris Jobke
2020-07-02Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validatingJoas Schilling
2020-06-25Fix robots "noindex, nofollow" signalsJoas Schilling
2020-06-22Merge pull request #21479 from nextcloud/fix/21474/allow_specifying_cookie_typeblizzz
2020-06-22Allow to specify the cookie type for appframework responsesRoeland Jago Douma
2020-06-21Fix unit test of the ResponseTestRoeland Jago Douma
2020-05-13Merge pull request #20939 from nextcloud/enh/middleware/not_modifiedRoeland Jago Douma
2020-05-13Move the notmodified check to middleware where it belongsRoeland Jago Douma
2020-05-12Fix http cache testClement Wong
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-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-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-22Some php-cs fixesRoeland 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-04-16Set empty CSP by defaultRoeland Jago Douma
2019-01-08Set default frame-ancestors to 'self'Roeland Jago Douma
2019-01-07CSP: Allow fonts to be provided in dataRoeland Jago Douma
2018-12-17Only trust the X-FORWARDED-HOST header for trusted proxiesRoeland 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-06-04Move caching logic to responseRoeland Jago Douma