585d7e3380
Fix order of startup: Load Manga first, the jobs
2024-10-27 03:42:50 +01:00
febce6b92a
Downloaded Image processing:
...
- Compression
- B/W threshold
2024-10-27 03:40:07 +01:00
2db85e5070
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2
2024-10-27 02:09:16 +01:00
198bbdcf94
Set hidden Attribute to Markerfiles
2024-10-27 02:58:50 +02:00
c58adf64fa
#271 Create Marker-files for Chapters.
...
If a Connector provides a unique ID for a chapter, Tranga will create a markerfile, containing the current name of the Chapter
This should prevent duplicates, or missing chapters.
2024-10-27 02:41:28 +02:00
957debea01
Mangahere change list-2 to list-1 in selector
2024-10-27 02:22:58 +02:00
96b5921ed6
GET LibraryTypes Create and Test set url to lowercase
...
Set Komga to also require username and password
2024-10-23 02:29:08 +02:00
9d47445339
Assign numbers to ProgressToken.State
...
Update type docs
2024-10-20 20:58:59 +02:00
26b2910000
Add GET /v2/Jobs/Standby
2024-10-20 01:30:50 +02:00
a88b85e599
Add numbers to JobTypes (and type documentation)
2024-10-20 01:08:22 +02:00
27f823cfeb
GET V2Manga with internalIds return distinct array.
2024-10-20 01:06:24 +02:00
1a631362c9
Use Sixlabors.Imagesharp for resizing coverimages.
2024-10-18 19:30:57 +02:00
2c9bd2532e
Fix order of RequestPaths
2024-10-18 17:51:37 +02:00
d4af068f0e
Add BaseUris: string[] field to MangaConnector, to match Connector to uri
2024-10-18 00:48:46 +02:00
225db8beda
Change return type of api request to get Connectors to get connector-list instead of dictionary
2024-10-17 21:03:37 +02:00
d80fcd9039
Manga website url nullable
2024-09-30 23:19:17 +02:00
48ab44c28d
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2
2024-09-27 14:51:20 +02:00
61d80a93cf
Fix #255 MangaKatana sanitization.
2024-09-27 14:50:57 +02:00
32ecdcda76
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2
2024-09-23 15:41:02 +02:00
981eb0fd9f
Fix notification batching:
...
Do not resend old notifications.
2024-09-23 15:40:43 +02:00
a92eba2d14
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2
...
# Conflicts:
# Tranga/TrangaSettings.cs
2024-09-22 00:17:30 +02:00
6d03cc5f8d
Fix incorrect setting check for notificationsbuffer
2024-09-22 00:15:50 +02:00
fcdbd32872
Include amount of notifications of type in title
2024-09-22 00:09:45 +02:00
eb6c37cc53
Output settings.json on startup
2024-09-22 00:05:09 +02:00
d922842186
Add NotificationBuffer, so Notification are not spammed on every chapter.
2024-09-22 00:02:43 +02:00
69323d6d60
Add LibraryBuffer, so Libraries are not spammed with scans on every download.
2024-09-21 21:02:55 +02:00
ec8eb40941
Allow Versions to lose their volume number, if site no longer lists it.
2024-09-21 20:30:55 +02:00
d2074fae35
Readable CheckChapterIsDownloaded check
2024-09-21 20:23:21 +02:00
32ab9a552f
Also delete files on UpdateJobFile if we dont provide a filepath
2024-09-18 18:56:01 +02:00
7b6724ad38
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2
2024-09-18 18:47:28 +02:00
09fdb6e5f1
Fix #250 old jobs getting re-exported.
2024-09-18 18:45:55 +02:00
c36204c7a8
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2
2024-09-16 22:51:57 +02:00
52d0489a1b
Fix duplicate mangas on startup
2024-09-16 22:47:55 +02:00
18edcef1c3
Resolve #247
...
Modify API call:
`/v2/Connector/Types`
Returns: Dictionary with Connector-Names and supported languages.
2024-09-16 21:25:08 +02:00
73ad881600
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2
2024-09-16 21:19:30 +02:00
5f05ba1049
Make SupportedLanguages public.
2024-09-16 21:19:19 +02:00
c6cfd9eb6c
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2
...
# Conflicts:
# Tranga/Server.cs
2024-09-16 21:17:32 +02:00
cf5cbba9a8
#247 Add supported languages to Mangaconnectors
2024-09-16 21:17:07 +02:00
600b56033d
Upgrade to Dotnet 8.0 LangVer 12
2024-09-16 21:11:50 +02:00
7f3754fb64
Fix startup issue/issue with existing chapters: ProgressToken would not complete
2024-09-16 20:36:40 +02:00
2dac5db4da
Create single Chromium Instance that is shared between all Connectors.
...
Fix pages staying open when page could not be loaded.
2024-09-16 20:30:23 +02:00
99df9a9dfd
Fix #248
...
Move contents of old DownloadLocation and WorkingDirectory to new paths. Overwrite existing files, and add from oldPath.
2024-09-16 20:10:38 +02:00
77bb309dfa
Fix #248 double closing OutputStream in response
2024-09-16 19:58:26 +02:00
35f2625f05
Fix #249 Manhuaplus where author/tags are not set.
2024-09-16 19:52:25 +02:00
96f3dbce65
Throw more readable exceptions if deserialization fails for Mangaconnectors.
...
#249
2024-09-16 18:32:34 +02:00
895128a462
Merge remote-tracking branch 'origin/cuttingedge-merge-ServerV2' into cuttingedge-merge-ServerV2
2024-09-16 18:24:39 +02:00
3b9d4a6735
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2
2024-09-11 14:41:49 +02:00
7d3deee74c
Remove unused constant
2024-09-11 14:40:28 +02:00
5980b64caa
Readable Chapter comparison
2024-09-11 14:40:03 +02:00
190fa8cba7
Fix #239 multiple enumeration on Export
2024-09-09 09:54:09 +02:00