dekzter
656a9c06e8
merged in updated ui changes
2025-03-08 10:42:08 -05:00
Dispatcharr
90a7eb5b32
Updated theme.js to use tailwind colors
...
Updated theme.js to use tailwind colors.
Updated ChannelsTable to use theme.js
2025-03-08 09:10:26 -06:00
dekzter
9ac73cf990
initial push for pagination with streams tables - still need to fix the channels form tables
2025-03-08 09:17:20 -05:00
Dispatcharr
c71b14ed2d
ChannelsTable partially completed
2025-03-08 07:52:53 -06:00
Dispatcharr
6118feeecf
Centralize theme config
...
Updated theme.js to include common styling properties.
Updated app.js to use common styling properties
Updated Sidebar.js to use common styling properties
2025-03-07 19:51:08 -06:00
dekzter
f57e15bd00
merged in sidebar branch
2025-03-07 19:04:59 -05:00
Dispatcharr
0668680878
UI Sidebar Redesign
...
Redesigned sidebar
2025-03-07 17:39:34 -06:00
dekzter
a1a25799dd
big push of UI updates
2025-03-07 16:29:39 -05:00
SergeantPanda
1d40381860
Ignore dockerfiles
2025-03-07 12:17:57 -06:00
SergeantPanda
fe83e8a03e
Merge branch 'main' of https://github.com/Dispatcharr/Dispatcharr into Proxy
2025-03-07 08:34:21 -06:00
SergeantPanda
e18c386c22
exclude dockerfile dev
2025-03-07 08:31:05 -06:00
dekzter
36cc6da547
auto-select channel when expanded
2025-03-07 09:24:46 -05:00
dekzter
c7347c568a
refactore channels store, added new UX for adding streams to a channel
2025-03-07 09:23:50 -05:00
Dispatcharr
725c21ed56
Update epg tasks.py
...
Added gzip support for unzipping EPG files
2025-03-06 20:40:18 -06:00
Dispatcharr
1dcbf8875f
Updated Channel Serializer
...
Fixed serialization problems that prevented editing.
2025-03-06 19:39:21 -06:00
Dispatcharr
7532a6dd89
Merge branch 'main' of https://github.com/Dispatcharr/Dispatcharr
2025-03-06 18:59:18 -06:00
Dispatcharr
fb9a3ca65b
Added country flags
...
Added Country codes next to public IP
2025-03-06 18:58:55 -06:00
dekzter
81a1156a01
better form validation
2025-03-06 19:56:58 -05:00
Dispatcharr
e305f1cba0
Fixed HDHR
...
Changed URLs so they would properly work as a HDHR device.
2025-03-06 18:43:14 -06:00
dekzter
01f5b99f72
conditional manage perms since mac doesn't need it
2025-03-06 16:33:30 -05:00
dekzter
dfeb5a7c7b
pass int for redis db
2025-03-06 12:52:08 -05:00
dekzter
23ce4b983e
logout actually works now
2025-03-06 12:51:39 -05:00
dekzter
8024c79dad
added padding, fixed position of bottom section
2025-03-06 12:49:34 -05:00
dekzter
b6cb6eb755
don't build feature branch anymore
2025-03-06 12:29:51 -05:00
dekzter
55d57f7e4e
fixed bad reference to redis db
2025-03-06 12:03:24 -05:00
dekzter
143ba85be6
support wss for websockets
2025-03-06 12:02:57 -05:00
dekzter
473f511665
Merge pull request #16 from Dispatcharr/uwsgi
...
UWSGI and Websockets
2025-03-06 06:11:33 -05:00
dekzter
5ced1d5653
updated celery image
2025-03-05 21:40:44 -05:00
dekzter
896d1a7cc6
updated with alpha-v1 t ag
2025-03-05 21:19:37 -05:00
dekzter
a115710c8c
updated with alpha-v1 tag
2025-03-05 21:18:34 -05:00
dekzter
84e73b9415
dev mode of uwsgi
2025-03-05 19:00:13 -05:00
dekzter
a9437e9214
new migrations
2025-03-05 17:18:04 -05:00
dekzter
3ecb49375c
Websockets, fixed channel name collision, added back in multi-stream per channel support
2025-03-05 17:04:43 -05:00
dekzter
993ab0828f
frontend tweaks, better UX with loading, added in websockets
2025-03-05 17:03:53 -05:00
dekzter
fe8426df2e
don't want 777, but for testing
2025-03-05 15:54:35 -05:00
dekzter
8574649500
noinput needed
2025-03-05 15:37:49 -05:00
dekzter
1c34fdba03
moved managelpy into entrypoint, hopefully fixed perms with socket
2025-03-05 15:24:29 -05:00
dekzter
0c73549efb
new packages for websockets
2025-03-05 15:04:50 -05:00
dekzter
206a0814be
updated scripts, attempting to fix perms issue on socket
2025-03-05 14:53:47 -05:00
dekzter
80fbb66dbd
removed dev for now
2025-03-05 14:53:00 -05:00
dekzter
75b828eb07
new variables
2025-03-05 14:19:08 -05:00
dekzter
31b1f1fe36
use exec-before so these aren't executed once per worker, added daphne for websockets
2025-03-05 14:15:25 -05:00
dekzter
412b799d7b
new environment settings endpoint, added added in support for conditionally building video URL since we don't want dev env to proxy the stream through the react server
2025-03-05 11:08:04 -05:00
dekzter
ca676206a4
Merge branch 'main' into uwsgi
2025-03-05 08:33:52 -05:00
dekzter
5467041606
reverted latest changes, re-added back in logic for proper profile lock as well as determining available profiles - no mutli-stream channel support yet
2025-03-05 08:33:24 -05:00
dekzter
59f8ec033c
init npm / node on dev environment setup, run npm server (need to make this configurable), more init items for dispatcharr
2025-03-05 08:33:12 -05:00
dekzter
6b0becce62
first attempt to switch to uwsgi
2025-03-04 20:02:40 -05:00
SergeantPanda
f1f8b3d6ce
Merge branch 'main' of https://github.com/Dispatcharr/Dispatcharr
2025-03-04 13:25:45 -06:00
SergeantPanda
853f7834ec
Merge branch 'main' of https://github.com/Dispatcharr/Dispatcharr into Proxy
2025-03-04 13:11:28 -06:00
SergeantPanda
f976a045a9
Closes channel when no clients are connected.
2025-03-04 12:09:08 -06:00