Kavita/API/Controllers
Joseph Milazzo 89b68bc301
Download Refactor (#483)
# Added
- New: Cards when processing a download shows a spinner for the progress of the download

# Changed
- Changed: Downloads now always take the backend filename and are streamed in a more optimal manner, reducing the javascript processing that was needed previously.
==================================

* Started refactor of downloader to be more UX friendly and much faster.

* Completed refactor of Volume download to use a new mechanism. Downloads are streamed over and filename used exclusively from header. Backend has additional DB calls to get the Series Name information to make filenames nice.

* download service has been updated so all download functions use new event based observable. Duplicates code for downloading, but much cleaner and faster.

* Small code cleanup
2021-08-11 16:01:44 -05:00
..
AccountController.cs Transaction Support (#309) 2021-06-18 07:37:48 -05: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 Performance/cache epub (#438) 2021-07-25 19:43:37 -05:00
CollectionController.cs Manga Redesign (#321) 2021-06-24 19:31:42 -05:00
DownloadController.cs Download Refactor (#483) 2021-08-11 16:01:44 -05:00
FallbackController.cs Performance, Scan Loop, Specials, and cleanup (#150) 2021-04-05 08:37:45 -05:00
ImageController.cs Collection Support (#234) 2021-05-30 17:24:23 -05:00
LibraryController.cs Bookmarking Pages within the Reader (#469) 2021-08-10 18:18:07 -05:00
ReaderController.cs Bookmarking Pages within the Reader (#469) 2021-08-10 18:18:07 -05:00
SeriesController.cs Update Notifier (#464) 2021-08-09 08:52:24 -05:00
ServerController.cs Update Notifier (#464) 2021-08-09 08:52:24 -05:00
SettingsController.cs Misc Polishing (#413) 2021-07-20 21:39:44 -05:00
StatsController.cs Update Notifier (#464) 2021-08-09 08:52:24 -05:00
UsersController.cs Manga Redesign (#321) 2021-06-24 19:31:42 -05:00