Commit graph

48 commits

Author SHA1 Message Date
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
ef8afabf3f
Add a .dockerignore fiel 2020-03-28 16:54:51 +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
88b96784ab
Refactored video importers 2020-03-28 12:16:45 +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
9af98b0382
Strip the video filename extension from the default title 2020-03-27 20:16:16 +10:00
James Mills
89d7d71cc5
Display video size 2020-03-27 18:16:23 +10:00
James Mills
10a5f82498
Add backend support for importing youtube videos 2020-03-27 14:54:48 +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
e6d35fd8c6
Add a default thumbnailer timeout config 2020-03-26 15:41:20 +10:00
James Mills
99c4ee9e19
Alias null sort criteria to timestamp 2020-03-26 15:06:29 +10:00
James Mills
8727285bc5
Refactored thumbnail generation with configurable timeout and in-sycn with video transcoding 2020-03-26 14:50:49 +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
af07f1aaa9
Make the playlist vertically scrollable with a fixed height to match the main content 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
James Mills
c7eabd8585
Updated rice-box builtin assets 2020-03-25 09:29:56 +10:00
James Mills
5803bcb6fc
Updated CORS config (again) 2020-03-25 07:49:41 +10:00
James Mills
3d0b3044ec
Add OPTIONS to / and /upload endpoints 2020-03-25 07:36:23 +10:00
James Mills
b6f36d2738
Add custom CORS config 2020-03-25 07:23:28 +10:00
James Mills
db6322d987
Add CORS 2020-03-25 07:12:31 +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
aa15a59118
Fix bug with fsnotify events getting confused about thumbnail creation 2020-03-22 21:59:52 +10:00
James Mills
2aeea779b9
Updated assets 2020-03-22 21:48:22 +10:00
James Mills
9827c70714
Refactored upload handler 2020-03-22 21:41:26 +10:00
James Mills
4511029dde
Re-add direct library add 2020-03-22 19:09:14 +10:00
James Mills
2dced8e3ce
Remove use of temporary file 2020-03-22 18:58:37 +10:00
James Mills
06b7ddf175
Add more error handling 2020-03-22 18:46:44 +10:00
James Mills
a7e88fbcac
Remove direct library add after upload as Rename(s) are not atomic on some file systems 2020-03-22 18:31:24 +10:00
James Mills
dd710e69b6
Fixed nil refernece bug 2020-03-22 18:18:59 +10:00
James Mills
a907390891
Add support for transcoding 2020-03-22 18:01:27 +10:00
James Mills
ce3008222e
Refactor video uploading in preparation for async transcoding 2020-03-21 22:58:14 +10:00
James Mills
cf096b9a16
Add server logging 2020-03-21 21:11:42 +10:00
James Mills
976a6b4a8c
Added basic upload support 2020-03-21 20:34:37 +10:00
James Mills
4dae45a68f
Restructured source code layout, Added rice support for templates and static assets 2020-03-21 09:55:06 +10:00