|
048b165d76
|
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into cuttingedge
|
2024-06-01 22:09:18 +02:00 |
|
|
ebe3012c69
|
NTFY check endpoint URI and add optional custom topic #183
|
2024-06-01 22:09:08 +02:00 |
|
|
a5dbed9525
|
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into cuttingedge
|
2024-05-26 23:04:27 +02:00 |
|
|
811ddd903f
|
fix missing minus-sign from domain namers in coverimages
|
2024-05-26 23:04:16 +02:00 |
|
|
f948809bcd
|
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into cuttingedge
|
2024-05-26 22:51:59 +02:00 |
|
|
7ceb9cd4cb
|
#182 Changed filename to instead of remote filename have the format server-internalId.fileFormat
|
2024-05-26 22:51:46 +02:00 |
|
|
57f1e037ef
|
Corrected check for if cover exists
|
2024-05-26 22:45:39 +02:00 |
|
|
6ca8d58e43
|
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into cuttingedge
|
2024-05-26 18:46:58 +02:00 |
|
|
e3211b95e2
|
#182 Remove covers that have no asssociated Manga
|
2024-05-26 18:46:40 +02:00 |
|
|
b5e9e03f64
|
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into cuttingedge
|
2024-05-26 18:34:57 +02:00 |
|
|
98bd8a983b
|
Possible Fix #182
|
2024-05-26 18:34:45 +02:00 |
|
|
f4996659ef
|
Fix loading file results in "null"-job and crashes.
|
2024-05-26 18:23:16 +02:00 |
|
|
e05684d5d1
|
Fix loading file results in "null"-job and crashes.
|
2024-05-26 18:22:51 +02:00 |
|
|
4a7d23c0d9
|
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into cuttingedge
|
2024-05-26 18:10:45 +02:00 |
|
|
1d44b6d9c6
|
Log added Jobs during Startup
|
2024-05-26 18:10:29 +02:00 |
|
|
811a183af2
|
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into cuttingedge
|
2024-04-27 19:09:22 +02:00 |
|
|
fb0755eb89
|
Use NeedlemanWunsch for string comparison on Mangasee.cs
Resolves #132
#167
|
2024-04-27 19:09:12 +02:00 |
|
|
2e8b896f3b
|
Fix #178 wrong check on parsing variable aprilfoolsmode
|
2024-04-27 17:53:08 +02:00 |
|
|
4692cc297a
|
Fix MangaDex linksNode is null
|
2024-04-26 00:48:55 +02:00 |
|
|
3d855020eb
|
Export job files indented.
|
2024-04-25 21:32:48 +02:00 |
|
|
c6d0168d2f
|
Fix #174 auth not being written to file for ntfy.
|
2024-04-25 21:29:05 +02:00 |
|
|
d52213002e
|
Delete old jobfiles.
|
2024-04-25 21:24:29 +02:00 |
|
|
ec9290f41f
|
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into cuttingedge
# Conflicts:
# Tranga/Jobs/UpdateMetadata.cs
|
2024-04-25 21:10:42 +02:00 |
|
|
6b91796e5a
|
Update manga in DownloadNewChapters Jobs
|
2024-04-25 21:10:26 +02:00 |
|
|
9f9ea569d5
|
fix bug Manga.WithMetadata coverfilenameincache not being replaced.
|
2024-04-25 21:03:57 +02:00 |
|
|
4bd1150a0e
|
fix bug Manga.WithMetadata coverfilenameincache not being replaced.
|
2024-04-25 21:03:44 +02:00 |
|
|
8b62e2c467
|
Possible fix #175 Export jobs when Manga-Metadata is updated.
|
2024-04-25 20:57:59 +02:00 |
|
|
7ec262a2e4
|
Possible fix #175 Export jobs when Manga-Metadata is updated.
|
2024-04-25 20:57:46 +02:00 |
|
|
d32d5976ee
|
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into cuttingedge
|
2024-04-25 20:46:32 +02:00 |
|
|
58cff6513a
|
Possible fix #175
|
2024-04-25 20:46:26 +02:00 |
|
|
783f229a6a
|
Add LibraryConnector.Test to see if requests can be made to endpoint.
|
2024-04-23 00:58:33 +02:00 |
|
|
aaf06da8e1
|
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into cuttingedge
|
2024-04-23 00:20:50 +02:00 |
|
|
51a26a3cba
|
Fix https://github.com/C9Glax/tranga/issues/143
ImageCache could never find files, because they were not in the expected location.
|
2024-04-23 00:20:34 +02:00 |
|
|
762da4c859
|
Make cachedPublications private with getter-setter
|
2024-04-22 22:43:42 +02:00 |
|
|
daba940b45
|
Make cachePublications a dictionary with internalId as key.
|
2024-04-22 22:38:23 +02:00 |
|
|
79e61a62c7
|
Export Jobfiles after execution, update metadata in jobfiles
|
2024-04-22 22:29:22 +02:00 |
|
|
06fe98323a
|
Fix crashing when comparing old Manga (missing websiteUrl)
|
2024-04-22 22:09:43 +02:00 |
|
|
5f820c53f5
|
Update websiteUrl on metadata-refresh https://github.com/C9Glax/tranga-website/issues/60
|
2024-04-22 22:03:09 +02:00 |
|
|
c69f1f6569
|
Addresses #170 Manganato authors and genres include "\r\n"
|
2024-04-22 04:45:49 +02:00 |
|
|
5bdbd9e2e4
|
Hack to resolve #60 Website-URL.
Field will have same name, just acquisition will be better.
|
2024-04-22 02:25:39 +02:00 |
|
|
f729c44f88
|
Merge branch 'refs/heads/master' into cuttingedge
|
2024-04-20 18:49:19 +02:00 |
|
|
f4966b0348
|
Docker Image build
|
2024-04-20 18:48:51 +02:00 |
|
|
df2fc4a036
|
Remove README CLI reference
|
2024-04-20 18:39:49 +02:00 |
|
|
0ab2ae03ce
|
unionby isntead of concat
|
2024-04-19 03:07:46 +02:00 |
|
|
95236daf41
|
Check if tags and authors are the same on Manga equals.
UpdateManga performs union/concat operation on alttitles, tags and authors
|
2024-04-19 03:00:31 +02:00 |
|
|
294ce01bc3
|
Set Manga.releaseStatus to new releaseStatus.
Fix #119
|
2024-04-19 02:37:17 +02:00 |
|
|
13565d1c7a
|
Fixes #166 MangaDex crash on UpdateMetadata, needed to include cover_art in request
|
2024-04-19 02:21:20 +02:00 |
|
|
54b24ac37f
|
Merge remote-tracking branch 'refs/remotes/db-2001/cuttingedge' into cuttingedge
|
2024-04-19 00:10:14 +02:00 |
|
|
c67e89f1dd
|
null checks
|
2024-04-19 00:07:34 +02:00 |
|
Dity
|
4ba44d3ac3
|
Merge branch 'C9Glax:cuttingedge' into cuttingedge
|
2024-04-18 18:04:07 -04:00 |
|