diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2016-05-12 10:43:43 +0200 |
---|---|---|
committer | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-05-12 10:43:43 +0200 |
commit | eea98f1d74daf2a20c6b08b9df743f0478c48103 (patch) | |
tree | 6e15fb6abb2f491abe8ae15a19fa3f7aafc9fe2e /apps/user_ldap/appinfo/info.xml | |
parent | 1def89b2c56e372a2d01e1c208ffe97cd7756a45 (diff) | |
download | nextcloud-server-eea98f1d74daf2a20c6b08b9df743f0478c48103.tar.gz nextcloud-server-eea98f1d74daf2a20c6b08b9df743f0478c48103.zip |
Background jobs from info.xml (#24582)
* 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
Diffstat (limited to 'apps/user_ldap/appinfo/info.xml')
-rw-r--r-- | apps/user_ldap/appinfo/info.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index a1bb8a47687..b84a33f75a4 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -20,4 +20,9 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce <lib>ldap</lib> <owncloud min-version="9.1" max-version="9.1" /> </dependencies> + + <background-jobs> + <job>OCA\user_ldap\lib\Jobs</job> + <job>\OCA\User_LDAP\Jobs\CleanUp</job> + </background-jobs> </info> |