Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move lib\user to PSR-4 | Joas Schilling | 2016-05-25 | 5 | -1156/+0 |
| | |||||
* | Fix LDAP race conditions | Morris Jobke | 2016-04-20 | 1 | -2/+3 |
| | | | | | | | | * getFromCache is wrapped in isCached * inbetween the two calls the cache entry hits it's TTL * getFromCache returns null * this fix only checkes if the returned value is null and return only non-null values | ||||
* | Handle case where the user is not known - fixes #23759 | Thomas Müller | 2016-04-04 | 1 | -5/+7 |
| | |||||
* | Avatar must be saved after login is done and external storages set up ↵ | Arthur Schiwon | 2016-03-16 | 1 | -1/+16 |
| | | | | properly, fixes #21555 | ||||
* | Update author information | Lukas Reschke | 2016-03-01 | 2 | -0/+2 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Consolidate getQuota and setQuota methods in User instance | Arthur Schiwon | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | Port of test_ldap_2nddispname to master | Arthur Schiwon | 2016-02-03 | 2 | -6/+25 |
| | |||||
* | Use IUser::setEMailAddress in ldap as well | Thomas Müller | 2016-01-20 | 2 | -23/+35 |
| | |||||
* | Introduce IUser::setEMailAddress and add hook mechanism | Thomas Müller | 2016-01-20 | 1 | -0/+3 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 5 | -5/+5 |
| | |||||
* | Make LDAP more robust to exceptions and log them properly | Morris Jobke | 2016-01-06 | 1 | -1/+1 |
| | |||||
* | if a user that is flag as deleted shows up again, remove that flag. Fixes #20090 | Arthur Schiwon | 2015-10-30 | 1 | -0/+7 |
| | |||||
* | fix update quota with known value | Arthur Schiwon | 2015-10-27 | 1 | -3/+3 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 4 | -0/+4 |
| | |||||
* | Fix doc blocks of LDAP classes | Joas Schilling | 2015-10-15 | 4 | -25/+24 |
| | |||||
* | adjust handling changed return array structure from search() and fetchList() | Arthur Schiwon | 2015-10-08 | 1 | -7/+10 |
| | |||||
* | do not throw exception when no attribute is specified | Arthur Schiwon | 2015-09-23 | 1 | -1/+4 |
| | |||||
* | read all relevant user attributes on login and user search, in one query. ↵ | Arthur Schiwon | 2015-09-23 | 2 | -27/+190 |
| | | | | saves us some. | ||||
* | fix uncaught exception on not permitted file types when setting avatar, ↵ | Arthur Schiwon | 2015-07-27 | 1 | -1/+7 |
| | | | | fixes #17232 | ||||
* | fix runtime caching in ldap's user manager, fixes #17631 | Arthur Schiwon | 2015-07-17 | 1 | -2/+2 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | fix typo and comment | Morris Jobke | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | fix_tests | Jörn Friedrich Dreyer | 2015-04-10 | 1 | -2/+7 |
| | | | | | Conflicts: apps/user_ldap/tests/user_ldap.php | ||||
* | do not hide exception when ldap server has a hiccup | Jörn Friedrich Dreyer | 2015-04-10 | 1 | -6/+2 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 5 | -65/+60 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 5 | -55/+70 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 5 | -70/+55 |
| | |||||
* | doc fixes and removal of unnecessary use statements | Arthur Schiwon | 2015-01-07 | 1 | -1/+1 |
| | |||||
* | inject DB Connection to user manager | Arthur Schiwon | 2015-01-07 | 1 | -31/+25 |
| | |||||
* | inject oc config to User_LDAP | Arthur Schiwon | 2015-01-06 | 2 | -3/+2 |
| | |||||
* | smaller fixes: coding style, PHPdoc, typos and few for DI | Arthur Schiwon | 2015-01-06 | 2 | -1/+12 |
| | |||||
* | planned refactorings for OC 8 | Arthur Schiwon | 2014-12-20 | 1 | -0/+9 |
| | |||||
* | move from \OC\Preferences to \OCP\IConfig | Arthur Schiwon | 2014-12-20 | 3 | -47/+22 |
| | |||||
* | basic adjustments for OC 8. I.e. no visible issues, LDAP tests pass. | Arthur Schiwon | 2014-12-20 | 4 | -17/+13 |
| | |||||
* | LDAP User Cleanup: Port from stable7 without further adjustements | Arthur Schiwon | 2014-12-19 | 5 | -15/+418 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LDAP User Cleanup background job for user clean up adjust user backend for clean up register background job remove dead code dependency injection make Helper non-static for proper testing check whether it is OK to run clean up job. Do not forget to pass arguments. use correct method to get the config from server methods can be private, proper indirect testing is given no automatic user deletion make limit readable for test purposes make method less complex add first tests let preferences accept limit and offset for getUsersForValue DI via constructor does not work for background jobs after detecting, now we have retrieving deleted users and their details we need this method to be public for now finalize export method, add missing getter clean up namespaces and get rid of unnecessary files helper is not static anymore cleanup according to scrutinizer add cli tool to show deleted users uses are necessary after recent namespace change also remove user from mappings table on deletion add occ command to delete users fix use statement improve output big fixes / improvements PHP doc return true in userExists early for cleaning up deleted users bump version control state and interval with one config.php setting, now ldapUserCleanupInterval. 0 will disable it. enabled by default. improve doc rename cli method to be consistent with others introduce ldapUserCleanupInterval in sample config don't show last login as unix epoche start when no login happend less log output consistent namespace for OfflineUser rename GarbageCollector to DeletedUsersIndex and move it to user subdir fix unit tests add tests for deleteUser more test adjustements Conflicts: apps/user_ldap/ajax/clearMappings.php apps/user_ldap/appinfo/app.php apps/user_ldap/lib/access.php apps/user_ldap/lib/helper.php apps/user_ldap/tests/helper.php core/register_command.php lib/private/preferences.php lib/private/user.php add ldap:check-user to check user existance on the fly Conflicts: apps/user_ldap/lib/helper.php forgotten file PHPdoc fixes, no code change and don't forget to adjust tests | ||||
* | better check whether string resembles a DN, fixes #9887 | Arthur Schiwon | 2014-08-11 | 2 | -2/+3 |
| | |||||
* | [Issue #9559] identifiers uid=xxx must be considered as user DN and not as ↵ | Philippe Jung | 2014-07-10 | 1 | -1/+2 |
| | | | | owncloud users | ||||
* | class descriptions | Arthur Schiwon | 2014-06-03 | 3 | -0/+16 |
| | |||||
* | newlines | Arthur Schiwon | 2014-06-03 | 1 | -1/+1 |
| | |||||
* | port of PR #8038 | Arthur Schiwon | 2014-06-03 | 1 | -2/+1 |
| | |||||
* | precaution: lowercase string for comparison | Arthur Schiwon | 2014-06-03 | 1 | -1/+1 |
| | |||||
* | LDAP: put out fetching of user meta data into a fully tested class of its ↵ | Arthur Schiwon | 2014-06-03 | 3 | -0/+516 |
own and update them (mail, quota, etc.) directly after mapping. Fixes #7785 properly on master |