summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Migration
Commit message (Expand)AuthorAgeFilesLines
* Fix createNamedParameter in LDAP migrationsJohn Molakvoæ2022-04-072-2/+2
* Use the new octetLength function to filter lines to migrateCôme Chilliet2022-03-301-8/+4
* shrink ldap_dn column to 4000Arthur Schiwon2022-03-301-0/+117
* limit ldap_dn columns to 4000Arthur Schiwon2022-03-303-6/+6
* Add octetLength and charLength to function builder, and testsCôme Chilliet2022-03-241-2/+1
* Use getLengthExpression to measure field length instead of likeCôme Chilliet2022-03-241-1/+2
* do not forget DB table prefix with truncate queryArthur Schiwon2022-03-181-1/+1
* Fix similar potential problems with fetchOne loopsCôme Chilliet2022-03-081-1/+1
* Fix duplicated UUID detection when there are empty uuidsCôme Chilliet2022-03-081-1/+1
* code styleArthur Schiwon2022-03-031-2/+2
* be conservative when reading from fresh created columnArthur Schiwon2022-03-031-3/+13
* 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
* Remove useless indexes with duplicated names on backup tableCôme Chilliet2022-01-131-2/+0
* 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
* Add missing copyright headers in migration stepsCôme Chilliet2021-12-092-0/+44
* 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
* 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
* Fixed migration step for user_ldapCôme Chilliet2021-11-231-2/+2
* Fix variable namesJoas Schilling2021-11-231-2/+2
* Change column names to ldap_dn and ldap_dn_hash and add migrationCôme Chilliet2021-11-232-12/+141
* Support LDAP dns longer than 255 charactersCôme Chilliet2021-11-231-2/+12
* ensure that user and group IDs in LDAP's tables are also max 64charsArthur Schiwon2021-09-242-2/+135
* unset ldap provider when disabling user_ldapArthur Schiwon2021-06-301-0/+52
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-047-14/+8
* Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-121-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-163-9/+4
* Migrate LDAP's install.php to a repair stepChristoph Wurst2020-11-271-0/+58
* LDAP simplify User_Proxy and Group_Proxy signaturesArthur Schiwon2020-10-233-24/+6
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-1/+2
* add repair step to clean up DB off lastFeatureRefresh entries in user prefsArthur Schiwon2020-09-041-0/+65
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-243-1/+4
* Do not use custom DI object names for user_ldapMorris Jobke2020-07-132-2/+4
* Move user_ldap to migrationsJoas Schilling2020-07-061-0/+101
* Update license headers for 19Christoph Wurst2020-04-293-1/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-7/+6
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update license headersChristoph Wurst2019-12-054-4/+6
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
* Update license headersMorris Jobke2017-11-062-0/+3
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-032-2/+4
* fix LDAP User deletion (cleanup)Arthur Schiwon2017-09-291-1/+1
* restore ldap_password_renew_prRoger Szabo2017-03-311-1/+2