summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* do not run paged results against ldap_read ops on PHP7.3+Arthur Schiwon2020-04-211-1/+0
* PHP-CS-Fixer greenRoeland Jago Douma2020-04-166-29/+31
* use serverControls directly with LDAP calls, fixes 19127Arthur Schiwon2020-04-149-203/+651
* Format code according to PSR2Christoph Wurst2020-04-101-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-105-17/+17
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-102-8/+8
* Add visibility to all properties and move static keywordChristoph Wurst2020-04-103-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1047-773/+741
* Use elseif instead of else ifChristoph Wurst2020-04-1011-31/+31
* Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-099-17/+17
|\
| * Remove trailing whitespaces from commentsChristoph Wurst2020-04-092-4/+4
| * Remove trailing and in between spacesChristoph Wurst2020-04-098-13/+13
* | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst2020-04-091-1/+1
|\ \ | |/ |/|
| * Use php keywords in lowercaseChristoph Wurst2020-04-091-1/+1
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-099-16/+16
|/
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-099-9/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-0911-75/+75
* Fix multiline commentsChristoph Wurst2020-04-086-38/+38
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-3121-1/+22
* Use the short array syntax, everywhereChristoph Wurst2020-03-2621-232/+232
* single squashed commit for bug fixPhilipp Staiger2020-03-261-28/+26
* fixes auto-detecting UUID attributesArthur Schiwon2020-03-191-4/+0
* remove noise from detectUuid and cache resultsArthur Schiwon2020-02-191-17/+25
* sort prefixes for deterministic LDAP query behaviourArthur Schiwon2020-02-071-3/+4
* Merge pull request #17717 from nextcloud/fix/noid/ldap-relax-getHomeblizzz2020-01-144-52/+87
|\
| * ensure that only valid group members are returnedArthur Schiwon2020-01-131-8/+27
| * decouple userExists from userExistsOnLDAP checkArthur Schiwon2020-01-083-15/+57
| * relax strict getHome behaviour for LDAP users in a shadow stateArthur Schiwon2020-01-081-29/+3
* | cache group existence early to save useless requests to LDAPArthur Schiwon2020-01-082-3/+20
|/
* Update license headersChristoph Wurst2019-12-0559-67/+91
* Mode to modern phpunitRoeland Jago Douma2019-11-271-3/+1
* Some php-cs fixesRoeland Jago Douma2019-11-2214-32/+31
* Merge pull request #18016 from nextcloud/fix/noid/ldap-checkup-batchsizeblizzz2019-11-211-6/+9
|\
| * make chunksize (used to check for gone LDAP users) configurableArthur Schiwon2019-11-201-6/+9
* | uid can be false when the user record does not exitArthur Schiwon2019-11-201-8/+12
|/
* treat LDAP error 50 as auth issue, prevents lost server connection errorsArthur Schiwon2019-10-181-1/+2
* Merge pull request #17002 from nextcloud/fix/noid/ldap-dont-process-known-avasblizzz2019-10-021-2/+20
|\
| * Don't process known avatars from LDAPArthur Schiwon2019-09-041-2/+20
* | reduce adressbook change events and handlingArthur Schiwon2019-09-041-1/+1
|/
* fix check for nullArthur Schiwon2019-08-021-1/+1
* adjusts LDAP's home handler to use the correct user objectArthur Schiwon2019-08-021-2/+3
* files_external: Make sure the correct user context is used in substitution of...Julius Härtl2019-08-021-11/+4
* Merge pull request #14540 from army1349/masterMorris Jobke2019-07-192-1/+14
|\
| * LDAP Password Modify Extended Operation supportPeter Kubica2019-03-192-1/+14
* | adds an --update flag to check-user for manual sync of the ldap recordArthur Schiwon2019-07-181-8/+38
* | Update shipped implementations of the INotifierJoas Schilling2019-07-151-1/+21
* | Merge pull request #15741 from mxss/fix/phpdoc-fixesMorris Jobke2019-07-021-0/+28
|\ \
| * | misc phpdoc fixesMax Kovalenko2019-05-271-0/+28
* | | Also invalidate groups after deletionArthur Schiwon2019-06-271-2/+11
* | | invalidates user when plugin reported deletion successArthur Schiwon2019-06-261-3/+6