Commit Graph

23 Commits

Author SHA1 Message Date
f8fbd3ac8c Migrate Feed updating and build xml to new model 2024-12-15 16:56:59 -06:00
e50bd93958 Refactor Feed model to create new feed for series 2024-12-15 11:44:07 -06:00
e58d7db03b Merge pull request #3417 from nichwall/series_cleanup_2
Add: series migration to be unique
2024-10-12 15:48:04 -05:00
e6db1495ab retire unicode handling workaround for Author and Series title 2024-10-08 19:52:26 +00:00
bedba39af9 Merge branch 'master' into series_cleanup_2 2024-09-14 10:11:16 -05:00
2711b989e1 Add: series migration to be unique 2024-09-13 16:55:48 -07:00
0af29a378a use asciiOnlyToLowerCase to match lower function behaviour of SQLite 2024-09-13 17:09:32 +00:00
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
9f60017cfe Update:Remove oldSeries model 2024-09-01 15:26:43 -05:00
db86bfd63d Fix:New authors not setting lastFirst column, updates for new Series model 2024-09-01 15:08:56 -05:00
3fd290c518 Remove unused functions, jsdoc updates, auto-formatting 2024-05-28 17:24:02 -05:00
d18592eaeb Fix:Duplicate series and authors being added on matches and scans #2106 2023-09-17 15:29:39 -05:00
ab97a9d613 Fix:Crash when updating book author or series that includes an apostrophe #2070 2023-09-12 10:41:39 -05:00
7cc35a2cbe Remove indexes for columns that didnt exist in 2.3.3 2023-09-05 15:07:41 -05:00
9123dcb365 Remove series search api endpoint, update authors and series to load from db 2023-09-03 10:49:02 -05:00
4e4a976050 Update get library series api endpoint to load from db 2023-08-18 17:08:34 -05:00
9d7d4c6902 Update filterData for authors/series when added/removed 2023-08-18 14:40:36 -05:00
a98942a361 Add jsdoc types to remaining models 2023-08-16 16:38:48 -05:00
4dbe8d29d9 Update db migration for duration, size, lastFirst, and ignore prefix columns 2023-07-28 18:03:31 -05:00
f73a0cce72 Update Dockerfile for sqlite3, update models for cascade delete, fix backup schedule 2023-07-09 11:39:15 -05:00
0a179e4eed Update author and series to include libraryId 2023-07-08 10:07:57 -05:00
0ac63b2678 Update Series and Author model to be library specific 2023-07-08 09:57:32 -05:00
cf7fd315b6 Init sqlite take 2 2023-07-04 18:14:44 -05:00