Commit Graph

129 Commits

Author SHA1 Message Date
jb-alvarado
f9a38c973e update packages 2024-03-14 08:49:22 +01:00
jb-alvarado
905c86d9a1 update packages 2024-02-23 10:54:59 +01:00
jb-alvarado
1bbc986d8c change order 2024-02-21 19:55:39 +01:00
jb-alvarado
14abd7d5be fix broken uploads (fix #540), simplify cfg, fix format 2024-02-21 14:43:39 +01:00
Junio Calu
29b8c5bce8 fix embed frontend optional 2024-02-20 17:34:57 +00:00
jb-alvarado
0188db3d0e make embed frontend optional 2024-02-08 08:13:53 +01:00
jb-alvarado
621af06273 limit log file size, fix #504 2024-02-06 11:54:27 +01:00
jb-alvarado
8eb3ac7b0b cleanup, fix #506 2024-01-31 21:32:23 +01:00
jb-alvarado
69bb639b76 ignore som interfaces 2024-01-31 21:31:21 +01:00
jb-alvarado
38dd823ef3 add version to stats 2024-01-29 08:23:21 +01:00
jb-alvarado
c8ca4588d1 fix address 2024-01-02 00:51:11 +01:00
jb-alvarado
873776908e update sysinfo to support stats on network storage 2023-12-23 23:13:54 +01:00
jb-alvarado
9912405e4e improve live sources, fix #473
Live sources are potentially unstable and are therefore not officially supported. Use at your own risk.
2023-12-18 21:28:35 +01:00
jb-alvarado
79c61accf7 fix clippy 2023-12-11 13:33:09 +01:00
jb-alvarado
4c4199cbdb block on hashing 2023-12-11 13:27:22 +01:00
jb-alvarado
15f41148df remove salt from table 2023-12-11 11:25:48 +01:00
jb-alvarado
058998d73d fix route protection 2023-12-02 21:52:34 +01:00
jb-alvarado
f1e8797528 update actix-web-grants to v4 2023-12-02 21:16:44 +01:00
jb-alvarado
c6329c470a validate next clip in a thread, to have less delta 2023-11-30 15:42:20 +01:00
jb-alvarado
be2528fbb4 fix update id, don't update user name 2023-11-24 08:12:42 +01:00
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