-
Notifications
You must be signed in to change notification settings - Fork 399
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
(Release) v7.2.5 #3423
Merged
(Release) v7.2.5 #3423
Conversation
This file contains 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
(Refactor) Make deletion confirmations consistent
- editors only have the ability to edit torrents.
(Add) Editor group
(Fix) Missing mediainfo returning empty string instead of null
- for editors
To allow users who change their avatar/username/group to be accurate-ish. The remaining variable queries only take 7% of the query time so there is still a large advantage.
(Fix) Clear cache of some overview stats that rely on user data
Convert the ip addresses to packed form before querying them to avoid using sql functions. This takes less time since generally total peers (which every peer has to be ran through the function before filtering) is much larger than highspeed ips.
With 1.3 million peers and 200k torrents, reduces query time from 14240 ms to 3418 ms.
(Update) Improve sync peers command
(Update) Improve highspeed tag query performance
Eloquent is automatically updating the updated_at timestamp. To prevent this, set the updated_at column to itself. Reduces query time by 50-75%.
…ands (Update) Remove eloquent updated in commands
We need to separate chat with its own route limiter.
(Add) Staff torrent download search
(Fix) Web rate limiter
(Update) Fortify
In preparation for using the CSP version of AlpineJS.
Don't log the email addresses themselves to maintain user privacy.
(Update) Move all swal popups inside script tags
(Fix) Long forum post author title wrapping
(Add) Email logging
(Refactor) Move scss files to fit 7-1 sass architecture conventions
(Fix) Fortify Rate Limiters
In preparation for using the CSP version of Alpine.js
(Update) Use Alpine JS components for form dialogs
(Add) Adult filter to advanced torrent search
…-download-search (Fix) Unable to clear date filter fields on torrent search
…earch-group (Update) Use fast default filter for torrent download search group
(Fix) Torrent download search type search
(Fix) Freeleech button js
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.