summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* backport of #11494Arthur Schiwon2014-10-201-1/+1
* Backport of #10527Arthur Schiwon2014-10-092-12/+32
* backport of #9848Jean-Louis Dupond2014-08-111-13/+20
* 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-161-11/+4
* 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
* set result entry identifier earlier, i.e. before a continue for the same leve...Arthur Schiwon2014-05-161-2/+2
* 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
* Backport of PR #7837 to stable6Arthur Schiwon2014-04-091-7/+25
* 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-281-0/+46
* 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
* LDAP: improve compilation of filtersArthur Schiwon2014-02-211-0/+11
* LDAP: prevent other configuration from being deleted when deleting the first ...Arthur Schiwon2014-02-201-0/+6
* Rephrase and clarify log messageArthur Schiwon2014-02-051-1/+1
* Wizard: disable LDAP referrals, fixes #6670Arthur Schiwon2014-02-051-0/+1
* throw an info message, when base dn test failedArthur Schiwon2014-02-041-0/+4
* LDAP: extend LDAP wrapper search method for sizelimit, improves performance i...Arthur Schiwon2014-02-042-4/+6
* user workarount to compare CLOB column with CHAR valueJörn Friedrich Dreyer2014-01-211-4/+11
* Merge pull request #6408 from owncloud/ldap_fix_tls_detectionThomas Müller2014-01-142-5/+9
|\
| * typo, grammarArthur Schiwon2014-01-081-1/+1
| * LDAP: only read config from database, if configID is given. Not what we want ...Arthur Schiwon2013-12-131-1/+2
| * remove unused variablesArthur Schiwon2013-12-131-2/+2
| * LDAP: fix TLS detectionArthur Schiwon2013-12-131-2/+5
* | LDAP: implement userCount action. This required to (finally) clean up and ref...Arthur Schiwon2014-01-091-27/+118
|/
* LDAP: fix method behind save button on advancend and expert tabs, fixes at le...Arthur Schiwon2013-12-121-5/+6
* correctly propagate the return value of ldap_set_optionroot2013-12-061-1/+1
* LDAP Wizard: return correct varArthur Schiwon2013-12-031-1/+1
* LDAP: set default value for login filter to empty, otherwise the wizard signa...Arthur Schiwon2013-12-031-1/+1
* LDAP Wizard: don't send ldap_tls change back to the interface as the element ...Arthur Schiwon2013-12-021-1/+0
* Merge pull request #5955 from owncloud/fix5863blizzz2013-11-272-0/+48
|\
| * LDAP Wizard: proper behaviour for raw filter input. remember the editing mode...Arthur Schiwon2013-11-192-0/+48
* | LDAP: username2dn should only return DNs that belong to the current LDAP ser...Arthur Schiwon2013-11-251-1/+3
* | LDAP: proxy: configurable return to determine when to try the next LDAP serve...Arthur Schiwon2013-11-251-3/+4
* | LDAP: get user photo from LDAP and set it as avatar if availableArthur Schiwon2013-11-221-0/+3