Kristian Vos
|
6d70540a84
Made backend actions run in jobs when called from socket.io
|
3 years ago |
Kristian Vos
|
18a33b69af
Moved socket.io functions to the io module
|
3 years ago |
Kristian Vos
|
e6ade1a5fe
Renamed modules in backend actions
|
3 years ago |
Jonathan
|
7e01f2bdaa
chore(backend): added eslint and prettier, along with changing all files to conform
|
3 years ago |
Kristian Vos
|
3df3ef9252
Fixed issue with songs.getSong io function
|
3 years ago |
Kristian Vos
|
4169537b89
Fixed more than a hundred unhandled promise rejection issues
|
3 years ago |
Kristian Vos
|
4fe2306517
fix: fixed a lot more issues, still unstable
|
4 years ago |
Kristian Vos
|
ecc1f4fd98
refactor/feat: Huge backend rewrite
|
4 years ago |
Jonathan
|
570d9cae81
feat: activity feed for profile
|
5 years ago |
Kristian Vos
|
b64520a29e
refactor: improved the loading of (queue)songs on admin pages
|
5 years ago |
Kristian Vos
|
6861ec7969
fix: fixed security vulnerability where users could spoof userId's in socket.io in some cases
|
5 years ago |
Kristian Vos
|
14ff74c17e
fix: fixed issue where admin queuesongs and songs list didn't update properly
|
5 years ago |
Kristian Vos
|
bba26cdef9
refactor: Implemented new module system for backend. Still very buggy.
|
5 years ago |
Jonathan
|
e63b01ed36
fix(mongoose): update count() to countDocuments()
|
5 years ago |
Jonathan
|
7c2b22a98b
feat(report modal): user can go return to editsong modal
|
5 years ago |
Kristian Vos
|
95680bf3f4
Changed weird mongoose naming, fixed other mongoose issue
|
5 years ago |
Kristian Vos
|
ea38651664
Updated backend packages
|
5 years ago |
KrisVos130
|
06825f7585
Removed christmas decorations and changed some other small things.
|
6 years ago |
KrisVos130
|
4b41981e3b
Fixed some issues with likes/dislikes.
|
7 years ago |
KrisVos130
|
8544c841ca
Fixed some issues with limits and console.log's.
|
7 years ago |
KrisVos130
|
c4c0b20b90
One commit combining 15 lost commits from Kris and Owen from the past 8 days.
|
7 years ago |
KrisVos130
|
f7ad1daa53
Fixed issues with reports, queueSongs updating and queueSongs adding.
|
7 years ago |
KrisVos130
|
650b15b106
Made quite a bit of progress on changing song id's.
|
7 years ago |
KrisVos130
|
e640cafcc3
Addd info function to logger, added logging to file, added async to hooks.
|
7 years ago |
KrisVos130
|
26c4107bf5
Added JavaDocs to all actions.
|
7 years ago |
KrisVos130
|
ec97ccce7e
Replaced old error code.
|
7 years ago |
KrisVos130
|
dc9a7d4727
Worked on songs actions.
|
7 years ago |
theflametrooper
|
787fdc186a
Admin QueueSongs loads 15 per page, and allows pages to be switched between, Admin Songs loads in 15 songs at a time
|
7 years ago |
KrisVos130
|
d2c1c99122
Songs live update on edit song/queuesong admin page.
|
7 years ago |
theflametrooper
|
7424308509
API can now access different actions using a similar system to that of socket emitting. Any actions that require hooks don't work with the API yet.
|
7 years ago |