Andy Scherzinger
|
dae7c159f7
chore: Add SPDX header
|
6 mēneši atpakaļ |
Joas Schilling
|
25309bcb45
techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25
|
1 gadu atpakaļ |
Joas Schilling
|
381c35080d
fix(middleware): Fix header injection for bruteforce middleware
|
1 gadu atpakaļ |
Joas Schilling
|
2f06f2355d
feat: Add a header which signals that the request was throttled
|
1 gadu atpakaļ |
Joas Schilling
|
3a6bc7aba2
fix(middleware): Also abort the request when reaching max delay in afterController
|
1 gadu atpakaļ |
Joas Schilling
|
2b49861679
Add a debug message when throttling without defining
|
1 gadu atpakaļ |
Joas Schilling
|
e839eb9b5c
feat(middleware): Migrate BruteForceProtection annotation to PHP Attribute and allow multiple
|
1 gadu atpakaļ |
Carl Schwan
|
b70c6a128f
Update core to PHP 7.4 standard
|
2 gadi atpakaļ |
John Molakvoæ (skjnldsv)
|
215aef3cbd
Update php licenses
|
3 gadi atpakaļ |
Christoph Wurst
|
2a054e6c04
Update the license headers for Nextcloud 20
|
4 gadi atpakaļ |
Joas Schilling
|
35a8519591
Fix CS
|
4 gadi atpakaļ |
Joas Schilling
|
e66bc4a8a7
Send "429 Too Many Requests" in case of brute force protection
|
4 gadi atpakaļ |
Christoph Wurst
|
cb057829f7
Update license headers for 19
|
4 gadi atpakaļ |
Christoph Wurst
|
caff1023ea
Format control structures, classes, methods and function
|
4 gadi atpakaļ |
Christoph Wurst
|
5bf3d1bb38
Update license headers
|
5 gadi atpakaļ |
Morris Jobke
|
d3d045dd5c
Remove unused import statements
|
6 gadi atpakaļ |
Morris Jobke
|
0eebff152a
Update license headers
|
7 gadi atpakaļ |
Lukas Reschke
|
f93a82b8b0
Remove explicit type hints for Controller
|
7 gadi atpakaļ |
Morris Jobke
|
84c22fdeef
Merge pull request #5907 from nextcloud/add-metadata-to-throttle-call
|
7 gadi atpakaļ |
Roeland Jago Douma
|
3548603a88
Fix middleware implementations signatures
|
7 gadi atpakaļ |
Lukas Reschke
|
f22ab3e665
Add metadata to \OCP\AppFramework\Http\Response::throttle
|
7 gadi atpakaļ |
Lukas Reschke
|
8149945a91
Make BruteForceProtection annotation more clever
|
7 gadi atpakaļ |