Kavita/API/Controllers
Joseph Milazzo b571633eab
Webtoon fixes + Random release stuff (#1048)
* Refactored the way cover images are updated from SignalR to use an explicit event that is sent at a granular level for a given type of entity.

Fixed a bad event listener for RefreshMetadata (now removed) to update metadata on Series Detail. Now uses ScanService, which indicates a series has completed a scan.

* Lots of attempts at making webtoon stable. Kinda working kinda not.

* Added a new boolean to hide images until the first prefetch loads the images, to prevent jankiness

* On Search, remove : from query

* Added HasBookmark and NumberOfLibraries to stat service

* Cleaned up some dead code

* Fixed a bug where page number wasn't reset between chapter loads with infinite scroller

* Added recently added series back into the dashboard.

* Cleaned up some code in search bar
2022-02-08 07:30:54 -08:00
..
AccountController.cs Added in InstallId so that Kavita owned Email service can validate if requests are valid or not. (#1036) 2022-02-05 16:17:51 -08:00
AdminController.cs Ability to update settings. Take effect on next reboot. 2021-02-04 16:49:48 -06:00
BaseApiController.cs Cleaned up some warnings in the codebase. 2020-12-13 16:26:31 -06:00
BookController.cs Took care of SonarCloud code issues (#1041) 2022-02-07 05:30:28 -08:00
CollectionController.cs Refactored the way cover images are updated from SignalR to use an explicit event that is sent at a granular level for a given type of entity. (#1046) 2022-02-07 17:44:06 -08:00
DownloadController.cs Fixes (#1037) 2022-02-05 17:06:28 -08:00
FallbackController.cs .NET 6 Coding Patterns + Unit Tests (#823) 2021-12-05 08:58:53 -08:00
ImageController.cs Bookmark Refactor (#893) 2022-01-05 09:56:49 -08:00
LibraryController.cs Webtoon fixes + Random release stuff (#1048) 2022-02-08 07:30:54 -08:00
MetadataController.cs Misc Bugfixes (#1015) 2022-01-31 08:50:13 -08:00
OPDSController.cs Took care of SonarCloud code issues (#1041) 2022-02-07 05:30:28 -08:00
PluginController.cs Fixes filter application (#992) 2022-01-26 15:54:35 -08:00
ReaderController.cs Added support for Tachiyomi volume progress tracking (#1044) 2022-02-07 09:36:10 -08:00
ReadingListController.cs Reading List Change (#972) 2022-01-20 08:54:08 -08:00
SeriesController.cs Recently Added Chapter Feedback (#1020) 2022-02-02 07:18:09 -08:00
ServerController.cs Misc Fixes (#1031) 2022-02-04 11:28:58 -08:00
SettingsController.cs Private Email Service Support (#1028) 2022-02-04 09:54:54 -08:00
UploadController.cs .NET 6 Coding Patterns + Unit Tests (#823) 2021-12-05 08:58:53 -08:00
UsersController.cs Remove No Authentication mode from Kavita (#1006) 2022-01-31 05:42:06 -08:00