summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Replace license information to SPDX expressionLouis Chemineau2022-01-111-2/+2
| * | Add generic type and description when its missingLouis Chemineau2022-01-115-15/+15
| * | Typing correctionsLouis Chemineau2022-01-111-1/+1
* | | Removed obselete language files - Pt. IIrakekniven2022-01-1024-208/+0
|/ /
* | Removed obselete language filesrakekniven2022-01-0920-2080/+0
* | [tx-robot] updated from transifexNextcloud bot2022-01-072-4/+4
|/
* Improve ldap:test-config occ commandCôme Chilliet2022-01-041-21/+46
* [tx-robot] updated from transifexNextcloud bot2022-01-032-2/+2
* [tx-robot] updated from transifexNextcloud bot2021-12-272-4/+4
* 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-1618-131/+96
* | | [tx-robot] updated from transifexNextcloud bot2021-12-162-2/+2
| |/ |/|
* | Bump user_ldap version to make sure the migration runsCôme Chilliet2021-12-091-1/+1
* | 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-096-33/+213
|\ \
| * | 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-233-2/+4
| * | 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
| |/
* | [tx-robot] updated from transifexNextcloud bot2021-12-082-2/+2
* | 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-292-13/+11
|\ \
| * | Fix sanitizing regex and add a test case for uppercase in usernameCôme Chilliet2021-11-232-2/+3
| * | Avoid use of iconv to get rid of unicodeCôme Chilliet2021-10-282-13/+10
* | | [tx-robot] updated from transifexNextcloud bot2021-11-272-2/+188
* | | 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
| | |/ | |/|
* | | [tx-robot] updated from transifexNextcloud bot2021-11-242-0/+14
* | | Merge pull request #29610 from nextcloud/fix/user_ldap-loggerCôme Chilliet2021-11-2313-90/+39
|\ \ \
| * | | Move back logger to protected in OCA\User_LDAP\User\UserCôme Chilliet2021-11-231-1/+1
| * | | Update autoloader accordinglyCôme Chilliet2021-11-093-4/+2
| * | | Get rid of LogWrapper calling deprecated logger and use LoggerInterface from ...Côme Chilliet2021-11-0910-86/+37
* | | | Test cache invalidation for AbstractMapping in test suiteCôme Chilliet2021-11-221-0/+4