Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2020-12-09 20:07:23 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2020-12-10 16:23:36 +0300
commit75b0f24e17b80ecce2e4bddf55084aa9e7c9c44b (patch)
treeb2711fe183f2c92df68f31a3a023b06aac2b5fd8 /appinfo
parent9f073f18b63821d29d623bb010b8ff67c297e995 (diff)
Refactor deprecations, improve code style and drop owncloud support
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php13
-rw-r--r--appinfo/info.xml4
2 files changed, 2 insertions, 15 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
deleted file mode 100644
index 10e3c7e..0000000
--- a/appinfo/app.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-/**
- * Load Javascrip
- */
-
-use OCP\Util;
-
-$eventDispatcher = \OC::$server->getEventDispatcher();
-$eventDispatcher->addListener('OCA\Files::loadAdditionalScripts', function(){
- Util::addScript('checksum', 'checksum.tabview' );
- Util::addScript('checksum', 'checksum.plugin' );
-});
-
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8604ed1..b9f3051 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -28,7 +28,7 @@
<bugs>https://github.com/westberliner/owncloud-checksum/issues</bugs>
<screenshot>https://raw.githubusercontent.com/westberliner/owncloud-checksum/master/screenshots/checksum.gif</screenshot>
<dependencies>
- <owncloud min-version="9.0" max-version="11" />
- <nextcloud min-version="9" max-version="19" />
+ <php min-version="7.4" />
+ <nextcloud min-version="20" max-version="21" />
</dependencies>
</info>