Joas Schilling
|
ecb8b55c5c
feat(security): Add PHP \Attribute for remaining security annotations
|
1 gadu atpakaļ |
Côme Chilliet
|
f5c361cf44
composer run cs:fix
|
1 gadu atpakaļ |
Joas Schilling
|
d078d53683
Fix tests
|
2 gadi atpakaļ |
Carl Schwan
|
6312c0df69
Check style update
|
2 gadi atpakaļ |
Carl Schwan
|
6958d8005a
Add admin privilege delegation for admin settings
|
3 gadi atpakaļ |
Joas Schilling
|
181aab416a
Fix warnings about logException
|
3 gadi atpakaļ |
Joas Schilling
|
df47445c01
Fix unit tests
|
3 gadi atpakaļ |
Christoph Wurst
|
d9015a8c94
Format code to a single space around binary operators
|
4 gadi atpakaļ |
Morris Jobke
|
234b510652
Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject
|
4 gadi atpakaļ |
Holger Hees
|
e70249e089
Update SecurityMiddleware.php
|
4 gadi atpakaļ |
Christoph Wurst
|
caff1023ea
Format control structures, classes, methods and function
|
4 gadi atpakaļ |
Christoph Wurst
|
afbd9c4e6e
Unify function spacing to PSR2 recommendation
|
4 gadi atpakaļ |
Christoph Wurst
|
463b388589
Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports
|
4 gadi atpakaļ |
Christoph Wurst
|
2ee65f177e
Use the shorter phpunit syntax for mocked return values
|
4 gadi atpakaļ |
Christoph Wurst
|
74936c49ea
Remove unused imports
|
4 gadi atpakaļ |
Roeland Jago Douma
|
3a7cf40aaa
Mode to modern phpunit
|
5 gadi atpakaļ |
Roeland Jago Douma
|
c007ca624f
Make phpunit8 compatible
|
5 gadi atpakaļ |
Roeland Jago Douma
|
68748d4f85
Some php-cs fixes
|
5 gadi atpakaļ |
Roeland Jago Douma
|
37a4282c7a
Split up security middleware
|
5 gadi atpakaļ |
Christoph Wurst
|
22ae682823
Make it possible to show admin settings for sub admins
|
5 gadi atpakaļ |
Roeland Jago Douma
|
8c1e75e052
Do not use file as template parameter
|
6 gadi atpakaļ |
Roeland Jago Douma
|
3ad7daeda5
Add tests
|
6 gadi atpakaļ |
Morris Jobke
|
cf35c4b03a
Provide translated error message for permission error
|
6 gadi atpakaļ |
Roeland Jago Douma
|
7405dfb544
Update tests
|
6 gadi atpakaļ |
Joas Schilling
|
bf2be08c9f
Fix risky tests without assertions
|
6 gadi atpakaļ |
Joas Schilling
|
870023365c
Fix "Undefined method setExpectedException()"
|
6 gadi atpakaļ |
Morris Jobke
|
2a38605545
Properly log the full exception instead of only the message
|
7 gadi atpakaļ |
Roeland Jago Douma
|
57050146f6
Move passwordconfirmation to its own midleware
|
7 gadi atpakaļ |
Bjoern Schiessle
|
1bcbeb24bc
disable password confirmation with SSO
|
7 gadi atpakaļ |
Morris Jobke
|
ce0c45a4ea
Use proper DI for security middleware for app enabled check
|
7 gadi atpakaļ |