summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/settings.php
Commit message (Collapse)AuthorAgeFilesLines
* LDAP User Cleanup: Port from stable7 without further adjustementsArthur Schiwon2014-12-191-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* bower jquery-ui - exported changes to a separate css fileMorris Jobke2014-12-131-1/+0
|
* Migrate multiselect to user_ldapMorris Jobke2014-11-131-2/+2
|
* Use function outside of loopLukas Reschke2014-10-241-2/+2
| | | | Otherwise the function is executed n times which is a lot of overhead
* sets user filters to raw mode when marking user as experiencedArthur Schiwon2014-10-071-0/+1
|
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
|
* make user_ldap fully translatableVolkan Gezer2014-05-251-4/+6
|
* Fix whitespace issuesRobin McCorkell2014-05-161-1/+1
|
* Moved LdapFilter into a separate js file in user_ldap.ben-denham2014-03-071-0/+1
|
* LDAP Wizard: fix couple more or less nasty bugs aka polishingArthur Schiwon2013-10-171-0/+1
|
* clean upArthur Schiwon2013-10-171-4/+0
|
* Ldap Wizard: Group Filter configurationArthur Schiwon2013-10-171-15/+15
|
* Ldap Wizard: Login filter UI, detection of username attribute, composing of ↵Arthur Schiwon2013-10-171-0/+5
| | | | login filter
* LDAP Wizard: add detection, load and save of LDAP objectClasses for filter ↵Arthur Schiwon2013-10-171-2/+10
| | | | purposes
* First stage of new Wizard, neither feature complete nor readyArthur Schiwon2013-10-171-0/+20
|
* LDAP: move Configuration out of Connection into class of its own. The new ↵Arthur Schiwon2013-10-171-1/+2
| | | | wizard requires it.
* LDAP: allow different UUID attributes for groups and usersArthur Schiwon2013-10-041-12/+0
|
* LDAP: make Access be a dependency to the user and group backend instead of ↵Arthur Schiwon2013-09-271-6/+1
| | | | inheriting it.
* LDAP: Show Host name in configuration drop downArthur Schiwon2013-08-151-0/+2
|
* LDAP: Coypright infoArthur Schiwon2013-05-071-0/+2
|
* LDAP: move more settings stuff to template fileArthur Schiwon2013-03-061-11/+1
|
* [user_ldap] From echo to pLukas Reschke2013-02-271-1/+1
|
* LDAP: Always preset configuration prefix when no configuratin is stored or ↵Arthur Schiwon2013-01-301-0/+3
| | | | all remaining ones are deleted
* LPAP: cleanup settings.php, it's already ajaxifiedArthur Schiwon2013-01-241-15/+0
|
* LDAP: clean up, save configuration is now handled by AjaxArthur Schiwon2013-01-241-31/+0
|
* LDAP: consolidate config prefix determination, autofill combo box in settingsArthur Schiwon2013-01-241-1/+10
|
* LDAP: pass defaults to settings form, and restore them on creating a new ↵Arthur Schiwon2013-01-181-1/+12
| | | | configuration if wanted
* coding styleArthur Schiwon2013-01-181-12/+22
|
* LDAP: first basics for multiserver config uiArthur Schiwon2013-01-181-0/+1
|
* LDAP: add support for backup/replica serversArthur Schiwon2013-01-171-1/+1
|
* check if adminFrank Karlitschek2012-12-171-0/+3
|
* merge from masterArthur Schiwon2012-11-041-1/+1
|\
| * Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-2/+2
| |
* | code styleArthur Schiwon2012-11-021-1/+1
| |
* | LDAP: clear the cache not only when TTL changes, but with every settings ↵Arthur Schiwon2012-11-011-6/+6
|/ | | | update. Fixes #194
* adding space between) and {Thomas Mueller2012-09-071-3/+3
|
* LDAP: implement getHome() function, use either username (default) or specify ↵Arthur Schiwon2012-08-281-1/+7
| | | | an LDAP attribute value to use
* LDAP: layout settings form. Hope it is now a bit clearer and prettier.Arthur Schiwon2012-08-061-0/+1
|
* LDAP: offer option to disable SSL certificate checks. Works around problems ↵Arthur Schiwon2012-08-051-1/+4
| | | | | | with self-signed certificates, for example. However, the best and right way to solve it is always to import the LDAP server cert to the owncloud server, so you it for testing only. Like to hear wether it works, instead appending LDAPTLS_REQCERT=never to ldap.conf.
* LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. ↵Arthur Schiwon2012-07-261-3/+9
| | | | Should improve performance especially when LDAP users use the sync client, because userExists checks with the LDAP server are reduced.
* Make some apps compatibleLukas Reschke2012-06-111-2/+3
|
* Sanitzing user inputLukas Reschke2012-06-101-1/+1
|
* LDAP: don't make us of global constants (completing, was removed with latest ↵Arthur Schiwon2012-05-181-2/+2
| | | | additions to update.php)
* removing executable bit - againThomas Mueller2012-05-151-0/+0
|
* LDAP: and don't forget the else partArthur Schiwon2012-05-141-1/+2
|
* LDAP: don't store agent password in plain textArthur Schiwon2012-05-141-1/+5
|
* LDAP group: support for memberUid, fix for oc-594Arthur Schiwon2012-05-081-1/+2
|
* LDAP: settings for group filter, fixes oc-587Arthur Schiwon2012-05-081-1/+1
|
* , not .Arthur Schiwon2012-05-081-1/+1
|
* ported the oc_template classFrank Karlitschek2012-05-061-1/+1
|