Kavita/API/Controllers
Joseph Milazzo 5812588fe5
misc stuff to avoid scan loop (#1389)
* Implemented a workaround for nginx users with BlockCommonExploits enabled, which would interfere with book image escaping done by Kavita when images had ../ in their path.

* Added back to top support on all pages but those that untilize virtual scrolling without a parent scroll.

* Hide jumpbar on pages where there is no scroll

* Refactored jumbar code into a dedicated service

* Stash some jumpkey resume code as I can't get it working with the virtual scroller.

* Don't allow non-admins to see File locations on card detail drawer.

* Some cleanup on GetServerInfo

* When an error occurs in register, delete the user on exception.

* Fixed a NPE in Stat collection for brand new users

* When we catch an exception on registering a new user, delete the user as rolling back doesn't do anything.

* Don't close typeahead when we are selecting options from it

* Added shortcut key H to open shortcut modal on manga reader

* When processing progress updates on cards, for volumes, properly find the chapter to update pages read.

* Hide cover image on reading list if it's not set and fixed a missing closing div tag

* Hide collection poster when nothing is set on collection detail

* Small fix around updating state

* Sped up the bookmark image call by removing one DB call

* Fixed broken test from change in bookmark code

* Fixed an oversight where if there is no tag in ComicInfo after a chapter was updated with People or Genres, then the People/Genres would never be removed.

* Added test with TagHelper

* Fixed a bug where 2 clear buttons would show on search bar due to browser injecting their own. Search bar wont show clear button until text is typed.

* Fixed a bug where InstallID wasn't being selected correctly in converter
2022-07-27 08:16:45 -07:00
..
AccountController.cs misc stuff to avoid scan loop (#1389) 2022-07-27 08:16:45 -07:00
AdminController.cs Swagger, Tachiyomi, and some new settings (#1331) 2022-06-25 15:52:21 -07:00
BaseApiController.cs Cleaned up some warnings in the codebase. 2020-12-13 16:26:31 -06:00
BookController.cs Misc Bugfixes (#1378) 2022-07-17 07:19:36 -07:00
CollectionController.cs Fixes, Tweaks, and Series Filtering (#1217) 2022-04-14 14:55:06 -07:00
DownloadController.cs Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
FallbackController.cs v0.5.0 Release (#960) 2022-01-18 15:31:34 -08:00
ImageController.cs Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
LibraryController.cs Swagger, Tachiyomi, and some new settings (#1331) 2022-06-25 15:52:21 -07:00
MetadataController.cs Infinite Scroll + List View + Cover Upload Redesign (#1319) 2022-06-13 14:37:49 -07:00
OPDSController.cs Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
PluginController.cs Fixes filter application (#992) 2022-01-26 15:54:35 -08:00
ReaderController.cs misc stuff to avoid scan loop (#1389) 2022-07-27 08:16:45 -07:00
ReadingListController.cs Change Detection: On Push aka UI Smoothness (#1369) 2022-07-11 08:57:07 -07:00
RecommendedController.cs Infinite Scroll + List View + Cover Upload Redesign (#1319) 2022-06-13 14:37:49 -07:00
SeriesController.cs Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
ServerController.cs Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
SettingsController.cs All Around Polish (#1328) 2022-06-22 10:25:52 -07:00
TachiyomiController.cs Swagger, Tachiyomi, and some new settings (#1331) 2022-06-25 15:52:21 -07:00
ThemeController.cs Book Reader Redesign with e-ink focus (#1246) 2022-05-08 17:52:15 -07:00
UploadController.cs Release Shakeout (#1266) 2022-05-20 17:50:17 -05:00
UsersController.cs Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00