summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* Fix Spinner issues with Base DN fieldArthur Schiwon2013-10-171-2/+11
* resolve merge conflicts from rebaseArthur Schiwon2013-10-172-46/+32
* Ldap Wizard: also disable tabs, if the first step is not completeArthur Schiwon2013-10-171-0/+2
* LDAP Wizard: make Back and Continue workArthur Schiwon2013-10-172-2/+61
* LDAP Wizard: Use Ajax Spinner to indicate something is happening, especiall p...Arthur Schiwon2013-10-172-0/+31
* LDAP Wizard: fix couple more or less nasty bugs aka polishingArthur Schiwon2013-10-174-16/+54
* do not instantiate LDAP Proxy if there are no active configurationsArthur Schiwon2013-10-171-1/+1
* Wizard: autodetection of group-member-assoc attributeArthur Schiwon2013-10-174-1/+84
* LDAP: set displayname as default attribute for user display nameArthur Schiwon2013-10-171-1/+1
* clean upArthur Schiwon2013-10-171-4/+0
* Wizard does not need data-defaults hereArthur Schiwon2013-10-172-18/+3
* LDAP Wizard: add forgotten templatesArthur Schiwon2013-10-172-0/+79
* LDAP: dissolve LDAP Basic settings, move Login Filter to Advanced and clean u...Arthur Schiwon2013-10-171-56/+7
* Ldap Wizard: Group Filter configurationArthur Schiwon2013-10-175-64/+258
* Ldap Wizard: Login filter UI, detection of username attribute, composing of l...Arthur Schiwon2013-10-175-14/+214
* LDAP Wizard: create user list filter, show number of user that will have acce...Arthur Schiwon2013-10-175-7/+201
* 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-172-16/+66
* 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-175-32/+99
* Remove debug outputArthur Schiwon2013-10-171-1/+0
* css cleanupArthur Schiwon2013-10-173-3/+3
* LDAP Wizard: add detection, load and save of LDAP objectClasses for filter pu...Arthur Schiwon2013-10-1712-33/+343
* LDAP Wizard: autodetect base DNArthur Schiwon2013-10-176-22/+162
* 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-1710-15/+688
* LDAP: move Configuration out of Connection into class of its own. The new wi...Arthur Schiwon2013-10-174-393/+562
* Doc fixArthur Schiwon2013-10-171-1/+1
* [tx-robot] updated from transifexJenkins for ownCloud2013-10-164-0/+8
* [tx-robot] updated from transifexJenkins for ownCloud2013-10-136-0/+12
* [tx-robot] updated from transifexJenkins for ownCloud2013-10-1025-25/+0
* Merge pull request #5114 from owncloud/ldap_uuid_attr_groupsblizzz2013-10-106-152/+107
|\
| * LDAP: allow different UUID attributes for groups and usersArthur Schiwon2013-10-046-152/+107
* | [tx-robot] updated from transifexJenkins for ownCloud2013-10-062-0/+9
|/
* Merge pull request #4815 from owncloud/ldap_improve_testingMorris Jobke2013-10-0419-235/+1065
|\
| * remove outdated (thus failing) and anyway insufficient group tests - for nowArthur Schiwon2013-09-271-46/+0
| * give test file a proper nameArthur Schiwon2013-09-271-0/+0
| * added user_ldap tests via public api callsArthur Schiwon2013-09-271-14/+112
| * 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-279-18/+34
| * LDAP: simple tests for the user backendArthur Schiwon2013-09-271-0/+313
| * 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-2716-173/+225
| * WhitespacesArthur Schiwon2013-09-271-2/+0
| * 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