audiobookshelf/server
fannta1990 41e8906312 Add review and rating features with sorting and filtering options
- Implemented a new ReviewController to handle review creation, updates, and retrieval for library items.
- Added pagination, sorting, and filtering capabilities for reviews in the API.
- Updated frontend components to support review display, including a new ReviewsTable and enhanced ratings UI.
- Introduced new strings for user interface elements related to reviews and ratings.
- Added tests for the ReviewController and Review model to ensure functionality and validation.
- Enabled the option to toggle the review feature in server settings.
2026-02-09 21:08:18 +08:00
..
auth Chnage Auth Expiry 2025-10-19 09:22:12 +02:00
controllers Add review and rating features with sorting and filtering options 2026-02-09 21:08:18 +08:00
finders Fix Upload Lookup 2025-11-29 11:02:42 +01:00
libs Add fuse.basic.min.js in libs instead of full npm package, use lower threshold for quick matching 2025-06-13 17:23:24 -05:00
managers BackupManager: Remove backup fallback logic 2025-12-01 18:54:43 +02:00
migrations Created Rating and Review Feature as well as added a Top Rated books list to the Stats page 2026-02-09 10:04:11 +01:00
models Add review and rating features with sorting and filtering options 2026-02-09 21:08:18 +08:00
objects Add review and rating features with sorting and filtering options 2026-02-09 21:08:18 +08:00
providers Fix server crash on audible match #4931 2025-12-23 16:44:29 -06:00
routers Add review and rating features with sorting and filtering options 2026-02-09 21:08:18 +08:00
scanner Auto-formatting 2025-12-21 14:45:04 -06:00
utils Fix server crash filtering by decade with collapsed series 2025-12-24 17:07:05 -06:00
Auth.js Add additional debug logs for OIDC login 2025-08-15 17:23:20 -05:00
Database.js Created Rating and Review Feature as well as added a Top Rated books list to the Stats page 2026-02-09 10:04:11 +01:00
Logger.js Simplify log level determination 2025-03-08 12:46:36 -07:00
Server.js Add review and rating features with sorting and filtering options 2026-02-09 21:08:18 +08:00
SocketAuthority.js Replace cover search with streaming version 2025-10-02 13:30:03 +03:00
Watcher.js Add: generic function to ignor files 2025-02-22 12:28:51 -07:00