Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-17 | 2 | -6/+50 |
| | |||||
* | compress icons of LDAP and WebDAV-Auth | Jan-Christoph Borchardt | 2015-01-16 | 1 | -59/+3 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-15 | 2 | -0/+2 |
| | |||||
* | Remove unneeded addTranslations() calls | Vincent Petry | 2015-01-14 | 1 | -1/+0 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-14 | 2 | -0/+12 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-13 | 2 | -4/+4 |
| | |||||
* | fix retrieval of user groups | Arthur Schiwon | 2015-01-12 | 2 | -2/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-11 | 2 | -22/+22 |
| | |||||
* | Merge pull request #12984 from owncloud/ldap-user-cleanup-master | Lukas Reschke | 2015-01-09 | 36 | -190/+1411 |
|\ | | | | | Ldap user cleanup master | ||||
| * | fix order of initalizing instance properties, and paremeter order in a ↵ | Arthur Schiwon | 2015-01-08 | 1 | -10/+12 |
| | | | | | | | | method call | ||||
| * | fix table name for getList | Arthur Schiwon | 2015-01-08 | 1 | -2/+2 |
| | | |||||
| * | doc fixes and removal of unnecessary use statements | Arthur Schiwon | 2015-01-07 | 5 | -10/+6 |
| | | |||||
| * | add test for mapping's getList method | Arthur Schiwon | 2015-01-07 | 1 | -0/+24 |
| | | |||||
| * | inject DB Connection to user manager | Arthur Schiwon | 2015-01-07 | 10 | -87/+94 |
| | | |||||
| * | inject IDateTimeFormatter to show-remnants command | Arthur Schiwon | 2015-01-06 | 2 | -4/+11 |
| | | |||||
| * | inject oc config to User_LDAP | Arthur Schiwon | 2015-01-06 | 9 | -53/+89 |
| | | |||||
| * | smaller fixes: coding style, PHPdoc, typos and few for DI | Arthur Schiwon | 2015-01-06 | 8 | -71/+51 |
| | | |||||
| * | planned refactorings for OC 8 | Arthur Schiwon | 2014-12-20 | 6 | -55/+83 |
| | | |||||
| * | move from \OC\Preferences to \OCP\IConfig | Arthur Schiwon | 2014-12-20 | 4 | -67/+38 |
| | | |||||
| * | basic adjustments for OC 8. I.e. no visible issues, LDAP tests pass. | Arthur Schiwon | 2014-12-20 | 10 | -41/+73 |
| | | |||||
| * | LDAP User Cleanup: Port from stable7 without further adjustements | Arthur Schiwon | 2014-12-19 | 29 | -64/+1202 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-09 | 2 | -0/+10 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-07 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-06 | 2 | -4/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-05 | 8 | -4/+22 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-04 | 4 | -50/+60 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-02 | 2 | -4/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-01 | 4 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-31 | 4 | -6/+42 |
| | | |||||
* | | Merge pull request #13025 from lyonel/master | Thomas Müller | 2014-12-27 | 2 | -2/+2 |
|\ \ | | | | | | | user_ldap is too verbose by default | ||||
| * | | Be less verbose when using a paged search | Lyonel Vincent | 2014-12-24 | 1 | -1/+1 |
| | | | | | | | | | Lower the priority from INFO to DEBUG | ||||
| * | | Be less verbose when disabling SSL cert validation | Lyonel Vincent | 2014-12-24 | 1 | -1/+1 |
| | | | | | | | | | change log level from WARN to DEBUG | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-26 | 2 | -0/+2 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-24 | 6 | -4/+18 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-23 | 4 | -2/+8 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-22 | 2 | -2/+14 |
|/ | |||||
* | Merge pull request #12101 from owncloud/ldap_split_mapping | blizzz | 2014-12-19 | 13 | -282/+571 |
|\ | | | | | Ldap split mapping from Access superclass | ||||
| * | Split mapping from Access and Helper classes into it's own. Fully test them, ↵ | Arthur Schiwon | 2014-12-19 | 13 | -282/+571 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Merge pull request #12956 from owncloud/jenkins-user-backend-names | Thomas Müller | 2014-12-19 | 2 | -2/+19 |
|\ \ | |/ |/| | [jenkins only] introduce names for user backends - IUserBackend | ||||
| * | introduce names for user backends - IUserBackend | Morris Jobke | 2014-12-19 | 2 | -2/+19 |
| | | | | | | | | * LDAP with multiple servers also proved backendName | ||||
* | | Merge pull request #12896 from owncloud/drop-deprecated | Jörn Friedrich Dreyer | 2014-12-18 | 3 | -16/+18 |
|\ \ | |/ |/| | first step to drop \OCP\Config:: in favour of IConfig | ||||
| * | first step to drop \OCP\Config:: in favour of IConfig | Morris Jobke | 2014-12-17 | 3 | -16/+18 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-18 | 2 | -4/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-17 | 4 | -4/+28 |
|/ | |||||
* | bower jquery-ui - exported changes to a separate css file | Morris Jobke | 2014-12-13 | 1 | -1/+0 |
| | |||||
* | add doc | Arthur Schiwon | 2014-12-08 | 1 | -0/+1 |
| | |||||
* | preserve an asterisk at the start when escaping a search term | Arthur Schiwon | 2014-12-08 | 2 | -3/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-08 | 4 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-05 | 4 | -0/+14 |
| | |||||
* | cache total user count | Arthur Schiwon | 2014-12-04 | 1 | -0/+5 |
| | | | | | Conflicts: apps/user_ldap/user_ldap.php |