summaryrefslogtreecommitdiff
path: root/static/upload.js
AgeCommit message (Collapse)Author
2022-11-25feat: Make upload path selectable (#39)Heinrich 'Henrik' Langos
This works for me, but for a more public site, I think I'll also add a boolean attribute named "upload_allowed" and "writable" to Config.Library.. Something to allow you to configure which directories can receive new uploads, and which directories we consider writable for other purposes (like editing meta data in yml, creating new thumbnails, ...) Co-authored-by: Heinrich Langos <gumbo2000@noreply@mills.io> Reviewed-on: https://git.mills.io/prologic/tube/pulls/39 Co-authored-by: Heinrich 'Henrik' Langos <gumbo2000@noreply@mills.io> Co-committed-by: Heinrich 'Henrik' Langos <gumbo2000@noreply@mills.io>
2021-02-10fixes issue 30 (#32)f varas
2020-04-09fix hard-coded frontend max_upload_size validation (#20)X3STeNLiTE
2020-03-27Add some minor UI tweaksJames Mills
2020-03-27Add optional title and description to video uploadJames Mills
2020-03-25Tiny fix for file selection logic (#3)imperatormk
* Reworked upload box * Tiny logic improvement for file selection
2020-03-25Reworked upload box (#2)imperatormk
2020-03-21Added basic upload supportJames Mills