summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* 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
* LDAP: prevent other configuration from being deleted when deleting the first ...Arthur Schiwon2014-02-201-0/+6
* Merge pull request #7124 from owncloud/fix_6541blizzz2014-02-101-7/+26
|\
| * LDAP: improve debug messageArthur Schiwon2014-02-101-1/+2
| * LDAP: also try MS AD's thumbnailPhoto when looking for an avatar imageArthur Schiwon2014-02-101-6/+24
* | Merge pull request #7081 from owncloud/fix_6670blizzz2014-02-105-5/+13
|\ \ | |/ |/|
| * Rephrase and clarify log messageArthur Schiwon2014-02-051-1/+1
| * Wizard: enable base DN for editing, if not base DN could have been detected. ...Arthur Schiwon2014-02-051-0/+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
* | LDAP: add documentation info in info.xmlArthur Schiwon2014-02-071-0/+3
|/
* 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
* | remove ru_RU - it's almost untranslatedThomas Müller2014-01-131-12/+0
* | LDAP: add tests for countUsersArthur Schiwon2014-01-091-0/+54
* | remove unnecessary lineArthur Schiwon2014-01-091-1/+0
* | LDAP: implement userCount action. This required to (finally) clean up and ref...Arthur Schiwon2014-01-093-28/+148
* | Merge pull request #6291 from owncloud/ldap_doc_linkThomas Müller2013-12-192-2/+2
|\ \ | |/ |/|
| * LDAP: adjust documentation URL for OC 6Arthur Schiwon2013-12-102-2/+2
* | LDAP: fix method behind save button on advancend and expert tabs, fixes at le...Arthur Schiwon2013-12-121-5/+6
* | LDAP: the browser shall not autofill userdn and password, usually login crede...Arthur Schiwon2013-12-121-2/+2
|/
* correctly propagate the return value of ldap_set_optionroot2013-12-061-1/+1
* LDAP Wizard: avoid a manually deactivated LDAP configuration is enabled by ju...Arthur Schiwon2013-12-041-3/+10
* LDAP: make unsetting checkboxes from Advanced tab work again, fixes #6143Arthur Schiwon2013-12-041-0/+12