summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo/update.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove the obsolete update.php of user_ldapChristoph Wurst2020-11-271-27/+0
| | | | | | | | This was necessary long time ago for backwards compat with older instances that were upgraded. Since this script has been run many times with all the previous major versions, it's finally time to remove this. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use query builder instead of OC_DB in user_ldapJoas Schilling2020-11-061-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headersChristoph Wurst2019-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersMorris Jobke2017-11-061-1/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* DI IConfig into ldap helperRoeland Jago Douma2016-10-101-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Nextcloud license header for new filesroot2016-07-281-8/+11
|
* final changesroot2016-07-271-1/+0
|
* New LDAPProvider for user_ldaproot2016-07-221-0/+22
|
* Background jobs from info.xml (#24582)Joas Schilling2016-05-121-24/+0
| | | | | | | | | | | | | | * Move background job registration of Federation to info.xml * Move background registration of Files app to info.xml * Move background job registration of files_sharing to info.xml * Move background job registration of files_trashbin to info.xml * Move background job registration of files_versions to info.xml * Move background job registration from user_ldap to info.xml
* Happy new year!Thomas Müller2016-01-121-2/+1
|
* Remove unneeded upgrade codeMorris Jobke2015-12-151-16/+0
| | | | stable8.2 has version 0.7.0 of the user_ldap app
* update licence headers via scriptMorris Jobke2015-10-051-0/+2
|
* Move registration of LDAP background jobs to the install and updateJoas Schilling2015-09-021-0/+3
|
* Spaces -> tabsLennart Rosam2015-08-221-6/+6
|
* Remove if-block as the helper does return the empty prefixLennart Rosam2015-08-211-5/+0
|
* Add database update routine and bump version to 0.6.2Lennart Rosam2015-08-191-0/+15
|
* Only throw exception if on new LDAP setupsMorris Jobke2015-07-291-0/+26
| | | | | * this is done by setting enforce_home_folder_naming_rule for the user_ldap app in the app settings
* no update routine needed from OC 7 to 8Arthur Schiwon2015-02-031-48/+0
|
* LDAP User Cleanup: Port from stable7 without further adjustementsArthur Schiwon2014-12-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* first step to drop \OCP\Config:: in favour of IConfigMorris Jobke2014-12-171-14/+16
|
* must be empty not autoArthur Schiwon2014-10-071-2/+2
|
* Port LDAP: fix filter can be reset and broken after upgrade from OC 5 #8579Arthur Schiwon2014-06-021-12/+30
| | | | | | | | | | LDAP: set filter mode to raw, so filters will not be changed and broken after upgrade from oc5, when visiting the LDAP settings and opening filter tabs get the correct version number for compare -.- bump version and don't overwrite values on next update if not necessary simpler and better readable assignment
* LDAP: allow different UUID attributes for groups and usersArthur Schiwon2013-10-041-86/+17
|
* Use !== and === in user_ldap app – Part 1kondou2013-04-201-2/+2
|
* Style cleanup user_ldapBart Visscher2013-02-141-1/+3
|
* LDAP: fix database cleanup in update scriptArthur Schiwon2013-02-091-2/+3
|
* LDAP: version bump -> clean up databaseArthur Schiwon2013-02-061-1/+4
|
* spell checkThomas Mueller2013-01-311-2/+2
|
* LDAP: make it possible to enable/disable server configurationsArthur Schiwon2013-01-241-3/+11
|
* LDAP: Make update script escape all known DNs. Requires version bump.Arthur Schiwon2012-11-211-5/+32
|
* LDAP: fix db update for PostgresArthur Schiwon2012-10-231-1/+1
|
* adding space between) and {Thomas Mueller2012-09-071-1/+1
|
* LDAP: on upgrade update user cols in database only when necessaryArthur Schiwon2012-08-301-1/+1
|
* LDAP: on upgrade set homeDirs of users where it is not set. Avoids new ↵Arthur Schiwon2012-08-301-1/+3
| | | | folders (empty), depending on the configuration
* add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer2012-08-251-2/+2
|
* LDAP: identify (map) users with their directory UUID. Fixes the issue, that ↵Arthur Schiwon2012-08-231-20/+22
| | | | usernames for owncloud will change, when the DN changes (which happens rarely, but it happens).
* LDAP: make it UTF-8 saveArthur Schiwon2012-07-021-0/+18
|
* remove not needed includesFrank Karlitschek2012-05-281-4/+1
|
* LDAP: only check once for name conflicts on update. Set a value on install ↵Arthur Schiwon2012-05-181-15/+18
| | | | as well
* LDAP: check wether applying naming rule would end up in conflicts on update, ↵Arthur Schiwon2012-05-181-0/+24
| | | | if so don't do it
* LDAP: don't store agent password in plain textArthur Schiwon2012-05-141-0/+9