|
043f0b9593
|
#74 Endpoints for latest chapter downloaded and latest chapter available
|
2025-03-07 16:37:32 +01:00 |
|
|
022ebe2bcc
|
Arbitrary Webhook for NotificationConnectors
Backend only deals in REST Webhooks
The API has custom Endpoints for Ntfy, Gotify, Lunasea that create pre-formatted Webhooks
#297 #259
|
2025-03-07 16:30:32 +01:00 |
|
|
3a8b400851
|
Update XML-Documentation with Mediatype
|
2025-03-07 14:46:15 +01:00 |
|
|
6c5bc3685e
|
#229 Resize cover-images on request before transfer
|
2025-03-07 14:29:25 +01:00 |
|
|
c679d7c677
|
Fix DownloadMangaCover, Implement Manga/Cover endpoint
|
2025-03-07 14:07:59 +01:00 |
|
|
4075adfe6b
|
Searching adds DownloadMangaCoverJob
|
2025-03-07 14:07:22 +01:00 |
|
|
72abc90af3
|
Implement Manga/Cover
|
2025-03-07 13:38:46 +01:00 |
|
|
894f105786
|
DownloadSingleChapter narrow down FileStream options
|
2025-03-07 13:38:32 +01:00 |
|
|
d314559361
|
UpdateMetadataJob add check if archives for chapters exist on disk
|
2025-03-07 13:26:49 +01:00 |
|
|
5ab0bd0b78
|
Chapter short Documentation update
|
2025-03-07 13:26:25 +01:00 |
|
|
5c0ace291b
|
DownloadSingleChapterJob update coverfilename in cache in database
|
2025-03-07 13:26:07 +01:00 |
|
|
0d931bc835
|
MangaConnector shorten Endpoint paths
|
2025-03-07 13:11:41 +01:00 |
|
|
e1e5a45960
|
Implement SettingsController
|
2025-03-07 13:06:01 +01:00 |
|
|
3ecbc1a805
|
XML-Documentation
|
2025-03-07 13:05:51 +01:00 |
|
|
3305519307
|
JobController XML-Documentation
|
2025-03-07 12:31:10 +01:00 |
|
|
9fca2d81ab
|
DeleteJob also deletes children
|
2025-03-07 12:25:02 +01:00 |
|
|
949c0cc16d
|
#180 Option to disable/enable MangaConnectors
|
2025-03-07 11:45:45 +01:00 |
|
|
5921e524a9
|
Option to disable/enable jobs
|
2025-03-07 11:32:59 +01:00 |
|
|
bf332717a5
|
#114 Modify Job Intervals
|
2025-03-07 11:27:40 +01:00 |
|
|
bb31a94eea
|
Dependency Updates
|
2025-03-07 10:36:57 +01:00 |
|
|
1d2ca4d76a
|
Dependency Updates and Migrations
|
2025-03-03 21:13:18 +01:00 |
|
|
e2ff2c76ed
|
Jobs:
Fix multiple jobs running on the same connector
Fix state-updates
Add more Documentation to JobController
Only allow non-running jobs to be started
|
2025-03-03 21:13:03 +01:00 |
|
|
8a0829ef69
|
JobState set enum to bytes with fixed values
|
2025-03-03 21:11:39 +01:00 |
|
|
d257095885
|
Fix MangaDex Downloads: Get Chapter-Id from URL
|
2025-03-03 21:11:21 +01:00 |
|
|
68cc23e158
|
Mangaconnector-Update:
Remove MangaNato
Update Weebcentral
|
2025-03-03 15:03:16 +01:00 |
|
|
235183cd7f
|
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into postgres-Server-V2
# Conflicts:
# API/Schema/MangaConnectors/Webtoons.cs
# Tranga/Server.cs
|
2025-03-02 10:07:33 +01:00 |
|
|
dccc9fdbef
|
Merge branch 'cuttingedge-merge-ServerV2' into postgres-Server-V2
# Conflicts:
# API/MangaDownloadClients/ChromiumDownloadClient.cs
# Tranga/Jobs/JobBoss.cs
# Tranga/Tranga.csproj
|
2025-02-09 18:38:46 +01:00 |
|
|
9928abb674
|
Webtoons
|
2025-02-09 17:53:22 +01:00 |
|
|
ebb034e0c7
|
Merge branch 'cuttingedge-merge-ServerV2' into postgres-Server-V2
# Conflicts:
# API/Schema/MangaConnectors/Webtoons.cs
# Tranga/MangaConnectors/MangaConnector.cs
# Tranga/MangaConnectors/MangaConnectorJsonConverter.cs
# Tranga/MangaConnectors/WeebCentral.cs
# Tranga/Tranga.cs
|
2025-02-09 17:41:29 +01:00 |
|
|
1dca7ec569
|
Remove Manga4Life
|
2025-02-09 17:30:30 +01:00 |
|
|
7229fad6c5
|
Merge branch 'cuttingedge-merge-ServerV2' into postgres-Server-V2
# Conflicts:
# API/Schema/MangaConnectors/MangaLife.cs
# Tranga/MangaConnectors/MangaConnectorJsonConverter.cs
# Tranga/Tranga.cs
|
2025-02-09 17:28:47 +01:00 |
|
Alessandro Benetton
|
6315940cd6
|
[postgres-Server-V2] fix: pk conflict error in chapter download (still not working though)
|
2025-02-02 00:47:46 +01:00 |
|
Alessandro Benetton
|
ef7ebf022d
|
[postgres-Server-V2] Update Weebcentral with changes from V1
|
2025-02-02 00:18:38 +01:00 |
|
Alessandro Benetton
|
725813c2f3
|
[postgres-Server-V2] feat(Jobs): Instead of passing context to each job, pass service provider and let the job create its own context
|
2025-02-01 23:08:13 +01:00 |
|
Alessandro Benetton
|
a69e12179b
|
[postgres-Server-V2] fix(Manga): Was using properties before initialization
|
2025-02-01 22:16:12 +01:00 |
|
Alessandro Benetton
|
45ca2695eb
|
[postgres-Server-V2] feat: Convert DateTime.Now calls to UtcNow
|
2025-02-01 21:58:50 +01:00 |
|
Alessandro Benetton
|
bd9e79d026
|
[postgres-Server-V2] Use MangaId to check if manga exists instead of connector id
|
2025-02-01 21:53:16 +01:00 |
|
Alessandro Benetton
|
6bbd09072b
|
[postgres-Server-V2] fix(Chapter): Use tryParse instead of parse when comparing chapters
|
2025-02-01 21:52:34 +01:00 |
|
Alessandro Benetton
|
d6018b60ae
|
[postgres-Server-V2] Add parameter array to token gen
|
2025-01-31 21:24:35 +01:00 |
|
Alessandro Benetton
|
a713a006dd
|
[postgres-Server-V2] fix: Updated Job logic to spawn a job only if a job with the same id is not already in the RunningJobs list
|
2025-01-25 12:10:32 +01:00 |
|
Alessandro Benetton
|
ebe7e145aa
|
[postgres-Server-V2] feat: Convert chapterNumeber to string
|
2025-01-25 12:06:56 +01:00 |
|
|
be6b3da1be
|
Merge branch 'cuttingedge-merge-ServerV2' into postgres-Server-V2
# Conflicts:
# API/MangaDownloadClients/ChromiumDownloadClient.cs
# Tranga/TrangaSettings.cs
|
2025-01-15 23:14:51 +01:00 |
|
|
b818f63f2a
|
Merge branch 'cuttingedge-merge-ServerV2' into postgres-Server-V2
# Conflicts:
# API/MangaDownloadClients/ChromiumDownloadClient.cs
# Tranga/TrangaSettings.cs
|
2025-01-15 22:56:25 +01:00 |
|
|
110a0bf481
|
Remove Mangasee
|
2025-01-15 22:19:24 +01:00 |
|
|
fdbe585aa0
|
Merge branch 'cuttingedge-merge-ServerV2' into postgres-Server-V2
# Conflicts:
# API/Schema/MangaConnectors/Mangasee.cs
# Tranga/Jobs/JobBoss.cs
# Tranga/MangaConnectors/MangaConnectorJsonConverter.cs
# Tranga/Tranga.cs
|
2025-01-15 22:18:52 +01:00 |
|
|
6a8df2f5f8
|
TokenGen CreateTokenHash from array of strings.
|
2025-01-12 19:09:37 +01:00 |
|
|
524596ad85
|
Merge branch 'cuttingedge-merge-ServerV2' into postgres-Server-V2
# Conflicts:
# API/Schema/MangaConnectors/Mangaworld.cs
|
2025-01-09 01:51:07 +01:00 |
|
|
94adefa8e6
|
Fix some Jobs
|
2025-01-09 01:34:03 +01:00 |
|
|
7cf7eb85d2
|
Fix #307 Chapternumbers
ChapterNumbers now can be sub-decimal, like version-numbers (x.y.z.a...)
|
2025-01-09 01:33:30 +01:00 |
|
|
55c0e2c4e7
|
Manga latest downloaded and available via SQL Queries
|
2024-12-18 16:42:59 +01:00 |
|