Skip to content
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
merged 61 commits into from
Jan 24, 2024
Merged

(Release) v7.2.5 #3423

merged 61 commits into from
Jan 24, 2024

Conversation

HDVinnie
Copy link
Collaborator

No description provided.

HDVinnie and others added 30 commits January 14, 2024 16:21
(Refactor) Make deletion confirmations consistent
- editors only have the ability to edit torrents.
(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 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.
HDVinnie and others added 29 commits January 19, 2024 02:56
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
(Refactor) Move scss files to fit 7-1 sass architecture conventions
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
@HDVinnie HDVinnie merged commit 268f864 into master Jan 24, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants