1099 Commits

Author SHA1 Message Date
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
Robbie Davis
3293e5b424
Comic enhancements (#645)
* Adding multiple cases for comic naming conventions

* Changing "Chapter" to "Issue" for comic libraries

* Fixed an issue where the Parse method was using filename with extension to run regex matching, while it should be running on name without extension.

* Refactored to use Getter

* Cleaned up file to use conditional labelling rather than conditional html fragments

* Refactored code to properly check against library type for a given readinglist item

* Cleaned up series detail

* Conditionally remove special tags during parse

* Setup ParseInfoTests for ComicParserTests and also added unit tests from other comic issues created.

* Added more regex cases for naming patterns reported to be common with comics. Some cases added without regex.

* Pushing up changes

Fixed issue with cleanTitleTest.
Tried some patterns for "Cyberpunk 2077" but reverted

* Updated some cases and some spacing on Parser. Cyberpunk 2077 is not implemented as long as there is a # before issue number.

* Fixed the case for Special parsing on TPB. Fixed a piece of code that got deleted that prevented specials from rendering on volumes tab.

* Potential fix for parsing Cyberpunk 2077

- Added a ComicsSeriesSpecialCasesRegex and passed any filename that contains "Cyberpunk 2077" over to it so we can parse it separately. This could be used for any other potential problem series.

* Revert "Potential fix for parsing Cyberpunk 2077"

This reverts commit a14417e640ddb7ab27f66bcc27ff5ecc41581b25.

* Added more tests

* Refactored all places in Kavita to use Book, Issue, or Chapter depending on the Library type. Updated Volumes/Chapters to remove Volumes to make it cleaner.

* Removed some leftover test code

Co-authored-by: Joseph Milazzo <joseph.v.milazzo@gmail.com>
2021-10-07 07:49:13 -07:00
majora2007
f5136c8127 Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop 2021-10-06 18:20:09 +00:00
majora2007
06578384df Bump versions by dotnet-bump-version. 2021-10-06 18:20:08 +00:00
majora2007
ae53c2d5dd Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop 2021-10-06 18:11:50 +00:00
majora2007
b6795b1704 Bump versions by dotnet-bump-version. 2021-10-06 18:11:49 +00:00
Robbie Davis
12261f2554
Book reader styling (#641)
* Book reader styling

# Fixed
- Fixed styling issue with bottom nav

# Changed
- Added slight show to settings drawer
- Removed button outlines unless on hover.

* Added focus selector for keyboard only readers

* Updating

- Resolving review comments.
- Added z-index to top nav so drawer opens underneath (removing visible border)

* Styling fixes for light mode

- Added box shadow to book reader top nav to provide depth effect on light mode.
- Fixed book reader font color top nav buttons on light mode so they would show up.
- Fixed book reader drawer box shadow. for light mode.

* More style fixes

- Fix box-shadow on top and bottom book reader nav

* Fixed a button press style on light mode

Co-authored-by: Joseph Milazzo <joseph.v.milazzo@gmail.com>
2021-10-06 11:11:34 -07:00
Joseph Milazzo
977e364d5a
Moved BaseUrl from appsettings.json to Database and fixed an issue in UI for setting base url based on a hack, rather than asking backend for it. (#644) 2021-10-06 11:03:14 -07:00
majora2007
e8e838d125 Bump versions by dotnet-bump-version. 2021-10-06 12:50:50 +00:00
Joseph Milazzo
27aaa040c4
Base Url Support (#642)
* Added base url config

* UI side is not working

* Working base url more

* Attempt to get UI to work with base url

* Implemented the ability to set the Base URL for the app

* Hooked in Base URL as a managed setting

* Ensure we always start with / for base url

* Removed default base href from debug builds. Cleaned up an issue with base url migration.

* Fixed an issue with our BaseURL migration
2021-10-06 05:42:02 -07:00
majora2007
56239ee0a7 Bump versions by dotnet-bump-version. 2021-10-06 01:31:31 +00:00
Joseph Milazzo
6732a04473
Book Polishing (#640)
* Fixed an issue with build due to failed budget size
2021-10-05 18:23:02 -07:00
majora2007
ef0cf257d9 Bump versions by dotnet-bump-version. 2021-10-06 00:51:43 +00:00
Joseph Milazzo
2727dfa7b9
Book Polishing (#639)
* Downgraded ExCSS, the new version has a regression that breaks toCss().

* Cleaned up the next/prev disabling to work more reliably.

Fixed an issue with double arrow on next not disappearing after hitting last page then going back one page.

* Cleaned up some css padding on the side nav progress bar

* Remove the ability to save

* Updated colors of nav bar and side drawer to be darker to separate them from the reader

* Fixed a missed element

* Removed dead code

* Removed TODO, it can't be changed

* Refactored bookmarking on the book progress to have pinpoint accuracy for remembering scroll position. Now will choose the top line on the page.

* Fixed a style issue when applying dark mode from light mode in book reader
2021-10-05 17:42:43 -07:00
majora2007
323bddb752 Bump versions by dotnet-bump-version. 2021-10-05 00:27:27 +00:00
Joseph Milazzo
2183bf2d59
Misc Bugfixes (#637)
* Use null coalescing for comicinfo

* Removed Sentry. The integrations were not providing any userful information.

* Updated to the latest versions of dependencies
2021-10-04 17:18:42 -07:00
majora2007
7c4e79ec55 Bump versions by dotnet-bump-version. 2021-10-04 23:19:32 +00:00
Joseph Milazzo
f17d89ea47
ComicInfo Refactor (#636)
* Implemented methods to parse out the whole ComicInfo file and a mock ComicInfo from epub files.

* Removed unused imports. ScanSeries needs to cleanup deleted chapters and call RefreshMetadata. Ensure after scan we cleanup tags without any series.

* Random cleanup

* Added some comments about data getting stale and not updating.

* Removed old Summary methods in favor of the ComicInfo versions

* Added a missing property

* Fixed unit test
2021-10-04 16:10:48 -07:00
majora2007
d68600c1ed Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop 2021-10-04 14:12:10 +00:00
majora2007
9e8e984b4c Bump versions by dotnet-bump-version. 2021-10-04 14:12:09 +00:00
majora2007
35e0002712 Bump versions by dotnet-bump-version. 2021-10-04 12:41:41 +00:00
Joseph Milazzo
c5b62d00d0
Hashing (#634)
* Added the ability to see when a scan started at.

* filename based hashing now uses last write time as well to ensure if the underlying file changes it sends a new copy

* Fixed a bug where we would reset dark mode on the book reader to dark mode if our site was on dark mode, despite user setting light mode.

* Added a single feed entry when some sort of collection, reading list, etc doesn't have anything in it.

* Allow + in the normalization to prevent some series that use + to denote the sequel from not getting merged together.
2021-10-04 05:33:28 -07:00
majora2007
0dbd45a41d Bump versions by dotnet-bump-version. 2021-10-03 22:49:05 +00:00
Joseph Milazzo
3907414ae4
Shakeout Part 2 (#630)
* When flattening directories, ensure the order or directories being enumerated follows a natural sort. Some users are discovering directories in a different order than other machines.

* Added a case for volume parsing and fixed a poorly designed negative lookahead.

Added a sentence case pipe for formatting things.

Added time for all dates.

* Some more sentence case

* Register user now has a white input

* Fixed an issue with Manga up/down reading mode where top of the page was going forwards, when it should have gone backwards

* Reworked some code to ensure that scanseries doesn't show errors where in fact there was just nothing to update.

* Last updated should be working as intended for new library flow.

* Code smell
2021-10-03 15:40:22 -07:00
majora2007
fcfc9e5159 Bump versions by dotnet-bump-version. 2021-10-03 20:39:32 +00:00
Joseph Milazzo
6e85fe8c0a
Interlude/Half Volumes (#626)
* Refactored Parser to handle parts

* Fixed a bug where marking multiple entities as unread would actually make them look read on the UI

* Implemented the ability to have float volume numbers

* Removed two unit test cases

* Code smells
2021-10-03 13:30:31 -07:00
majora2007
d4507e3288 Bump versions by dotnet-bump-version. 2021-10-03 12:51:44 +00:00
Christoffer Green
63d7439938
Add comics-downloader parser (#611)
* Add comics-downloader parser

The utility comics-downloader can be used to download comics
and produces files of the type "seriesname-chapternumberpadded".
This adds support for that format.

For more info https://github.com/Girbons/comics-downloader

* Adjusted the test cases and added .+? to consume less characters.

Co-authored-by: Joseph Milazzo <joseph.v.milazzo@gmail.com>
2021-10-03 05:42:40 -07:00
majora2007
8d2bd45073 Bump versions by dotnet-bump-version. 2021-10-03 12:36:37 +00:00
Joseph Milazzo
d750ce77a0
Shakeout Bugs (#623)
* Fixed an issue where ScanSeries would not fetch all the entities and thus files would get duplicated on the Chapter

* Remove building extra language binaries on build.

* Fixed an issue where first scan would cause an issue with websocket due to trying to send NaN over the wire.

* Fixed an issue where on new scans scan in progress indicators wouldn't turn off due to the way we were consuming events off the pipe.

* Ensure login page doesn't flash on first load

* Don't process touch events at all unless selection is enabled.
2021-10-03 05:27:35 -07:00
majora2007
fccdfa3bfe Bump versions by dotnet-bump-version. 2021-10-02 18:45:05 +00:00
Joseph Milazzo
30a302bf99
Changed how login page works based on user feedback. By default, we have the old login flow when authentication is enabled and in addition, we will auto fill the username based on last login on device. (#621) 2021-10-02 11:35:38 -07:00
majora2007
34d171f0b4 Bump versions by dotnet-bump-version. 2021-10-02 16:32:54 +00:00