summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appinfo/info.xml2
-rw-r--r--appinfo/routes.php1
-rw-r--r--composer.lock8
3 files changed, 5 insertions, 6 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 51b79c41..88ffacd0 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Social</name>
<summary>🎉 Nextcloud becomes part of the federated social networks!</summary>
<description><![CDATA[test]]></description>
- <version>0.0.51</version>
+ <version>0.0.52</version>
<licence>agpl</licence>
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author>
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 327d3029..bb44965b 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -47,7 +47,6 @@ return [
'name' => 'Navigation#account', 'url' => '/account/{path}', 'verb' => 'GET',
'requirements' => ['path' => '.+'], 'defaults' => ['path' => '']
],
- ['name' => 'Navigation#public', 'url' => '/{username}', 'verb' => 'GET'],
['name' => 'Navigation#documentGet', 'url' => '/document/get', 'verb' => 'GET'],
['name' => 'Navigation#documentGetPublic', 'url' => '/document/public', 'verb' => 'GET'],
diff --git a/composer.lock b/composer.lock
index 1e26539f..0a63850a 100644
--- a/composer.lock
+++ b/composer.lock
@@ -12,12 +12,12 @@
"source": {
"type": "git",
"url": "https://github.com/daita/my-small-php-tools.git",
- "reference": "56cff24fdde14d21e3903428c5ee629c839866af"
+ "reference": "39ea0ce3f9442cb507c0bfaa4be36c3e90d6903e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/daita/my-small-php-tools/zipball/56cff24fdde14d21e3903428c5ee629c839866af",
- "reference": "56cff24fdde14d21e3903428c5ee629c839866af",
+ "url": "https://api.github.com/repos/daita/my-small-php-tools/zipball/39ea0ce3f9442cb507c0bfaa4be36c3e90d6903e",
+ "reference": "39ea0ce3f9442cb507c0bfaa4be36c3e90d6903e",
"shasum": ""
},
"require": {
@@ -40,7 +40,7 @@
}
],
"description": "My small PHP Tools",
- "time": "2018-11-28T13:07:27+00:00"
+ "time": "2018-11-29T12:56:09+00:00"
}
],
"packages-dev": [],