summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* offset needs to be considered in computed limitArthur Schiwon2015-03-242-1/+15
|
* support paged results against 389ds.Arthur Schiwon2015-03-131-3/+6
|
* set up paged search when limit is 0Arthur Schiwon2015-03-091-0/+11
|
* Remove old l10n filesJoas Schilling2015-02-191-6/+0
|
* no fruitless count attempts, and notification should disappearArthur Schiwon2015-02-102-5/+11
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-064-80/+80
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-064-0/+12
|
* Merge pull request #13849 from owncloud/ldap-oc8-updateblizzz2015-02-042-49/+1
|\ | | | | no update routine needed from OC 7 to 8
| * no update routine needed from OC 7 to 8Arthur Schiwon2015-02-032-49/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-042-2/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-036-14/+16
|
* Merge pull request #13817 from owncloud/core-apps-dependenciesMorris Jobke2015-02-021-0/+3
|\ | | | | encryption requires openssl and user_ldap requires ldap :speak_no_evil:
| * encryption requires openssl and user_ldap requires ldap :speak_no_evil:Thomas Müller2015-02-021-0/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-312-0/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-302-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-282-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-212-6/+6
|
* this must be larger then (>), since buggy behaviour occurs when the ↵Arthur Schiwon2015-01-201-1/+1
| | | | parameter is a small number
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-202-0/+2
|
* Merge pull request #13362 from owncloud/fix-11442Thomas Müller2015-01-193-38/+92
|\ | | | | LDAP Wizared: update user or group count only, when the multiselect is closed
| * coding styleArthur Schiwon2015-01-152-5/+8
| |
| * update user or group count only, when the multiselect is closedArthur Schiwon2015-01-141-4/+34
| |
| * allow to read again objectclasses and groups under certain conditionsArthur Schiwon2015-01-142-2/+31
| |
| * JS cleanupArthur Schiwon2015-01-133-34/+26
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-192-4/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-172-6/+50
| |
* | compress icons of LDAP and WebDAV-AuthJan-Christoph Borchardt2015-01-161-59/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-152-0/+2
| |
* | Remove unneeded addTranslations() callsVincent Petry2015-01-141-1/+0
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-142-0/+12
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-132-4/+4
|
* fix retrieval of user groupsArthur Schiwon2015-01-122-2/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-112-22/+22
|
* Merge pull request #12984 from owncloud/ldap-user-cleanup-masterLukas Reschke2015-01-0936-190/+1411
|\ | | | | Ldap user cleanup master
| * fix order of initalizing instance properties, and paremeter order in a ↵Arthur Schiwon2015-01-081-10/+12
| | | | | | | | method call
| * fix table name for getListArthur Schiwon2015-01-081-2/+2
| |
| * doc fixes and removal of unnecessary use statementsArthur Schiwon2015-01-075-10/+6
| |
| * add test for mapping's getList methodArthur Schiwon2015-01-071-0/+24
| |
| * inject DB Connection to user managerArthur Schiwon2015-01-0710-87/+94
| |
| * inject IDateTimeFormatter to show-remnants commandArthur Schiwon2015-01-062-4/+11
| |
| * inject oc config to User_LDAPArthur Schiwon2015-01-069-53/+89
| |
| * smaller fixes: coding style, PHPdoc, typos and few for DIArthur Schiwon2015-01-068-71/+51
| |
| * planned refactorings for OC 8Arthur Schiwon2014-12-206-55/+83
| |
| * move from \OC\Preferences to \OCP\IConfigArthur Schiwon2014-12-204-67/+38
| |
| * basic adjustments for OC 8. I.e. no visible issues, LDAP tests pass.Arthur Schiwon2014-12-2010-41/+73
| |
| * LDAP User Cleanup: Port from stable7 without further adjustementsArthur Schiwon2014-12-1929-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 transifexJenkins for ownCloud2015-01-092-0/+10
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-072-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-062-4/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-058-4/+22
| |