Commit Graph

1246 Commits

Author SHA1 Message Date
Muppetteer
cc38079c40 Enable java remote debug on dev docker stack (#1808)
* Enable java remote debug on dev stack

* Enable java remote debug on dev stack

* Update docs with info on docker development stack

* Update dev docs
2025-12-10 12:49:58 -07:00
Balázs Szücs
9ba06eae7b fix(book-card): add menu toggle events and update styles for open state (#1813)
Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
2025-12-10 12:49:01 -07:00
Balázs Szücs
ac38c5d5f6 fix(metadata): Fix genre/category disappearing bug in metadata updates (#1807)
Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
2025-12-10 00:24:09 -07:00
Balázs Szücs
28c0fc311d refactor(api): minor QOL updates, code modernization (#1802)
* refactor(api): minor QOL updates, code modernization

Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>

* refactor(oidc): replace regex literals with compiled patterns for improved performance

Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>

* refactor(shelf): remove redundant icon type initialization method

Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>

---------

Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
2025-12-10 00:23:41 -07:00
Muppetteer
ff67bed2c4 Fix: locking fields discards unsaved changes (#1799)
* Fixes data loss on lock fields

* Test combined metadata update and lock field
2025-12-10 00:23:16 -07:00
Jürgen Fleiß
962e232495 delete broken (legacy?) github discussions link in contributing.md (#1805) 2025-12-09 14:08:29 -07:00
Aditya Chandel
e2062b5dc6 Allow uploading multiple SVG icons and render them directly as inline SVGs instead of using <img> tags (#1796) 2025-12-09 13:38:39 -07:00
Balázs Szücs
c945c95e17 fix(book-card): indicate collapse series number on the library tooltip (#1800)
Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
2025-12-09 13:25:26 -07:00
Balázs Szücs
bf64abf318 docs: update license information from MIT to GPL-3.0 in CONTRIBUTING.md (#1803)
* docs: update license information from MIT to GPL-3.0 in CONTRIBUTING.md

Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>

* docs: correct formatting of GPL-3.0 license statement in CONTRIBUTING.md

Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>

---------

Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
2025-12-09 13:20:37 -07:00
Muppetteer
ca1e7ee6e3 Improve metadata edit UI (#1792) 2025-12-08 13:10:51 -07:00
Aditya Chandel
42d2e83599 Add loader for long running operations (#1790) 2025-12-07 20:23:47 -07:00
shiggsy365
b00bc5f908 Add authors hierarchy and series metadata to OPDS feed (#1777)
This commit enhances the OPDS server with two major features:

1. Series Metadata in OPDS Feed:
   - Add series name and book number to OPDS book entries
   - Uses standard OPDS/EPUB 3 metadata format with <meta> tags
   - Includes belongs-to-collection and group-position properties

2. Authors Navigation Hierarchy:
   - Add new /authors endpoint for browsing books by author
   - Implement authors list navigation feed with alphabetical sorting
   - Add author filtering to catalog feed via ?author parameter
   - Support library-based access control for author lists
   - Add authors link to root OPDS navigation

Changes:
- OpdsFeedService: Add series metadata to appendMetadata(), add generateAuthorsNavigation()
- OpdsController: Add getAuthorsNavigation() endpoint
- OpdsBookService: Add getDistinctAuthors() and getBooksByAuthorName() methods
- BookOpdsRepository: Add queries for distinct authors and books by author name
- Updated generateCatalogFeed() to support author parameter
- Updated determineFeedTitle() and determineFeedId() to handle author context

Co-authored-by: Claude <noreply@anthropic.com>
2025-12-07 19:17:57 -07:00
Balázs Szücs
afe9c59380 fix(path): remove trailing dots from path components for Windows compatibility (#1786)
Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
2025-12-07 15:17:27 -07:00
Balázs Szücs
5e5bb41585 fix(bookdrop): improve file filtering to ignore .caltrash (calibre generated trash file) (#1785)
Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
2025-12-07 15:16:53 -07:00
Aditya Chandel
ad0a99bcbc Add support for uploading and assigning custom SVG icons to libraries… (#1788)
* Add support for uploading and assigning custom SVG icons to libraries and shelves

* Add few default icons
2025-12-07 15:16:22 -07:00
Aditya Chandel
04b9f88510 Fix: Assign Books to Shelves popup visually broken (#1783) 2025-12-06 20:56:16 -07:00
Andrew Roberts
6eae9b88dc Configureable delimiter for remote auth groups (#1782)
* add groups-delimiter (REMOTE_AUTH_GROUPS_DELIMITER) for parsing groups from a remote auth source

* added doc
2025-12-06 20:20:52 -07:00
Jose Alvarez
21e53e1609 Add missing field for Kobo OverDrive expiration check (#1774) 2025-12-06 20:18:18 -07:00
Balázs Szücs
7b5128a511 fix(epub): fix and improve cover image extraction from EPUB files (specifically support for: EPUB 3 specification) (#1773)
* fix(epub): improve cover image extraction from EPUB files

Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>

* fix(epub): enhance cover image extraction and path resolution

Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>

---------

Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
2025-12-06 20:17:51 -07:00
Balázs Szücs
d336cde261 fix(bookdrop): ignore dot and underscore files during monitoring (#1771)
Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
2025-12-06 20:12:57 -07:00
Ryan Mellmer
05261c84f1 Add OIDC mobile redirect support for mobile apps (#1767)
* Add mobile OIDC authentication endpoint

This adds a new REST endpoint for mobile applications to complete OIDC
authentication. Mobile apps cannot use the web-based OIDC callback because
they need to receive tokens via a custom URL scheme.

New endpoints:
- POST /api/v1/auth/mobile/oidc/callback
  Accepts authorization code, PKCE verifier, and redirect URI.
  Returns Booklore JWT tokens (accessToken, refreshToken).

- GET /api/v1/auth/mobile/oidc/redirect
  Alternative endpoint that redirects to the mobile app's URL scheme
  with tokens as query parameters.

The flow works as follows:
1. Mobile app initiates OIDC auth with PKCE, using its own redirect URI
2. User authenticates with the OIDC provider
3. OIDC provider redirects to Booklore server's oauth2-callback
4. Mobile app calls this new endpoint with the authorization code
5. Booklore exchanges the code for OIDC tokens
6. Booklore validates the tokens and provisions/finds the user
7. Booklore issues its own JWT tokens to the mobile app

This enables iOS/Android apps to use OIDC authentication with Booklore.

* Fix compilation issues in MobileOidcController.java
2025-12-06 09:45:45 -07:00
Muppetteer
51fa54bed3 Improve bookdrop UI (#1768)
* Improve bookdrop UI

* Rename resetAll as it doesn't apply to all now

* Fix display of copied metadata fields
2025-12-06 09:16:42 -07:00
Muppetteer
474e95c4f2 Hide empty filters from sidebar (#1759) 2025-12-05 09:45:10 -07:00
Muppetteer
16fe1b632b Fix script error on clearing multi-select fields (#1756) 2025-12-05 09:44:04 -07:00
Balázs Szücs
147c374d51 hotfix(auth): add missing EC algo for Authentik, manually increase timeout limit (#1747)
* hotfix(auth) enhance OIDC JWT validation error messaging and improve JWK source configuration

Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>

* fix(auth): add RSA algorithm to JWS algorithm set for JWT processing

Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>

---------

Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
2025-12-05 08:41:28 -07:00
Aditya Chandel
66220b80ee Add sort preference option for Magic Shelf names in the left sidebar (#1749) 2025-12-03 21:44:39 -07:00
Muppetteer
a7fe7b555d Feature: filter mode preference (#1739)
* Feature: filter mode preference

* Flter sorting mode preference

* Filter sorting mode preference

---------

Co-authored-by: Aditya Chandel <8075870+adityachandelgit@users.noreply.github.com>
2025-12-03 21:19:52 -07:00
Aditya Chandel
f22f9bd1e0 Add a user-facing option to enable or disable series view (#1748) 2025-12-03 21:17:06 -07:00
aditya.chandel
9b6079a3b5 Merge branch 'develop' of github.com-personal:adityachandelgit/BookLore into develop 2025-12-03 20:12:11 -07:00
aditya.chandel
9281fd9559 Improve the UI of the shelf edit dialog 2025-12-03 20:11:48 -07:00
Balázs Szücs
162779a105 fix(metadata): disable merging of moods and tags during metadata updates (#1743)
Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
2025-12-03 09:01:48 -07:00
Balázs Szücs
ed5c770f99 fix(amazon): improve localization of Amazon Parser (#1706)
* fix(amazon): review date parsing to support Japanese formats

Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>

* refactor: enhance Amazon metadata parser robustness and domain support

- Add missing Amazon domains (AE, SA, CN, SG, TR, EG, BE) to DOMAIN_LOCALE_MAP.
- Implement fallback selectors for Title, Authors, Description, Publisher, Publication Date, and ISBNs to support legacy and variant page layouts.
- Support localized 'Publisher' labels (e.g., Herausgeber, Éditeur, Uitgever) in detail bullets.
- Fix brittle date parsing by searching for dates in detail bullets when RPI attributes are missing.
- Improve author extraction with multiple fallback strategies.

---------

Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
2025-12-03 08:57:58 -07:00
Aditya Chandel
bb31f67d80 More UI tweaks (#1740) 2025-12-02 23:31:48 -07:00
aditya.chandel
0b286619ae Highlight color 2025-12-02 20:58:35 -07:00
aditya.chandel
82e003a080 Remove tooltip 2025-12-02 20:35:51 -07:00
Aditya Chandel
a4b0e22ad8 Visually indicate the active menu item in the left sidebar (#1738) 2025-12-02 20:22:25 -07:00
Muppetteer
76e904436b Add filter mode to querystring (#1728)
* Add filter mode to query string

* Fix state of clear filters button

* Ensures filter divider lines meet container border
2025-12-02 19:40:56 -07:00
Balázs Szücs
cea977062a fix(epub): improve date parsing to support year-only formats and add tests (#1735)
Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
2025-12-02 16:44:19 -07:00
Aditya Chandel
6b0b078044 Align the layout to be consistent throughout all dialogs (#1737) 2025-12-02 16:31:19 -07:00
WorldTeacher
8e8d57af73 opds sort by addedon Desc by default (#1691)
Co-authored-by: WorldTeacher <admin@theprivateserver.de>
2025-12-02 11:20:40 -07:00
Balázs Szücs
ff2654db1b feat(metadata): consider locked, but empty or null metadata valid (#1729)
Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
2025-12-02 10:13:55 -07:00
Sergio Visinoni
d40a650df7 Fix race conditions between Bookdrop and Monitoring Service when importing multiple files (#1709)
* fix(bookdrop): gate library re-registration during single-file moves

- query MonitoringService to see if the library is actively watched before
  unregistering/re-registering it
- lower log noise for these operations and monitoring registration
- expose MonitoringService#isLibraryMonitored via MonitoringRegistrationService
- add FileMoveServiceTest covering monitored vs unmonitored scenarios

This fixes issues when importing multiple files via bookdrop.

Refs: #1608

* fix(bookdrop): avoid unnecessary stacktrace

* Use `deleteIfExists` to avoid trying to delete a missing file

This happens regularly as the file has already been removed by other methods
2025-12-02 10:06:59 -07:00
beedaddy
a179749c93 Re-add "description" to epub metadata extraction (#1727)
A former commit accidentially removed the description field from the metadata extraction.

Fixes #1725
2025-12-02 08:07:09 -07:00
Aditya Chandel
4da832cd19 Fix: Missing close button from dialogue window (#1717) 2025-12-01 20:02:53 -07:00
Aditya Chandel
b5460a5e90 Fix: Date filter doesn't work very well (#1715) 2025-12-01 19:25:17 -07:00
Muppetteer
d4121b241a Fix dev docker environment (#1713) 2025-12-01 17:27:50 -07:00
aditya.chandel
4b206115ce Tweak UI for dashboard settings and book filter 2025-12-01 12:46:51 -07:00
Aditya Chandel
132e3e3f92 Fix build (#1697) 2025-11-30 18:15:03 -07:00
aditya.chandel
0c9409b087 Metadata viewer minor layout tweaks 2025-11-30 17:36:19 -07:00
Aditya Chandel
ff17b74adb Downgrade Java, Spring Boot and Gradle (#1696)
* Revert Spring Boot 4

* Downgrade Java from 25 to 21 and Gradle from 9 to 8
2025-11-30 16:39:56 -07:00