93 コミット (c11689b5b28afb4ad555d137a05be14ad8f0fa86)

作成者 SHA1 メッセージ 日付
  Julien Veyssier 416d10f76c refs #21045 add app config to disable unlimited quota and to set max quota 2年前
  Gary Kim b78f3a57d1
Migrate HintException to OCP 3年前
  Robin Appelman ed2d02d5f1
better cleanup of user files on user deletion 3年前
  Joas Schilling 645f83121e
Cache the user backend info for 300s 3年前
  Joas Schilling 0ad4ad31e1
Fix more tests 3年前
  Christoph Wurst d9015a8c94
Format code to a single space around binary operators 3年前
  Joas Schilling 41d8a7e05f
Fix unit tests 3年前
  Morris Jobke 234b510652
Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3年前
  Christoph Wurst caff1023ea
Format control structures, classes, methods and function 4年前
  Christoph Wurst afbd9c4e6e
Unify function spacing to PSR2 recommendation 4年前
  Christoph Wurst 41b5e5923a
Use exactly one empty line after the namespace declaration 4年前
  Christoph Wurst 85e369cddb
Fix multiline comments 4年前
  Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 4年前
  Christoph Wurst 2ee65f177e
Use the shorter phpunit syntax for mocked return values 4年前
  Joas Schilling dc7913efcd
Fix recursive calls in logging via server methods 4年前
  Roeland Jago Douma c1152af523
Move deprecated aliases over to new registration 4年前
  Christoph Wurst cc80339b39
Add typed create user events 4年前
  Roeland Jago Douma 3a7cf40aaa
Mode to modern phpunit 4年前
  Roeland Jago Douma c007ca624f
Make phpunit8 compatible 4年前
  Christoph Wurst 1a886b1472
Add typed events for password_policy 4年前
  Roeland Jago Douma 68748d4f85
Some php-cs fixes 4年前
  Roeland Jago Douma 3c1bcd551d
Fix the tests after #18029 4年前
  Christoph Wurst 535000aac6
Make the post login event public 4年前
  Roeland Jago Douma 5122629bb0
Make renewSessionToken return the new token 4年前
  Roeland Jago Douma 0ea7fbae54
Update tests 5年前
  Leon Klingele f420647add
lib/private/User: do not change user properties if value has not changed 5年前
  Joas Schilling 01b4db62fb
Add dispatcher events to User and Group objects 5年前
  Roeland Jago Douma 03fe2b3b81
Use a case insensitive search for email 5年前
  Georg Ehrke 2db26d87c4
filter null values for UserManager::getByEmail 5年前
  Roeland Jago Douma 19f84f7b54
Add tests 5年前
  Roeland Jago Douma 00e99af586
Mark token as invalid if the password doesn't match 5年前
  John Molakvoæ (skjnldsv) ad6e548411
Added case example to tests 6年前
  Roeland Jago Douma 991d9b5c3a
Fix session tests 6年前
  John Molakvoæ (skjnldsv) 8b9bd37e4e
Fixed tests 6年前
  Joas Schilling 870023365c
Fix "Undefined method setExpectedException()" 6年前
  Roeland Jago Douma ef127a30ec
Fix tests 6年前
  Arthur Schiwon 4f3d52a364
never translate login names when requiring with a user id 6年前
  Arthur Schiwon 2fde21e318
extend tests for status quo 6年前
  Robin Appelman aad01894e3
refactor user searching 6年前
  Abijeet ec28c54dbc Adds search by email function on the users screen. 6年前
  Morris Jobke 43e498844e
Use ::class in test mocks 6年前
  Lukas Reschke ed8a98eaa1
Prevent SQL error message in case of error 6年前
  Roeland Jago Douma 1ea7f14f0a
Fix SessionTest 7年前
  Arthur Schiwon 999455c1aa
emit changeUser only if there really was a change (quota, displayname) 7年前
  Lukas Reschke 7927aed991
Adjust token name 7年前
  Arthur Schiwon 668fe7df51
UserManager can now count disabled users 7年前
  Joas Schilling 9212089151
Use the new method in the old one to remove duplicate code 7年前
  Joas Schilling ac0c21f4a7
Trigger change when a user is enabled/disabled 7年前
  Joas Schilling ada615eb86
Use the correct Dummy and Backend class 7年前
  Joas Schilling a3922bbcdc
Better validation of allowed user names 7年前