| Commit message (Expand) | Author | Age | Files | Lines |
* | backport of #11494 | Arthur Schiwon | 2014-10-20 | 1 | -1/+1 |
* | Backport of #10527 | Arthur Schiwon | 2014-10-09 | 2 | -12/+32 |
* | backport of #9848 | Jean-Louis Dupond | 2014-08-11 | 1 | -13/+20 |
* | Backport subset of #4179, re-established Oracle compatibility for LDAP | Arthur Schiwon | 2014-06-20 | 2 | -3/+4 |
* | remove unused vars; increase scrutinizer happiness | Arthur Schiwon | 2014-06-16 | 1 | -2/+1 |
* | simplify two methods a bit, because they are not used for group search anymore | Arthur Schiwon | 2014-06-16 | 1 | -11/+4 |
* | make all this work in an early configuration state in the wizard by marking ... | Arthur Schiwon | 2014-06-16 | 2 | -1/+15 |
* | Wizard: get really all groups from LDAP by power of Paged Search | Arthur Schiwon | 2014-06-16 | 1 | -5/+55 |
* | fix PHPdoc | Arthur Schiwon | 2014-06-16 | 1 | -2/+2 |
* | consolidate requirement check | Arthur Schiwon | 2014-06-16 | 1 | -22/+21 |
* | LDAP Wizard: count users and groups with the power of paged search | Arthur Schiwon | 2014-06-16 | 1 | -26/+30 |
* | add method to count groups on LDAP | Arthur Schiwon | 2014-06-16 | 1 | -0/+12 |
* | fix PHPdoc | Arthur Schiwon | 2014-06-16 | 1 | -2/+3 |
* | set result entry identifier earlier, i.e. before a continue for the same leve... | Arthur Schiwon | 2014-05-16 | 1 | -2/+2 |
* | 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 |
* | Backport of PR #7837 to stable6 | Arthur Schiwon | 2014-04-09 | 1 | -7/+25 |
* | 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 | 1 | -0/+46 |
* | 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 |
* | LDAP: improve compilation of filters | Arthur Schiwon | 2014-02-21 | 1 | -0/+11 |
* | LDAP: prevent other configuration from being deleted when deleting the first ... | Arthur Schiwon | 2014-02-20 | 1 | -0/+6 |
* | Rephrase and clarify log message | Arthur Schiwon | 2014-02-05 | 1 | -1/+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 |
* | 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 |
* | | LDAP: implement userCount action. This required to (finally) clean up and ref... | Arthur Schiwon | 2014-01-09 | 1 | -27/+118 |
|/ |
|
* | LDAP: fix method behind save button on advancend and expert tabs, fixes at le... | Arthur Schiwon | 2013-12-12 | 1 | -5/+6 |
* | correctly propagate the return value of ldap_set_option | root | 2013-12-06 | 1 | -1/+1 |
* | LDAP Wizard: return correct var | Arthur Schiwon | 2013-12-03 | 1 | -1/+1 |
* | LDAP: set default value for login filter to empty, otherwise the wizard signa... | Arthur Schiwon | 2013-12-03 | 1 | -1/+1 |
* | LDAP Wizard: don't send ldap_tls change back to the interface as the element ... | Arthur Schiwon | 2013-12-02 | 1 | -1/+0 |
* | Merge pull request #5955 from owncloud/fix5863 | blizzz | 2013-11-27 | 2 | -0/+48 |
|\ |
|
| * | LDAP Wizard: proper behaviour for raw filter input. remember the editing mode... | Arthur Schiwon | 2013-11-19 | 2 | -0/+48 |
* | | LDAP: username2dn should only return DNs that belong to the current LDAP ser... | Arthur Schiwon | 2013-11-25 | 1 | -1/+3 |
* | | LDAP: proxy: configurable return to determine when to try the next LDAP serve... | Arthur Schiwon | 2013-11-25 | 1 | -3/+4 |
* | | LDAP: get user photo from LDAP and set it as avatar if available | Arthur Schiwon | 2013-11-22 | 1 | -0/+3 |