Skip to content

Commit

Permalink
Added browsing filesystem, downloading & deleting files / folders
Browse files Browse the repository at this point in the history
To indicate whether something is a file or not we have to download the
file which is less than optimal

Browsing files on the frontend is not great either
  • Loading branch information
turtle0x1 committed Oct 25, 2019
1 parent b214a5c commit ceed5b1
Show file tree
Hide file tree
Showing 10 changed files with 881 additions and 27 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"dhope0000/lxd": "^0.13.0",
"vlucas/phpdotenv": "^2.5",
"symfony/http-foundation": "^4.2",
"symfony/filesystem": "^4.3"
"symfony/filesystem": "^4.3",
"symfony/cache": "^4.3",
"php-http/cache-plugin": "^1.6"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit ceed5b1

Please sign in to comment.