| Commit message (Expand) | Author | Age | Files | Lines |
* | LDAP: getDisplayNamesInGroup is not an option for group backends anymore | Arthur Schiwon | 2014-04-23 | 2 | -36/+1 |
* | Backport of #8164 | ben-denham | 2014-04-23 | 3 | -79/+122 |
* | add additional comments, PHPdoc and check whether it's really applicable | Arthur Schiwon | 2014-04-16 | 1 | -3/+12 |
* | LDAP: cache display names immediately on retrieval, saves tens of unecessary ... | Arthur Schiwon | 2014-04-16 | 1 | -0/+6 |
* | Backport of PR #7815, correct LDAP user count on setup with many users | Arthur Schiwon | 2014-04-16 | 1 | -15/+40 |
* | LDAP: fetch email from LDAP on userExists check as well (along to Quota and A... | Arthur Schiwon | 2014-04-11 | 1 | -0/+1 |
* | Backport of PR #7837 to stable6 | Arthur Schiwon | 2014-04-09 | 2 | -7/+235 |
* | Meanwhile, the quota value is stored human-readable in the DB | Arthur Schiwon | 2014-04-03 | 1 | -2/+1 |
* | more precise php doc | Arthur Schiwon | 2014-04-02 | 1 | -2/+4 |
* | add PHP docs | Arthur Schiwon | 2014-04-01 | 1 | -1/+12 |
* | LDAP: Read email and quota when mapping user, fixes #7785 | Arthur Schiwon | 2014-03-28 | 2 | -33/+48 |
* | add test for cloning and keeping configuration seperate | Arthur Schiwon | 2014-03-21 | 1 | -0/+54 |
* | Use array_key_exists instead of isset, because the latter returns false if th... | Arthur Schiwon | 2014-03-21 | 1 | -2/+2 |
* | On clone create a new instance of the Configuration | Arthur Schiwon | 2014-03-21 | 1 | -0/+2 |
* | Fix duplicate ipauniqueid | Robin McCorkell | 2014-03-21 | 1 | -1/+1 |
* | Add FreeIPA UUID compatibility, fixes #7796 | Robin McCorkell | 2014-03-21 | 1 | -2/+2 |
* | Fixed configkey casing for PostgreSQL | Vincent Petry | 2014-03-04 | 1 | -1/+1 |
* | remove remaining testing artefact | Arthur Schiwon | 2014-02-28 | 1 | -1/+1 |
* | intendetion. where did the whitespaces come from? | Arthur Schiwon | 2014-02-27 | 1 | -2/+2 |
* | LDAP: let proxy for multiple server access methods from Access | Arthur Schiwon | 2014-02-27 | 1 | -4/+13 |
* | LDAP: fix and extend tests | Arthur Schiwon | 2014-02-21 | 2 | -3/+169 |
* | LDAP: improve compilation of filters | Arthur Schiwon | 2014-02-21 | 2 | -0/+14 |
* | LDAP: prevent other configuration from being deleted when deleting the first ... | Arthur Schiwon | 2014-02-20 | 1 | -0/+6 |
* | Merge pull request #7124 from owncloud/fix_6541 | blizzz | 2014-02-10 | 1 | -7/+26 |
|\ |
|
| * | LDAP: improve debug message | Arthur Schiwon | 2014-02-10 | 1 | -1/+2 |
| * | LDAP: also try MS AD's thumbnailPhoto when looking for an avatar image | Arthur Schiwon | 2014-02-10 | 1 | -6/+24 |
* | | Merge pull request #7081 from owncloud/fix_6670 | blizzz | 2014-02-10 | 5 | -5/+13 |
|\ \
| |/
|/| |
|
| * | Rephrase and clarify log message | Arthur Schiwon | 2014-02-05 | 1 | -1/+1 |
| * | Wizard: enable base DN for editing, if not base DN could have been detected. ... | Arthur Schiwon | 2014-02-05 | 1 | -0/+1 |
| * | Wizard: disable LDAP referrals, fixes #6670 | Arthur Schiwon | 2014-02-05 | 1 | -0/+1 |
| * | throw an info message, when base dn test failed | Arthur Schiwon | 2014-02-04 | 1 | -0/+4 |
| * | LDAP: extend LDAP wrapper search method for sizelimit, improves performance i... | Arthur Schiwon | 2014-02-04 | 2 | -4/+6 |
* | | LDAP: add documentation info in info.xml | Arthur Schiwon | 2014-02-07 | 1 | -0/+3 |
|/ |
|
* | user workarount to compare CLOB column with CHAR value | Jörn Friedrich Dreyer | 2014-01-21 | 1 | -4/+11 |
* | Merge pull request #6408 from owncloud/ldap_fix_tls_detection | Thomas Müller | 2014-01-14 | 2 | -5/+9 |
|\ |
|
| * | typo, grammar | Arthur Schiwon | 2014-01-08 | 1 | -1/+1 |
| * | LDAP: only read config from database, if configID is given. Not what we want ... | Arthur Schiwon | 2013-12-13 | 1 | -1/+2 |
| * | remove unused variables | Arthur Schiwon | 2013-12-13 | 1 | -2/+2 |
| * | LDAP: fix TLS detection | Arthur Schiwon | 2013-12-13 | 1 | -2/+5 |
* | | remove ru_RU - it's almost untranslated | Thomas Müller | 2014-01-13 | 1 | -12/+0 |
* | | LDAP: add tests for countUsers | Arthur Schiwon | 2014-01-09 | 1 | -0/+54 |
* | | remove unnecessary line | Arthur Schiwon | 2014-01-09 | 1 | -1/+0 |
* | | LDAP: implement userCount action. This required to (finally) clean up and ref... | Arthur Schiwon | 2014-01-09 | 3 | -28/+148 |
* | | Merge pull request #6291 from owncloud/ldap_doc_link | Thomas Müller | 2013-12-19 | 2 | -2/+2 |
|\ \
| |/
|/| |
|
| * | LDAP: adjust documentation URL for OC 6 | Arthur Schiwon | 2013-12-10 | 2 | -2/+2 |
* | | LDAP: fix method behind save button on advancend and expert tabs, fixes at le... | Arthur Schiwon | 2013-12-12 | 1 | -5/+6 |
* | | LDAP: the browser shall not autofill userdn and password, usually login crede... | Arthur Schiwon | 2013-12-12 | 1 | -2/+2 |
|/ |
|
* | correctly propagate the return value of ldap_set_option | root | 2013-12-06 | 1 | -1/+1 |
* | LDAP Wizard: avoid a manually deactivated LDAP configuration is enabled by ju... | Arthur Schiwon | 2013-12-04 | 1 | -3/+10 |
* | LDAP: make unsetting checkboxes from Advanced tab work again, fixes #6143 | Arthur Schiwon | 2013-12-04 | 1 | -0/+12 |