summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #31696 from nextcloud/fix/user_ldap-fix-migration-lengthch...Côme Chilliet2022-03-291-1/+1
|\
| * 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
* | [tx-robot] updated from transifexNextcloud bot2022-03-252-2/+2
|/
* do not forget DB table prefix with truncate queryArthur Schiwon2022-03-181-1/+1
* Merge pull request #31421 from nextcloud/fix/user_ldap-fix-ldap-connection-re...Côme Chilliet2022-03-1712-247/+189
|\
| * Set $limit as int as well in Access::count private methodCôme Chilliet2022-03-081-8/+8
| * Fix unit testsCôme Chilliet2022-03-0310-44/+81
| * Fix types in OCA\User_LDAP\ConfigurationCôme Chilliet2022-03-032-59/+31
| * Remove redundant is_array checkCôme Chilliet2022-03-031-11/+9
| * Improve typing in user_ldap to detect problems earlyCôme Chilliet2022-03-033-93/+40
| * Fix executeRead when connection is reset because of a timeoutCôme Chilliet2022-03-031-36/+24
* | Merge pull request #31542 from nextcloud/psalm-userCountsCarl Schwan2022-03-142-2/+6
|\ \
| * | Use "use" to import namespacesCarl Schwan2022-03-141-1/+3
| * | Fix psalm issue about userCountsCarl Schwan2022-03-112-2/+4
* | | Fix similar potential problems with fetchOne loopsCôme Chilliet2022-03-082-4/+4
* | | 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
|/
* [tx-robot] updated from transifexNextcloud bot2022-02-254-2/+4
* [tx-robot] updated from transifexNextcloud bot2022-02-242-2/+2
* [tx-robot] updated from transifexNextcloud bot2022-02-222-0/+14
* Make it explicit that a DN can be used for ldap:check-userCôme Chilliet2022-02-172-4/+10
* Improve typing in apps/user_ldap/lib/Command/CheckUser.phpCôme Chilliet2022-02-171-12/+4
* Remove parenthesis around return in apps/user_ldap/lib/Command/CheckUser.phpCôme Chilliet2022-02-171-1/+1
* Fix ldap:check-user method for newly created LDAP usersCôme Chilliet2022-02-171-15/+11
* Fix script loading in ldap's settingsLouis Chemineau2022-02-144-2/+1
* [tx-robot] updated from transifexNextcloud bot2022-02-132-2/+2
* Merge pull request #31073 from nextcloud/fix/user_ldap-fix-access-typingVincent Petry2022-02-103-69/+47
|\
| * Remove mixed type not available in PHP 7.4Côme Chilliet2022-02-081-3/+3
| * Add a comment explaining how Helper::loginName2UserName can workCôme Chilliet2022-02-081-2/+2
| * Improve typing in OCA\User_LDAP\Access and reduce psalm errorsCôme Chilliet2022-02-083-66/+44
* | 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-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
|\ \