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 |
Kristian Vos
|
f721a4cc07
Fixed some more issues with migration2
|
3 years ago |
Kristian Vos
|
01ed9c5f93
Fixed small issue with migration2
|
3 years ago |
Kristian Vos
|
e6dd4cb18e
Added button to delete orphaned station playlists
|
3 years ago |
Kristian Vos
|
77a72fc0ec
Forgot small detail in last commit
|
3 years ago |
Kristian Vos
|
a255f6c625
Added migration2 code
|
3 years ago |
Kristian Vos
|
edfbc07ac6
Station skip for official playlists now uses official playlists
|
3 years ago |
Kristian Vos
|
17e08a0464
Station playlist now updates when a genre playlist updates
|
3 years ago |
Kristian Vos
|
c3560bd839
Include/exclude genres/blacklisted genres to stations on station creation
|
3 years ago |
Jonathan
|
a30de2e386
feat(PlaylistSongItem): you can now report or edit a song from in a playlist
|
3 years ago |
Kristian Vos
|
fc96f8ce76
Forgot to commit this file last time
|
3 years ago |
Jonathan
|
75556c57d4
feat: modals can now be easily stacked
|
3 years ago |
Jonathan
|
d2b85c8a9d
feat(SaveButton): moved to a component, allowed for multiple types of buttons on same page
|
3 years ago |
Jonathan
|
36403e6ef2
fix(AddToPlaylistDropdown): sometimes song would fail to be removed locally
|
3 years ago |
Jonathan
|
c46b4ad8dc
feat(AddToPlaylistDropdown): songs can be added to playlist from queue or within another playlist
|
3 years ago |