Commit Graph

49 Commits (cb73fe26b818cfdb8fbf07116cd8e970a9cdc708)

Author SHA1 Message Date
Côme Chilliet dab5ea958a
Fix unit tests 4 years ago
Côme Chilliet f3dcbfe146
Fix PHP 8.1 support for user_ldap application 4 years ago
Côme Chilliet 480056de88
Fix sanitizing regex and add a test case for uppercase in username 4 years ago
Côme Chilliet 6b960de47c
Get rid of LogWrapper calling deprecated logger and use LoggerInterface from PSR instead 4 years ago
Côme Chilliet 158e73242e
Avoid use of iconv to get rid of unicode 4 years ago
Côme Chilliet 51398d706a
Use Psr\Log\LoggerInterface in OCA\User_LDAP\Access 4 years ago
Arthur Schiwon 6ab30a669b
ensure that user and group IDs in LDAP's tables are also max 64chars 4 years ago
Gary Kim b78f3a57d1
Migrate HintException to OCP 5 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
dependabot-preview[bot] eb502c02ff
Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 5 years ago
Arthur Schiwon 02b703193a
really use known groups 5 years ago
Roeland Jago Douma 54ef1a73af
Cancel 1 LDAP test for php8 5 years ago
Joas Schilling 5fba0e562f
Use query builder instead of OC_DB in user_ldap 5 years ago
Arthur Schiwon fd1fd5afa4
user share manager to determine share ownership 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 5 years ago
Morris Jobke 234b510652
Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 6 years ago
Arthur Schiwon 84619a5b9c
use serverControls directly with LDAP calls, fixes 19127 6 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
Christoph Wurst 1a9330cd69
Update the license headers for Nextcloud 19 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Christoph Wurst 2ee65f177e
Use the shorter phpunit syntax for mocked return values 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Roeland Jago Douma 3a7cf40aaa
Mode to modern phpunit 6 years ago
Roeland Jago Douma c007ca624f
Make phpunit8 compatible 6 years ago
Arthur Schiwon 73cacb8896
check user state when fetching to avoid dealing with offline objects 8 years ago
Arthur Schiwon f1565336bd
DI for NC's user manager 8 years ago
Arthur Schiwon 47a10bd25a
treat iconv issues 8 years ago
Arthur Schiwon 8607992e85
do not create empty userid when attribute does not have allowed chars 8 years ago
Arthur Schiwon 27f14eee26
don't cache user, if no internal user id was retrieved/assigned 8 years ago
Arthur Schiwon 991190b994
ensure that users are cached when they are retrieved 8 years ago
Arthur Schiwon 419759e68b
resolve DI 8 years ago
Arthur Schiwon fc6b3902af
adjust tests 8 years ago
Arthur Schiwon ef3cd32916
don't skip updating when ajax is set as background job mode 8 years ago
Arthur Schiwon c6f1af9896
move ldap user sync to background (WIP) 8 years ago
Morris Jobke 0eebff152a
Update license headers 8 years ago
Roger Szabo 5e7723f15c restore ldap_password_renew_pr 9 years ago
Lukas Reschke 4c5e7d270a
Add tests 9 years ago
Arthur Schiwon a49d571799
fix and tidy up tests after merge conflicts 10 years ago
Victor Dubiniuk c4fcd1f282
Update tests for phunit 5.5 10 years ago
Roeland Jago Douma bdf4bf4669
DI IConfig into ldap helper 10 years ago
Joas Schilling 01cf85e4e5
Fix the User_LDAP app 10 years ago
Roeland Jago Douma 5fb2eee5df
Fix getMock user_ldap 10 years ago
Jörn Friedrich Dreyer 4d31caa6f8
fix a few minor code smells 10 years ago
root 02ec8b1726 New LDAPProvider for user_ldap 10 years ago
Joas Schilling 813f0a0f40
Fix apps/ 10 years ago
Lukas Reschke aba539703c
Update license headers 10 years ago
Joas Schilling 3ef8c95b37
Move tests/ to PSR-4 10 years ago
Joas Schilling c807a26bd8
Move Access to PSR-4 10 years ago
Joas Schilling af0a6961b1
Move Connection to PSR-4 10 years ago