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) v8.3.1 #4219

Merged
merged 20 commits into from
Oct 11, 2024
Merged

(Release) v8.3.1 #4219

merged 20 commits into from
Oct 11, 2024

Conversation

HDVinnie
Copy link
Collaborator

Patch Release

Deci8BelioS and others added 19 commits October 7, 2024 16:25
(Update) Don't query database in rss
There was always a null check here to return 404 when no torrents are found. But this null check was always comparing against a paginator instance... which would never be true. So when I changed it to an isEmpty when I changed the query from a database query to a meilisearch query, and thought that was the correct thing to do to make sure a 404 is still returned, that was incorrect, because a 404 was never returned in the first place. An empty array is proper here.
(Update) Show peer id on external tracker torrent page
(Add) Message to staff page mentioning helpdesk for account support
(Fix) Broken api compatbility when no torrents found & next page not being null
(Add) Adds notification dot to Staff Dashboard Icon in Top Nav if reports are outstanding
(Add) Allow staff to set individual history entries to immune
- bump version
@HDVinnie HDVinnie requested a review from Roardom October 11, 2024 00:02
Copy link

what-the-diff bot commented Oct 11, 2024

PR Summary

  • TorrentController Upgrade
    • Enhanced cache system and pagination.
    • Streamlined API output structure with meta info.
  • RssController Revision
    • Improved code clarity and search result count control.
  • Database Migration
    • Improved torrents table structure.
  • User Torrents Component Enhancement
    • Introduced method for updating user's torrent immunity status.
  • Configuration File Revision
    • Brought software version up to date.
  • Expanded Translations
    • Added Spanish for improved user experience.
  • User Torrents Blade Template Improvement
    • Upgraded user interface handling of torrent history records.
  • Staff Page Amendments
    • Introduced helpdesk section for better user support.
  • Top Navigation Improvements
    • Added unsolved reports counter for better issue tracking.
  • RSS Feed Template Refactoring
    • Enhanced the way how torrent details are displayed for better readability.
  • External Tracker View Update
    • New table columns for better data tracking.
  • Foreach Loop Modification
    • Used unique identifiers for better data accuracy.
  • Data Display Improvement
    • Optimized display of Peer ID data.

- exclude snoozed reports.
@HDVinnie HDVinnie merged commit 3514c68 into master Oct 11, 2024
10 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.

4 participants