summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [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
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-044-50/+60
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-022-4/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-014-0/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-314-6/+42
| |
* | Merge pull request #13025 from lyonel/masterThomas Müller2014-12-272-2/+2
|\ \ | | | | | | user_ldap is too verbose by default
| * | Be less verbose when using a paged searchLyonel Vincent2014-12-241-1/+1
| | | | | | | | | Lower the priority from INFO to DEBUG
| * | Be less verbose when disabling SSL cert validationLyonel Vincent2014-12-241-1/+1
| | | | | | | | | change log level from WARN to DEBUG
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-262-0/+2
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-246-4/+18
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-234-2/+8
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-222-2/+14
|/
* Merge pull request #12101 from owncloud/ldap_split_mappingblizzz2014-12-1913-282/+571
|\ | | | | Ldap split mapping from Access superclass
| * Split mapping from Access and Helper classes into it's own. Fully test them, ↵Arthur Schiwon2014-12-1913-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-namesThomas Müller2014-12-192-2/+19
|\ \ | |/ |/| [jenkins only] introduce names for user backends - IUserBackend
| * introduce names for user backends - IUserBackendMorris Jobke2014-12-192-2/+19
| | | | | | | | * LDAP with multiple servers also proved backendName
* | Merge pull request #12896 from owncloud/drop-deprecatedJörn Friedrich Dreyer2014-12-183-16/+18
|\ \ | |/ |/| first step to drop \OCP\Config:: in favour of IConfig
| * first step to drop \OCP\Config:: in favour of IConfigMorris Jobke2014-12-173-16/+18
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-182-4/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-174-4/+28
|/
* bower jquery-ui - exported changes to a separate css fileMorris Jobke2014-12-131-1/+0
|
* add docArthur Schiwon2014-12-081-0/+1
|
* preserve an asterisk at the start when escaping a search termArthur Schiwon2014-12-082-3/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-084-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-054-0/+14
|
* cache total user countArthur Schiwon2014-12-041-0/+5
| | | | | Conflicts: apps/user_ldap/user_ldap.php