Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74c0bd7a authored by Akhil's avatar Akhil 🙂
Browse files

Merge branch 'dev/disable-blacklist-domain' into 'main'

remove blacklist domain job

See merge request !132
parents 5e09ef4a c616a5e1
Loading
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
    <description><![CDATA[in /e/OS cloud, nextcloud accounts are linked to mail accounts. This app ensures both are coordinated: it sets the e-mail address, quota and storage of the user upon creation.
    It also completes the account deletion by cleaning other parts of the /e/OS cloud setup to ensure no more data is retained when a user requests an account deletion.
    This app uses the UserDeletedEvent to invoke scripts in the docker-welcome container of /e/OS cloud setup]]></description>
    <version>6.0.1</version>
    <version>6.0.2</version>
    <licence>agpl</licence>
    <author mail="dev@murena.com" homepage="https://murena.com/">Murena SAS</author>
    <namespace>EcloudAccounts</namespace>
@@ -25,12 +25,8 @@
		<personal-section>OCA\EcloudAccounts\Settings\BetaSection</personal-section>
	</settings>
    <commands>
        <command>OCA\EcloudAccounts\Command\UpdateBlacklistedDomains</command>
        <command>OCA\EcloudAccounts\Command\Migrate2FASecrets</command>
        <command>OCA\EcloudAccounts\Command\MigrateWebmailAddressbooks</command>
        <command>OCA\EcloudAccounts\Command\MapActiveAttributetoLDAP</command>
    </commands>
    <background-jobs>
		<job>OCA\EcloudAccounts\BackgroundJob\BlacklistedDomainsJob</job>
    </background-jobs>
</info>