summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2023-01-21fix: upload form shows prefix instead of path now (#64)Heinrich 'Henrik' Langos
This is just a cosmetic change as the values still use the Library.Paths[] Closes prologic/tube#56 Reviewed-on: https://git.mills.io/prologic/tube/pulls/64 Co-authored-by: Heinrich 'Henrik' Langos <gumbo2000@noreply@mills.io> Co-committed-by: Heinrich 'Henrik' Langos <gumbo2000@noreply@mills.io>
2023-01-05fix: Select first upload library path by default. (#48)Heinrich 'Henrik' Langos
This is just a minor fix. Probably it shouldn't make a big difference, but I think it is good style to make sure that the there is a pre-selected default for the upload library. Reviewed-on: https://git.mills.io/prologic/tube/pulls/48 Co-authored-by: Heinrich 'Henrik' Langos <gumbo2000@noreply@mills.io> Co-committed-by: Heinrich 'Henrik' Langos <gumbo2000@noreply@mills.io>
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>
2022-10-01Remove external FontAwesome dependency (#30)Jacob Weisz
This fixes #28. Since we only use a single FontAwesome, I decided to just use the SVG (which FontAwesome considers the code comment within appropriate attribution). I further decided "screw it, let's inline it", because it avoids unnecessary complexity, and we can always punt it out to another file later if we need to. Co-authored-by: Jacob Weisz <inbox@jacobweisz.com> Reviewed-on: https://git.mills.io/prologic/tube/pulls/30 Co-authored-by: Jacob Weisz <ocdtrekkie@noreply@mills.io> Co-committed-by: Jacob Weisz <ocdtrekkie@noreply@mills.io>
2022-08-30Replace rice box with go embed (#25)gabek
Reviewed-on: https://git.mills.io/prologic/tube/pulls/25 Co-authored-by: gabek <gabek@noreply@mills.io> Co-committed-by: gabek <gabek@noreply@mills.io>
2021-07-13Fix import pathsJames Mills
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-10-16Added opengraphs (https://ogp.me/) tags to support embedding, #24 (#25)Bilel Medimegh
* Added opengraphs (https://ogp.me/) tags to support embedding, #24 * Edited AUTHORS
2020-04-09fix hard-coded frontend max_upload_size validation (#20)X3STeNLiTE
2020-03-29Fixed a UI/UX bug with pressing enter on the importInput text input in the ↵James Mills
import screen
2020-03-28More minor UI tweaksv1.1.8James Mills
2020-03-28Fix sort persistanceJames Mills
2020-03-28More minor UI tweaksv1.1.7James Mills
2020-03-28Refactored UI to be more mobile friendly with new quality navsv1.1.6James Mills
2020-03-28Refactored quality UI/UX navbar with responsive layout and burger menuJames Mills
2020-03-28Make the import link more accessiblev1.1.5James Mills
2020-03-28Add UI controls for selecting lower quality video resolutionsJames Mills
2020-03-28Add backend support for serving lower quality videos (if available)James Mills
2020-03-28Set preload to metdataJames Mills
2020-03-28Improve import UIJames Mills
2020-03-27Refactor Sort UIJames Mills
2020-03-27Add some minor UI tweaksJames Mills
2020-03-27Add optional title and description to video uploadJames Mills
2020-03-27Display video sizeJames Mills
2020-03-27Added UI/UX for Importing artbitrary videos from a URLJames Mills
2020-03-26Add a footerJames Mills
2020-03-25Refactor UX of Trending vs. Recent video sortingJames Mills
2020-03-25Add trending and ability to sort playlist by viewsJames Mills
2020-03-25Refactored the way views are stored with a mgiration off the old data (to be ↵James Mills
removed)
2020-03-25Add support for keeping trakc of and viewing no. of views per videoJames Mills
2020-03-25Reworked upload box (#2)imperatormk
2020-03-23Fixed typov1.1.1James Mills
2020-03-22Try to improve the style and position of the Upload buttonJames 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
2019-07-02improve cssdavy
2019-06-28prefix pathsdavy
2019-06-28handle empty playlistdavy
2019-06-26import codedavy