Commit Graph

109 Commits

Author SHA1 Message Date
jb-alvarado
f86a6c3f1d get all user, delete user 2023-11-23 22:37:51 +01:00
jb-alvarado
c9e75563df change method to get free ram 2023-11-16 12:47:21 +01:00
jb-alvarado
fef6fc9f78 add some comments 2023-11-08 08:52:26 +01:00
jb-alvarado
15b984832a fix import for release build 2023-11-08 08:44:39 +01:00
jb-alvarado
0df34e2bd7 update packages 2023-11-08 08:40:48 +01:00
jb-alvarado
954a841fd2 cleanup 2023-11-08 08:18:45 +01:00
jb-alvarado
effb60f310 refresh components 2023-11-08 08:03:36 +01:00
jb-alvarado
ec2760acce test lazy_static sys 2023-11-07 20:22:28 +01:00
jb-alvarado
c30438697d set public path, fix #439, add system stat route 2023-11-07 13:45:43 +01:00
jb-alvarado
22087d8cd4 create system object 2023-11-06 22:00:16 +01:00
jb-alvarado
22fb1d78d2 systeminfo example 2023-11-06 16:19:26 +01:00
jb-alvarado
63b9c0664a fix not found route 2023-11-06 15:49:10 +01:00
jb-alvarado
ea81588ce5 conditional embed frontend 2023-11-02 21:29:14 +01:00
jb-alvarado
7d3173533f Use enum for Role everywhere, fix time shift, fix #433, get config also as normal user 2023-11-02 13:40:56 +01:00
jb-alvarado
b4cde6e12c embed static files from frontend in ffpapi, add db path argument 2023-10-31 23:43:33 +01:00
jb-alvarado
14a86fedbc no auth for file route, get config from channel id, (revert to old state) 2023-10-30 23:03:53 +01:00
jb-alvarado
b475854578 add file proxy 2023-10-30 21:55:57 +01:00
jb-alvarado
5fb5851b49 fix db path 2023-10-24 10:41:09 +02:00
jb-alvarado
38e73a0138 remove openssl dependency, remove TLS debug log messages, fix program hang when mail sending not work 2023-10-13 08:20:35 +02:00
jb-alvarado
2f06b166a1 fixes clippy complain 2023-10-05 22:09:08 +02:00
jb-alvarado
36526a15c7 make paths optional 2023-09-12 20:29:29 +02:00
jb-alvarado
94fa75a23d set playlist length seconds 2023-09-08 10:23:39 +02:00
jb-alvarado
0c51f8303c generate playlists based on template, serialize paths to PathBuf 2023-09-05 14:46:32 +02:00
jb-alvarado
d1716acfc5 update packages 2023-08-08 21:10:30 +02:00
jb-alvarado
83f59ba0bd deserialize number or string 2023-08-07 10:55:13 +02:00
jb-alvarado
fef7d04e65 fix boxborderw value 2023-08-07 10:54:12 +02:00
jb-alvarado
acfe223301 rename hls output, fix #351 2023-07-14 13:59:24 +02:00
jb-alvarado
cd4c8727bd update sqlx to 0.7 2023-07-04 08:00:18 +02:00
jb-alvarado
4a578e83ff set chrono features, cleanup, less logging 2023-06-19 20:48:50 +02:00
jb-alvarado
8eb5c2ba02 switch jsonrpc-http-server to tiny_http, update clap to next major version
The jsonrpc-http-server don't get any updates anymore and some libs are already unmaintained. Migration to the new jsonrpsee makes not so much sense, because its features are not needed. For our needs tiny_http is absolut enough.
2023-06-19 16:57:25 +02:00
jb-alvarado
a4fa9cb353 remove extra content type from header, fix #331 2023-06-16 19:51:57 +02:00
jb-alvarado
6338207fba update most importend config values on new channel 2023-05-15 15:25:15 +02:00
jb-alvarado
6c5264ea5f rename kill with stop (we are not killing anybody...), stop engine over rpc. #268 2023-02-21 14:10:06 +01:00
jb-alvarado
b4004d7d8b use async process::Command 2023-02-20 22:12:33 +01:00
jb-alvarado
7e5a391e3d work on "piggyback" mode 2023-02-20 17:28:33 +01:00
jb-alvarado
1c54bc0e2d update yaml 2023-02-09 11:58:59 +01:00
jb-alvarado
3b61d09809 set version and other metadata globally 2023-02-03 09:32:05 +01:00
jb-alvarado
9e84c561ef update version 2023-02-02 12:17:36 +01:00
jb-alvarado
255ced8ecb update packages, fix clippy warnings 2023-01-28 21:52:32 +01:00
jb-alvarado
f3cd45af3c cleanup 2023-01-22 21:10:01 +01:00
jb-alvarado
1c2f14095c update versions 2023-01-22 20:43:56 +01:00
jb-alvarado
143085991d option for list folders only 2023-01-22 15:51:53 +01:00
jb-alvarado
e752a7a951 support path list for playlist generation, #258 2023-01-22 14:17:51 +01:00
jb-alvarado
ab474f6d2f update frontend to nuxtjs3 2023-01-11 15:29:41 +01:00
jb-alvarado
e363077d30 add extra extensions 2023-01-10 17:02:35 +01:00
jb-alvarado
9da38e8bb2 fix route examples, fix #251 2022-12-22 13:45:56 +01:00
jb-alvarado
c57b534b7a Revert "extra_extensions as vec"
This reverts commit c4f803da11.
2022-12-22 08:02:29 +01:00
jb-alvarado
c4f803da11 extra_extensions as vec 2022-12-21 14:11:27 +01:00
jb-alvarado
a3ce014444 update packages, set correct port 2022-12-20 09:24:54 +01:00
jb-alvarado
f38882032f add optional ingest_level
- migrate to rust 1.66
- update packages
- set windows title in desktop mode
2022-12-17 22:08:22 +01:00