This repository was archived by the owner on Aug 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
Release 2025.08.01 (FINAL GITHUB RELEASE) #527
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Button that kills you
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| }) | ||
| }) | ||
|
|
||
| app.post('/api/muteRewoots', authenticateToken, async (req: AuthorizedRequest, res: Response) => { |
Check failure
Code scanning / CodeQL
Missing rate limiting High
This route handler performs , but is not rate-limited.
authorization
Error loading related location
Loading
Comment on lines
222
to
236
| const cssContent = req.body.css ? req.body.css.trim() : undefined | ||
| if (req.body.css) { | ||
| try { | ||
| await fs.writeFile(`uploads/themes/${posterId}.css`, req.body.css) | ||
| res.send({ success: true }) | ||
| } catch (error) { | ||
| logger.warn(error) | ||
| res.status(500) | ||
| res.send({ error: true }) | ||
| } | ||
| } else { | ||
| res.sendStatus(500) | ||
| try { | ||
| await fs.unlink(`uploads/themes/${posterId}.css`) | ||
| res.send({ success: true }) | ||
| } catch (error) { | ||
| logger.warn(error) | ||
| res.status(500) | ||
| res.send({ error: true }) |
Check failure
Code scanning / CodeQL
Missing rate limiting High
This route handler performs , but is not rate-limited.
This route handler performs , but is not rate-limited.
a file system access
Error loading related location
Loading This route handler performs
a file system access
Error loading related location
Loading
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.




Requirements:
cp docker-compose.advanced.metrics.yml docker-compose.ymlFeatures