summaryrefslogtreecommitdiff
path: root/templates/upload.html
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-06-08Remove proprietary notices about video (#40)Srxr
* Make content proprietary configurable * Update README * Fixed a few template context bugs Co-authored-by: James Mills <prologic@shortcircuit.net.au>
2020-04-09fix hard-coded frontend max_upload_size validation (#20)X3STeNLiTE
2020-03-28Make the import link more accessiblev1.1.5James Mills
2020-03-27Add some minor UI tweaksJames Mills
2020-03-27Add optional title and description to video uploadJames Mills
2020-03-27Added UI/UX for Importing artbitrary videos from a URLJames Mills
2020-03-25Reworked upload box (#2)imperatormk
2020-03-23Fixed typov1.1.1James Mills
2020-03-22Try to improve the style of the input type=fileJames Mills
2020-03-22Add support for transcodingJames Mills
2020-03-21Added basic upload supportJames Mills