summaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/Middleware
Commit message (Expand)AuthorAgeFilesLines
* fix(middleware): Also abort the request when reaching max delay in afterContr...Joas Schilling2023-05-151-7/+7
* feat(security): Add PHP \Attribute for remaining security annotationsJoas Schilling2023-04-258-250/+801
* feat(ratelimit): Add Attributes support to rate limit middlewareJoas Schilling2023-04-241-103/+170
* feat(app-framework): Add native argument types for middlewareChristoph Wurst2023-04-181-8/+8
* Add a debug message when throttling without definingJoas Schilling2023-03-081-6/+33
* feat(middleware): Migrate BruteForceProtection annotation to PHP Attribute an...Joas Schilling2023-03-081-61/+168
* fix(CORS): CORS should only be bypassed on `PublicPage` if not logged in to p...Ferdinand Thiessen2023-02-161-1/+35
* feat(app-framework): Add UseSession attribute to replace annotationChristoph Wurst2023-01-271-53/+100
* composer run cs:fixCôme Chilliet2023-01-2012-12/+0
* use bruteforce protection on all methods wrapped by PublicShareMiddlewareJulien Veyssier2022-12-071-1/+6
* Fix SessionMiddlewareTest and cover new case with reopeningJulius Härtl2022-08-241-3/+17
* Merge pull request #32587 from nextcloud/bugfix/noid/improve-jsconfighelperJoas Schilling2022-05-311-72/+52
|\
| * Restore old behaviour of sending flase for not found appsJoas Schilling2022-05-301-72/+52
* | Update core to PHP 7.4 standardCarl Schwan2022-05-201-2/+1
|/
* Fix testsJoas Schilling2022-02-234-24/+28
* 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