| Commit message (Expand) | Author | Age | Files | Lines |
* | improve log output when no LDAP user was found on login attempt | Arthur Schiwon | 2016-03-05 | 1 | -1/+2 |
* | Port of test_ldap_2nddispname to master | Arthur Schiwon | 2016-02-03 | 1 | -2/+24 |
* | Merge pull request #20804 from owncloud/fix-ldap-process-user-wo-displayname | Thomas Müller | 2016-01-20 | 1 | -0/+1 |
|\ |
|
| * | LDAP: do not attempt to process user records without display name, fixes fata... | Arthur Schiwon | 2016-01-11 | 1 | -0/+1 |
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-01-15 | 1 | -2/+2 |
* | | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+3 |
|/ |
|
* | Make LDAP more robust to exceptions and log them properly | Morris Jobke | 2016-01-06 | 1 | -0/+1 |
* | look for DN changes before marking a user as deleted | Arthur Schiwon | 2015-12-11 | 1 | -2/+13 |
* | throw NoUserException in getHome when the requested user does not exist anymore | Arthur Schiwon | 2015-12-11 | 1 | -5/+25 |
* | Merge pull request #18212 from ryno83/treat_LDAP_users_not_available_by_user_... | Thomas Müller | 2015-12-07 | 1 | -1/+1 |
|\ |
|
| * | Remove of useless code | Renaud Fortier | 2015-11-26 | 1 | -5/+1 |
| * | if define, check the userfilter if the user is still allowed | Renaud Fortier | 2015-08-11 | 1 | -1/+5 |
* | | treat dn as any other attribute when building the search() return array | Arthur Schiwon | 2015-10-08 | 1 | -2/+2 |
* | | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -2/+1 |
* | | read all relevant user attributes on login and user search, in one query. sav... | Arthur Schiwon | 2015-09-23 | 1 | -50/+10 |
* | | Merge pull request #14401 from owncloud/ux-s2s-ldap | Thomas Müller | 2015-08-19 | 1 | -12/+48 |
|\ \
| |/
|/| |
|
| * | adjust to current master | Arthur Schiwon | 2015-04-13 | 1 | -3/+2 |
| * | fix and more robustness thx to scrutinizer | Arthur Schiwon | 2015-04-13 | 1 | -1/+4 |
| * | allow login names to be used for s2s with LDAP users | Arthur Schiwon | 2015-04-13 | 1 | -11/+45 |
* | | Only throw exception if on new LDAP setups | Morris Jobke | 2015-07-29 | 1 | -2/+4 |
* | | Hardening home folder retrieval in user_ldap | Morris Jobke | 2015-07-29 | 1 | -1/+4 |
* | | Add missing annotations for parameters | Lukas Reschke | 2015-06-27 | 1 | -4/+8 |
* | | the user is gone, userExists will not bring him back. But the user's folder n... | Arthur Schiwon | 2015-06-11 | 1 | -5/+6 |
* | | LDAP - move from constants to class member constants | Morris Jobke | 2015-04-18 | 1 | -5/+5 |
|/ |
|
* | do not hide exception when ldap server has a hiccup | Jörn Friedrich Dreyer | 2015-04-10 | 1 | -10/+6 |
* | LDAP Wizard Overhaul | Arthur Schiwon | 2015-04-09 | 1 | -5/+1 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -15/+21 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -21/+16 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -16/+21 |
* | Cleanup of PHPDoc return types | Robin McCorkell | 2015-01-16 | 1 | -1/+1 |
* | doc fixes and removal of unnecessary use statements | Arthur Schiwon | 2015-01-07 | 1 | -1/+1 |
* | inject oc config to User_LDAP | Arthur Schiwon | 2015-01-06 | 1 | -9/+21 |
* | basic adjustments for OC 8. I.e. no visible issues, LDAP tests pass. | Arthur Schiwon | 2014-12-20 | 1 | -1/+1 |
* | LDAP User Cleanup: Port from stable7 without further adjustements | Arthur Schiwon | 2014-12-19 | 1 | -20/+96 |
* | Merge pull request #12956 from owncloud/jenkins-user-backend-names | Thomas Müller | 2014-12-19 | 1 | -1/+10 |
|\ |
|
| * | introduce names for user backends - IUserBackend | Morris Jobke | 2014-12-19 | 1 | -1/+10 |
* | | first step to drop \OCP\Config:: in favour of IConfig | Morris Jobke | 2014-12-17 | 1 | -1/+1 |
|/ |
|
* | preserve an asterisk at the start when escaping a search term | Arthur Schiwon | 2014-12-08 | 1 | -1/+1 |
* | cache total user count | Arthur Schiwon | 2014-12-04 | 1 | -0/+5 |
* | consolidate user count filter in wizard and user back end | Arthur Schiwon | 2014-11-20 | 1 | -2/+1 |
* | dont fail with 500 if configured display name attribute is not set | Arthur Schiwon | 2014-10-27 | 1 | -1/+7 |
* | port of #9500 | Arthur Schiwon | 2014-07-08 | 1 | -1/+0 |
* | LDAP: put out fetching of user meta data into a fully tested class of its own... | Arthur Schiwon | 2014-06-03 | 1 | -129/+12 |
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -11/+11 |
* | Fix whitespace issues | Robin McCorkell | 2014-05-16 | 1 | -2/+2 |
* | Reduce double-space with single-space. | Andreas Fischer | 2014-05-16 | 1 | -1/+1 |
* | PHPDoc fixes for user_ldap | Robin McCorkell | 2014-05-16 | 1 | -1/+1 |
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -13/+13 |
* | LDAP: improve compilation of filters | Arthur Schiwon | 2014-02-19 | 1 | -0/+3 |
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -2/+1 |