Commit graph

417 commits

Author SHA1 Message Date
SergeantPanda
587ab4afe0 Gets rid of unneccessary blank space at the bottom. 2025-06-24 17:56:05 -05:00
SergeantPanda
cc41731ae1 Minimum widths set 2025-06-23 19:23:16 -05:00
SergeantPanda
e2b93d3e6f Better stats card filling. 2025-06-23 17:27:34 -05:00
SergeantPanda
58a1304ddc Always show 2 decimal places for FFmpeg speed. 2025-06-22 13:25:43 -05:00
SergeantPanda
49f141d64a Better calculation for number of cards per column.
Fixes #218
2025-06-22 13:22:11 -05:00
SergeantPanda
4b214a49ee Move buttons to label row 2025-06-22 01:02:32 -05:00
SergeantPanda
77590367ac Remove unnecessary padding. 2025-06-22 00:30:07 -05:00
SergeantPanda
0b6175bac6 Fix background color to match rest of the theme. 2025-06-22 00:19:31 -05:00
SergeantPanda
384609ae77 Better sizing. 2025-06-21 23:46:58 -05:00
SergeantPanda
dae143a724 Better rendering for small screens on m3u and epg tables. 2025-06-21 22:54:52 -05:00
SergeantPanda
c43231c492 Add confirmation dialog for user deletion with warning suppression 2025-06-21 14:09:53 -05:00
SergeantPanda
f4e4fb1d13 Add confirmation dialog for deleting a channel profile. 2025-06-21 13:24:32 -05:00
SergeantPanda
3fb2433d3a Add confirmation dialog for m3u profile deletion. 2025-06-21 13:19:19 -05:00
SergeantPanda
d4688fa4e4 Add M3U and EPG URL configuration options with dynamic parameters
Closes #207
2025-06-21 13:00:11 -05:00
SergeantPanda
7b16ca6ff7
Merge pull request #198 from Dispatcharr/proxy-settings
Proxy settings
2025-06-15 13:18:03 -05:00
SergeantPanda
a9ef41478c Adds reset to defaults for proxy settings. 2025-06-15 13:15:20 -05:00
SergeantPanda
ed346dd952 Better verbiage for a couple settings. 2025-06-15 13:09:40 -05:00
SergeantPanda
94b3255c93 Fixes settings getting overwrote when loading settings page. 2025-06-15 13:06:10 -05:00
SergeantPanda
9757f6a48d Fix key error with react. 2025-06-15 11:28:57 -05:00
SergeantPanda
9c5a174409 Move regions to constants. 2025-06-14 13:08:56 -05:00
SergeantPanda
51ce2d241c Use integers and floats instead of strings for proxy settings. 2025-06-14 12:42:49 -05:00
SergeantPanda
0c4d320dc2 Add descriptions to proxy settings 2025-06-14 12:39:07 -05:00
dekzter
72542bf0fd default cidrs in network access form, added proxy settings to ui 2025-06-14 08:52:56 -04:00
SergeantPanda
d0cefd3813 Fixes being unable to edit stream profile. 2025-06-13 12:48:04 -05:00
dekzter
30b2a19eb0 merged in main 2025-06-11 08:38:00 -04:00
dekzter
788667b687 better error checking, only warn for UI blocking 2025-06-11 08:24:32 -04:00
SergeantPanda
ae01440a15 Better error messaging for unsupported codecs in the web player. Also don't block controls with error messages. 2025-06-10 13:58:34 -05:00
SergeantPanda
62ac134359 Move stream type to after audio. 2025-06-10 11:38:52 -05:00
SergeantPanda
3522066867 Changed some badge colors and added tooltips. 2025-06-10 10:17:28 -05:00
SergeantPanda
1f6f15ed73 Add stream type to stats page. 2025-06-10 10:10:05 -05:00
SergeantPanda
b8992bde64 Add audio channels to stats page. 2025-06-10 09:23:43 -05:00
dekzter
a1576bd493 merged in dev 2025-06-10 08:55:14 -04:00
dekzter
82f35d2aef check and warn before saving a network access setting that could block current client access 2025-06-10 08:46:36 -04:00
SergeantPanda
cd47e76245 Add FFmpeg speed display and audio codec to channel card 2025-06-09 19:56:37 -05:00
SergeantPanda
677fbba1ac FFmpeg stats added to channel card. 2025-06-09 19:42:58 -05:00
dekzter
789d29c97a proper cidr validation server-side 2025-06-08 08:29:25 -04:00
SergeantPanda
0ec5ffff33 Fix status message not updating the frontend during M3U refresh. 2025-06-06 08:00:19 -05:00
SergeantPanda
2359818d7b Calculate stale time from start of scan not start of stale cleanup function. 2025-06-05 21:26:11 -05:00
SergeantPanda
5e2757f578 Set back to a minimum of 1. Task needs to be updated first or all streams get removed. 2025-06-04 17:42:11 -05:00
SergeantPanda
8814f21d59 Don't auto populate stale field to 7 days if 0 is set.
Closes #123
2025-06-04 17:29:49 -05:00
SergeantPanda
a767f28eb6 Allow stale stream days to be set to 0 to disable retention completely. 2025-06-04 17:06:00 -05:00
dekzter
3f445607e0 looooots of updates for user-management, initial commit of access control 2025-05-31 18:01:46 -04:00
dekzter
6504db3bd4 merged in dev 2025-05-28 18:34:45 -04:00
SergeantPanda
363a1a8080 Fixes selecting a profile leads to webui crash. 2025-05-25 15:01:04 -05:00
SergeantPanda
1ab04e31a4 Show channels without epg data. 2025-05-25 14:52:05 -05:00
dekzter
eb1bbdd299 merged in dev 2025-05-24 07:19:43 -04:00
dekzter
31293ebc44 wrap and tooltip for parameters 2025-05-24 07:17:46 -04:00
dekzter
f4381c9740 fixed DVR page, swapped clients table in stats for custom table 2025-05-23 17:01:02 -04:00
dekzter
9daa764fbb completely removed mantine-react-table, added empty / dummy output for VOD endpoints 2025-05-23 13:40:11 -04:00
dekzter
0b0373f4ee allow 'all' for streamer class by relating no profiles 2025-05-23 08:21:31 -04:00