Skip to content

Commit

Permalink
Merge pull request #380 from arawa/feature/button-settings-import/379
Browse files Browse the repository at this point in the history
Go merging ! 🚀
  • Loading branch information
zak39 authored Apr 1, 2022
2 parents d15745c + 6965035 commit d67fcec
Show file tree
Hide file tree
Showing 19 changed files with 824 additions and 187 deletions.
9 changes: 8 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,12 @@
module.exports = {
extends: [
'@nextcloud',
]
'plugin:vue/recommended',
],
rules: {
// TODO: Search how to config it
// https://eslint.vuejs.org/rules/first-attribute-linebreak.html
'vue/first-attribute-linebreak': 'off',
'vue/multi-word-component-names': 'off',
},
}
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Workspace</name>
<summary>It&#39;s an interface to manage groupfolders with a group manage.</summary>
<description><![CDATA[It&#39;s a layer additional of groupfolders app to manage them and manage group by simple users]]></description>
<version>1.0.1</version>
<version>1.1.0</version>
<licence>agpl</licence>
<author mail="[email protected]" >Baptiste Fotia</author>
<namespace>Workspace</namespace>
Expand Down
5 changes: 5 additions & 0 deletions appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@
'url' => '/spaces',
'verb' => 'POST'
],
[
'name' => 'workspace#convertGroupfolderToSpace',
'url' => '/spaces/convert',
'verb' => 'POST'
],
[
'name' => 'space#find',
'url' => '/workspaces/{id}',
Expand Down
Loading

0 comments on commit d67fcec

Please sign in to comment.