Commit Graph

731 Commits

Author SHA1 Message Date
majora2007 9d84bfca5f Bump versions by dotnet-bump-version. 2021-10-19 13:21:06 +00:00
Joseph Milazzo 8e3121447d More EPUB Scoping Fixes (#691)
* Added better handling around when importing css files that are empty. Moved comment removal on css files to before some css whitespace cleanup to get better matches.

* Some enhancements on the checks to see if we need the bottom action bar on reader. Now we don't query DOM and have something that works more reliably.
2021-10-19 06:12:49 -07:00
majora2007 77da75f274 Bump versions by dotnet-bump-version. 2021-10-18 23:37:31 +00:00
Joseph Milazzo 60dd66f6ae EPUB CSS Parsing Issues (#690)
* WIP. Rewrote some of the Regex to better support css escaping. We now escape background-image, border-image, and list-style-image within css files.

* Added position relative to help with positioning on books that are just absolute positioned elements.

* When there is absolute positioning, like in some epub based comics, supress the bottom action bar since it wont render in the correct location.

* Fixed tests

* Commented out tests
2021-10-18 16:28:07 -07:00
majora2007 22497645a9 Bump versions by dotnet-bump-version. 2021-10-18 20:40:03 +00:00
Joseph Milazzo 0666f87b4b Stat upload will now schedule itself between midnight and 6am in server time for upload. (#688) 2021-10-18 13:30:58 -07:00
majora2007 7bfc3ebdab Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop 2021-10-18 15:55:16 +00:00
majora2007 a40c8d64b0 Bump versions by dotnet-bump-version. 2021-10-18 15:55:15 +00:00
majora2007 6c2fbfc9f2 Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop 2021-10-18 15:46:34 +00:00
majora2007 f4a8cb1dc2 Bump versions by dotnet-bump-version. 2021-10-18 15:46:33 +00:00
Joseph Milazzo 6adf092668 When the DB fails to save, log out all the series the user should look into for constraint issues and push a message to the admins connected to webui. (#687) 2021-10-18 08:45:39 -07:00
Robbie Davis 8b03e1d240 iOS Admin page dropdown fix (#686)
# Fixed:
- Fixed: Fixed an issue where the dropdown on the admin server page would not work on Safari or other iOS browsers.
2021-10-18 08:37:35 -07:00
majora2007 72cd2c3ab9 Bump versions by dotnet-bump-version. 2021-10-17 19:52:53 +00:00
Joseph Milazzo 26d1fbc599 When we have a special marker, ensure we fall back to folder parsing to try and group correctly to the actual series before just accepting what we parsed. (#684)
Fixed a missed parsing case where comic special parsing wasn't being called on comic libraries.
2021-10-17 12:44:30 -07:00
majora2007 832897d406 Bump versions by dotnet-bump-version. 2021-10-17 14:17:31 +00:00
Joseph Milazzo f3ebc21b97 Fixed a bug where searching on localized name would fail to show on the search. Fixed a bug where extra spaces would cause the search results not to show properly. (#682) 2021-10-17 07:08:17 -07:00
majora2007 c0a8d092e2 Bump versions by dotnet-bump-version. 2021-10-16 18:59:15 +00:00
Joseph Milazzo 1d80420155 Change chunk size to be a fixed 50 to validate if it's causing issue with refresh. Added some try catches to see if exceptions are causing issues. (#681) 2021-10-16 11:50:34 -07:00
majora2007 f618c3443b Bump versions by dotnet-bump-version. 2021-10-16 18:33:06 +00:00
Joseph Milazzo d5d03528d4 Regression Fix (#680)
* Ensure we mount the backups directory for Docker users

* Fixed a huge logic bug that deleted files in users libraries
2021-10-16 11:24:30 -07:00
majora2007 be3036665f Bump versions by dotnet-bump-version. 2021-10-15 21:42:35 +00:00
Joseph Milazzo 98e5cb87ed Bulk Operations for In Progress and Recently Added (#677)
* Don't log a message about bad match if the file is a cover image

* Enable bulk operations for In Progress and Recently Added

* Fixed a bad logic case
2021-10-15 14:32:17 -07:00
majora2007 ef383295f0 Bump versions by dotnet-bump-version. 2021-10-15 00:32:28 +00:00
Joseph Milazzo 52f8fbe3db Bulk Add to Collection (#674)
* Fixed the typeahead not having the same size input box as other inputs

* Implemented the ability to add multiple series to a collection through bulk operations flow. Updated book parser to handle "@import url('...');" syntax as well as @import '...';

* Implemented the ability to create a new Collection tag via bulk operations flow.
2021-10-14 17:23:21 -07:00
YEGCSharpDev 908c872f5c Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop 2021-10-14 22:10:23 +00:00
YEGCSharpDev b8ec783ef3 Bump versions by dotnet-bump-version. 2021-10-14 22:10:23 +00:00
YEGCSharpDev 2ebd52b769 Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop 2021-10-14 22:07:18 +00:00
YEGCSharpDev 8f5c7c7432 Bump versions by dotnet-bump-version. 2021-10-14 22:07:18 +00:00
YEGCSharpDev 98b3c483be Revert "Changed the stats that are sent back to stat server from installed server."
This reverts commit 644cb6d1f6.
2021-10-14 16:00:01 -06:00
YEGCSharpDev 644cb6d1f6 Changed the stats that are sent back to stat server from installed server. 2021-10-14 15:56:38 -06:00
majora2007 4921b9d26b Bump versions by dotnet-bump-version. 2021-10-14 15:23:37 +00:00
Joseph Milazzo 355f50fd5d Logging Cleanup (#668)
* Do not allow non-admins to change their passwords when authentication is disabled

* Clean up the login page so that input field text is black

* cleanup some resizing when typing a password and having a lot of users

* Changed the LastActive for a user to not just be login, but also when they open an already authenticated session.

* Removed some verbose debugging statements and moved some debug to information to be more prevelant to logs for default installs.

* In Progress now sends progress information on the Series

* Add ability to add cards to recently added when new series are added in backend

* Implemented the ability to click the glasses icon to turn off incognito mode from within the reader so you can start tracking progress

* Don't warn the user about authentication when they don't touch that control
2021-10-14 08:14:03 -07:00
majora2007 5e3b799747 Bump versions by dotnet-bump-version. 2021-10-13 18:22:33 +00:00
Joseph Milazzo 70f324669b Misc Updates (#665)
* Do not allow non-admins to change their passwords when authentication is disabled

* Clean up the login page so that input field text is black

* cleanup some resizing when typing a password and having a lot of users

* Changed the LastActive for a user to not just be login, but also when they open an already authenticated session.
2021-10-13 11:13:55 -07:00
therobbiedavis 40ea4235fe Bump versions by dotnet-bump-version. 2021-10-12 15:38:05 +00:00
Robbie Davis c3868d6575 Workflow updates (#658)
# Added
- Added: Added automatic character parsing for discord notifier. Now if the PR is over a certain character limit, it will trim and add an appropriate link to the full changelog. (Release for Stable, PR for Dev)

# Removed
- Removed: Removed Sentry map task from the workflow since Sentry is no longer used.
2021-10-12 11:28:09 -04:00
majora2007 634b6d5cb0 Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop 2021-10-12 14:04:05 +00:00
majora2007 0e5d33e263 Bump versions by dotnet-bump-version. 2021-10-12 14:04:05 +00:00
majora2007 8babadcb9f Bump versions by dotnet-bump-version. v0.4.7 2021-10-12 13:25:18 +00:00
Joseph Milazzo 4f18519f26 Version bump for release (#656) 2021-10-12 06:15:18 -07:00
majora2007 612fa4c385 Bump versions by dotnet-bump-version. 2021-10-11 23:42:17 +00:00
Joseph Milazzo b197f6f334 Release Shakeout (#655)
* Cleaned up some code. Fixed an issue on books with good table of contents not allowing line tracking (progress) from being saved. Changed Save to Defaults on light mode to be primary.

* Fixed a bug where deleting reading items would not actually delete them

* Fixed a bug where after ordering reading lists then deleting the order would be undone (develop)

* Code cleanup
2021-10-11 16:32:56 -07:00
majora2007 49c34e32da Bump versions by dotnet-bump-version. 2021-10-11 15:25:36 +00:00
Christoffer Green 12f96a5504 Improve comic-downloader parsing (#650)
Sometimes comic-downloader will have filenames like spawn-chapter-123.
Previously we did not support the -chapter- part, this patch adds support
for it.
2021-10-11 08:17:37 -07:00
Joseph Milazzo a14ea4c9ae Create pull_request_template.md (#653) 2021-10-11 07:27:03 -07:00
majora2007 b080313c24 Bump versions by dotnet-bump-version. 2021-10-11 14:06:38 +00:00
Joseph Milazzo 06508fd909 Remove Base Url Support (#652)
* Fixed some issues with base url. All Scheduled jobs are now in user's timezone

* Hide Base Url support from UI and removed some code around it on the backend to prevent it from interfering. Patched back in changes from base-href branch like Timezone on scheduled jobs and enhanced logging.

* Added parser support for "2000 AD 0366 [1984-04-28] (flopbie)" and removed for "01 Spiderman 01".
2021-10-11 06:57:50 -07:00
majora2007 ec3fe7fd8a Bump versions by dotnet-bump-version. 2021-10-08 11:16:28 +00:00
YEGCSharpDev 76e97b239c Updated readme file to add Url and Port for accessing Kavita (#638) 2021-10-08 04:07:01 -07:00
majora2007 0e124a2274 Bump versions by dotnet-bump-version. 2021-10-07 14:58:45 +00:00