summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Configuration.php
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * fix saving changes…Arthur Schiwon2017-10-271-1/+1
| * fix creating an empty configurationArthur Schiwon2017-10-271-3/+5
| * LDAP: only write actually changes values to the DBArthur Schiwon2017-10-271-2/+8
* | Update license headersMorris Jobke2017-11-061-1/+3
|/
* Use IConfig instead of static OCP\ConfigMorris Jobke2017-07-271-1/+1
* Merge branch 'master' of https://github.com/Xuanwo/server into Xuanwo-master2Arthur Schiwon2017-04-251-0/+3
|\
| * user_ldap: Add support for gidNumberXuanwo2017-04-251-0/+3
* | restore ldap_password_renew_prRoger Szabo2017-03-311-0/+3
|/
* LDAP OCS Api for create configArthur Schiwon2017-01-181-3/+6
* restore ldap_password_prroot2016-11-231-0/+4
* Harden emptyVictor Dubiniuk2016-10-131-2/+2
* fix a few minor code smellsJörn Friedrich Dreyer2016-08-291-2/+3
* Fix apps/Joas Schilling2016-07-211-3/+4
* Update license headersLukas Reschke2016-05-261-2/+3
* Move Configuration to PSR-4Joas Schilling2016-05-251-0/+511