aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/Middleware
Commit message (Expand)AuthorAgeFilesLines
* chore: run rectorrector-phpunit10Robin Appelman2025-07-016-122/+42
* chore: apply new CSFixer rulesFerdinand Thiessen2025-07-017-4/+11
* chore: run rector on tests with new rulerector-testsRobin Appelman2025-06-121-1/+1
* chore: run rector on testsRobin Appelman2025-06-1211-32/+39
* fix: use correct format for expires, last-modified, and if-modified-since hea...Daniel Kesselberg2025-06-101-3/+3
* test: Fix coding standardsci/noid/update-phpunit10Joas Schilling2025-05-152-4/+5
* test: Fix tests/lib/App*Joas Schilling2025-05-159-109/+78
* test: Remove more withConsecutiveJoas Schilling2025-05-151-12/+29
* fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlistbugfix/noid/allow-ratelimit-bypassJoas Schilling2025-01-271-1/+9
* test:(PasswordConfirmationMiddleware): Fix constructor callLouis Chemineau2024-11-281-5/+14
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-1512-63/+63
* chore: Remove unused `CsrfTokenManager` from `CSPMiddleware`Ferdinand Thiessen2024-08-311-5/+0
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-8/+8
* perf: delay getting (sub)admin status for user in the security middleware unt...Robin Appelman2024-08-231-2/+15
* feat: Provide CSP nonce as `<meta>` elementFerdinand Thiessen2024-08-131-1/+0
* test: Adjust tests for CSP nonceFerdinand Thiessen2024-08-131-12/+8
* fix(files_sharing): show proper share not found error messageskjnldsv2024-08-061-2/+4
* feat(security): Add public API to allow validating IP Ranges and checking for...Joas Schilling2024-07-191-2/+2
* feat(security): restrict admin actions to IP rangesBenjamin Gaussorgues2024-07-191-1/+5
* feat(Security): Warn about using annotations instead of attributesprovokateurin2024-07-182-12/+19
* feat(AppFramework): Add ExAppRequired attributeprovokateurin2024-07-012-1/+58
* refactor(Token): introduce scope constantsArthur Schiwon2024-06-051-1/+1
* fix(Session): avoid password confirmation on SSOArthur Schiwon2024-06-052-1/+63
* chore: Add SPDX headerAndy Scherzinger2024-05-1321-369/+47
* fix: add check for app_api_system session flag to bypass rate limitFlorian Klinger2024-03-181-1/+5
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-283-10/+11
* fix!: Remove legacy event dispatching Symfony's GenericEvent from AdditionalS...Joas Schilling2023-07-271-41/+0
* 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
|\