| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #7837 from owncloud/fix_7530 | blizzz | 2014-04-09 | 1 | -7/+27 |
|\ |
|
| * | add comment to clearify when a skip in the foreach happens | Arthur Schiwon | 2014-04-09 | 1 | -0/+1 |
| * | define var | Arthur Schiwon | 2014-03-21 | 1 | -0/+1 |
| * | fix potential infinite loop when the DN of the first entry was already read. | Arthur Schiwon | 2014-03-20 | 1 | -1/+1 |
| * | Use the LDAP wrapper for checking resources, needs for proper testing | Arthur Schiwon | 2014-03-20 | 1 | -1/+1 |
| * | Fix wildcard handling and check even less DNs per filter, enough will be look... | Arthur Schiwon | 2014-03-20 | 1 | -4/+7 |
| * | LDAP Wizard: when determining objectclasses, we realy do not need to look at ... | Arthur Schiwon | 2014-03-20 | 1 | -4/+19 |
* | | Merge pull request #6221 from leo-b/ldap_get_all_groups | blizzz | 2014-04-07 | 1 | -1/+4 |
|\ \ |
|
| * | | change default ldap paging size to 500 | Alexander Bergolth | 2014-03-28 | 1 | -1/+1 |
| * | | revert updateGroups job to use getGroups() instead of getAllGroups() | root | 2014-03-04 | 1 | -1/+1 |
| * | | Merge branch 'ldap_paging_chunksize' into ldap_get_all_groups | root | 2014-03-04 | 1 | -1/+4 |
| |\ \ |
|
| | * | | add ldap_paging_size config option | root | 2014-03-04 | 1 | -1/+4 |
| * | | | use getAllGroup() in the updateGroups background job | root | 2014-03-04 | 1 | -1/+1 |
| |/ / |
|
* | | | 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-20 | 1 | -1/+1 |
* | | | Add FreeIPA UUID compatibility, fixes #7796 | Robin McCorkell | 2014-03-19 | 1 | -2/+2 |
| |/
|/| |
|
* | | Fixed configkey casing for PostgreSQL | Vincent Petry | 2014-03-03 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #6299 from leo-b/ldap_nested_groups | VicDeo | 2014-02-25 | 1 | -0/+3 |
|\ |
|
| * | Merge remote branch 'upstream/master' into ldap_nested_groups | root | 2013-12-10 | 1 | -1/+1 |
| |\ |
|
| * | | add support for nested groups | root | 2013-12-06 | 1 | -0/+3 |
* | | | Merge pull request #7205 from owncloud/fix_7153 | blizzz | 2014-02-20 | 1 | -0/+6 |
|\ \ \ |
|
| * | | | LDAP: prevent other configuration from being deleted when deleting the first ... | Arthur Schiwon | 2014-02-14 | 1 | -0/+6 |
* | | | | LDAP: improve compilation of filters | Arthur Schiwon | 2014-02-19 | 1 | -0/+11 |
* | | | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 4 | -6/+25 |
* | | | | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 4 | -5/+12 |
|\| | | |
|
| * | | | Rephrase and clarify log message | Arthur Schiwon | 2014-02-10 | 1 | -1/+1 |
| * | | | Wizard: disable LDAP referrals, fixes #6670 | Arthur Schiwon | 2014-02-10 | 1 | -0/+1 |
| * | | | throw an info message, when base dn test failed | Arthur Schiwon | 2014-02-10 | 1 | -0/+4 |
| * | | | LDAP: extend LDAP wrapper search method for sizelimit, improves performance i... | Arthur Schiwon | 2014-02-10 | 2 | -4/+6 |
* | | | | Fix more documentation failes | Joas Schilling | 2014-02-08 | 1 | -1/+1 |
* | | | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 7 | -29/+76 |
|/ / / |
|
* | | | Merge branch 'master' into memcache-public | Robin Appelman | 2014-01-22 | 1 | -4/+11 |
|\ \ \ |
|
| * | | | user workarount to compare CLOB column with CHAR value | Jörn Friedrich Dreyer | 2014-01-21 | 1 | -4/+11 |
* | | | | Merge branch 'master' into memcache-public | Robin Appelman | 2014-01-15 | 2 | -5/+9 |
|\| | | |
|
| * | | | typo, grammar | Arthur Schiwon | 2014-01-14 | 1 | -1/+1 |
| * | | | LDAP: only read config from database, if configID is given. Not what we want ... | Arthur Schiwon | 2014-01-14 | 1 | -1/+2 |
| * | | | remove unused variables | Arthur Schiwon | 2014-01-14 | 1 | -2/+2 |
| * | | | LDAP: fix TLS detection | Arthur Schiwon | 2014-01-14 | 1 | -2/+5 |
* | | | | Merge branch 'master' into memcache-public | Robin Appelman | 2014-01-09 | 1 | -27/+118 |
|\| | | |
|
| * | | | LDAP: implement userCount action. This required to (finally) clean up and ref... | Arthur Schiwon | 2014-01-08 | 1 | -27/+118 |
* | | | | Use $server->getMemCacheFactory() in ldap connection | Robin Appelman | 2014-01-09 | 1 | -1/+1 |
|/ / / |
|
* | / | LDAP: fix method behind save button on advancend and expert tabs, fixes at le... | Arthur Schiwon | 2013-12-13 | 1 | -5/+6 |
| |/
|/| |
|
* | | Merge pull request #6218 from leo-b/fix_ldap_setOption_returncode | blizzz | 2013-12-06 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | 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-04 | 1 | -1/+1 |
* | | LDAP: set default value for login filter to empty, otherwise the wizard signa... | Arthur Schiwon | 2013-12-04 | 1 | -1/+1 |
* | | LDAP Wizard: don't send ldap_tls change back to the interface as the element ... | Arthur Schiwon | 2013-12-04 | 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 |