summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Middleware
Commit message (Expand)AuthorAgeFilesLines
* fix(middleware): Also abort the request when reaching max delay in afterContr...Joas Schilling2023-05-151-22/+30
* feat(security): Add PHP \Attribute for remaining security annotationsJoas Schilling2023-04-254-27/+132
* feat(ratelimit): Add Attributes support to rate limit middlewareJoas Schilling2023-04-241-41/+77
* fix(security)!: Use consistent HTTP status for strict cookie checksChristoph Wurst2023-04-171-0/+3
* Add a debug message when throttling without definingJoas Schilling2023-03-081-10/+9
* feat(middleware): Migrate BruteForceProtection annotation to PHP Attribute an...Joas Schilling2023-03-081-5/+43
* fix(CORS): CORS should only be bypassed on `PublicPage` if not logged in to p...Ferdinand Thiessen2023-02-161-1/+1
* feat(app-framework): Add UseSession attribute to replace annotationChristoph Wurst2023-01-271-4/+30
* composer run cs:fixCôme Chilliet2023-01-2010-15/+5
* use bruteforce protection on all methods wrapped by PublicShareMiddlewareJulien Veyssier2022-12-071-1/+21
* Allow CSRF on CORS routesJonas Rittershofer2022-09-211-0/+4
* Reopen sessions if we need to write to them instead of keeping them openJulius Härtl2022-08-171-2/+2
* Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-11/+3
* Add direct arg to login flowVincent Petry2022-03-281-0/+3
* Check style updateCarl Schwan2022-01-131-1/+1
* Pass username prefill through unauthenticated request redirectsJulius Härtl2021-12-291-0/+4
* Add admin privilege delegation for admin settingsCarl Schwan2021-09-291-5/+42
* Move DateTime::RFC2822 to DateTimeInterface::2822Christoph Wurst2021-06-231-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0426-46/+24
* fix error when using CORS with no auth credentialskorelstar2021-05-181-5/+4
* Fix unauthorized OCS status in provisioningJoas Schilling2021-05-121-2/+10
* Merge pull request #26591 from nextcloud/techdebt/noid/less-iloggerChristoph Wurst2021-04-271-6/+5
|\
| * Less ILoggerJoas Schilling2021-04-271-6/+5
* | Fix ratelimit templateJoas Schilling2021-04-271-14/+7
|/
* Remove deprecated \OCP\APIRoeland Jago Douma2021-03-031-3/+2
* Format code to a single space around binary operatorsChristoph Wurst2020-10-053-5/+5
* Add acutal response to BeforeTemplateRenderedEventJulius Härtl2020-09-241-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-245-2/+9
* Fix CSJoas Schilling2020-08-191-0/+1
* Send "429 Too Many Requests" in case of brute force protectionJoas Schilling2020-08-191-1/+27
* Move NotFoundResponse to a proper TemplateResponseJulius Härtl2020-07-241-9/+8
* Add real events to load additionalscriptsRoeland Jago Douma2020-07-151-5/+15
* Update SecurityMiddleware.phpHolger Hees2020-07-061-1/+1
* Allow TemplateResponse to be compressedMorris Jobke2020-05-151-0/+4
* Move the notmodified check to middleware where it belongsRoeland Jago Douma2020-05-131-0/+56
* Add AppFramework GZip middleware to gzip responsesRoeland Jago Douma2020-05-121-0/+86
* Update license headers for 19Christoph Wurst2020-04-298-0/+8
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1015-45/+35
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-093-7/+7
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-2/+2
* Remove unused importsChristoph Wurst2020-03-253-7/+0
* Fix loaded controller checkJoas Schilling2020-01-211-1/+1
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* Merge pull request #18256 from nextcloud/files-aditional-scripts-new-eventsRoeland Jago Douma2019-12-091-2/+3
|\
| * use OCP\EventDispatcher\GenericEvent in more placesRobin Appelman2019-12-091-2/+3
* | Update license headersChristoph Wurst2019-12-0524-27/+90
|/
* Some php-cs fixesRoeland Jago Douma2019-11-226-10/+11
* Merge pull request #17850 from nextcloud/bugfix/noid/mark-spreed-as-active-on...Joas Schilling2019-11-201-0/+6
|\
| * Make phan happy ;)Daniel Kesselberg2019-11-191-1/+2