Commit graph

817 commits

Author SHA1 Message Date
majora2007
fccdfa3bfe Bump versions by dotnet-bump-version. 2021-10-02 18:45:05 +00:00
majora2007
34d171f0b4 Bump versions by dotnet-bump-version. 2021-10-02 16:32:54 +00:00
majora2007
83d76982f4 Bump versions by dotnet-bump-version. 2021-10-01 22:10:06 +00:00
majora2007
839e35b15e Bump versions by dotnet-bump-version. 2021-10-01 15:22:53 +00:00
majora2007
1ff1be2eb9 Bump versions by dotnet-bump-version. 2021-10-01 00:45:45 +00:00
therobbiedavis
9b536ce700 Bump versions by dotnet-bump-version. 2021-09-30 14:20:00 +00:00
majora2007
4c536bade6 Bump versions by dotnet-bump-version. 2021-09-30 13:17:20 +00:00
majora2007
2b50fd6380 Bump versions by dotnet-bump-version. 2021-09-27 13:15:15 +00:00
majora2007
e2a4e37df1 Bump versions by dotnet-bump-version. 2021-09-26 17:26:26 +00:00
Joseph Milazzo
878eaf1c49
v0.4.6 Release (#598) 2021-09-26 10:15:56 -07:00
majora2007
caf55e2f75 Bump versions by dotnet-bump-version. 2021-09-26 12:49:49 +00:00
majora2007
5ceb74e210 Bump versions by dotnet-bump-version. 2021-09-25 00:36:30 +00:00
Kizaing
52c4285168 Bump versions by dotnet-bump-version. 2021-09-22 21:46:26 +00:00
majora2007
4f93b68b3e Bump versions by dotnet-bump-version. 2021-09-22 16:37:00 +00:00
majora2007
5c5289d3db Bump versions by dotnet-bump-version. 2021-09-22 14:45:57 +00:00
majora2007
587ac4ef46 Bump versions by dotnet-bump-version. 2021-09-22 13:10:04 +00:00
majora2007
fb5866133a Bump versions by dotnet-bump-version. 2021-09-22 00:23:21 +00:00
majora2007
fd6925b126 Bump versions by dotnet-bump-version. 2021-09-21 15:31:56 +00:00
majora2007
de415ee759 Bump versions by dotnet-bump-version. 2021-09-16 14:26:27 +00:00
majora2007
364c57925e Bump versions by dotnet-bump-version. 2021-09-16 00:34:15 +00:00
majora2007
d92cfb0b2b Bump versions by dotnet-bump-version. 2021-09-15 18:15:43 +00:00
majora2007
b62d581491 Bump versions by dotnet-bump-version. 2021-09-12 16:57:18 +00:00
majora2007
074f258d01 Bump versions by dotnet-bump-version. 2021-09-11 19:06:25 +00:00
majora2007
38c313adc7 Bump versions by dotnet-bump-version. 2021-09-09 21:07:38 +00:00
majora2007
f55abad035 Bump versions by dotnet-bump-version. 2021-09-09 01:26:09 +00:00
majora2007
f3e006efa2 Bump versions by dotnet-bump-version. 2021-09-08 23:35:31 +00:00
majora2007
84fa617023 Bump versions by dotnet-bump-version. 2021-09-08 21:49:36 +00:00
majora2007
6c07246980 Bump versions by dotnet-bump-version. 2021-09-08 17:11:50 +00:00
majora2007
d65e49926a Bump versions by dotnet-bump-version. 2021-09-07 12:54:05 +00:00
majora2007
c728b79616 Bump versions by dotnet-bump-version. 2021-09-04 19:12:46 +00:00
majora2007
1f0fa6e5b6 Bump versions by dotnet-bump-version. 2021-08-31 17:16:30 +00:00
Joseph Milazzo
ca7691b03d
v0.4.5 Release (#539) 2021-08-31 10:08:04 -07:00
majora2007
a51db05833 Bump versions by dotnet-bump-version. 2021-08-31 16:07:06 +00:00
majora2007
21c204d26f Bump versions by dotnet-bump-version. 2021-08-30 20:24:40 +00:00
majora2007
b712d8ed1a Bump versions by dotnet-bump-version. 2021-08-29 14:32:45 +00:00
majora2007
8b82829161 Bump versions by dotnet-bump-version. 2021-08-28 22:41:17 +00:00
Joseph Milazzo
51b9d1a45a
OPDS Cleanup (#534)
* Fixed opds url display

* Rewrote how stat collection works, now we check in multiple places and always run stat collection in a background thread, to not block main thread.

* Cleaned up the ParseInfoTest to be more verbose

* Added benchmarking
2021-08-28 15:32:24 -07:00
Kizaing
3fe45a90db Bump versions by dotnet-bump-version. 2021-08-27 22:24:52 +00:00
majora2007
ba81808e02 Bump versions by dotnet-bump-version. 2021-08-27 20:55:44 +00:00
majora2007
0f7592276e Bump versions by dotnet-bump-version. 2021-08-27 20:01:06 +00:00
majora2007
dc7b4e7a2a Bump versions by dotnet-bump-version. 2021-08-27 17:58:00 +00:00
majora2007
864fe20d73 Bump versions by dotnet-bump-version. 2021-08-27 17:28:11 +00:00
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
majora2007
12976d4bae Bump versions by dotnet-bump-version. 2021-08-26 20:26:58 +00:00
majora2007
e75c8c9ee8 Bump versions by dotnet-bump-version. 2021-08-23 15:44:19 +00:00
Joseph Milazzo
9fd53d33e7
Version release (#519) 2021-08-23 06:37:44 -07:00
majora2007
50858baadc Bump versions by dotnet-bump-version. 2021-08-22 18:47:55 +00:00
majora2007
7c6b12307b Bump versions by dotnet-bump-version. 2021-08-22 16:51:01 +00:00
Joseph Milazzo
e479f17aa6
v0.4.4 polishing (#515)
* Fixed a bad comparision between JsonElement and null.

* Removed console.logs. Fixed bug in edit collection detail page where summary wouldn't update after editing it.

* Removed a UI package that is no longer used.

Fixed an issue where MarkVolumeAsUnread was using an old set of APIs and now uses the new, faster API.
2021-08-22 09:42:47 -07:00
therobbiedavis
9568d9b2e5 Bump versions by dotnet-bump-version. 2021-08-21 19:32:27 +00:00