Kavita/API/DTOs
Joseph Milazzo 6069d93c38
OPDS Support (#526)
* Added some basic OPDS implementation

* Fixed an issue with feed href

* More changes

* Added library routes and moved user code to a method so we can hack in fixed code without authentication

* Images now load on the OPDS reusing our existing Image infrastructure.

* Added the ability to download and moved some download code to a dedicated service

* Download is working, pagination is implemented.

* Refactored libraries to use pagination

* Laid foundation for OpenSearch implementation

* Fixed up some serialization issues and some old code that wasn't referencing helper methods

* Ensure chapters are sorted when we send them over OPDS

* OpenSearch implemented

* Removed any support for OPDS-PS due to lack of apps supporting it.

* Don't distribute development.json nor stats directory on build.

* Implemented In Progress feed as well.

* Ability to enable OPDS for server. OPDS now accepts initial call as POST in case app uses username/password.

* UI now properly renders state for OPDS enablement. Added Collections routes.

* Fixed pagination startIndex on OPDS feeds when there is less than 1 page.

* Chunky Reader now works. It only accepts UTF-8 encodings

* More Chunky fixes

* More chunky changes, such a fussy client.

* Implemented the ability to have a custom api key assigned to a user and use that api key as your authentication token against OPDS routing.

* Implemented the ability to reset your API Key

* Fixed favicon not being sent back correctly

* Fixed an issue where images wouldn't send on OPDS feed.

* Implemented Page streaming and fixed a pagination bug

* Hooked in the ability to save progress in Kavita when Page Streaming
2021-08-27 10:19:25 -07:00
..
Downloads Bookmarking Pages within the Reader (#469) 2021-08-10 18:18:07 -05:00
Filtering OPDS Support (#526) 2021-08-27 10:19:25 -07:00
OPDS OPDS Support (#526) 2021-08-27 10:19:25 -07:00
Reader Manga Redesign (#321) 2021-06-24 19:31:42 -05:00
Stats Extra Stat collection (#407) 2021-07-20 11:32:37 -05:00
Update Update Notification Refactor (#511) 2021-08-19 18:49:53 -05:00
Uploads Custom Cover Images (#499) 2021-08-15 10:36:47 -07:00
BookChapterItem.cs EPUB Support (#178) 2021-04-28 16:16:22 -05:00
BookmarkDto.cs Bookmarking Pages within the Reader (#469) 2021-08-10 18:18:07 -05:00
ChapterDto.cs Custom Cover Images (#499) 2021-08-15 10:36:47 -07:00
CollectionTagDto.cs Custom Cover Images (#499) 2021-08-15 10:36:47 -07:00
CreateLibraryDto.cs Cleanup of lazy loading code. Made some DTOs use init rather than set to keep it clean. 2021-03-12 13:20:08 -06:00
ImageDto.cs Cleanup of lazy loading code. Made some DTOs use init rather than set to keep it clean. 2021-03-12 13:20:08 -06:00
InProgressChapterDto.cs ContinueReading has been pulled from UI. The query doesn't work and no longer sure I need. 2021-03-20 12:44:18 -05:00
LibraryDto.cs Cleanup of lazy loading code. Made some DTOs use init rather than set to keep it clean. 2021-03-12 13:20:08 -06:00
LoginDto.cs Cleanup of lazy loading code. Made some DTOs use init rather than set to keep it clean. 2021-03-12 13:20:08 -06:00
MangaFileDto.cs A lot of random changes to try and speed up SharpCompress. 2021-03-23 12:22:50 -05:00
MarkReadDto.cs Cleanup of lazy loading code. Made some DTOs use init rather than set to keep it clean. 2021-03-12 13:20:08 -06:00
MarkVolumeReadDto.cs Enable response compression (br and gzip) for images and static assets. After we scan a library, kick of a cleanup of cache to ensure if archives were changed, the cache is cleared too. 2021-03-12 10:37:42 -06:00
MemberDto.cs Cleanup of lazy loading code. Made some DTOs use init rather than set to keep it clean. 2021-03-12 13:20:08 -06:00
PersonDto.cs Collection Support (#234) 2021-05-30 17:24:23 -05:00
ProgressDto.cs Bookmarking Pages within the Reader (#469) 2021-08-10 18:18:07 -05:00
RefreshSeriesDto.cs Feature/feedback (#185) 2021-04-30 17:23:31 -05:00
RegisterDto.cs fix: wrong password length validation when registering a new user or resetting password (#247) 2021-06-03 07:16:32 -05:00
RemoveBookmarkForSeriesDto.cs Feature/bookmark feedback (#508) 2021-08-18 17:16:05 -07:00
ResetPasswordDto.cs fix: wrong password length validation when registering a new user or resetting password (#247) 2021-06-03 07:16:32 -05:00
SearchResultDto.cs Feature/performance pdf (#426) 2021-07-24 16:17:13 -05:00
SeriesByIdsDto.cs Bugfix/release cleanup (#512) 2021-08-21 10:03:47 -07:00
SeriesDto.cs Custom Cover Images (#499) 2021-08-15 10:36:47 -07:00
SeriesFilterDto.cs Bugfixes/misc (#196) 2021-05-02 19:46:34 -05:00
SeriesMetadataDto.cs Collection Support (#234) 2021-05-30 17:24:23 -05:00
ServerSettingDTO.cs OPDS Support (#526) 2021-08-27 10:19:25 -07:00
UpdateLibraryDto.cs Implemented the ability to update a library including folders. 2021-01-04 13:06:01 -06:00
UpdateLibraryForUserDto.cs Implemented the ability to update a library including folders. 2021-01-04 13:06:01 -06:00
UpdateRBSDto.cs Download Support (#298) 2021-06-10 07:47:35 -05:00
UpdateSeriesDto.cs Custom Cover Images (#499) 2021-08-15 10:36:47 -07:00
UpdateSeriesForTagDto.cs Collection Support (#234) 2021-05-30 17:24:23 -05:00
UpdateSeriesMetadataDto.cs Manga Redesign (#321) 2021-06-24 19:31:42 -05:00
UpdateSeriesRatingDto.cs Implemented ability to leave a rating (up to 5 stars) and a text review (not UI supported until v0.2). 2021-01-19 17:06:26 -06:00
UserDto.cs OPDS Support (#526) 2021-08-27 10:19:25 -07:00
UserPreferencesDto.cs Manga Redesign (#321) 2021-06-24 19:31:42 -05:00
VolumeDto.cs Cleanup of lazy loading code. Made some DTOs use init rather than set to keep it clean. 2021-03-12 13:20:08 -06:00