summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #30341 from nextcloud/backport/29329/stable21Louis2021-12-301-2/+14
|\
| * fix potential unwarranted memberships in nested groups from LDAPArthur Schiwon2021-12-201-2/+14
* | [stable23] Avoid use of iconv to get rid of unicodeCôme Chilliet2021-12-201-6/+9
|/
* Adapt execute function name for stable21Côme Chilliet2021-12-141-2/+2
* Add missing copyright headers in migration stepsCôme Chilliet2021-12-142-0/+44
* Use clearer names for variablesCôme Chilliet2021-12-141-17/+17
* Add an index for directory_uuid as wellCôme Chilliet2021-12-142-0/+10
* Make sure that hash function returns a stringCôme Chilliet2021-12-141-1/+6
* Add the columns and alter the index in Version1010Date20200630192842Côme Chilliet2021-12-141-3/+11
* Fixes in migration stepCôme Chilliet2021-12-141-3/+2
* Put back length check to have a clear errorCôme Chilliet2021-12-141-0/+11
* Fixed migration step for user_ldapCôme Chilliet2021-12-141-2/+2
* Fix variable namesJoas Schilling2021-12-141-2/+2
* Change column names to ldap_dn and ldap_dn_hash and add migrationCôme Chilliet2021-12-143-29/+158
* Support LDAP dns longer than 255 charactersCôme Chilliet2021-12-142-27/+43
* unset ldap provider when disabling user_ldapArthur Schiwon2021-12-011-0/+52
* Make sure mapping cache is cleared when deleting a userCôme Chilliet2021-11-231-0/+5
* Use Psr\Log\LoggerInterface where it can easily be used in user_ldapCôme Chilliet2021-10-195-78/+136
* Fix two mistakes in previous migration to LoggerInterface in OCA\User_LDAP\Ac...Côme Chilliet2021-10-191-1/+1
* Use Psr\Log\LoggerInterface in OCA\User_LDAP\AccessCôme Chilliet2021-10-194-32/+55
* Avoid PHP errors when the LDAP attribute is not foundCôme Chilliet2021-10-191-1/+5
* executeQuery and executeStatement are 22+Daniel Kesselberg2021-10-041-2/+2
* ensure that user and group IDs in LDAP's tables are also max 64charsArthur Schiwon2021-09-273-3/+159
* fix caching of objectsid searchesArthur Schiwon2021-09-241-4/+5
* LDAP: determine shares of offline users only when neededArthur Schiwon2021-06-281-7/+3
* do not try to search after the last pageArthur Schiwon2021-04-272-3/+47
* Fix parameter types in docsJoas Schilling2021-03-222-7/+7
* adds ldap user:reset commandArthur Schiwon2021-03-172-3/+129
* Merge pull request #25843 from nextcloud/backport/25757/stable21Roeland Jago Douma2021-03-031-10/+21
|\
| * fix detecting cyclic group membershipsArthur Schiwon2021-03-011-10/+21
* | do not die after LDAP auth failed with expired accArthur Schiwon2021-03-021-3/+6
|/
* 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