aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* l10n: Spelling unificationValdnet2021-05-211-2/+2
* do not try to search after the last pageArthur Schiwon2021-04-272-3/+47
* removes PagedResults adapter for PHP < 7.3Arthur Schiwon2021-04-262-135/+1
* Move over notification to new registrationRoeland Jago Douma2021-04-161-2/+1
* Merge pull request #25326 from nextcloud/ldap-factory-no-ldapMorris Jobke2021-03-311-0/+4
|\
| * make ILDAPProviderFactory usable when there is no ldap setupRobin Appelman2021-03-311-0/+4
* | Add json, yaml output options to ldap:show-configJohannes Leuker2021-03-311-15/+41
|/
* Merge pull request #26161 from nextcloud/bugfix/noid/improve-matching-of-phon...Joas Schilling2021-03-172-7/+7
|\
| * Fix parameter types in docsJoas Schilling2021-03-172-7/+7
* | adds ldap user:reset commandArthur Schiwon2021-03-172-3/+129
|/
* Merge pull request #25660 from hosting-de/feature/add-backend-list-groupsRoeland Jago Douma2021-03-051-1/+11
|\
| * Show group backends in occ group:list --info and group:infoJohannes Leuker2021-03-011-1/+11
* | Merge pull request #25860 from nextcloud/fix/noid/ldap-bind-expiredblizzz2021-03-021-3/+6
|\ \
| * | do not die after LDAP auth failed with expired accArthur Schiwon2021-03-011-3/+6
* | | fix detecting cyclic group membershipsArthur Schiwon2021-02-231-10/+21
|/ /
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-182-3/+3
* | Some psalm OfflineUser fixesRoeland Jago Douma2021-02-151-8/+8
|/
* Merge pull request #25101 from nextcloud/fix/noid/ldap-known-groupsChristoph Wurst2021-01-291-1/+1
|\
| * really use known groupsArthur Schiwon2021-01-121-1/+1
* | fix parameter provided as string not arrayArthur Schiwon2021-01-281-1/+3
* | Merge pull request #25128 from nextcloud/ldapprovider-get-propertyblizzz2021-01-221-11/+42
|\ \
| * | extend ILDAPProvider to allow reading arbitrairy ldap attributes for usersRobin Appelman2021-01-191-11/+42
* | | silence log messageArthur Schiwon2021-01-211-1/+1
|/ /
* | Merge pull request #25036 from nextcloud/fix/noid/limitied-allowed-items-db-in_2blizzz2021-01-141-6/+47
|\ \ | |/ |/|
| * silence psalm false positiveArthur Schiwon2021-01-131-0/+2
| * respect DB limits limit per statement and queryArthur Schiwon2021-01-111-6/+45
* | Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-121-1/+1
|/
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-25/+43
* Revert "(LDAP) respect DB limits of arguments in an IN statement"Roeland Jago Douma2021-01-081-17/+5
* respect DB limits of arguments in a IN listArthur Schiwon2021-01-071-5/+17
* Update license headersChristoph Wurst2020-12-303-0/+3
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-223-3/+3
|\
| * Unify links to php.netJ0WI2020-09-173-3/+3
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-1615-25/+10
* | Merge pull request #24402 from nextcloud/fix/24252/ldap-ingroup-memberidblizzz2020-12-151-11/+22
|\ \
| * | check number of members after potential resolving of rdnsArthur Schiwon2020-11-271-4/+5
| * | use faster and less hungry foreachArthur Schiwon2020-11-271-10/+8
| * | moved the array_reduce to fix large search caseTobias Perschon2020-11-271-10/+17
| * | flatten result array as expected by following codeArthur Schiwon2020-11-261-2/+7
* | | Migrate LDAP's install.php to a repair stepChristoph Wurst2020-11-272-12/+58
|/ /
* | Don't leave cursors open when tests failJoas Schilling2020-11-091-1/+4
* | fix insert valuesArthur Schiwon2020-11-061-2/+2
* | only delete specified configArthur Schiwon2020-11-061-0/+1
* | Correctly place the array typeJoas Schilling2020-11-061-1/+1
* | Use query builder to interact with member managementJoas Schilling2020-11-061-12/+16
* | Use query builder instead of OC_DB in user_ldapJoas Schilling2020-11-0610-36/+30
* | fix potentially passing null to events where IUser is expectedArthur Schiwon2020-10-301-2/+7
* | adds unit test for updategroups background jobArthur Schiwon2020-10-301-56/+92
* | Document the backend registered events of LDAPMorris Jobke2020-10-292-0/+10
* | user share manager to determine share ownershipArthur Schiwon2020-10-268-112/+74