1099 Commits

Author SHA1 Message Date
majora2007
292fbe4d70 Bump versions by dotnet-bump-version. 2021-11-16 14:16:51 +00:00
Joseph Milazzo
17779fd8ad
Fixed some comic parsing bugs based on user report (#758) (#761) 2021-11-16 06:07:42 -08:00
majora2007
31fa44859c Bump versions by dotnet-bump-version. 2021-11-15 23:00:14 +00:00
Joseph Milazzo
281352001d
Feature/progress widget (#760)
* Implemented a new widget to show when operations are occuring in the backend (tasks + progress events). Fixed an oversight on progress reporting where I sent 100F instead of 1F.

* Hooked in more progress events for tasks on the backend. Cleaned up code and integrated some RBS into it. CSS needed.

* Show a colored icon when events are active

* Added some styling to the progress widget
2021-11-15 14:50:14 -08:00
majora2007
a94fdbc9cb Bump versions by dotnet-bump-version. 2021-11-15 15:33:09 +00:00
Joseph Milazzo
6eb5c34695
Bugfix/webtoon lastpage (#757)
* Some small changes to how maxPage is handled for better page tracking on webtoon reader.

* Fixed a bug in cover image selection (#756)

* Refactored webtoon reader to report page progress exactly as manga reader does. In addition, manga reader moved progress saving to setPageNumber making them the same.
2021-11-15 07:24:04 -08:00
majora2007
a0db5b0e41 Bump versions by dotnet-bump-version. 2021-11-14 16:28:59 +00:00
Joseph Milazzo
f6bfabde4c
Backend Bugfixes and Enhanced Selections (#754)
* Updated some signatures to avoid a ToArray() within a loop.

* Use UpdateSeries directly when adding new series, rather than a modified version for new series only.

* Refactored some messages for scanner loop to reduce duplicate code and write messages more clear. Hooked in a RefreshMetadataProgress event (no UI changes).

* Fixed a bug on docker where backup service was using different logic than non-docker, which isn't needed after config change last release.

* Allow user to make more than 1 backup per day

* Implemented a select all checkbox for library access modal
2021-11-14 08:20:12 -08:00
majora2007
0aff08c9cd Bump versions by dotnet-bump-version. 2021-11-14 13:28:59 +00:00
Joseph Milazzo
ae5c6594e4
Fix Backups (#750)
* Fixed an issue where backups were failing due to files being in config directory

* Changed up the exception messages to be more clear when a unique constraint fails on adding a new series.

* Added the actual index that is causing the conflict.
2021-11-14 05:19:59 -08:00
majora2007
a24ca2b46b Bump versions by dotnet-bump-version. 2021-11-11 23:24:34 +00:00
Joseph Milazzo
dd4aedc323
Bugfix/misc cleanup (#745)
* Change update check to be between noon and 6pm.

* Added a UI change that was missed

* Fixed an issue on register user where input boxes were not styled correctly

* Fixed renaming a series to an existing series name of a different format.

* Change webtoon reader debug mode
2021-11-11 15:15:28 -08:00
majora2007
46b2bebeb6 Bump versions by dotnet-bump-version. 2021-11-11 16:31:09 +00:00
Joseph Milazzo
740fc62549
Refactored InProgress to OnDeck where the logic is slightly changed. Now series with recent updates are now pushed to the front of the list. (#743) 2021-11-11 08:21:54 -08:00
majora2007
61ad7f0b8a Bump versions by dotnet-bump-version. 2021-11-10 17:08:32 +00:00
Joseph Milazzo
094c12d43d
Webtoon Polish Part 2 (#739)
* Change css scoping to be on the book content itself only to prevent any leaking on the reading section code. Apply a margin so that book margins on the whole content doesn't show black lines.

* Take out debug outline on webtoon reader

* Removed some imports

* Fixed an issue where when restoring current page in webtoon mode, the page number would jump forward

* Last page on webtoon reader now properly counts. This was due to a - 1 issue fixing previous issues.

* Fixed an issue where scrollToPage (from progress bar or go to page) wouldn't work if the page somehow was visible.

* Ready for testing on beta users
2021-11-10 08:58:45 -08:00
majora2007
336283be6e Bump versions by dotnet-bump-version. 2021-11-10 01:05:41 +00:00
Joseph Milazzo
69246d80fb
OPDS Fix (#737)
* Removed the Nothing here message when feeds are empty to conform to spec.

* Don't show toast on new series added when user is reading

* I forgot to add unique Ids to each feed, thus breaking Panels integration.
2021-11-09 16:56:11 -08:00
majora2007
cbf095c3a1 Bump versions by dotnet-bump-version. 2021-11-09 14:37:15 +00:00
Joseph Milazzo
3a25608bf9
OPDS Spec issue with Panels (#736)
* Fixed a spec issue with entries that contain no items. We send 'Nothing here', but I forgot to send an Id for that feed.

* Added a missing migration for backup directories
2021-11-09 06:27:55 -08:00
majora2007
ae81fffc94 Bump versions by dotnet-bump-version. 2021-11-09 13:00:34 +00:00
Joseph Milazzo
78f3ccf889
Scanner & Parser Changes (#735)
* Fixed a bug where partial volume support got missed on the epub parser.

* When a drive is unavailable during when a scan starts, abort so user doesn't loose half library if their networked drive goes down.

* Moved format for card details to highest level (since all chapters/files have same format) and added date added to each file to help when new chapters/files are added and grouped into a volume.

* Implemented handling on the UI when a series is deleted

* Added case for series removal for series detail

* Only redirect for this series
2021-11-09 04:51:45 -08:00
majora2007
0bc63dda32 Bump versions by dotnet-bump-version. 2021-11-08 17:43:28 +00:00
Joseph Milazzo
50429777d0
Webtoon Polish (#734)
* Removed some code for a feature I'm not taking further

* Webtoon reader will now use fit to width instead of original to prevent overflow for high res images

* Added an effect when a user bookmarks an image in the reader

* Split the prefetching from the current page calculation code. Dynamically set width on images if they are wider than device screen.

* Dragging on the slider now shows the value on tooltip

* Slider now updates for non-webtoon reader mode when you drag it.

* Fixed a bunch of package security issues

* Updated dependencies for security

* Tweaked the current page check to use top 25% of screen to trigger the page change.
2021-11-08 09:34:06 -08:00
majora2007
93e5e0a68f Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop 2021-11-05 17:41:20 +00:00
majora2007
4f6305e0dc Bump versions by dotnet-bump-version. 2021-11-05 17:41:19 +00:00
majora2007
6aab7bb147 Bump versions by dotnet-bump-version. 2021-11-05 15:02:11 +00:00
Joseph Milazzo
75b4d8eb8e
Comic Parser Enhancements + Security Updates (#729)
* Bump path-parse from 1.0.6 to 1.0.7 in /UI/Web

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

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

* Bump tar from 6.0.5 to 6.1.11 in /UI/Web

Bumps [tar](https://github.com/npm/node-tar) from 6.0.5 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v6.0.5...v6.1.11)

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

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

* Bump tmpl from 1.0.4 to 1.0.5 in /UI/Web

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

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

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

* Added a comic parsing case for HDoujin Downloader when the series is going to have Chapter/Issue with a series that has a year/number in the title (Batman 2016)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-05 07:53:03 -07:00
majora2007
4f0651fd7e Bump versions by dotnet-bump-version. 2021-11-05 02:57:01 +00:00
Joseph Milazzo
073dd5da99
UI Tweaks (#722)
* Added Date Added time to volume/chapter card detail modals to help users understand when new chapters are added after something has been fully read. Changed Created -> Added for better clarity.

* updating workflow discord parser

- Added ` and > to parser

Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
2021-11-04 19:48:23 -07:00
majora2007
fa44f130e3 Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop 2021-11-04 12:59:50 +00:00
majora2007
b52411ad95 Bump versions by dotnet-bump-version. 2021-11-04 12:59:50 +00:00
majora2007
a0e260d168 Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop 2021-11-04 12:40:42 +00:00
majora2007
812c3345b0 Bump versions by dotnet-bump-version. 2021-11-04 12:40:42 +00:00
majora2007
daec059dd5 Bump versions by dotnet-bump-version. 2021-11-04 12:22:08 +00:00
Joseph Milazzo
3659296eb9
Version bump for release (#718) v0.4.8 2021-11-04 05:11:55 -07:00
majora2007
a115f51374 Bump versions by dotnet-bump-version. 2021-11-04 00:35:47 +00:00
Joseph Milazzo
18c2cdf6ef
Fixed a migration issue on docker happening too many times or throwing exception when source wasn't there. (#719) 2021-11-03 17:23:46 -07:00
majora2007
53bb1af21b Bump versions by dotnet-bump-version. 2021-11-03 19:22:13 +00:00
Joseph Milazzo
d143330e97
Shakeout Changes (#717)
* Make the appsettings public on Configuration and change how we detect when to migrate for non-docker users.

* Fixed up non-docker copy command and removed duplicate check on source directory for a copy.

* Don't delete files unless we know we are successful
2021-11-03 12:13:38 -07:00
majora2007
8f00ecbf8c Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop 2021-11-03 16:09:40 +00:00
majora2007
f8b1a76902 Bump versions by dotnet-bump-version. 2021-11-03 16:09:39 +00:00
majora2007
b1e2f58042 Bump versions by dotnet-bump-version. 2021-11-03 15:43:44 +00:00
Joseph Milazzo
0e9acb429b
Build issue (#716)
* Fixed a bug in the copy directory to directory in the migration

* Somehow GetFiles lost static modifier.

* Please work
2021-11-03 08:34:38 -07:00
majora2007
6af523e172 Bump versions by dotnet-bump-version. 2021-11-03 14:57:00 +00:00
Joseph Milazzo
44f15f25c6
Breaking Changes: Docker Parity (#715)
* Fixed a bug in the copy directory to directory in the migration

* Somehow GetFiles lost static modifier.
2021-11-03 07:43:03 -07:00
Joseph Milazzo
7bfd2c432d
Feature/docker parity (#714)
* Refactored all the config files for Kavita to be loaded from config/. This will allow docker to just mount one folder and for Update functionality to be trivial.

* Cleaned up documentation around new update method.

* Updated docker files to support config directory

* Removed entrypoint, no longer needed

* Update appsettings to point to config directory for logs

* Updated message for docker users that are upgrading

* Ensure that docker users that have not updated their mount points from upgrade cannot start the server

* Code smells

* More cleanup

* Added entrypoint to fix bind mount issues

* Updated README with new folder structure

* Fixed build system for new setup

* Updated string path if user is docker

* Updated the migration flow for docker to work properly and Fixed LogFile configuration updating.

* Migrating docker images is now working 100%

* Fixed config from bad code

* Code cleanup

* Fixed monorepo-build.sh

Co-authored-by: Chris Plaatjes <kizaing@gmail.com>
2021-11-03 07:07:04 -07:00
majora2007
2c96bd3552 Bump versions by dotnet-bump-version. 2021-11-03 13:45:39 +00:00
Joseph Milazzo
a29b11c366
Breaking Changes: Docker Parity (#698)
* Refactored all the config files for Kavita to be loaded from config/. This will allow docker to just mount one folder and for Update functionality to be trivial.

* Cleaned up documentation around new update method.

* Updated docker files to support config directory

* Removed entrypoint, no longer needed

* Update appsettings to point to config directory for logs

* Updated message for docker users that are upgrading

* Ensure that docker users that have not updated their mount points from upgrade cannot start the server

* Code smells

* More cleanup

* Added entrypoint to fix bind mount issues

* Updated README with new folder structure

* Fixed build system for new setup

* Updated string path if user is docker

* Updated the migration flow for docker to work properly and Fixed LogFile configuration updating.

* Migrating docker images is now working 100%

* Fixed config from bad code

* Code cleanup

Co-authored-by: Chris Plaatjes <kizaing@gmail.com>
2021-11-03 06:36:04 -07:00
majora2007
66b79e8cbe Bump versions by dotnet-bump-version. 2021-11-01 18:43:51 +00:00