summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/configuration.php
Commit message (Expand)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-121-2/+2
* Update license headersLukas Reschke2015-10-261-0/+1
* Remove arbitrary expression in emptyLukas Reschke2015-10-141-2/+3
* trim by default, add unit testsArthur Schiwon2015-10-051-16/+34
* Spaces -> Tabs, Update PHP-Doc and function logicLennart Rosam2015-10-051-12/+27
* Remove whitespace from base-DNsLennart Rosam2015-10-051-6/+12
* Fix 17677Lennart Rosam2015-08-121-3/+0
* if possible, getUserGroups should get memberships using memberOf virtual attr...Arthur Schiwon2015-06-031-0/+3
* change default value of ldap_tls to 0. It will be detected anyway, but starti...Arthur Schiwon2015-04-091-1/+1
* LDAP Wizard OverhaulArthur Schiwon2015-04-091-1/+4
* Update license headersJenkins for ownCloud2015-03-261-13/+16
* Revert "Updating license headers"Morris Jobke2015-02-261-16/+14
* Updating license headersJenkins for ownCloud2015-02-231-14/+16
* more beautiful white spacesArthur Schiwon2014-10-081-88/+88
* add checkbox for experienced users to server tabArthur Schiwon2014-10-071-0/+3
* command line tools to see, modify and test existing LDAP configurationsArthur Schiwon2014-06-031-1/+1
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-2/+2
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-17/+17
* Use proper PHPDoc and variable names in the LDAP libLukas Reschke2014-05-111-32/+77
* Merge pull request #6221 from leo-b/ldap_get_all_groupsblizzz2014-04-071-1/+4
|\
| * change default ldap paging size to 500Alexander Bergolth2014-03-281-1/+1
| * add ldap_paging_size config optionroot2014-03-041-1/+4
* | Use array_key_exists instead of isset, because the latter returns false if th...Arthur Schiwon2014-03-211-2/+2
|/
* Merge pull request #6299 from leo-b/ldap_nested_groupsVicDeo2014-02-251-0/+3
|\
| * add support for nested groupsroot2013-12-061-0/+3
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+4
* | LDAP: fix method behind save button on advancend and expert tabs, fixes at le...Arthur Schiwon2013-12-131-5/+6
|/
* LDAP: set default value for login filter to empty, otherwise the wizard signa...Arthur Schiwon2013-12-041-1/+1
* Merge pull request #5955 from owncloud/fix5863blizzz2013-11-271-0/+9
|\
| * LDAP Wizard: proper behaviour for raw filter input. remember the editing mode...Arthur Schiwon2013-11-191-0/+9
* | LDAP: get user photo from LDAP and set it as avatar if availableArthur Schiwon2013-11-221-0/+3
|/
* LDAP: when multiline values are passed as array, do not try to preg_split the...Arthur Schiwon2013-10-241-1/+1
* typo, fixes #5517Arthur Schiwon2013-10-241-1/+1
* Don't set Base User and Base Group when Base DN was detected, would case prob...Arthur Schiwon2013-10-171-0/+3
* resolve merge conflicts from rebaseArthur Schiwon2013-10-171-9/+12
* LDAP Wizard: fix couple more or less nasty bugs aka polishingArthur Schiwon2013-10-171-4/+4
* LDAP: set displayname as default attribute for user display nameArthur Schiwon2013-10-171-1/+1
* Ldap Wizard: Group Filter configurationArthur Schiwon2013-10-171-0/+12
* Ldap Wizard: Login filter UI, detection of username attribute, composing of l...Arthur Schiwon2013-10-171-0/+12
* LDAP Wizard: create user list filter, show number of user that will have acce...Arthur Schiwon2013-10-171-0/+3
* LDAP Wizard: add detection, load and save of LDAP groups for filter purposesArthur Schiwon2013-10-171-0/+6
* LDAP Wizard: add detection, load and save of LDAP objectClasses for filter pu...Arthur Schiwon2013-10-171-14/+6
* ignore autodetect-attribute on public save methodArthur Schiwon2013-10-171-0/+1
* LDAP: move Configuration out of Connection into class of its own. The new wi...Arthur Schiwon2013-10-171-0/+352