Christoph Wurst
|
49dd79eabb
refactor: Add void return type to PHPUnit test methods
|
1 month ago |
Christoph Wurst
|
5100e3152d
feat(auth): Clean-up unused auth tokens and wipe tokens
|
6 months ago |
Andy Scherzinger
|
1f7e2ba599
chore: Add SPDX header
|
6 months ago |
Andrew Summers
|
f9ce6bfdff
Refactor `OC\Server::getHasher`
|
1 year ago |
Benjamin Gaussorgues
|
d1189f923c
feat(perf): add cache for authtoken lookup
|
8 months ago |
Lucas Azevedo
|
771a7b92cc
Add tests for occ user:auth-tokens:delete
|
1 year ago |
Côme Chilliet
|
f57c12b14e
Fix various deprecation warnings in tests on PHP 8.3
|
1 year ago |
Côme Chilliet
|
8d5165e8dc
Adapt tests to config value typing
|
1 year ago |
Joas Schilling
|
a81d8ecef5
Fix unit tests
|
1 year ago |
Marcel Klehr
|
adfe367106
PublickKeyTokenProvider: Fix password update routine with password hash
|
1 year ago |
Christoph Wurst
|
9d0e79f10d
Fix PublicKeyTokenProviderTest import and mock
|
2 years ago |
Christoph Wurst
|
c5922e67d3
Run session token renewals in a database transaction
|
2 years ago |
Carl Schwan
|
9919116716
Merge pull request #31499 from nextcloud/bugfix/empty-secret
|
2 years ago |
Carl Schwan
|
702445ba3b
Handle one time password better
|
2 years ago |
Carl Schwan
|
1c23c029af
Handler large passwords
|
2 years ago |
Carl Schwan
|
cdf3b60555
Handle one time passwords
|
2 years ago |
Joas Schilling
|
7b3e2217de
Fix user agent trimming on installation
|
2 years ago |
Joas Schilling
|
343476f54f
Fix unit tests
|
2 years ago |
Carl Schwan
|
01e2a26749
Fix unit tests
|
2 years ago |
Joas Schilling
|
3e20cffc86
More test fixing
|
2 years ago |
Joas Schilling
|
c6ae53096c
More test fixing
|
2 years ago |
Christoph Wurst
|
7dd7256cfe
Prevent duplicate auth token activity updates
|
3 years ago |
Roeland Jago Douma
|
cd457cc68b
Always renew apppasswords on login
|
3 years ago |
Joas Schilling
|
49ff48fcd3
Use PSR logger in authentication
|
4 years ago |
Roeland Jago Douma
|
76a7600e2e
Allow configuring the activity update interval of token
|
4 years ago |
Morris Jobke
|
234b510652
Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject
|
4 years ago |
Christoph Wurst
|
caff1023ea
Format control structures, classes, methods and function
|
4 years ago |
Christoph Wurst
|
afbd9c4e6e
Unify function spacing to PSR2 recommendation
|
4 years ago |
Christoph Wurst
|
2ee65f177e
Use the shorter phpunit syntax for mocked return values
|
4 years ago |
Roeland Jago Douma
|
3a7cf40aaa
Mode to modern phpunit
|
5 years ago |