Jonathan
|
4e66872b27
fix(Activities): when station/playlist is deleted, the ActivityItem shouldn't have a reference to it
|
3 years ago |
Jonathan
|
02eff38cb2
fix(backend): some functions were holding up the job queue
|
3 years ago |
Jonathan
|
6302bf40a8
style: eslint issues from the resolved merge conflicts
|
3 years ago |
Jonathan Graham
|
4ef0e02f70
Merge branch 'polishing' into refactor-websockets
|
3 years ago |
Jonathan Graham
|
588c441b22
Merge pull request #67 from Musare/kris-station-playlists
|
3 years ago |
Kristian Vos
|
cc691c20fd
Got the queue list on station pages working for official stations (not permanent)
|
3 years ago |
Kristian Vos
|
743f4db81d
Added proper error handling when a genre playlist isn't found
|
3 years ago |
Kristian Vos
|
cbd82f1914
Fixed issue where stations wouldn't automatically start playing after genres adding for example
|
3 years ago |
Kristian Vos
|
c30a6185bf
Fixed issue with removing all genres from a station
|
3 years ago |
Kristian Vos
|
9804a5e62b
Small improvement to migration2
|
3 years ago |
Kristian Vos
|
844e36e192
Reverted some changes to get party mode functional again
|
3 years ago |
Kristian Vos
|
ebb7502d60
Hopefully fixed some issues with stations and initializing
|
3 years ago |
Jonathan
|
133dc7843c
style(WS): eslint issues from recent changes
|
3 years ago |
Jonathan
|
3c0a43ff41
fix(WS): 'SOCKETS_LEAVE_SONG_ROOMS' and 'EMIT_TO_ROOM' now resolve correctly
|
3 years ago |
Kristian Vos
|
df5726bf67
Tried to fix weird issue with subdocuments in station documents
|
3 years ago |
Kristian Vos
|
4fc51fe301
Added way to automatically create and get missing genre playlists, does this on backend start
|
3 years ago |
Kristian Vos
|
5888698079
Clarified error when adding genres fails when creating stations
|
3 years ago |
Jonathan
|
3d97ea8e33
fix(WS): fixed station users code
|
3 years ago |
Jonathan
|
24ccb3f75b
fix(socket.io -> WS): added config option for websockets domain
|
3 years ago |
Jonathan
|
eb9e2809c1
fix(Settings page): minor typo causing issues
|
3 years ago |
Jonathan
|
289165d5a7
fix(socket.io -> WS): cleaned up code, some bug fixes
|
3 years ago |
Jonathan
|
48fd84585b
refactor(socket.io -> WS): removed io.getSocket from anywhere it was used
|
3 years ago |
Jonathan
|
4787d6aa37
feat(socket.io -> WS): client-side tries to reconnect every 1000ms if loses connection
|
3 years ago |
Jonathan
|
7729bfd5e8
fix(socket.io -> WS): 'song' rooms now work as expected
|
3 years ago |
Jonathan
|
18acc0043e
fix(socket.io -> WS): 'SOCKETS_FROM_USER' job executes correctly
|
3 years ago |
Jonathan
|
2fa13a2419
feat(socket.io -> WS): sockets can join/leave rooms that can be emitted to
|
3 years ago |
Jonathan
|
78ac4585d7
refactor(socket.io -> WS): emitting and listening for events (along with callbacks)
|
3 years ago |
Kristian Vos
|
542818023b
Removed some left behind debug logs
|
3 years ago |
Kristian Vos
|
4d3787651a
Fixed bugs from last commit and improved deleting orphaned station playlists
|
3 years ago |
Kristian Vos
|
4de4191851
Fixed bug which stopped station module from loading
|
3 years ago |