aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Configuration.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-7/+4
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-1/+2
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-3/+3
* feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-171-0/+6
* fix(user_ldap): Lowercase value for all attributes in configurationCôme Chilliet2024-08-271-0/+21
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-301-32/+4
* feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-301-0/+6
* fix: Fix newly spotted psalm issues, add exhaustive typed magic properties fo...Côme Chilliet2024-04-301-2/+70
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-131-1/+3
* fix(user_ldap): Ensure host is a string when checking if `ldapi`Ferdinand Thiessen2024-01-261-1/+2
* enh(LDAP): implement IIsAdmin interfaceArthur Schiwon2023-12-011-0/+3
* Merge pull request #34443 from nextcloud/feat/add-enabled-user-backendCôme Chilliet2023-07-031-0/+3
|\
| * [user_ldap] Add per-connection setting for marking remnants as disabledCôme Chilliet2023-05-231-0/+3
* | Refactors "strpos" calls in /apps/user_ldap to improve code readability.Faraz Samapoor2023-06-021-3/+3
|/
* nice up the code handling AccountManagerMarc Hefter2023-04-061-3/+0
* refined code, to be independend from OCP\IUserMarc Hefter2023-04-061-3/+3
* handling updateProfile with array of valuesMarc Hefter2023-04-061-0/+3
* added user profile scope settingMarc Hefter2023-04-061-0/+3
* feature addition: [user_ldap] update user profile from LDAP; WIP; fixing some...Marc Hefter2023-04-061-0/+3
* feature addition: [user_ldap] update user profile from LDAP; WIP work-in-prog...Marc Hefter2023-04-061-0/+22
* Use a dedicated LDAP host and port for background jobs if configuredCôme Chilliet2022-12-191-3/+9
* Merge pull request #24574 from zenlord/ldapi-unix-socket-supportCôme Chilliet2022-12-081-0/+7
|\
| * Add ldap-unix-socket support - squashed commits to files Connection.php, Conf...Vincent Van Houtte2022-09-091-0/+7
* | Allow to set a custom timeout for ldap connectionsLouis Chemineau2022-11-231-0/+3
|/
* Avoid updating _lastChange when nothing is changed in the configurationCôme Chilliet2022-03-311-3/+2
* Do not update _lastChanged on auto-detected attributesCôme Chilliet2022-03-311-1/+5
* Fix types in OCA\User_LDAP\ConfigurationCôme Chilliet2022-03-031-57/+29
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+0
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-103/+103
* LDAP: shortcut in reading nested group members when IN_CHAIN is availableArthur Schiwon2020-08-111-0/+7
* Add visibility to all constantsChristoph Wurst2020-04-101-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-29/+28
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Remove trailing whitespaces from commentsChristoph Wurst2020-04-091-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-7/+7
* Update license headersChristoph Wurst2019-12-051-2/+4
* fixes possible override of uniqueMember by autodetectionArthur Schiwon2019-05-171-1/+1
* add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon2019-02-141-0/+3
* functions that were checked for are present since PHP 5.4, supported is >=/Arthur Schiwon2018-10-251-2/+0
* adjust and add more unit testsArthur Schiwon2018-07-051-1/+1
* allow admin to disable fetching of avatars as well as a specific attributeArthur Schiwon2018-07-051-0/+40
* typoblizzz2018-01-311-1/+1
* fixes reading the sysconfig valueArthur Schiwon2018-01-311-0/+1
* Remove deprecated \OCP\ConfigRoeland Jago Douma2018-01-131-1/+1
* move LDAP user attributes "sync" to background (except for ajax jobs)Arthur Schiwon2017-11-091-0/+1
* Merge pull request #5568 from nextcloud/ldap-agent-credentials-safeLukas Reschke2017-11-091-3/+11
|\