Quentin King
40606eb1af
feat: add audibleSeriesAsin field to Series model
...
- Add audibleSeriesAsin column to Series table via migration v2.33.0
- Update Series model to include the new field
- Add API endpoint for updating series ASIN (PATCH /api/series/:id)
- Add unit tests for Series model
2026-01-03 10:33:56 -06:00
advplyr
d5ce7b4939
Migrate to new library item in scanner
2025-01-05 12:05:01 -06:00
advplyr
f8fbd3ac8c
Migrate Feed updating and build xml to new model
2024-12-15 16:56:59 -06:00
advplyr
e50bd93958
Refactor Feed model to create new feed for series
2024-12-15 11:44:07 -06:00
advplyr
e58d7db03b
Merge pull request #3417 from nichwall/series_cleanup_2
...
Add: series migration to be unique
2024-10-12 15:48:04 -05:00
Oleg Ivasenko
e6db1495ab
retire unicode handling workaround for Author and Series title
2024-10-08 19:52:26 +00:00
advplyr
bedba39af9
Merge branch 'master' into series_cleanup_2
2024-09-14 10:11:16 -05:00
Nicholas Wallace
2711b989e1
Add: series migration to be unique
2024-09-13 16:55:48 -07:00
Oleg Ivasenko
0af29a378a
use asciiOnlyToLowerCase to match lower function behaviour of SQLite
2024-09-13 17:09:32 +00:00
Oleg Ivasenko
def34a860b
when checking if series/author is alread in DB, use case insensitive match only for ASCII names
2024-09-13 16:23:25 +00:00
advplyr
9f60017cfe
Update:Remove oldSeries model
2024-09-01 15:26:43 -05:00
advplyr
db86bfd63d
Fix:New authors not setting lastFirst column, updates for new Series model
2024-09-01 15:08:56 -05:00
advplyr
3fd290c518
Remove unused functions, jsdoc updates, auto-formatting
2024-05-28 17:24:02 -05:00
advplyr
d18592eaeb
Fix:Duplicate series and authors being added on matches and scans #2106
2023-09-17 15:29:39 -05:00
advplyr
ab97a9d613
Fix:Crash when updating book author or series that includes an apostrophe #2070
2023-09-12 10:41:39 -05:00
advplyr
7cc35a2cbe
Remove indexes for columns that didnt exist in 2.3.3
2023-09-05 15:07:41 -05:00
advplyr
9123dcb365
Remove series search api endpoint, update authors and series to load from db
2023-09-03 10:49:02 -05:00
advplyr
4e4a976050
Update get library series api endpoint to load from db
2023-08-18 17:08:34 -05:00
advplyr
9d7d4c6902
Update filterData for authors/series when added/removed
2023-08-18 14:40:36 -05:00
advplyr
a98942a361
Add jsdoc types to remaining models
2023-08-16 16:38:48 -05:00
advplyr
4dbe8d29d9
Update db migration for duration, size, lastFirst, and ignore prefix columns
2023-07-28 18:03:31 -05:00
advplyr
f73a0cce72
Update Dockerfile for sqlite3, update models for cascade delete, fix backup schedule
2023-07-09 11:39:15 -05:00
advplyr
0a179e4eed
Update author and series to include libraryId
2023-07-08 10:07:57 -05:00
advplyr
0ac63b2678
Update Series and Author model to be library specific
2023-07-08 09:57:32 -05:00
advplyr
cf7fd315b6
Init sqlite take 2
2023-07-04 18:14:44 -05:00