aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* add occ command to update UUIDs (incomplete)Arthur Schiwon2022-02-108-28/+405
* 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 overwriting of SUCCESS and INVALID constsArthur Schiwon2022-02-031-6/+6
* [tx-robot] updated from transifexNextcloud bot2022-02-022-0/+8
* [tx-robot] updated from transifexNextcloud bot2022-01-222-0/+14
* Remove useless indexes with duplicated names on backup tableCôme Chilliet2022-01-131-2/+0
* Update autoloaderJoas Schilling2022-01-132-0/+8
* Fix user_ldap migration for long DNs supportCôme Chilliet2022-01-132-49/+31
* Move duplicated code to a base class for group_mapping migrationsCôme Chilliet2022-01-133-79/+72
* Split dropTable and createTable in two migrationsCôme Chilliet2022-01-133-48/+141
* Fix primary key change in user_ldap migrationCôme Chilliet2022-01-133-2/+244
* Merge pull request #30508 from nextcloud/fix/psaml-binCarl Schwan2022-01-131-1/+1
|\
| * Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan2022-01-121-1/+1
* | [tx-robot] updated from transifexNextcloud bot2022-01-132-0/+14
* | Merge pull request #30572 from nextcloud/fix/lint_warningsLouis2022-01-126-18/+18
|\ \
| * | Replace license information to SPDX expressionLouis Chemineau2022-01-111-2/+2
| * | Add generic type and description when its missingLouis Chemineau2022-01-115-15/+15
| * | Typing correctionsLouis Chemineau2022-01-111-1/+1
* | | Removed obselete language files - Pt. IIrakekniven2022-01-1024-208/+0
|/ /
* | Removed obselete language filesrakekniven2022-01-0920-2080/+0
* | [tx-robot] updated from transifexNextcloud bot2022-01-072-4/+4
|/
* Improve ldap:test-config occ commandCôme Chilliet2022-01-041-21/+46
* [tx-robot] updated from transifexNextcloud bot2022-01-032-2/+2
* [tx-robot] updated from transifexNextcloud bot2021-12-272-4/+4
* Merge pull request #30299 from nextcloud/fix/log_filesJohn Molakvoæ2021-12-201-1/+1
|\
| * Check if directoy is writable instead of possibly missing fileCarl Schwan2021-12-201-1/+1
* | Merge pull request #29329 from nextcloud/fix/noid/groups-unwarranted-membersJohn Molakvoæ2021-12-201-2/+14
|\ \
| * | fix potential unwarranted memberships in nested groups from LDAPArthur Schiwon2021-11-191-2/+14
* | | Fix LDAP related docblocks typesCôme Chilliet2021-12-161-1/+1
* | | Fix PHP 8.1 support for user_ldap applicationCôme Chilliet2021-12-1618-131/+96
* | | [tx-robot] updated from transifexNextcloud bot2021-12-162-2/+2
| |/ |/|
* | Bump user_ldap version to make sure the migration runsCôme Chilliet2021-12-091-1/+1
* | Add missing copyright headers in migration stepsCôme Chilliet2021-12-092-0/+44
* | Merge pull request #29523 from nextcloud/fix/support-ldap-long-dnsJohn Molakvoæ2021-12-096-33/+213
|\ \
| * | Use clearer names for variablesCôme Chilliet2021-11-232-34/+34
| * | Add an index for directory_uuid as wellCôme Chilliet2021-11-232-0/+10
| * | Make sure that hash function returns a stringCôme Chilliet2021-11-231-1/+6
| * | Add the columns and alter the index in Version1010Date20200630192842Côme Chilliet2021-11-231-3/+11
| * | Fixes in migration stepCôme Chilliet2021-11-231-3/+2
| * | Put back length check to have a clear errorCôme Chilliet2021-11-231-0/+11
| * | Fixed migration step for user_ldapCôme Chilliet2021-11-233-2/+4
| * | Fix variable namesJoas Schilling2021-11-231-2/+2
| * | Change column names to ldap_dn and ldap_dn_hash and add migrationCôme Chilliet2021-11-233-29/+158
| * | Support LDAP dns longer than 255 charactersCôme Chilliet2021-11-232-27/+43
| |/
* | [tx-robot] updated from transifexNextcloud bot2021-12-082-2/+2
* | Allow to log DB, redis and LDAP requests into filesJoas Schilling2021-12-013-4/+23
* | Merge pull request #29470 from nextcloud/fix/translit-php8blizzz2021-11-292-13/+11
|\ \
| * | Fix sanitizing regex and add a test case for uppercase in usernameCôme Chilliet2021-11-232-2/+3
| * | Avoid use of iconv to get rid of unicodeCôme Chilliet2021-10-282-13/+10