586 Commits

Author SHA1 Message Date
majora2007
d65e49926a Bump versions by dotnet-bump-version. 2021-09-07 12:54:05 +00:00
Joseph Milazzo
2eaddbdfac
Incognito Reader (#560)
* Hooked in incognito mode into the manga reader
2021-09-07 05:45:17 -07:00
majora2007
c728b79616 Bump versions by dotnet-bump-version. 2021-09-04 19:12:46 +00:00
Yovarni Yearwood
31ae65b2b7
Versioning Fix & Improvement (#553)
* Fix UpdaterService versioning (#544)

* Add "Available" to newer, non-installed updates

* Add if...else logic to Available/Installed badge

* Change substring to account for bigger versions (#544)

* Cache BuildInfo.version into local variable (#544)

* Cache BuildInfo.Version.ToString() into local variable (#544)

Co-authored-by: Yovarni Yearwood <yovarni@hawser.org>
2021-09-04 14:04:13 -05: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. v0.4.5 2021-08-31 16:07:06 +00:00
Christoffer Green
623105ecd4
Add support for mangapy syntax to parser (#538)
Added support for MangaPy's default naming convention to parser: vol_001-1.cbz
2021-08-31 08:57:43 -07:00
majora2007
21c204d26f Bump versions by dotnet-bump-version. 2021-08-30 20:24:40 +00:00
Joseph Milazzo
de9941cc12
Misc accessibility fixes (#536) 2021-08-30 13:14:05 -07:00
majora2007
b712d8ed1a Bump versions by dotnet-bump-version. 2021-08-29 14:32:45 +00:00
Joseph Milazzo
61220a02a1
On desktop devices, when reading with fit to width or original, next page would't reset scroll position. (#535) 2021-08-29 09:23:52 -05: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
majora2007
d36c3d62ce Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop 2021-08-28 01:12:53 +00:00
majora2007
6ee41eca0c Bump versions by dotnet-bump-version. 2021-08-28 01:12:53 +00:00
majora2007
abc54436b9 Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop 2021-08-28 00:42:57 +00:00
majora2007
6295e80984 Bump versions by dotnet-bump-version. 2021-08-28 00:42:56 +00:00
majora2007
52a676bb9e Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop 2021-08-27 22:46:28 +00:00
majora2007
4d1b2e0884 Bump versions by dotnet-bump-version. 2021-08-27 22:46:27 +00:00
Kizaing
3fe45a90db Bump versions by dotnet-bump-version. 2021-08-27 22:24:52 +00:00
Chris Plaatjes
f40a5e9bb4
Merge pull request #531 from Kareadita/bugfix/settings-copy-fix
Added command to properly copy over appsettings.json to the final build directory
2021-08-27 18:16:55 -04:00
Chris Plaatjes
6b2d121597 Added fix to copy appsettings.json 2021-08-27 18:08:32 -04:00
Chris Plaatjes
4f5b3ec3c1 Merge branch 'develop' of github.com:Kareadita/Kavita into feature/docker-cleanup 2021-08-27 17:43:44 -04:00
majora2007
ba81808e02 Bump versions by dotnet-bump-version. 2021-08-27 20:55:44 +00:00
Joseph Milazzo
07060f2e0d
Always output appsettings.json (#530) 2021-08-27 13:47:06 -07:00
majora2007
0f7592276e Bump versions by dotnet-bump-version. 2021-08-27 20:01:06 +00:00
Joseph Milazzo
69ebd09fcd
Fixed an issue with ordering of chapters within a volume for selecting first cover image. (#529) 2021-08-27 12:51:06 -07:00
majora2007
599e21fcbb Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop 2021-08-27 18:50:16 +00:00
majora2007
bfb34533f4 Bump versions by dotnet-bump-version. 2021-08-27 18:50:15 +00:00
Chris Plaatjes
c8e3824032
Added check for Windows builds so copy works (#528)
* Added check for Windows builds so copy works

* Removed appsettings copy, no longer needed

* Fixed a bad build due to duplicate file copy

Co-authored-by: Joseph Milazzo <joseph.v.milazzo@gmail.com>
2021-08-27 11:40:33 -07:00
majora2007
dc7b4e7a2a Bump versions by dotnet-bump-version. 2021-08-27 17:58:00 +00:00
Joseph Milazzo
6edf3b083b
Bugfix/series cover not setting (#527)
* Fixed an issue where cover generation was failing on first add due to not checking correctly on First Volume.
2021-08-27 10:48:55 -07:00
Chris Plaatjes
b09406eecf
Merge pull request #525 from ChristofferGreen/fix-update.sh
* Use cp -R instead of cp -r since OSX cp does not support -r
* Notify user if they do not have npm/dotnet installed
* Create wwwroot before using it (else get error in raspbian)
* Use unix line endings instead of dos, else wont run on osx and gives warning in linux due to wrong magic #!/bin/bash.
2021-08-27 13:33:48 -04: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
Christoffer Green
438239dc9a [INFRASTRUCTURE] Linux/OSX improvements for build.sh
* Use cp -R instead of cp -r since OSX cp does not support -r
* Notify user if they do not have npm/dotnet installed
* Create wwwroot before using it (else get error in raspbian)
* Use unix line endings instead of dos, else wont run on osx
and gives warning in linux.
2021-08-27 14:05:58 +02:00
majora2007
2a63e5e9e2 Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop 2021-08-26 20:26:58 +00:00
majora2007
12976d4bae Bump versions by dotnet-bump-version. 2021-08-26 20:26:58 +00:00
majora2007
8d13a7e4f9 Bump versions by dotnet-bump-version. 2021-08-26 19:40:03 +00:00
dependabot[bot]
d0ea90986a
Bump Microsoft.AspNetCore.Authentication.JwtBearer in /API (#523)
Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) from 5.0.8 to 5.0.9.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.8...v5.0.9)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-26 12:31:20 -07:00
majora2007
fe664766cd Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop 2021-08-23 15:44:20 +00:00
majora2007
e75c8c9ee8 Bump versions by dotnet-bump-version. 2021-08-23 15:44:19 +00:00
majora2007
9e61d79ec8 Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop 2021-08-23 15:19:42 +00:00
majora2007
43b743bc64 Bump versions by dotnet-bump-version. 2021-08-23 15:19:42 +00:00
majora2007
4f74103202 Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop 2021-08-23 14:42:12 +00:00
majora2007
b2dee0afc0 Bump versions by dotnet-bump-version. 2021-08-23 14:42:11 +00:00
majora2007
ffd5a5cd81 Bump versions by dotnet-bump-version. 2021-08-23 13:46:19 +00:00
Joseph Milazzo
9fd53d33e7
Version release (#519) 2021-08-23 06:37:44 -07:00
majora2007
3e0aadd016 Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop 2021-08-22 18:47:55 +00:00