Jonathan
|
289165d5a7
fix(socket.io -> WS): cleaned up code, some bug fixes
|
před 3 roky |
Jonathan
|
cf43951423
feat(Activities): added initial rollout of activity types, updated design of ActivityItem
|
před 3 roky |
Kristian Vos
|
6d70540a84
Made backend actions run in jobs when called from socket.io
|
před 3 roky |
Kristian Vos
|
18a33b69af
Moved socket.io functions to the io module
|
před 3 roky |
Kristian Vos
|
e6ade1a5fe
Renamed modules in backend actions
|
před 3 roky |
Jonathan
|
ab323f311e
chore: eslint now runs in correct directory, all remaining eslint issues resolved
|
před 3 roky |
Jonathan
|
7e01f2bdaa
chore(backend): added eslint and prettier, along with changing all files to conform
|
před 3 roky |
Kristian Vos
|
4169537b89
Fixed more than a hundred unhandled promise rejection issues
|
před 3 roky |
Kristian Vos
|
4fe2306517
fix: fixed a lot more issues, still unstable
|
před 4 roky |
Kristian Vos
|
ecc1f4fd98
refactor/feat: Huge backend rewrite
|
před 4 roky |
Kristian Vos
|
6861ec7969
fix: fixed security vulnerability where users could spoof userId's in socket.io in some cases
|
před 5 roky |
Kristian Vos
|
e507cf9ab7
fix: fixed report modal and added song's _id to reports
|
před 5 roky |
Kristian Vos
|
bba26cdef9
refactor: Implemented new module system for backend. Still very buggy.
|
před 5 roky |
theflametrooper
|
c01c0926c4
Updated content and design of reports on editSong modal
|
před 7 roky |
theflametrooper
|
ce5478b58c
Show specific report modal if route has query of id
|
před 7 roky |
theflametrooper
|
f79369f707
Fixed issues with creating reports
|
před 7 roky |
KrisVos130
|
f7ad1daa53
Fixed issues with reports, queueSongs updating and queueSongs adding.
|
před 7 roky |
KrisVos130
|
ec97ccce7e
Replaced old error code.
|
před 7 roky |
theflametrooper
|
2266cf4247
EditSong Modal now shows how many reports there are for that song
|
před 7 roky |
theflametrooper
|
8972135f6d
Improved logger
|
před 7 roky |
theflametrooper
|
e76c02e22b
Fixed issue with resolving reports
|
před 7 roky |
theflametrooper
|
7cde10510b
Fixed some more issues with Reports
|
před 7 roky |
theflametrooper
|
a0495e7dd8
Fixed issue with reports.js from Kris's refactor
|
před 7 roky |
KrisVos130
|
4732465f4e
Added javadocs to reports actions.
|
před 7 roky |
KrisVos130
|
e83e0f182d
Added logger and cleaned up reports and news actions.
|
před 7 roky |
theflametrooper
|
23babf8839
Allowed for the creation of News by Admins
|
před 7 roky |
theflametrooper
|
cba7440bd0
Fixed issue with issues that have empty reasons still showing
|
před 7 roky |
theflametrooper
|
1bb2c14e8f
Made sure issues are only saved if reasons array isn't empty
|
před 7 roky |
theflametrooper
|
f7e419751f
Added pub/sub for creating reports
|
před 7 roky |
theflametrooper
|
c48598ba91
Added IssuesModal for viewing Report issues and added pub/sub for resolving reports. Reports now work on the Admin side.
|
před 7 roky |