aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | invalidated duplicated UUIDs prior to migration changeArthur Schiwon2022-02-101-0/+90
* | fix overwriting of SUCCESS and INVALID constsArthur Schiwon2022-02-031-6/+6
|/
* 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
* Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan2022-01-121-1/+1
* Improve ldap:test-config occ commandCôme Chilliet2022-01-041-21/+46
* 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-1616-128/+93
| |/ |/|
* | 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-094-33/+211
|\ \
| * | 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-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-233-29/+158
| * | Support LDAP dns longer than 255 charactersCôme Chilliet2021-11-232-27/+43
| |/
* | 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-291-6/+9
|\ \
| * | Fix sanitizing regex and add a test case for uppercase in usernameCôme Chilliet2021-11-231-2/+2
| * | Avoid use of iconv to get rid of unicodeCôme Chilliet2021-10-281-6/+9
| |/
* | Merge pull request #29837 from nextcloud/fix/user_ldap-check-cacheJulius Härtl2021-11-253-16/+30
|\ \
| * | Check LDAP upon user deletion instead of refusing based on cached informationCôme Chilliet2021-11-231-7/+21
| * | Ignore cache in occ ldap:check-ldap commandCôme Chilliet2021-11-223-9/+9
| |/
* | Merge pull request #29610 from nextcloud/fix/user_ldap-loggerCôme Chilliet2021-11-234-68/+20
|\ \
| * | Move back logger to protected in OCA\User_LDAP\User\UserCôme Chilliet2021-11-231-1/+1
| * | Get rid of LogWrapper calling deprecated logger and use LoggerInterface from ...Côme Chilliet2021-11-094-68/+20
| |/
* / Make sure mapping cache is cleared when deleting a userCôme Chilliet2021-11-221-0/+5
|/