Completely re-do the files node #67
Labels
No Label
Bug
Deployed to: Production
Deployed to: Staging
Feature Request
Obsolete
Out-there Idea
Ready to Deploy
Regression
Scope: Code Editor
Scope: Databases
Scope: Files
Scope: Forms
Scope: Menu & Navigation
Scope: Plugins
Scope: UI Cleanup
Scope: WYSIWYG
Under Development
Won't Fix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Noded/frontend#67
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current files node kinda sucks. Not in the least because it needs a page reload to upload files.
Create a new file box node type that allows multi-file uploading without page reload. Do this as a common component so it can be used elsewhere.
Allow users to rename and delete files.
Maybe allow them to create folders? Opening a folder would just reload the file box at a different level. Internally we could store these as separate file boxes, where the folder is just a reference to a different file box.
Allow users to export the entire file box or a sub-folder as .tar.gz or .zip.
Allow users to expose the entire file box or sub-folder publicly via an endpoint (this might be a backend change).