summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* simplify blizzz2022-06-281-1/+1
* delete groups in chunks instead of one by oneArthur Schiwon2022-06-281-5/+11
* cleanup LDAP's UpdateGroupsArthur Schiwon2022-06-281-41/+43
* Fix profiler trying to serialize invalid utf8Carl Schwan2022-06-201-1/+9
* Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-123-52/+24
* Don't use slow hashing to check the LDAP bindingCarl Schwan2022-05-051-8/+3
* Fix createNamedParameter in LDAP migrationsJohn Molakvoæ2022-04-072-2/+2
* Merge pull request #31661 from nextcloud/enh/user_ldap-add-command-to-unmap-g...blizzz2022-04-055-21/+162
|\
| * Fix user_ldap unit testsCôme Chilliet2022-04-011-4/+3
| * Add missing fileCôme Chilliet2022-04-011-0/+111
| * Add type information to fix psalm errorCôme Chilliet2022-04-011-0/+1
| * Add ldap:reset-group command to unmap groups from LDAPCôme Chilliet2022-04-014-18/+48
* | Merge pull request #30823 from nextcloud/work/profilerCarl Schwan2022-04-042-9/+73
|\ \ | |/ |/|
| * Add a built-in profiler inside NextcloudCarl Schwan2022-04-042-9/+73
* | Fix assignment of the LDAP Wizard connectionChristoph Wurst2022-03-311-1/+1
* | Avoid updating _lastChange when nothing is changed in the configurationCôme Chilliet2022-03-313-3/+4
* | Do not update _lastChanged on auto-detected attributesCôme Chilliet2022-03-311-1/+5
* | Use the new octetLength function to filter lines to migrateCôme Chilliet2022-03-301-8/+4
* | Adapt max length limit in AbstactMapping to match databaseCôme Chilliet2022-03-301-2/+2
* | 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
* Merge pull request #31421 from nextcloud/fix/user_ldap-fix-ldap-connection-re...Côme Chilliet2022-03-177-222/+148
|\
| * Set $limit as int as well in Access::count private methodCôme Chilliet2022-03-081-8/+8
| * Fix unit testsCôme Chilliet2022-03-035-19/+40
| * 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
|/
* 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
* 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-102-24/+398
* | allow to re-run migration step when backup DB is already createdArthur Schiwon2022-02-101-1/+12