summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* Ignore cache in occ ldap:check-ldap commandCôme Chilliet2022-02-213-9/+9
* Fix psalm errors in apps/user_ldap/lib/Jobs/CleanUp.phpCôme Chilliet2022-02-101-26/+14
* Fix ldap:update-uuidCôme Chilliet2022-02-103-21/+30
* add occ command to update UUIDs (incomplete)Arthur Schiwon2022-02-102-24/+398
* allow to re-run migration step when backup DB is already createdArthur Schiwon2022-02-101-1/+12
* invalidated duplicated UUIDs prior to migration changeArthur Schiwon2022-02-101-0/+90
* Fix psalm not runningCarl Schwan2022-01-271-1/+1
* Remove useless indexes with duplicated names on backup tableCôme Chilliet2022-01-141-2/+0
* Fix user_ldap migration for long DNs supportCôme Chilliet2022-01-142-49/+31
* Move duplicated code to a base class for group_mapping migrationsCôme Chilliet2022-01-143-79/+72
* Split dropTable and createTable in two migrationsCôme Chilliet2022-01-143-48/+141
* Fix primary key change in user_ldap migrationCôme Chilliet2022-01-143-2/+244
* Merge pull request #30343 from nextcloud/backport/29329/stable23Louis2021-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
|/
* Add missing copyright headers in migration stepsCôme Chilliet2021-12-132-0/+44
* Use clearer names for variablesCôme Chilliet2021-12-132-34/+34
* Add an index for directory_uuid as wellCôme Chilliet2021-12-132-0/+10
* Make sure that hash function returns a stringCôme Chilliet2021-12-131-1/+6
* Add the columns and alter the index in Version1010Date20200630192842Côme Chilliet2021-12-131-3/+11
* Fixes in migration stepCôme Chilliet2021-12-131-3/+2
* Put back length check to have a clear errorCôme Chilliet2021-12-131-0/+11
* Fixed migration step for user_ldapCôme Chilliet2021-12-131-2/+2
* Fix variable namesJoas Schilling2021-12-131-2/+2
* Change column names to ldap_dn and ldap_dn_hash and add migrationCôme Chilliet2021-12-133-29/+158
* Support LDAP dns longer than 255 charactersCôme Chilliet2021-12-132-27/+43
* Allow to log DB, redis and LDAP requests into filesJoas Schilling2021-12-023-4/+23
* Make sure mapping cache is cleared when deleting a userCôme Chilliet2021-11-261-0/+5
* Merge pull request #29240 from nextcloud/work/admin-delegation-implementationCarl Schwan2021-10-152-6/+19
|\
| * Add support for Delegation Settings for more appsCarl Schwan2021-10-152-6/+19
* | Use Psr\Log\LoggerInterface where it can easily be used in user_ldapCôme Chilliet2021-10-145-78/+136
* | Fix two mistakes in previous migration to LoggerInterface in OCA\User_LDAP\Ac...Côme Chilliet2021-10-141-1/+1
* | Use Psr\Log\LoggerInterface in OCA\User_LDAP\AccessCôme Chilliet2021-10-124-32/+55
* | Avoid PHP errors when the LDAP attribute is not foundCôme Chilliet2021-10-121-1/+5
|/
* Merge pull request #28876 from nextcloud/fix/28653/ldap-long-user-group-idsblizzz2021-09-243-3/+159
|\
| * ensure that user and group IDs in LDAP's tables are also max 64charsArthur Schiwon2021-09-243-3/+159
* | fix caching of objectsid searchesArthur Schiwon2021-09-211-4/+5
|/
* use specific email getter where necessaryArthur Schiwon2021-09-091-1/+1
* Migrate HintException to OCPGary Kim2021-06-302-3/+3
* unset ldap provider when disabling user_ldapArthur Schiwon2021-06-301-0/+52
* LDAP: determine shares of offline users only when neededArthur Schiwon2021-06-281-7/+3
* Merge pull request #27515 from nextcloud/enh/noid/read-multi-value-user-attri...Christoph Wurst2021-06-161-13/+23
|\
| * Add method to read multi-value attributes from ldap.Daniel Kesselberg2021-06-161-13/+23
* | Add return type for writeToCacheDaniel Kesselberg2021-06-151-4/+2
|/
* Convert command option defaults to stringsChristoph Wurst2021-06-091-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0469-118/+47
* 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