summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/ajax
Commit message (Collapse)AuthorAgeFilesLines
* inject DB Connection to user managerArthur Schiwon2015-01-071-1/+2
|
* LDAP User Cleanup: Port from stable7 without further adjustementsArthur Schiwon2014-12-192-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 Schiwon2014-12-191-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 Schiwon2014-11-201-1/+1
| | | | presence
* Use public api for getting l10nRobin Appelman2014-08-314-4/+4
|
* trigger email detection by Wizard upon any user filter filter change. before ↵Arthur Schiwon2014-08-291-0/+1
| | | | it happenend only upon user automatic list filter creation, but not on manual editing
* remove Access as hard dependency, inject it insteadArthur Schiwon2014-08-291-2/+17
|
* LDAP: on testing configuration, set active property to true, otherwise ↵Arthur Schiwon2013-12-041-0/+2
| | | | inactive connections cannot be tested properly
* LDAP: make unsetting checkboxes from Advanced tab work again, fixes #6143Arthur Schiwon2013-12-041-0/+12
|
* LDAP Wizard: clear the cache on save so changes have immediate effectArthur Schiwon2013-11-201-0/+3
|
* LDAP Wizard: proper behaviour for raw filter input. remember the editing ↵Arthur Schiwon2013-11-191-0/+3
| | | | mode and compose filter only when desired.
* replacing ownCloud by theme-able name or avoid it's usageThomas Müller2013-10-291-1/+1
|
* LDAP Wizard: l10n improvementsArthur Schiwon2013-10-211-1/+2
|
* Wizard: autodetection of group-member-assoc attributeArthur Schiwon2013-10-171-0/+1
|
* Ldap Wizard: Group Filter configurationArthur Schiwon2013-10-171-2/+6
|
* Ldap Wizard: Login filter UI, detection of username attribute, composing of ↵Arthur Schiwon2013-10-171-0/+2
| | | | login filter
* LDAP Wizard: create user list filter, show number of user that will have ↵Arthur Schiwon2013-10-171-0/+2
| | | | access to OC
* LDAP Wizard: add detection, load and save of LDAP groups for filter purposesArthur Schiwon2013-10-171-0/+1
|
* LDAP Wizard: add detection, load and save of LDAP objectClasses for filter ↵Arthur Schiwon2013-10-171-0/+1
| | | | purposes
* LDAP Wizard: autodetect base DNArthur Schiwon2013-10-171-0/+1
|
* First stage of new Wizard, neither feature complete nor readyArthur Schiwon2013-10-171-0/+83
|
* LDAP: make Access be a dependency to the user and group backend instead of ↵Arthur Schiwon2013-09-273-3/+6
| | | | inheriting it.
* Add _many_ newlines at the end of fileskondou2013-08-184-4/+4
|
* LDAP: Implement clear mappings functionalityArthur Schiwon2013-05-081-0/+35
|
* Merge pull request #1708 from owncloud/style-cleanup-user_ldapBernhard Posselt2013-02-171-3/+6
|\ | | | | Style cleanup user_ldap
| * Join split translated stringsBart Visscher2013-02-151-2/+1
| |
| * Style cleanup user_ldapBart Visscher2013-02-141-3/+7
| |
* | Fix SpaceBeforeOpenBrace errorsBart Visscher2013-02-141-2/+2
|/
* adding l10n support to user_ldapThomas Mueller2013-01-312-4/+7
|
* LDAP: send back error message properlyArthur Schiwon2013-01-301-1/+1
|
* LDAP: use consolidated method for determining config prefixArthur Schiwon2013-01-301-6/+1
|
* LDAP: forgotten file for deleteConfig featureArthur Schiwon2013-01-241-0/+34
|
* LDAP settings: read configuration when another server config is chosenArthur Schiwon2013-01-231-0/+31
|
* Ajaxifiy Settings SaveArthur Schiwon2013-01-201-0/+33
|
* LDAP: first basics for multiserver config uiArthur Schiwon2013-01-181-0/+39
|
* introduce configPrefix to allow settings for multiple LDAP serversArthur Schiwon2013-01-101-2/+2
|
* LDAP: add Test Configuration functionality in the settingsArthur Schiwon2012-07-261-0/+39