Louis Chemineau
|
22d5d29c01
fix(users): Don't crash if disabled user is missing in the database
|
1 月之前 |
Christoph Wurst
|
49dd79eabb
refactor: Add void return type to PHPUnit test methods
|
1 月之前 |
Andy Scherzinger
|
1f7e2ba599
chore: Add SPDX header
|
6 月之前 |
Vincent Petry
|
839ddaa354
feat: rename users to account or person
|
2 年之前 |
Joas Schilling
|
ad12a740cb
fix!: Remove symfony EventDispatcherInterface from User
|
1 年之前 |
Côme Chilliet
|
f5c361cf44
composer run cs:fix
|
1 年之前 |
Simon L
|
7271ec7acf
spaces are allowed in userids
|
1 年之前 |
Côme Chilliet
|
6f80fe6ada
Remove deprecated at matcher from tests/lib
|
2 年之前 |
Carl Schwan
|
51b9847fad
Merge branch 'master' into display-name-cache-public
|
2 年之前 |
Carl Schwan
|
9ec0cb0a90
Fix psalm issues related to the user backend
|
2 年之前 |
Robin Appelman
|
6d6662ec68
expose displayname cache trough a public interface
|
2 年之前 |
Carl Schwan
|
a8866b0253
Fix tests
|
2 年之前 |
Côme Chilliet
|
cd72045433
Make mock config return default value to fix warnings
|
3 年之前 |
Joas Schilling
|
645f83121e
Cache the user backend info for 300s
|
3 年之前 |
Morris Jobke
|
234b510652
Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject
|
4 年之前 |
Christoph Wurst
|
41b5e5923a
Use exactly one empty line after the namespace declaration
|
4 年之前 |
Christoph Wurst
|
b80ebc9674
Use the short array syntax, everywhere
|
4 年之前 |
Christoph Wurst
|
2ee65f177e
Use the shorter phpunit syntax for mocked return values
|
4 年之前 |
Christoph Wurst
|
cc80339b39
Add typed create user events
|
5 年之前 |
Roeland Jago Douma
|
3a7cf40aaa
Mode to modern phpunit
|
5 年之前 |
Roeland Jago Douma
|
c007ca624f
Make phpunit8 compatible
|
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
|
6 年之前 |
John Molakvoæ (skjnldsv)
|
ad6e548411
Added case example to tests
|
6 年之前 |
Joas Schilling
|
870023365c
Fix "Undefined method setExpectedException()"
|
6 年之前 |
Arthur Schiwon
|
4f3d52a364
never translate login names when requiring with a user id
|
6 年之前 |
Arthur Schiwon
|
2fde21e318
extend tests for status quo
|
6 年之前 |
Morris Jobke
|
43e498844e
Use ::class in test mocks
|
7 年之前 |
Lukas Reschke
|
ed8a98eaa1
Prevent SQL error message in case of error
|
7 年之前 |