| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #24052 from owncloud/fix-ldap-cache-race-conditions | Thomas Müller | 2016-04-25 | 1 | -19/+0 |
|\ |
|
| * | Fix LDAP race conditions | Morris Jobke | 2016-04-20 | 1 | -19/+0 |
* | | on clone Connection, do not take over the existing LDAP resource | Arthur Schiwon | 2016-04-22 | 1 | -8/+2 |
|/ |
|
* | disable Paged Search when chunksize is set to 0, fixes #21136 | Arthur Schiwon | 2016-03-23 | 1 | -2/+3 |
* | fix writing to cache when fallback server should be used immediately | Arthur Schiwon | 2016-03-16 | 1 | -2/+12 |
* | improve log output when no LDAP user was found on login attempt | Arthur Schiwon | 2016-03-05 | 1 | -0/+2 |
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
* | Port of test_ldap_2nddispname to master | Arthur Schiwon | 2016-02-03 | 1 | -0/+1 |
* | [user_ldap] properly decode cached objects | Morris Jobke | 2016-01-29 | 1 | -1/+1 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
* | wizard should also detect protocol errors, as side effect enforces LDAPv3 | Arthur Schiwon | 2015-12-05 | 1 | -0/+3 |
* | always use an LDAP URL when connecting to LDAP | Arthur Schiwon | 2015-12-05 | 1 | -4/+0 |
* | LDAP: attempt to connect to backup server again, if main server is not availa... | Arthur Schiwon | 2015-11-03 | 1 | -20/+31 |
* | Use "json_encode" and "json_decode" instead of unserialize | Lukas Reschke | 2015-09-02 | 1 | -2/+2 |
* | remove unused var | blizzz | 2015-07-29 | 1 | -2/+0 |
* | Remove Log info when no group filter is set, fixes #17921 | blizzz | 2015-07-28 | 1 | -6/+0 |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+0 |
* | if possible, getUserGroups should get memberships using memberOf virtual attr... | Arthur Schiwon | 2015-06-03 | 1 | -0/+5 |
* | drop global file cache support, fixes #15621 | Arthur Schiwon | 2015-05-07 | 1 | -6/+9 |
* | fix cherrypicking | Jörn Friedrich Dreyer | 2015-04-10 | 1 | -1/+1 |
* | fix typo and comment | Morris Jobke | 2015-04-10 | 1 | -2/+2 |
* | throw exception if setup is incomplete | Morris Jobke | 2015-04-10 | 1 | -1/+3 |
* | do not hide exception when ldap server has a hiccup | Jörn Friedrich Dreyer | 2015-04-10 | 1 | -1/+2 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -13/+20 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -20/+14 |
* | Merge pull request #13740 from owncloud/fix-12190-2 | Lukas Reschke | 2015-02-24 | 1 | -0/+1 |
|\ |
|
| * | and escape the search term | Arthur Schiwon | 2015-01-29 | 1 | -0/+1 |
* | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -14/+20 |
* | | Reduce log level of bind failed to WARN - fixes #11624 | Morris Jobke | 2015-02-03 | 1 | -1/+1 |
|/ |
|
* | fix retrieval of user groups | Arthur Schiwon | 2015-01-12 | 1 | -1/+3 |
* | Merge pull request #12984 from owncloud/ldap-user-cleanup-master | Lukas Reschke | 2015-01-09 | 1 | -1/+2 |
|\ |
|
| * | LDAP User Cleanup: Port from stable7 without further adjustements | Arthur Schiwon | 2014-12-19 | 1 | -1/+2 |
* | | Be less verbose when disabling SSL cert validation | Lyonel Vincent | 2014-12-24 | 1 | -1/+1 |
|/ |
|
* | Split mapping from Access and Helper classes into it's own. Fully test them, ... | Arthur Schiwon | 2014-12-19 | 1 | -0/+1 |
* | support for AD primary groups | Arthur Schiwon | 2014-07-08 | 1 | -0/+7 |
* | Port of LDAP Wizard: get correct total no of users, groups and complete list... | Arthur Schiwon | 2014-06-25 | 1 | -2/+14 |
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -9/+9 |
* | Fix whitespace issues | Robin McCorkell | 2014-05-16 | 1 | -1/+1 |
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -11/+11 |
* | Merge pull request #8556 from owncloud/kill-legacy-code-master | Thomas Müller | 2014-05-12 | 1 | -1/+1 |
|\ |
|
| * | remove legacy aka deprecated code: OC_Cache | Thomas Müller | 2014-05-12 | 1 | -1/+1 |
* | | That's bool and not always true | Lukas Reschke | 2014-05-11 | 1 | -1/+1 |
* | | Use @return instead of @returns | Lukas Reschke | 2014-05-11 | 1 | -1/+1 |
* | | Use proper PHPDoc and variable names in the LDAP lib | Lukas Reschke | 2014-05-11 | 1 | -17/+36 |
|/ |
|
* | Fix PHPdoc in user_ldap | Bart Visscher | 2014-04-15 | 1 | -0/+3 |
* | On clone create a new instance of the Configuration | Arthur Schiwon | 2014-03-21 | 1 | -0/+2 |
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -0/+3 |
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+7 |
* | Merge branch 'master' into memcache-public | Robin Appelman | 2014-01-15 | 1 | -1/+2 |
|\ |
|
| * | LDAP: only read config from database, if configID is given. Not what we want ... | Arthur Schiwon | 2014-01-14 | 1 | -1/+2 |