summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* backport of #11494Arthur Schiwon2014-10-202-15/+53
* Prevent button click when enter key is pressed in LDAP wizardVincent Petry2014-10-103-4/+4
* Backport of #10527Arthur Schiwon2014-10-092-12/+32
* Merge pull request #10631 from owncloud/fixWizardTest_stable6blizzz2014-08-281-1/+1
|\
| * fix wizard test, adjust to changed parameters of the tested method, introduce...Arthur Schiwon2014-08-261-1/+1
* | Merge pull request #10034 from owncloud/remove-es_MX-from-stable6Lukas Reschke2014-08-151-6/+0
|\ \ | |/ |/|
| * remove language es_MXThomas Müller2014-07-291-6/+0
* | backport of #9848Jean-Louis Dupond2014-08-111-13/+20
|/
* Merge pull request #9575 from owncloud/fix-7038Vincent Petry2014-07-222-2/+14
|\
| * Hack to avoid Agent DN + Password being overwritten by some ugly browsers wit...Arthur Schiwon2014-07-162-2/+14
* | don't trigger update from checkPassword, it is already called by userExists, ...Arthur Schiwon2014-07-101-4/+0
|/
* Backport subset of #4179, re-established Oracle compatibility for LDAPArthur Schiwon2014-06-202-3/+4
* remove unused vars; increase scrutinizer happinessArthur Schiwon2014-06-161-2/+1
* simplify two methods a bit, because they are not used for group search anymoreArthur Schiwon2014-06-162-13/+6
* make all this work in an early configuration state in the wizard by marking ...Arthur Schiwon2014-06-162-1/+15
* Wizard: get really all groups from LDAP by power of Paged SearchArthur Schiwon2014-06-161-5/+55
* fix PHPdocArthur Schiwon2014-06-161-2/+2
* consolidate requirement checkArthur Schiwon2014-06-161-22/+21
* LDAP Wizard: count users and groups with the power of paged searchArthur Schiwon2014-06-161-26/+30
* add method to count groups on LDAPArthur Schiwon2014-06-161-0/+12
* fix PHPdocArthur Schiwon2014-06-161-2/+3
* Merge pull request #8623 from owncloud/fix-8457blizzz2014-06-162-3/+81
|\
| * add unit test to make sure the infinite loop never comes backArthur Schiwon2014-05-161-1/+79
| * set result entry identifier earlier, i.e. before a continue for the same leve...Arthur Schiwon2014-05-161-2/+2
* | simpler and better readable assignmentArthur Schiwon2014-05-281-4/+1
* | bump version and don't overwrite values on next update if not necessaryArthur Schiwon2014-05-142-13/+22
* | get the correct version number for compare -.-Arthur Schiwon2014-05-141-1/+1
* | LDAP: set filter mode to raw, so filters will not be changed and broken after...Arthur Schiwon2014-05-131-0/+12
|/
* LDAP: getDisplayNamesInGroup is not an option for group backends anymoreArthur Schiwon2014-04-232-36/+1
* Backport of #8164ben-denham2014-04-233-79/+122
* add additional comments, PHPdoc and check whether it's really applicableArthur Schiwon2014-04-161-3/+12
* LDAP: cache display names immediately on retrieval, saves tens of unecessary ...Arthur Schiwon2014-04-161-0/+6
* Backport of PR #7815, correct LDAP user count on setup with many usersArthur Schiwon2014-04-161-15/+40
* LDAP: fetch email from LDAP on userExists check as well (along to Quota and A...Arthur Schiwon2014-04-111-0/+1
* Backport of PR #7837 to stable6Arthur Schiwon2014-04-092-7/+235
* Meanwhile, the quota value is stored human-readable in the DBArthur Schiwon2014-04-031-2/+1
* more precise php docArthur Schiwon2014-04-021-2/+4
* add PHP docsArthur Schiwon2014-04-011-1/+12
* LDAP: Read email and quota when mapping user, fixes #7785Arthur Schiwon2014-03-282-33/+48
* add test for cloning and keeping configuration seperateArthur Schiwon2014-03-211-0/+54
* Use array_key_exists instead of isset, because the latter returns false if th...Arthur Schiwon2014-03-211-2/+2
* On clone create a new instance of the ConfigurationArthur Schiwon2014-03-211-0/+2
* Fix duplicate ipauniqueidRobin McCorkell2014-03-211-1/+1
* Add FreeIPA UUID compatibility, fixes #7796Robin McCorkell2014-03-211-2/+2
* Fixed configkey casing for PostgreSQLVincent Petry2014-03-041-1/+1
* remove remaining testing artefactArthur Schiwon2014-02-281-1/+1
* intendetion. where did the whitespaces come from?Arthur Schiwon2014-02-271-2/+2
* LDAP: let proxy for multiple server access methods from AccessArthur Schiwon2014-02-271-4/+13
* LDAP: fix and extend testsArthur Schiwon2014-02-212-3/+169
* LDAP: improve compilation of filtersArthur Schiwon2014-02-212-0/+14