Commit graph

38 commits

Author SHA1 Message Date
Heinrich 'Henrik' Langos
0a793f7d3f feat: Make upload path selectable (#39)
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-11-25 02:48:06 +00:00
Jacob Weisz
d4223a9ef7 Remove external FontAwesome dependency (#30)
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-10-01 05:21:40 +00:00
gabek
29f2784591 Replace rice box with go embed (#25)
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>
2022-08-30 01:17:08 +00:00
James Mills
5c2b402a8a
Fix import paths 2021-07-13 08:34:56 +10:00
Srxr
e743a9a425
Remove proprietary notices about video (#40)
* Make content proprietary configurable

* Update README

* Fixed a few template context bugs

Co-authored-by: James Mills <prologic@shortcircuit.net.au>
2021-06-08 23:22:14 +10:00
Bilel Medimegh
d36fb862c8
Added opengraphs (https://ogp.me/) tags to support embedding, #24 (#25)
* Added opengraphs (https://ogp.me/) tags to support embedding, #24

* Edited AUTHORS
2020-10-16 08:21:49 +10:00
X3STeNLiTE
20bf93c86d
fix hard-coded frontend max_upload_size validation (#20) 2020-04-09 01:53:54 +10:00
James Mills
b8aee1d2b5
Fixed a UI/UX bug with pressing enter on the importInput text input in the import screen 2020-03-29 16:31:36 +10:00
James Mills
9b159b32cb
More minor UI tweaks 2020-03-28 23:08:47 +10:00
James Mills
592d811d5d
Fix sort persistance 2020-03-28 22:29:13 +10:00
James Mills
6c50fb31e0
More minor UI tweaks 2020-03-28 20:49:09 +10:00
James Mills
668f6cba15
Refactored UI to be more mobile friendly with new quality navs 2020-03-28 18:40:43 +10:00
James Mills
5f209d4832
Refactored quality UI/UX navbar with responsive layout and burger menu 2020-03-28 18:13:49 +10:00
James Mills
331b267e7e
Make the import link more accessible 2020-03-28 17:19:22 +10:00
James Mills
58a6502c83
Add UI controls for selecting lower quality video resolutions 2020-03-28 17:18:01 +10:00
James Mills
d21c06c465
Add backend support for serving lower quality videos (if available) 2020-03-28 15:59:16 +10:00
James Mills
ca5969379a
Set preload to metdata 2020-03-28 15:00:43 +10:00
James Mills
5100a10863
Improve import UI 2020-03-28 10:34:53 +10:00
James Mills
fd3f210a36
Refactor Sort UI 2020-03-27 21:50:19 +10:00
James Mills
f4afd2eb6b
Add some minor UI tweaks 2020-03-27 21:26:13 +10:00
James Mills
299df65290
Add optional title and description to video upload 2020-03-27 21:04:10 +10:00
James Mills
89d7d71cc5
Display video size 2020-03-27 18:16:23 +10:00
James Mills
00ecbee8b9
Added UI/UX for Importing artbitrary videos from a URL 2020-03-27 14:24:44 +10:00
James Mills
7fa7a38167
Add a footer 2020-03-26 01:01:35 +10:00
James Mills
bcd79ba2c5
Refactor UX of Trending vs. Recent video sorting 2020-03-25 23:02:14 +10:00
James Mills
9fa3427308
Add trending and ability to sort playlist by views 2020-03-25 16:22:41 +10:00
James Mills
2c8af03164
Refactored the way views are stored with a mgiration off the old data (to be removed) 2020-03-25 16:01:29 +10:00
James Mills
7113a7bd05
Add support for keeping trakc of and viewing no. of views per video 2020-03-25 12:40:00 +10:00
imperatormk
363f62ae5f
Reworked upload box (#2) 2020-03-25 09:29:08 +10:00
James Mills
530276145b
Fixed typo 2020-03-23 22:44:42 +10:00
James Mills
1db57c8d3b
Try to improve the style and position of the Upload button 2020-03-22 23:40:13 +10:00
James Mills
ce82e9b147
Try to improve the style of the input type=file 2020-03-22 22:31:22 +10:00
James Mills
a907390891
Add support for transcoding 2020-03-22 18:01:27 +10:00
James Mills
976a6b4a8c
Added basic upload support 2020-03-21 20:34:37 +10:00
davy
1e680cef7b improve css 2019-07-02 09:39:11 -05:00
davy
ff0b322a33 prefix paths 2019-06-28 20:44:56 -05:00
davy
6e9f1ca8ab handle empty playlist 2019-06-28 17:51:38 -05:00
davy
e1090a7583 import code 2019-06-26 14:02:31 -05:00