-
-
Notifications
You must be signed in to change notification settings - Fork 7
Dashboard Rewrite PR #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Dashboard Rewrite PR #144
Conversation
needs improvement + functionalities
|
||
#isValidUrl(str) { | ||
var pattern = new RegExp('^(https?:\\/\\/)?'+ // protocol | ||
'((([a-z\\d]([a-z\\d-]*[a-z\\d])*)\\.)+[a-z]{2,}|'+ // domain name |
Check failure
Code scanning / CodeQL
Inefficient regular expression
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will fix later, probably
added removing of songs, rearranging, "shifting", current song metadata All queue features implemented
app.use(express.json()); | ||
app.use(express.urlencoded()); | ||
app.use(express.static(path.join(__dirname, "/static"))); | ||
app.use(cookieParser()); |
Check failure
Code scanning / CodeQL
Missing CSRF middleware
const ses = session({ | ||
secret: remix.config.sessionSecret || this.guid(), | ||
resave: false, | ||
secure: !!remix.config.ssl.useSSL, | ||
saveUninitialized: false | ||
})); | ||
}); |
Check warning
Code scanning / CodeQL
Clear text transmission of sensitive cookie
- prominent thumbnail image colour picker interface done - interface for channel display - current song display now connected to updates from the websocket - queue syncing on load and join - playback status syncing - other improvements
initiated text channel selection (not fully done yet)
PR draft for dashboard rewrite commits