summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* Fix createNamedParameter in LDAP migrationsJohn Molakvoæ2022-04-072-2/+2
* [tx-robot] updated from transifexNextcloud bot2022-04-062-2/+2
* Merge pull request #31661 from nextcloud/enh/user_ldap-add-command-to-unmap-g...blizzz2022-04-0510-31/+175
|\
| * Fix user_ldap unit testsCôme Chilliet2022-04-013-14/+13
| * 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-017-18/+51
* | [tx-robot] updated from transifexNextcloud bot2022-04-052-2/+2
* | Merge pull request #30823 from nextcloud/work/profilerCarl Schwan2022-04-044-9/+75
|\ \ | |/ |/|
| * Add a built-in profiler inside NextcloudCarl Schwan2022-04-044-9/+75
* | Merge pull request #31782 from nextcloud/fix/31780_31778/fix-ldap-wizardblizzz2022-04-011-1/+7
|\ \
| * | Fix ldap wizard stylingRichard Steinmetz2022-03-311-1/+7
* | | 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
* | Build autoloadersCôme Chilliet2022-03-302-0/+2
* | 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
* | Merge pull request #31759 from nextcloud/fix/fix-composer-autoloaderCôme Chilliet2022-03-305-15/+8
|\ \
| * | Build autoloader with new composer versionCôme Chilliet2022-03-305-15/+8
| |/
* / Fix vendor loading in user_ldap wizardLouis Chemineau2022-03-302-1/+1
|/
* [tx-robot] updated from transifexNextcloud bot2022-03-304-20/+20
* 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