Commit graph

2988 commits

Author SHA1 Message Date
Amelia
64ca497bb6 Get naming correctly in unit tests, add some notes
Adjust numbers in unit tests to make sure they're values that can be passed to IsSeriesCompleted (TotalCount = External count unless comicinfo has more)
2025-06-25 15:58:38 +02:00
Amelia
7c910ce090
Ensure we set the correct MaxCount & TotalCount when matching on modifiedMinVolumeCount 2025-06-25 08:55:38 +02:00
Joseph Milazzo
b5e1e7eddd It aint pretty, but it works. 2025-06-24 17:12:27 -05:00
Joseph Milazzo
a984859770 Small fix 2025-06-24 16:03:08 -05:00
Amelia
f26b68351c
Simply code, moving to my PC 2025-06-24 15:49:40 +02:00
Joseph Milazzo
ff1cc72c48 Switched to use a count query instead of serializing all libraries. 2025-06-24 07:07:37 -05:00
Joseph Milazzo
7c4127f87a Converted genre repo tests to use non-static fields 2025-06-24 07:07:18 -05:00
Joseph Milazzo
6364b0d010 Refactored to not use static variables. 2025-06-24 06:41:37 -05:00
Amelia
c1471db264 Include some unit tests for the new K+ Completed check 2025-06-23 22:30:24 +02:00
Amelia
b40b25a4e7 Remove unused code, always restrict against age rating
Make comments more clear
2025-06-23 15:01:34 +02:00
Joseph Milazzo
51e1201ff3 Don't use static variables to allow tests to pass 2025-06-22 17:18:29 -05:00
Amelia
2da22ae40b Less DB trips 2025-06-22 21:24:38 +02:00
Amelia
8bc792e64a Get Person Count working correctly
Fix up some unit tests
2025-06-22 21:24:38 +02:00
Amelia
578c8b1e56
Schedule Scrobble sync at a random hour 2025-06-21 20:55:43 +02:00
Amelia
5e47a011f1
Fix mobile view scrobble history 2025-06-21 11:44:23 +02:00
Amelia
830594b193
Merge branch 'develop' into bugfix/cleanup 2025-06-21 11:40:31 +02:00
Amelia
2b106b68c7 Genre & Person Unit Tests 2025-06-21 00:19:32 +02:00
Amelia
2c00f1f124 Merge branch 'develop' into bugfix/cleanup 2025-06-20 21:11:30 +02:00
GitHub Action
fa8d778c8d Update OpenAPI documentation 2025-06-20 19:11:24 +00:00
majora2007
225572732f Bump versions by dotnet-bump-version. 2025-06-20 19:10:12 +00:00
Joe Milazzo
14a8f5c1e5
Scrobbling Stability (#3863)
Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com>
2025-06-20 12:09:29 -07:00
GitHub Action
45e24aa311 Update OpenAPI documentation 2025-06-20 17:47:47 +00:00
majora2007
55f94602d4 Bump versions by dotnet-bump-version. 2025-06-20 17:46:42 +00:00
Tyler Kenney
3107ca73e4
Koreader Progress Sync (#3823)
Co-authored-by: Joseph Milazzo <josephmajora@gmail.com>
2025-06-20 10:45:56 -07:00
Amelia
10d16a754f Missed a file 2025-06-20 19:14:23 +02:00
Amelia
7147fbf959 Unit tests for ChapterTags 2025-06-20 19:11:59 +02:00
Amelia
b03b5bfdfc Restrict Person by library & Age rating 2025-06-20 17:28:47 +02:00
Amelia
d261eaa98f Restrict Genres and Tags to the users library Fixes #3859 2025-06-20 16:05:45 +02:00
Amelia
5c8b124b70 Fix empty filters after clicking on know for, don't filter on roles for known for Fixes #3858 2025-06-20 14:36:41 +02:00
Amelia
145d74cd6f Don't auto fill destination values
Instead, filter out empty destination values when updating. It ends up just filling in the first letter of the source, which is just awkward to work with
2025-06-20 10:48:21 +02:00
Amelia
1b54b004db Loosen requirements for Publication status fixes #3794
- Don't use volume count for MaxCount if there are no volumes
- Try using specials to reach external volume count
- Try matching chapters loosly (>=) when matching external chapter count
- Try using specials (prologue's, extra's) when matching external chapter count
2025-06-19 16:56:24 +02:00
Amelia
f54e2f3c2a Lock publication status after setting it with K+ fixes #3827 2025-06-19 11:47:19 +02:00
Amelia
11d058308f Fix exception while setting Chapter Ratings when no reviews are found fixes #3843 2025-06-19 11:45:28 +02:00
Amelia
46d5bf2a83 Construct mobile menu and nav items dropdown from the same list #3856 2025-06-19 11:33:56 +02:00
Weblate (bot)
b6d004614a
[skip ci] Weblate Changes (#3804)
Co-authored-by: Adam Havránek <adamhavra@seznam.cz>
Co-authored-by: Adam Kleizer <adamkleizer@gmail.com>
Co-authored-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com>
Co-authored-by: Bora Atıcı <boratici.acc@gmail.com>
Co-authored-by: DR <weblate-kavita.snowflake668@slmail.me>
Co-authored-by: Dark77 <Dark77@pobox.sk>
Co-authored-by: Frozehunter <frozehunter@me.com>
Co-authored-by: Havokdan <havokdan@yahoo.com.br>
Co-authored-by: Itsmechinmoy <itsmechinmoy@users.noreply.hosted.weblate.org>
Co-authored-by: Yoan Jacquemin <yoanjacquemin@gmail.com>
Co-authored-by: lin49931104 <a82122794@gmail.com>
Co-authored-by: peter cerny <posli.to.semka@gmail.com>
Co-authored-by: Михаил <mikhael.petrov@gmail.com>
Co-authored-by: 無情天 <kofzhanganguo@126.com>
2025-06-16 04:36:01 -07:00
GitHub Action
10280c5487 Update OpenAPI documentation 2025-06-14 17:15:51 +00:00
majora2007
59e461fc96 Bump versions by dotnet-bump-version. 2025-06-14 17:14:50 +00:00
Joe Milazzo
c52ed1f65d
Browse by Genre/Tag/Person with new metadata system for People (#3835)
Co-authored-by: Stepan Goremykin <s.goremykin@proton.me>
Co-authored-by: goremykin <goremukin@gmail.com>
Co-authored-by: Christopher <39032787+MrRobotjs@users.noreply.github.com>
Co-authored-by: Fesaa <77553571+Fesaa@users.noreply.github.com>
2025-06-14 10:14:04 -07:00
majora2007
00c4712fc3 Bump versions by dotnet-bump-version. 2025-06-09 15:55:59 +00:00
Fesaa
5e54306fd0
Fix Import section not showing up in settings (#3849) 2025-06-09 10:55:18 -05:00
GitHub Action
fc4ba4509f Update OpenAPI documentation 2025-06-08 14:18:34 +00:00
majora2007
3d68c30cac Bump versions by dotnet-bump-version. 2025-06-08 14:17:28 +00:00
Fesaa
1856b01a46
Reading Profiles (#3845)
Co-authored-by: Joseph Milazzo <joseph.v.milazzo@gmail.com>
2025-06-08 07:16:44 -07:00
GitHub Action
ea28d64302 Update OpenAPI documentation 2025-06-04 07:46:56 +00:00
majora2007
7d6c541be5 Bump versions by dotnet-bump-version. 2025-06-04 07:45:50 +00:00
Fesaa
193e9b1da9
A collection of bug fixes (#3820)
Co-authored-by: Joseph Milazzo <joseph.v.milazzo@gmail.com>
2025-06-04 00:45:10 -07:00
GitHub Action
6288d89651 Update OpenAPI documentation 2025-05-14 16:14:05 +00:00
majora2007
a751da4ca6 Bump versions by dotnet-bump-version. 2025-05-14 16:12:57 +00:00
Fesaa
4396a07e7b
Merge pull request #3807 from Kareadita/bugfix/chapter-cover
Small Kavita+ cover fix
2025-05-14 18:12:11 +02:00
Amelia
d9ac52aa0f
Fix first chapter in a series not having a cover when K+ replaces series cover 2025-05-14 16:43:52 +02:00