summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* fix: add ldap_exop_passwd function to sensitive valueyemkareems2024-05-161-1/+1
* fix(user_ldap): Fix a var nameCôme Chilliet2024-05-061-1/+1
* docs(LDAP): add info on stored DN formArthur Schiwon2024-04-102-0/+19
* fix(LDAP): escape DN on check-userArthur Schiwon2024-04-101-1/+2
* fix(user_ldap): Early failure for empty password login attemptCôme Chilliet2024-03-071-7/+5
* fix(LDAP): ensure stored groups are formatted as simple listArthur Schiwon2023-12-221-2/+2
* feat(LDAP): warn about demoting a group while promoting anotherArthur Schiwon2023-12-051-8/+23
* enh(LDAP): add occ command to promote an LDAP group to adminArthur Schiwon2023-12-051-0/+113
* enh(LDAP): implement IIsAdmin interfaceArthur Schiwon2023-12-054-2/+27
* Merge pull request #40918 from nextcloud/backport/40709/stable27Arthur Schiwon2023-11-151-2/+2
|\
| * Update apps/user_ldap/lib/User/User.phpMarcel Klehr2023-10-141-1/+1
| * LDAP: Increase profile picture limit to 512Marcel Klehr2023-10-141-1/+1
* | fix(LDAP): prevent incomplete displaynames…Arthur Schiwon2023-11-091-2/+2
* | fix(LDAP): solve race condition reading groups of disappeared LDAP userArthur Schiwon2023-10-302-5/+46
* | refactor(LDAP): pass IConfig via constructor to Group_LDAPArthur Schiwon2023-10-302-9/+12
* | fix(ldap): store last known user groupsArthur Schiwon2023-10-302-2/+27
|/
* Merge pull request #37201 from AaronDewes/fix/ldap-filter-generationCôme Chilliet2023-10-022-9/+7
* fix(LDAP): add return type hint and descriptionArthur Schiwon2023-09-111-2/+2
* fix(ldap): avatar is not being fetchedArthur Schiwon2023-09-111-1/+10
* Do not log passwords in debug modeAnna Larch2023-08-241-0/+9
* Avoid adding (attribute=) part to filter which will confuse LDAP serversCôme Chilliet2023-08-081-2/+6
* Merge pull request #37903 from nextcloud/fix/user_ldap-fix-multiple-ldap-supportCôme Chilliet2023-05-022-21/+5
|\
| * Add comment about Manager instance not being sharedCôme Chilliet2023-04-271-0/+1
| * Fix multiple LDAP configuration support by fixing AccessFactoryCôme Chilliet2023-04-242-21/+4
* | Clear up return typesCôme Chilliet2023-04-273-6/+12
* | Let OC\Group\Group handle the fallback and remove default implementation from...Côme Chilliet2023-04-271-11/+2
* | Optimize retrieving display name when searching for users in a groupCarl Schwan2023-04-272-4/+17
* | Merge pull request #36784 from nextcloud/fix/user_ldap-update-groups-fail-getDaniel2023-04-241-1/+12
|\ \ | |/ |/|
| * Properly test and log when a group is not foundCôme Chilliet2023-02-201-1/+12
* | code stylingMarc Hefter2023-04-241-5/+5
* | Update apps/user_ldap/lib/User/User.phpMarc Hefter2023-04-241-1/+1
* | removed profile data from LDAP will get removedMarc Hefter2023-04-211-12/+18
* | Merge pull request #36565 from march42/feature/ldap_update_profileSimon L2023-04-204-1/+212
|\ \
| * | optimized handling of user profile data changeMarc Hefter2023-04-141-1/+23
| * | error handling in update profile from LDAPMarc Hefter2023-04-111-1/+7
| * | trying to make github-code-scanning bot happyMarc Hefter2023-04-061-2/+3
| * | added simple data conversion for LDAP attributesMarc Hefter2023-04-061-7/+19
| * | handling, formatting of postalAddress attribute syntaxMarc Hefter2023-04-061-24/+39
| * | nice up the code handling AccountManagerMarc Hefter2023-04-063-69/+66
| * | refined code, to be independend from OCP\IUserMarc Hefter2023-04-064-42/+37
| * | fixing Psalm messagesMarc Hefter2023-04-061-8/+8
| * | handling updateProfile with array of valuesMarc Hefter2023-04-064-66/+65
| * | CleanUp: removed redundant storing profile attributes in user settingsMarc Hefter2023-04-061-2/+0
| * | CleanUp: removed redundant condition if blockMarc Hefter2023-04-061-4/+1
| * | CleanUp: tidy checking for empty profileScopeMarc Hefter2023-04-061-1/+1
| * | Fix: Parameter $scope has no provided typeMarc Hefter2023-04-061-4/+3
| * | CleanUp: remove unneeded UNSET, to unclutter codeMarc Hefter2023-04-061-7/+0
| * | cleanup: removed unnecessary imports of IAccountManager, AccountManager, IDBC...Marc Hefter2023-04-061-4/+1
| * | fixed error: Array to string conversion at user_ldap/lib/User/User.php#639Marc Hefter2023-04-061-1/+1
| * | bugfix: changed forgotten userName, to getUsernameMarc Hefter2023-04-061-2/+2