aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/Middleware
Commit message (Expand)AuthorAgeFilesLines
* Check style updateCarl Schwan2022-01-133-17/+17
* Add admin privilege delegation for admin settingsCarl Schwan2021-09-291-1/+11
* Move DateTime::RFC2822 to DateTimeInterface::2822Christoph Wurst2021-06-231-3/+3
* Move DateTime::ATOM to DateTimeInterface::ATOMChristoph Wurst2021-06-231-2/+2
* Fix warnings about logExceptionJoas Schilling2021-06-041-2/+2
* Fix unauthorized OCS status in provisioningJoas Schilling2021-05-121-50/+49
* Merge pull request #26591 from nextcloud/techdebt/noid/less-iloggerChristoph Wurst2021-04-271-3/+3
|\
| * Fix unit testsJoas Schilling2021-04-271-3/+3
* | Fix ratelimit templateJoas Schilling2021-04-271-11/+9
|/
* Remove deprecated \OCP\APIRoeland Jago Douma2021-03-031-4/+4
* Remove OCSResponse type hint - see #23827Morris Jobke2020-11-031-1/+0
* Format code to a single space around binary operatorsChristoph Wurst2020-10-053-3/+3
* More test fixingJoas Schilling2020-08-191-2/+2
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-127-43/+43
* Add real events to load additionalscriptsRoeland Jago Douma2020-07-151-9/+46
* Update SecurityMiddleware.phpHolger Hees2020-07-061-1/+1
* Move the notmodified check to middleware where it belongsRoeland Jago Douma2020-05-131-0/+106
* Add AppFramework GZip middleware to gzip responsesRoeland Jago Douma2020-05-121-0/+163
* Format control structures, classes, methods and functionChristoph Wurst2020-04-107-13/+5
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-093-36/+36
* Use a blank line after the opening tagChristoph Wurst2020-04-093-0/+3
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-275-14/+0
|\
| * Remove unused importsChristoph Wurst2020-03-255-14/+0
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-253-18/+18
|/
* Mode to modern phpunitRoeland Jago Douma2019-11-276-18/+24
* Make phpunit8 compatibleRoeland Jago Douma2019-11-2714-14/+14
* Some php-cs fixesRoeland Jago Douma2019-11-229-13/+9
* SessionMiddleware: declare session propertyRoeland Jago Douma2019-08-281-12/+4
* Add testsRoeland Jago Douma2019-08-101-0/+89
* Split up security middlewareRoeland Jago Douma2019-07-272-97/+149
* Make it possible to show admin settings for sub adminsChristoph Wurst2019-05-231-16/+47
* Add StandaloneTemplateResponseRoeland Jago Douma2019-02-061-0/+17
* No need to emit additonalscript event on public pagesRoeland Jago Douma2019-02-051-0/+10
* Emit to load additionalscriptsRoeland Jago Douma2019-01-311-0/+108
* Do not use file as template parameterRoeland Jago Douma2018-08-091-1/+1
* Add PublicShareMiddlewareTestRoeland Jago Douma2018-06-201-0/+287
* Add testsRoeland Jago Douma2018-03-081-10/+78
* Provide translated error message for permission errorMorris Jobke2018-02-261-7/+7
* Fix testsRoeland Jago Douma2018-02-211-0/+2
* Update testsRoeland Jago Douma2018-01-291-8/+20
* Fix risky tests without assertionsJoas Schilling2018-01-253-4/+7
* Fix "Undefined method setExpectedException()"Joas Schilling2018-01-243-7/+7
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-4/+2
* Move passwordconfirmation to its own midlewareRoeland Jago Douma2018-01-022-10/+130
* disable password confirmation with SSOBjoern Schiessle2018-01-021-1/+10
* Merge pull request #6921 from nextcloud/appmanager-securitymiddlewareRoeland Jago Douma2017-10-241-1/+9
|\
| * Use proper DI for security middleware for app enabled checkMorris Jobke2017-10-241-1/+9
* | Use ::class in test mocksMorris Jobke2017-10-243-3/+6
|/
* Handle SameSiteCookie check for index.php in AppFramework MiddlewareRoeland Jago Douma2017-09-241-0/+133
* Remove explicit type hints for ControllerLukas Reschke2017-08-011-4/+4