frontend & backend update

This commit is contained in:
carodej
2020-06-19 08:03:29 +02:00
parent 95bc310def
commit a2cab6198e
83 changed files with 4464 additions and 1907 deletions

View File

@@ -110,7 +110,8 @@
'homeDirectory',
]),
hasCapacity() {
return this.$store.getters.user.relationships.storage.data.attributes.used <= 100
//return this.$store.getters.user.relationships.storage.data.attributes.used <= 100
return true
},
directoryName() {
return this.currentFolder ? this.currentFolder.name : this.homeDirectory.name