48 Commits (9a37ca9b480c9cd3ea6474db2c6f52908c653aaf)

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