Renamed app

This commit is contained in:
2019-01-29 15:17:39 +01:00
parent 344d62d7dd
commit 7c551bd581
19 changed files with 257 additions and 20 deletions

View File

@@ -1,20 +1,20 @@
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>applicationsautoupdater</id>
<id>appsautoupdater</id>
<name>Applications Auto Updater</name>
<summary>Apllications auto updater</summary>
<description><![CDATA[Update applications automatically]]></description>
<version>0.0.1</version>
<licence>agpl</licence>
<author mail="adphi.apps@gmail.com" >Adphi Apps</author>
<namespace>ApplicationsAutoUpdater</namespace>
<namespace>AppsAutoUpdater</namespace>
<category>tools</category>
<bugs>https://git.adphi.net/Adphi/ApplicationsAutoUpdater/issues</bugs>
<bugs>https://git.adphi.net/Adphi/AppsAutoUpdater/issues</bugs>
<dependencies>
<nextcloud min-version="13" max-version="15"/>
</dependencies>
<background-jobs>
<job>OCA\ApplicationsAutoUpdater\Cron\AppsAutoUpdateTask</job>
<job>OCA\AppsAutoUpdater\Cron\AppsAutoUpdateTask</job>
</background-jobs>
</info>

View File

@@ -2,7 +2,7 @@
/**
* Create your routes in here. The name is the lowercase name of the controller
* without the controller part, the stuff after the hash is the method.
* e.g. page#index -> OCA\ApplicationsAutoUpdater\Controller\PageController->index()
* e.g. page#index -> OCA\AppsAutoUpdater\Controller\PageController->index()
*
* The controller class has to be registered in the application.php file since
* it's instantiated in there