Commit Graph

47 Commits

Author SHA1 Message Date
9f1d1255cb install build dep during build
use correct jpeg encoding codec
2021-09-25 22:50:32 +02:00
800a48c610 use libffmpeg to parse video frame and vid information 2021-09-25 20:49:47 +02:00
fd5542c528 parse new video in new go function
validate extension on server to allow only videos
2021-09-24 22:12:42 +02:00
afaad81849 fix linter errror
use correct videopath on reindex after upload
2021-09-23 19:45:58 +02:00
a92ce73806 seperate component for file drop and upload
correct save position of uploaded files
then parse video file
2021-09-23 17:38:20 +02:00
d3bd810a1a nice progressbar and correct authentication header 2021-09-21 23:39:21 +02:00
284f78de49 uploadable file 2021-09-21 17:45:24 +02:00
334c54be4a fix linter warnings
one method to add handlers
2021-09-21 10:45:52 +02:00
b10fbd6142 add some backend unit tests 2021-09-20 19:06:50 +02:00
70413ac887 fix tests and delete some useless tests 2021-09-20 18:04:48 +02:00
ab0eab5085 fix redirect path
remove dead code
2021-09-20 12:33:43 +02:00
f17bac399a basic frontend implementation of new token system 2021-09-19 23:20:37 +02:00
e985eb941c overwork most of how api works
dont transmit handler within payload
don't use oauth to gen token -- jwt instead
2021-09-16 22:38:28 +02:00
aa49d601ab override config entries with cli args
use getconfig instead of settings file
2021-09-09 23:33:04 +02:00
2706929bb4 load and save config file 2021-09-06 20:20:33 +02:00
98c5211020 correct videopath to delete 2021-09-05 15:27:14 +02:00
916f092406 add some tests and correct deletion path 2021-09-05 15:01:11 +02:00
924f05b2d2 fix tests and send feature support within first api call 2021-09-03 12:09:51 +02:00
543ce5b250 fully deletable videos -- enable/disable with cli args 2021-08-29 19:48:03 +02:00
6b4267b50b implement lukas/openmediacenter#72 2021-07-25 10:15:28 +02:00
24ecfb46e6 fix type error on settingssave 2021-07-11 14:26:10 +02:00
c93d02ca14 Merge branch 'filterbutton' into 'master'
SortBY feature

See merge request lukas/openmediacenter!49
2021-06-22 20:15:05 +00:00
8d50ec54e7 add new sortby button and allow sorting on homepage 2021-06-13 22:29:50 +02:00
a60f5a30b8 make tvshow navlink and pages and backend disableable with a command line parameter 2021-06-08 21:55:54 +02:00
7d44ffa225 Homepage redirect on wrong Player id 2021-06-08 18:12:09 +00:00
f0bc0c29dd fix lukas/openmediacenter#70 2021-06-06 11:49:42 +02:00
b59b6a17f4 add missing apidoc, dont show sendrequest form on docpage
fix unit tests
2021-05-23 14:21:44 +02:00
31ad6ec1e5 new apihandler mechanics to allow asynchronous api calls
document some api nodes with apidoc
2021-05-22 21:33:32 +02:00
5295f0b182 add go unit test
send status messages when tvshow reindexing
2021-05-01 16:25:32 +02:00
8c44a931de some reformattings
remove test code from main
2021-04-23 21:37:57 +02:00
d952538f0a implement thubnail loading from tmdb
fix lots of errors if ' char occurs in path strings
correct reverse proxy for websocket
2021-04-23 21:23:51 +02:00
f72a3e5fb4 add a new TVPlayer component,
add tv episode path to db
2021-04-22 20:31:36 +02:00
c30c193ce0 fix failing tests / remove obsolente ones
add basic structure of episode page
2021-04-20 21:17:34 +02:00
6d41b86120 new logo,
partly implement tvshow reindex
* add tvshow to db
* add episodes to db
new route switcher for tvshows
2021-04-19 20:31:56 +02:00
5656428de7 implement websocket to send reindex messages 2021-04-18 21:16:38 +02:00
32c7e8a01b rename file 2021-04-16 22:48:41 +02:00
4539147208 add tvshow syntax to db
basic tvshow api request to show available tvshows
limit randompage videos to 3
improve settings object to remove one useless copy
2021-04-16 22:44:56 +02:00
fdcecb0a75 * no unauthorized init
* more dynamic Preview element
2021-04-16 21:12:56 +02:00
d9d6907745 delete useless custombackend popup
correct load of subpage when standalone binary
ability to set external videourl when using standalone binary
2021-04-02 17:04:15 +00:00
137d7ed49d use single db query to check whether a url exists already in db or not 2021-03-22 17:22:34 +01:00
f2ec5b644d no implicit any - force return
add some comments
2021-03-19 19:10:13 +01:00
a51176fb93 fix filenames with special characters aren't urlencoded
year parsing does not remove parentheses
2021-03-14 19:01:40 +01:00
b2b0e3a917 fix lukas/openmediacenter#63 2021-03-14 17:29:33 +01:00
e4990bd24e fix not deletable video if a actor is defined
fix wrongly displaying icon if no one exists --> new icon
2021-03-14 16:56:26 +01:00
059b0af6e7 fix incorrect gui refresh if theme is changed
implement custom clientstore
add new Password page
if password is set force entering password to successfully receive the token
add a new unsafe api call for init call only
2021-03-14 12:49:24 +00:00
c24c2ac2d8 add secure requests with tokens.
generate new token on every new page load
2021-03-09 12:56:53 +00:00
f2b5fb6587 implement full load of videos and startdata
modify api where necessary
2021-02-23 16:01:29 +00:00