summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-01-222-0/+14
* Revert "[stable21] Hash job argument"John Molakvoæ2022-01-202-121/+17
* Add hashed attribute column for indexed job existence checkJulius Härtl2022-01-182-17/+121
* Remove useless indexes with duplicated names on backup tableCôme Chilliet2022-01-141-2/+0
* Update autoloaderJoas Schilling2022-01-142-0/+8
* 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
* [tx-robot] updated from transifexNextcloud bot2022-01-132-0/+14
* [tx-robot] updated from transifexNextcloud bot2022-01-072-4/+4
* [tx-robot] updated from transifexNextcloud bot2022-01-032-2/+2
* 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
* | [tx-robot] updated from transifexNextcloud bot2021-12-272-4/+4
* | [stable23] Avoid use of iconv to get rid of unicodeCôme Chilliet2021-12-202-13/+11
|/
* Merge pull request #30261 from nextcloud/backport/29523/stable21Côme Chilliet2021-12-167-17/+241
|\
| * Adapt execute function name for stable21Côme Chilliet2021-12-141-2/+2
| * Bump user_ldap version to make sure the migration runsCôme Chilliet2021-12-141-1/+1
| * 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-143-2/+4
| * 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
* | [tx-robot] updated from transifexNextcloud bot2021-12-162-2/+2
|/
* [tx-robot] updated from transifexNextcloud bot2021-12-082-2/+2
* unset ldap provider when disabling user_ldapArthur Schiwon2021-12-014-0/+57
* [tx-robot] updated from transifexNextcloud bot2021-11-272-2/+188
* Merge pull request #29851 from nextcloud/backport/29836/stable21blizzz2021-11-252-0/+9
|\
| * Test cache invalidation for AbstractMapping in test suiteCôme Chilliet2021-11-231-0/+4
| * Make sure mapping cache is cleared when deleting a userCôme Chilliet2021-11-231-0/+5
* | [tx-robot] updated from transifexNextcloud bot2021-11-242-0/+14
|/
* [tx-robot] updated from transifexNextcloud bot2021-11-192-8/+8
* [tx-robot] updated from transifexNextcloud bot2021-11-142-2/+2
* [tx-robot] updated from transifexNextcloud bot2021-11-132-0/+2
* [tx-robot] updated from transifexNextcloud bot2021-11-122-0/+18
* [tx-robot] updated from transifexNextcloud bot2021-10-262-0/+14
* [tx-robot] updated from transifexNextcloud bot2021-10-232-2/+2
* 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-192-2/+3
* Use Psr\Log\LoggerInterface in OCA\User_LDAP\AccessCôme Chilliet2021-10-196-37/+65
* 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-278-7/+194