Kavita/API/Controllers
Joe Milazzo 1a729adf40
OPDS Enhancements (#1687)
* Bump express from 4.17.2 to 4.18.2 in /UI/Web

Bumps [express](https://github.com/expressjs/express) from 4.17.2 to 4.18.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.2...4.18.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump decode-uri-component from 0.2.0 to 0.2.2 in /UI/Web

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump qs and express in /UI/Web

Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `qs` from 6.5.3 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.5.3...v6.11.0)

Updates `express` from 4.17.2 to 4.18.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.2...4.18.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Added genre and authors to Series level, added summary to volume and chapter level.

Force order on reading list title as Chunky enforces their own sort order and doesn't respect the spec.

* Moved all the reading list formatting logic to the backend. This allows us to re-use the UI logic for OPDS streams.

* Fixed a broken unit test

* Code smells

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-10 09:07:55 -08:00
..
AccountController.cs Library Settings Modal + New Library Settings (#1660) 2022-11-18 09:38:32 -06:00
AdminController.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
BaseApiController.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
BookController.cs Reader Bugs + New Features (#1536) 2022-09-16 06:06:33 -07:00
CollectionController.cs UX Alignment and bugfixes (#1663) 2022-11-20 12:32:21 -08:00
DeviceController.cs Auth Email Rework (#1567) 2022-10-01 08:23:35 -05:00
DownloadController.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
FallbackController.cs Send To Device Support (#1557) 2022-09-23 15:41:29 -07:00
HealthController.cs Misc Polish and Fixes (#1542) 2022-09-18 10:24:30 -07:00
ImageController.cs Basic Stats (#1673) 2022-12-07 06:01:49 -08:00
LibraryController.cs UX Alignment and bugfixes (#1663) 2022-11-20 12:32:21 -08:00
MetadataController.cs Basic Stats (#1673) 2022-12-07 06:01:49 -08:00
OPDSController.cs OPDS Enhancements (#1687) 2022-12-10 09:07:55 -08:00
PluginController.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
ReaderController.cs Hooked up the API layer to be able to extract images from PDF again for Tachiyomi explicitly (#1686) 2022-12-10 06:00:36 -08:00
ReadingListController.cs UX Alignment and bugfixes (#1663) 2022-11-20 12:32:21 -08:00
RecommendedController.cs Release Shakeout Day 1 (#1591) 2022-10-18 16:53:17 -07:00
SearchController.cs Library Settings Modal + New Library Settings (#1660) 2022-11-18 09:38:32 -06:00
SeriesController.cs Basic Stats (#1673) 2022-12-07 06:01:49 -08:00
ServerController.cs Basic Stats (#1673) 2022-12-07 06:01:49 -08:00
SettingsController.cs WebP Covers + Series Detail Enhancements (#1652) 2022-11-14 06:43:19 -08:00
StatsController.cs Basic Stats (#1673) 2022-12-07 06:01:49 -08:00
TachiyomiController.cs Tachiyomi unit tests and fixes (#1549) 2022-09-20 09:46:46 -07:00
ThemeController.cs Misc Bugfixes (#1582) 2022-10-10 17:23:37 -07:00
UploadController.cs UX Alignment and bugfixes (#1663) 2022-11-20 12:32:21 -08:00
UsersController.cs Basic Stats (#1673) 2022-12-07 06:01:49 -08:00
WantToReadController.cs Fixed Series Relations Schema (#1654) 2022-11-15 06:45:02 -08:00