aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5700 from owncloud/ldapWizSetDisplayNamesThomas Müller2013-11-151-0/+13
|\
| * LDAP Wizard: do not forget to set display name attributes for user and group,...Arthur Schiwon2013-11-051-0/+13
* | LDAP Wizard: determine port without credentials. don't hide the port input fieldArthur Schiwon2013-11-111-2/+2
* | LDAP Wizard: improve check for Agent DN and CredentialsArthur Schiwon2013-11-111-26/+16
* | LDAP: resolve namespace harakiri, fixes background jobArthur Schiwon2013-11-061-4/+4
|/
* Excpetion->ExceptionVicDeo2013-11-011-11/+11
* replacing ownCloud by theme-able name or avoid it's usageThomas Müller2013-10-291-1/+1
* Port PR #5457 to masterArthur Schiwon2013-10-251-4/+11
* make sure the shared ldap connection is rebound to the configured user after ...Donald Buczek2013-10-251-1/+3
* LDAP: don't validate unconfigured (new) LDAP server configs, fixes #5518Arthur Schiwon2013-10-241-0/+15
* 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
* LDAP Wizard: proper strings and translations for user and group count textArthur Schiwon2013-10-231-3/+9
* merge master with resolved conflictsArthur Schiwon2013-10-231-1/+1
|\
| * LDAP: Fix base-comparison with multibyte characters, fixes #5081. Thanks to @...Arthur Schiwon2013-10-191-1/+1
* | Don't set Base User and Base Group when Base DN was detected, would case prob...Arthur Schiwon2013-10-172-5/+3
* | resolve merge conflicts from rebaseArthur Schiwon2013-10-172-46/+32
* | LDAP Wizard: fix couple more or less nasty bugs aka polishingArthur Schiwon2013-10-172-14/+16
* | Wizard: autodetection of group-member-assoc attributeArthur Schiwon2013-10-172-1/+67
* | LDAP: set displayname as default attribute for user display nameArthur Schiwon2013-10-171-1/+1
* | Ldap Wizard: Group Filter configurationArthur Schiwon2013-10-172-13/+149
* | Ldap Wizard: Login filter UI, detection of username attribute, composing of l...Arthur Schiwon2013-10-172-13/+155
* | LDAP Wizard: create user list filter, show number of user that will have acce...Arthur Schiwon2013-10-172-1/+123
* | Cleanup code, sort resultsArthur Schiwon2013-10-171-41/+49
* | Ldap Wizard: find out whether server supports memberOf in LDAP Filter and dis...Arthur Schiwon2013-10-171-15/+64
* | cleanup and coding styleArthur Schiwon2013-10-171-2/+2
* | cleanup, doc and todoArthur Schiwon2013-10-171-35/+55
* | LDAP Wizard: add detection, load and save of LDAP groups for filter purposesArthur Schiwon2013-10-172-17/+57
* | Remove debug outputArthur Schiwon2013-10-171-1/+0
* | LDAP Wizard: add detection, load and save of LDAP objectClasses for filter pu...Arthur Schiwon2013-10-175-15/+190
* | LDAP Wizard: autodetect base DNArthur Schiwon2013-10-174-8/+104
* | ignore autodetect-attribute on public save methodArthur Schiwon2013-10-171-0/+1
* | Simplify WizardResultArthur Schiwon2013-10-172-9/+0
* | First stage of new Wizard, neither feature complete nor readyArthur Schiwon2013-10-172-0/+317
* | LDAP: move Configuration out of Connection into class of its own. The new wi...Arthur Schiwon2013-10-173-392/+560
* | Doc fixArthur Schiwon2013-10-171-1/+1
|/
* LDAP: allow different UUID attributes for groups and usersArthur Schiwon2013-10-042-52/+87
* LDAP: don't throw exceptions in the wrapper, errors are handled in the code. ...Arthur Schiwon2013-09-271-3/+5
* LDAP: coding styleArthur Schiwon2013-09-275-8/+14
* LDAP: get rid of some PHP WarningsArthur Schiwon2013-09-271-1/+6
* LDAP: make Access be a dependency to the user and group backend instead of in...Arthur Schiwon2013-09-277-44/+81
* LDAP: don't check var type when you can specify the type in the parameter listArthur Schiwon2013-09-271-7/+3
* LDAP: use wrapper, not direct function callArthur Schiwon2013-09-271-1/+1
* LDAP: add phpdocArthur Schiwon2013-09-271-0/+1
* LDAP: establish wrapper interface to allow proper mockingArthur Schiwon2013-09-274-28/+275
* LDAP: move is_resource check to ldap wrapper to make it mockableArthur Schiwon2013-09-273-8/+19
* LDAP: move PHP LDAP functions calls to an LDAP Wrapper for better isolation a...Arthur Schiwon2013-09-273-11/+147
* Resolve merge conflictArthur Schiwon2013-09-271-11/+12
* LDAP: case insensitive replace for more robustnessArthur Schiwon2013-08-271-1/+1
* LDAP: fix wrong hook nameArthur Schiwon2013-08-221-1/+1