summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Configuration.php
Commit message (Expand)AuthorAgeFilesLines
* 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