Commit Graph

135 Commits (49cf5ba318add68160aede0e2ad624800983d183)

Author SHA1 Message Date
Git'Fellow 18de9be0e2
fix(database): Cast users count to integer 9 months ago
Côme Chilliet 3289cbcbd3 fix: Fix UserTest to return valid configuration values 11 months ago
Benjamin Gaussorgues 79db082fe6 fix(users): improve recently active search 1 year ago
Ferdinand Thiessen 16833aff86
fix: Make user removal more resilient 1 year ago
Louis Chemineau 22d5d29c01 fix(users): Don't crash if disabled user is missing in the database 1 year ago
Christoph Wurst 49dd79eabb
refactor: Add void return type to PHPUnit test methods 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Christoph Wurst 2b38d6ae7e
fix(session): Log when session_* calls are slow 1 year ago
Hamza Mahjoubi a9774741e8 Feat: Allow users to select another user as their out-of-office replacement 2 years ago
Andy Scherzinger 1f7e2ba599
chore: Add SPDX header 2 years ago
Christoph Wurst 21ee7f59bd
fix(session): Do not update authtoken last_check for passwordless 2 years ago
Vincent Petry 839ddaa354
feat: rename users to account or person 2 years ago
Git'Fellow 72e0618f20
fix(session): Avoid two useless authtoken DB queries for every anonymous request 2 years ago
Julius Härtl a3a343ce41
perf: Use more performant way to obtain and check the email as a login name with token login 2 years ago
Anna Larch f19645adab enh(userstatus): add OOO automation and remove calendar automation 2 years ago
Richard Steinmetz 8191295f66
feat(dav): dispatch out-of-office started and ended events 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Christoph Wurst 45541eb685
feat(dav): Enable OOO UI and expose enabled via OCP 2 years ago
Christoph Wurst ab1a1d688d
feat: Add out-of-office message API 2 years ago
Joas Schilling 25309bcb45
techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25 2 years ago
Joas Schilling ad12a740cb
fix!: Remove symfony EventDispatcherInterface from User 2 years ago
Joas Schilling b91957e3df
fix(dav): Abort requests with 429 instead of waiting 3 years ago
Côme Chilliet 8d5165e8dc
Adapt tests to config value typing 3 years ago
Daniel Kesselberg 39c1b6f49f
chore(tests): add tests for handleLoginFailed 3 years ago
Côme Chilliet f5c361cf44
composer run cs:fix 3 years ago
Simon L 7271ec7acf spaces are allowed in userids 3 years ago
Côme Chilliet 6f80fe6ada
Remove deprecated at matcher from tests/lib 3 years ago
Côme Chilliet cb271b759e
Fix dynamic property creations in test files 3 years ago
Joas Schilling 6e3d668436
Keep non default protocol in cloud id 4 years ago
Carl Schwan 9ec0cb0a90 Fix psalm issues related to the user backend 4 years ago
Robin Appelman 6d6662ec68
expose displayname cache trough a public interface 4 years ago
Côme Chilliet 61f7f13bd8
Migrate from ILogger to LoggerInterface where needed in the tests 4 years ago
Robin Appelman d08d0ebdda
skip localstorage dependend user test when not using local user storage 4 years ago
Joas Schilling d078d53683
Fix tests 4 years ago
Carl Schwan 6312c0df69
Check style update 4 years ago
Joas Schilling 6d33d75be1
Remove unused imports 4 years ago
Carl Schwan a8866b0253
Fix tests 4 years ago
Côme Chilliet cd72045433
Make mock config return default value to fix warnings 4 years ago
Joas Schilling 265c2c125c
Fix unit tests 4 years ago
Arthur Schiwon 4461b9e870
enable the user to set a primary (notification) email address (backend) 4 years ago
Julien Veyssier 416d10f76c refs #21045 add app config to disable unlimited quota and to set max quota 4 years ago
Gary Kim b78f3a57d1
Migrate HintException to OCP 5 years ago
Robin Appelman ed2d02d5f1
better cleanup of user files on user deletion 5 years ago
Joas Schilling 645f83121e
Cache the user backend info for 300s 5 years ago
Joas Schilling 0ad4ad31e1
Fix more tests 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 5 years ago
Joas Schilling 41d8a7e05f
Fix unit tests 5 years ago
Morris Jobke 234b510652
Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 5 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst afbd9c4e6e
Unify function spacing to PSR2 recommendation 6 years ago