Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -21/+16 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Merge pull request #12956 from owncloud/jenkins-user-backend-names | Thomas Müller | 2014-12-19 | 1 | -1/+10 |
|\ | | | | | [jenkins only] introduce names for user backends - IUserBackend | ||||
| * | introduce names for user backends - IUserBackend | Morris Jobke | 2014-12-19 | 1 | -1/+10 |
| | | | | | | | | * LDAP with multiple servers also proved backendName | ||||
* | | 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 |
| | | | | | Conflicts: apps/user_ldap/user_ldap.php | ||||
* | 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 |
| | | | | | | | | | | don't trigger update from checkPassword, it is already called by userExists, this is enough. do not write to database when the value is the same add test cases. also split test classes in a file each, looks like only the first class is being executed also appconfig shall not write to database if the value is unchanged | ||||
* | LDAP: put out fetching of user meta data into a fully tested class of its ↵ | Arthur Schiwon | 2014-06-03 | 1 | -129/+12 |
| | | | | own and update them (mail, quota, etc.) directly after mapping. Fixes #7785 properly on master | ||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -11/+11 |
| | | | | * test case added to avoid adding them later | ||||
* | 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 |
| | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | ||||
* | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 1 | -7/+26 |
|\ | | | | | | | | | Conflicts: lib/private/appconfig.php | ||||
| * | LDAP: improve debug message | Arthur Schiwon | 2014-02-10 | 1 | -1/+2 |
| | | |||||
| * | LDAP: also try MS AD's thumbnailPhoto when looking for an avatar image | Arthur Schiwon | 2014-02-10 | 1 | -6/+24 |
| | | |||||
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -3/+3 |
|/ | |||||
* | remove unnecessary line | Arthur Schiwon | 2014-01-08 | 1 | -1/+0 |
| | |||||
* | LDAP: implement userCount action. This required to (finally) clean up and ↵ | Arthur Schiwon | 2014-01-08 | 1 | -1/+15 |
| | | | | refactor the search method, which will have a positive performance impact on paged search. | ||||
* | Make sure Avatar is set from LDAP upon first login, not later, but also not ↵ | Arthur Schiwon | 2013-11-26 | 1 | -2/+14 |
| | | | | before due to missing user folder | ||||
* | LDAP: last avatar lookup must be stored per user. Someone had a blackout, eh? | Arthur Schiwon | 2013-11-22 | 1 | -5/+6 |
| | |||||
* | LDAP: get user photo from LDAP and set it as avatar if available | Arthur Schiwon | 2013-11-22 | 1 | -1/+62 |
| | |||||
* | LDAP: coding style | Arthur Schiwon | 2013-09-27 | 1 | -2/+4 |
| | |||||
* | LDAP: make Access be a dependency to the user and group backend instead of ↵ | Arthur Schiwon | 2013-09-27 | 1 | -40/+54 |
| | | | | inheriting it. | ||||
* | Whitespaces | Arthur Schiwon | 2013-09-27 | 1 | -2/+0 |
| | |||||
* | LDAP: only connect to LDAP once on login | Arthur Schiwon | 2013-08-17 | 1 | -5/+5 |
| | |||||
* | Use !== and === in user_ldap app – Part 2 | kondou | 2013-04-20 | 1 | -2/+2 |
| | |||||
* | LDAP: user exists check on getHome, otherwise check will be performed with ↵ | Arthur Schiwon | 2013-03-19 | 1 | -0/+5 |
| | | | | wrong configs on a multi LDAP server setup. | ||||
* | LDAP: check whether user exists for before trying to determine displayname | Arthur Schiwon | 2013-03-19 | 1 | -0/+4 |
| | |||||
* | Merge pull request #1708 from owncloud/style-cleanup-user_ldap | Bernhard Posselt | 2013-02-17 | 1 | -6/+12 |
|\ | | | | | Style cleanup user_ldap | ||||
| * | Style cleanup user_ldap | Bart Visscher | 2013-02-14 | 1 | -6/+12 |
| | | |||||
* | | LDAP: announce that OC_USER_BACKEND_GET_DISPLAYNAME is implemented, fixes #1727 | Arthur Schiwon | 2013-02-16 | 1 | -2/+5 |
|/ | |||||
* | introduce new virtual method hasUserListings() to determine if a user ↵ | Thomas Mueller | 2013-02-11 | 1 | -0/+6 |
| | | | | backend can list it's users. | ||||
* | code style | Arthur Schiwon | 2013-02-06 | 1 | -1/+1 |
| | |||||
* | LDAP: do not store user home as it destroys configurability. always fetch ↵ | Arthur Schiwon | 2013-02-06 | 1 | -25/+22 |
| | | | | it. use of cache is save however, it is cleared when settings are saved | ||||
* | Merge pull request #1365 from owncloud/ldap_multiple_server | blizzz | 2013-01-31 | 1 | -2/+1 |
|\ | | | | | LDAP: support for multiple LDAP/AD servers | ||||
| * | LDAP: make it possible to define attributes that should be considered on ↵ | Arthur Schiwon | 2013-01-31 | 1 | -2/+1 |
| | | | | | | | | searches | ||||
* | | LDAP: update quota on every uncached userExists, i.e. also on every ↵ | Arthur Schiwon | 2013-01-30 | 1 | -0/+1 |
| | | | | | | | | isLoggedIn, fixes #1278 | ||||
* | | LDAP: implement support for ownCloud Display Names | Arthur Schiwon | 2013-01-29 | 1 | -0/+44 |
|/ | |||||
* | Return an empty array on succesful existence check | Lorenzo M. Catucci | 2012-11-05 | 1 | -1/+1 |
| |