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-02-23Fix testsJoas Schilling
2022-01-13Check style updateCarl Schwan
2021-09-29Add admin privilege delegation for admin settingsCarl Schwan
2021-06-23Move DateTime::RFC2822 to DateTimeInterface::2822Christoph Wurst
2021-06-23Move DateTime::ATOM to DateTimeInterface::ATOMChristoph Wurst
2021-06-04Fix warnings about logExceptionJoas Schilling
2021-05-12Fix unauthorized OCS status in provisioningJoas Schilling
2021-04-27Merge pull request #26591 from nextcloud/techdebt/noid/less-iloggerChristoph Wurst
2021-04-27Fix unit testsJoas Schilling
2021-04-27Fix ratelimit templateJoas Schilling
2021-03-03Remove deprecated \OCP\APIRoeland Jago Douma
2020-11-03Remove OCSResponse type hint - see #23827Morris Jobke
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-19More test fixingJoas Schilling
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-07-15Add real events to load additionalscriptsRoeland Jago Douma
2020-07-06Update SecurityMiddleware.phpHolger Hees
2020-05-13Move the notmodified check to middleware where it belongsRoeland Jago Douma
2020-05-12Add AppFramework GZip middleware to gzip responsesRoeland Jago Douma
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use a blank line after the opening tagChristoph Wurst
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
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-28SessionMiddleware: declare session propertyRoeland Jago Douma
2019-08-10Add testsRoeland Jago Douma
2019-07-27Split up security middlewareRoeland Jago Douma
2019-05-23Make it possible to show admin settings for sub adminsChristoph Wurst
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
2018-08-09Do not use file as template parameterRoeland Jago Douma
2018-06-20Add PublicShareMiddlewareTestRoeland Jago Douma
2018-03-08Add testsRoeland Jago Douma
2018-02-26Provide translated error message for permission errorMorris Jobke
2018-02-21Fix testsRoeland Jago Douma
2018-01-29Update testsRoeland Jago Douma
2018-01-25Fix risky tests without assertionsJoas Schilling
2018-01-24Fix "Undefined method setExpectedException()"Joas Schilling
2018-01-23Properly log the full exception instead of only the messageMorris Jobke
2018-01-02Move passwordconfirmation to its own midlewareRoeland Jago Douma
2018-01-02disable password confirmation with SSOBjoern Schiessle
2017-10-24Merge pull request #6921 from nextcloud/appmanager-securitymiddlewareRoeland Jago Douma
2017-10-24Use ::class in test mocksMorris Jobke
2017-10-24Use proper DI for security middleware for app enabled checkMorris Jobke
2017-09-24Handle SameSiteCookie check for index.php in AppFramework MiddlewareRoeland Jago Douma