summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * added user profile scope settingMarc Hefter2023-04-063-10/+19
| * feature addition: [user_ldap] update user profile from LDAPMarc Hefter2023-04-061-20/+22
| * feature addition: [user_ldap] update user profile from LDAP; WIP; fixing some...Marc Hefter2023-04-064-4/+40
| * feature addition: [user_ldap] update user profile from LDAP; WIP work-in-prog...Marc Hefter2023-04-064-0/+133
* | perform exact Ldap search as well to make sure it works for attributes withou...Julien Veyssier2023-04-131-0/+5
|/
* Merge pull request #37575 from nextcloud/fix/user_ldap-log-suffix-namesArthur Schiwon2023-04-051-0/+9
|\
| * Log a warning when a user or group is mapped with a suffixCôme Chilliet2023-04-041-0/+9
* | Fix types for reading and writing config valuesjld31032023-04-052-7/+7
|/
* fix undefined method getExtStorageHome()Arthur Schiwon2023-03-222-1/+10
* Merge pull request #37006 from nextcloud/ldap-unmark-dhArthur Schiwon2023-03-201-2/+0
|\
| * also unmark deleted ldap user when checking the ldap entryRobin Appelman2023-03-021-2/+0
* | Do not send a pagination control with size = 0 if cookie is emptyCôme Chilliet2023-03-131-9/+13
|/
* Remove redundant cast to string in user_ldapCôme Chilliet2023-01-021-2/+2
* Fix psalm spotted errors with new requirementsCôme Chilliet2023-01-021-7/+2
* Merge pull request #35839 from nextcloud/feat/user_ldap-longer-ttl-for-fallbackVincent Petry2022-12-201-4/+5
|\
| * Apply a longer TTL of 15min to falling back on backup serverCôme Chilliet2022-12-201-4/+5
* | Merge pull request #34772 from nextcloud/fix/clean-ldap-access-factory-usageCôme Chilliet2022-12-208-69/+59
|\ \ | |/ |/|
| * Merge branch 'master' into fix/clean-ldap-access-factory-usageCôme Chilliet2022-11-217-111/+156
| |\
| * | Fix return type for countUsers methodCôme Chilliet2022-10-254-10/+9
| * | Make sure to use AccessFactory to create Access instances and use DICôme Chilliet2022-10-255-60/+51
* | | Fixed backup host logicCôme Chilliet2022-12-191-26/+24
* | | Make code clearer for background hostCôme Chilliet2022-12-191-8/+8
* | | Use a dedicated LDAP host and port for background jobs if configuredCôme Chilliet2022-12-192-6/+18
* | | Merge pull request #35231 from nextcloud/fix/user_ldap-cache-fetched-list-of-...Côme Chilliet2022-12-191-7/+14
|\ \ \
| * | | Cache the fetched list of groupsCôme Chilliet2022-11-171-7/+14
| | |/ | |/|
* | | Merge pull request #24574 from zenlord/ldapi-unix-socket-supportCôme Chilliet2022-12-084-74/+102
|\ \ \
| * | | Merge branch 'master' into ldapi-unix-socket-supportCôme Chilliet2022-11-2219-809/+570
| |\| |
| * | | Add ldap-unix-socket support - squashed commits to files Connection.php, Conf...Vincent Van Houtte2022-09-094-65/+93
* | | | Use TimedJob from OCP instead of OCCôme Chilliet2022-12-051-2/+8
* | | | Merge pull request #35355 from nextcloud/artonge/feat/ldap_connection_timeoutblizzz2022-11-302-0/+7
|\ \ \ \
| * | | | Allow to set a custom timeout for ldap connectionsLouis Chemineau2022-11-232-0/+7
| | |/ / | |/| |
* | | | Merge pull request #35230 from nextcloud/fix/user_ldap-log-backup-switchCôme Chilliet2022-11-241-7/+12
|\ \ \ \