aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge pull request #29240 from nextcloud/work/admin-delegation-implementationCarl Schwan2021-10-152-6/+19
|\
| * Add support for Delegation Settings for more appsCarl Schwan2021-10-152-6/+19
* | Use Psr\Log\LoggerInterface where it can easily be used in user_ldapCôme Chilliet2021-10-145-78/+136
* | Fix two mistakes in previous migration to LoggerInterface in OCA\User_LDAP\Ac...Côme Chilliet2021-10-141-1/+1
* | Use Psr\Log\LoggerInterface in OCA\User_LDAP\AccessCôme Chilliet2021-10-124-32/+55
* | Avoid PHP errors when the LDAP attribute is not foundCôme Chilliet2021-10-121-1/+5
|/
* Merge pull request #28876 from nextcloud/fix/28653/ldap-long-user-group-idsblizzz2021-09-243-3/+159
|\
| * ensure that user and group IDs in LDAP's tables are also max 64charsArthur Schiwon2021-09-243-3/+159
* | fix caching of objectsid searchesArthur Schiwon2021-09-211-4/+5
|/
* use specific email getter where necessaryArthur Schiwon2021-09-091-1/+1
* Migrate HintException to OCPGary Kim2021-06-302-3/+3
* unset ldap provider when disabling user_ldapArthur Schiwon2021-06-301-0/+52
* LDAP: determine shares of offline users only when neededArthur Schiwon2021-06-281-7/+3
* Merge pull request #27515 from nextcloud/enh/noid/read-multi-value-user-attri...Christoph Wurst2021-06-161-13/+23
|\
| * Add method to read multi-value attributes from ldap.Daniel Kesselberg2021-06-161-13/+23
* | Add return type for writeToCacheDaniel Kesselberg2021-06-151-4/+2
|/
* Convert command option defaults to stringsChristoph Wurst2021-06-091-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0469-118/+47
* l10n: Spelling unificationValdnet2021-05-211-2/+2
* do not try to search after the last pageArthur Schiwon2021-04-272-3/+47