Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no fruitless count attempts, and notification should disappear | Arthur Schiwon | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | inject DB Connection to user manager | Arthur Schiwon | 2015-01-07 | 1 | -1/+2 |
| | |||||
* | LDAP User Cleanup: Port from stable7 without further adjustements | Arthur Schiwon | 2014-12-19 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Split mapping from Access and Helper classes into it's own. Fully test them, ↵ | Arthur Schiwon | 2014-12-19 | 1 | -4/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | too. remove unused methods split mapping methods off from Access class fix DB query handling move 'clear mapping' methods from static helper to new mapping class add tests test directly with DB finishing tests and fix return value from setDNbyUUID add corresponding class for groups and make abstract test class neutral. helper tests is now obsolete as the tested functions were moved to the new mapper class. add missing info to PHPDoc add unmap method fix namespaces fix test inheritance PHPDoc and a small code restructure for scrutinizer, no effective changes PostgreSQL does not accept LIMIT in DELETE queries phpdoc fixes, no code changes | ||||
* | detect user display name attribute and return user count depending on its ↵ | Arthur Schiwon | 2014-11-20 | 1 | -1/+1 |
| | | | | presence | ||||
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 4 | -4/+4 |
| | |||||
* | trigger email detection by Wizard upon any user filter filter change. before ↵ | Arthur Schiwon | 2014-08-29 | 1 | -0/+1 |
| | | | | it happenend only upon user automatic list filter creation, but not on manual editing | ||||
* | remove Access as hard dependency, inject it instead | Arthur Schiwon | 2014-08-29 | 1 | -2/+17 |
| | |||||
* | LDAP: on testing configuration, set active property to true, otherwise ↵ | Arthur Schiwon | 2013-12-04 | 1 | -0/+2 |
| | | | | inactive connections cannot be tested properly | ||||
* | LDAP: make unsetting checkboxes from Advanced tab work again, fixes #6143 | Arthur Schiwon | 2013-12-04 | 1 | -0/+12 |
| | |||||
* | LDAP Wizard: clear the cache on save so changes have immediate effect | Arthur Schiwon | 2013-11-20 | 1 | -0/+3 |
| | |||||
* | LDAP Wizard: proper behaviour for raw filter input. remember the editing ↵ | Arthur Schiwon | 2013-11-19 | 1 | -0/+3 |
| | | | | mode and compose filter only when desired. | ||||
* | replacing ownCloud by theme-able name or avoid it's usage | Thomas Müller | 2013-10-29 | 1 | -1/+1 |
| | |||||
* | LDAP Wizard: l10n improvements | Arthur Schiwon | 2013-10-21 | 1 | -1/+2 |
| | |||||
* | Wizard: autodetection of group-member-assoc attribute | Arthur Schiwon | 2013-10-17 | 1 | -0/+1 |
| | |||||
* | Ldap Wizard: Group Filter configuration | Arthur Schiwon | 2013-10-17 | 1 | -2/+6 |
| | |||||
* | Ldap Wizard: Login filter UI, detection of username attribute, composing of ↵ | Arthur Schiwon | 2013-10-17 | 1 | -0/+2 |
| | | | | login filter | ||||
* | LDAP Wizard: create user list filter, show number of user that will have ↵ | Arthur Schiwon | 2013-10-17 | 1 | -0/+2 |
| | | | | access to OC | ||||
* | LDAP Wizard: add detection, load and save of LDAP groups for filter purposes | Arthur Schiwon | 2013-10-17 | 1 | -0/+1 |
| | |||||
* | LDAP Wizard: add detection, load and save of LDAP objectClasses for filter ↵ | Arthur Schiwon | 2013-10-17 | 1 | -0/+1 |
| | | | | purposes | ||||
* | LDAP Wizard: autodetect base DN | Arthur Schiwon | 2013-10-17 | 1 | -0/+1 |
| | |||||
* | First stage of new Wizard, neither feature complete nor ready | Arthur Schiwon | 2013-10-17 | 1 | -0/+83 |
| | |||||
* | LDAP: make Access be a dependency to the user and group backend instead of ↵ | Arthur Schiwon | 2013-09-27 | 3 | -3/+6 |
| | | | | inheriting it. | ||||
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 4 | -4/+4 |
| | |||||
* | LDAP: Implement clear mappings functionality | Arthur Schiwon | 2013-05-08 | 1 | -0/+35 |
| | |||||
* | Merge pull request #1708 from owncloud/style-cleanup-user_ldap | Bernhard Posselt | 2013-02-17 | 1 | -3/+6 |
|\ | | | | | Style cleanup user_ldap | ||||
| * | Join split translated strings | Bart Visscher | 2013-02-15 | 1 | -2/+1 |
| | | |||||
| * | Style cleanup user_ldap | Bart Visscher | 2013-02-14 | 1 | -3/+7 |
| | | |||||
* | | Fix SpaceBeforeOpenBrace errors | Bart Visscher | 2013-02-14 | 1 | -2/+2 |
|/ | |||||
* | adding l10n support to user_ldap | Thomas Mueller | 2013-01-31 | 2 | -4/+7 |
| | |||||
* | LDAP: send back error message properly | Arthur Schiwon | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | LDAP: use consolidated method for determining config prefix | Arthur Schiwon | 2013-01-30 | 1 | -6/+1 |
| | |||||
* | LDAP: forgotten file for deleteConfig feature | Arthur Schiwon | 2013-01-24 | 1 | -0/+34 |
| | |||||
* | LDAP settings: read configuration when another server config is chosen | Arthur Schiwon | 2013-01-23 | 1 | -0/+31 |
| | |||||
* | Ajaxifiy Settings Save | Arthur Schiwon | 2013-01-20 | 1 | -0/+33 |
| | |||||
* | LDAP: first basics for multiserver config ui | Arthur Schiwon | 2013-01-18 | 1 | -0/+39 |
| | |||||
* | introduce configPrefix to allow settings for multiple LDAP servers | Arthur Schiwon | 2013-01-10 | 1 | -2/+2 |
| | |||||
* | LDAP: add Test Configuration functionality in the settings | Arthur Schiwon | 2012-07-26 | 1 | -0/+39 |