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:
authorSebastian Sauer <sauer.sebastian@gmail.com>2015-07-15 21:46:49 +0300
committerSebastian Sauer <sauer.sebastian@gmail.com>2015-07-15 21:50:46 +0300
commite17c95919a50b548d0568d6542eabdade78806e0 (patch)
treea055dc141011558ed0d5cf5c8b796beda979ba70 /appinfo
parentdd5fbb63b37c9863c806a32f9e39719194bc5b97 (diff)
Compatibility with Owncloud 8.1.
Create an API Controller that provides REST-API. Fix JavaScript code.
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php2
-rw-r--r--appinfo/routes.php6
-rw-r--r--appinfo/version2
3 files changed, 8 insertions, 2 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 63a53ef..5bea808 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -3,6 +3,6 @@
* Dependencies
*/
// Jquery
-OCP\Util::addScript("3rdparty", "chosen/chosen.jquery.min");
+//OCP\Util::addScript("3rdparty", "chosen/chosen.jquery.min");
// checksum script
OCP\Util::addScript('checksum', "checksum" );
diff --git a/appinfo/routes.php b/appinfo/routes.php
new file mode 100644
index 0000000..81cb5a4
--- /dev/null
+++ b/appinfo/routes.php
@@ -0,0 +1,6 @@
+<?php
+return ['routes' => [
+ ['name' => 'checksum#calculate', 'url' => '/checksum', 'verb' => 'GET']
+]];
+
+?>
diff --git a/appinfo/version b/appinfo/version
index be12806..3b04cfb 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-0.1a
+0.2