aa67c11050
Start-Job endpoint: Add option to start Jobs that our job is dependent on
Docker Image CI / build (push) Has been cancelled
2025-05-19 19:57:51 +02:00
62b035f6c5
GET Mangaconnector endpoint
2025-05-18 17:20:53 +02:00
49bd66ccab
Add UpdateCoverJob.cs
...
Covers get updated on every pull
If a Manga has no DownloadAvailableChaptersJob, Cover is removed
Add endpoint POST Settings/CleanupCovers that removed covers not associated to any Manga
2025-05-18 17:05:01 +02:00
100cb06ba0
SearchController.cs Local-Search endpoint
2025-05-18 15:32:58 +02:00
6125b036bf
SearchController.cs Local-Search endpoint
2025-05-18 15:31:11 +02:00
496b49ccb3
ParentJob can be updated, DownloadAvailableJobs Endpoint automatically sets ParentJob to the DownloadAvailableChaptersJob (ondeleteCascade)
2025-05-17 19:24:24 +02:00
b3efcf19d9
Manga GetCover, GetLatestDownloaded, GetLatestAvailable: Check if Jobs are running to fulfill request
2025-05-17 19:07:01 +02:00
0903ec606b
MangaController.cs use Manga.Chapters for Navigation instead of new context-Request
2025-05-17 18:54:24 +02:00
6cfa29e3dd
Append Headers instead of Adding MangaController.cs
2025-05-17 18:17:51 +02:00
0519ed26de
Remove Lunasea
2025-05-17 18:00:46 +02:00
937c5cb7a7
Create a UpdateChaptersDownloadedJob with creation of DownloadAvailableChaptersJob
2025-05-16 21:59:53 +02:00
563afa1e6f
Split UpdateFilesDownloadedJob.cs to UpdateChaptersDownloadedJob.cs and split into UpdateSingleChapterDownloadedJob.cs
2025-05-16 20:13:39 +02:00
590ccdd09a
Use GlobalConnector for Url Search requests
2025-05-16 19:27:34 +02:00
0f0a49f74f
Change Search with name to GET Request
2025-05-16 19:27:22 +02:00
a1c2942208
SearchAddMangaToContext fix
2025-05-16 14:21:14 +02:00
475a29b10d
Attach Entities to Jobs
2025-05-15 15:13:53 +02:00
7d4a6be569
MangaConnectors do not have to return an Object with 6 Parameters.
...
Job-Start Logic readable and optimized
More robust Database design
2025-05-09 06:28:44 +02:00
31beeeffae
Fix Job has ParentJob -> ParentJob has Job
2025-04-02 01:58:17 +02:00
dbbac1ad59
Fix Weebcentral
2025-04-01 02:14:13 +02:00
66fcdca7e7
Pushover Notifications https://github.com/C9Glax/tranga/issues/246
Docker Image CI / build (push) Has been cancelled
2025-03-29 20:55:24 +01:00
9350de0ae9
Custom Chapter-Naming scheme
...
https://github.com/C9Glax/tranga/issues/92
2025-03-29 20:33:58 +01:00
721f932fac
Fix MangaConnector enablestate endpoint
2025-03-27 19:49:44 +01:00
9521f66bac
Fix compression level check on endpoint
Docker Image CI / build (push) Has been cancelled
2025-03-19 23:55:39 +01:00
3981a41303
Fix Settings Endpoints (FromBody tags)
2025-03-19 23:49:24 +01:00
f2961711cf
Return TrangaSettings as proper Json instead of string
2025-03-19 23:13:56 +01:00
93ad691971
Endpoint to change all information of locallibrary
2025-03-19 22:44:31 +01:00
cef3b24efd
Do not delay LatestChapterAvailable/Downloaded Requests if we have a number (which will still be updated)
Docker Image CI / build (push) Waiting to run
2025-03-19 00:46:43 +01:00
f10c478cab
Add 503 response for covers and requests that take longer
2025-03-19 00:16:37 +01:00
31c039d71e
Change Endpoint to move Manga
Docker Image CI / build (push) Waiting to run
2025-03-17 20:16:39 +01:00
5b03befbf1
#168 Multiple Base-Paths (Libraries) Support
Docker Image CI / build (push) Has been cancelled
2025-03-16 16:48:19 +01:00
45a8f7a038
Logging
2025-03-14 00:39:52 +01:00
a2bc14d54a
Query Endpoints documentation
2025-03-13 22:47:50 +01:00
d278a25f16
Cover Endpoint wait for DownloadMangaCoverJob to finish if it exists
2025-03-13 22:29:59 +01:00
5f42a2d5ae
OnDelete cascade behaviour for all manga-related items
2025-03-13 22:28:33 +01:00
7ee4d32c07
Add BadRequest Check for width and height on cover endpoint
2025-03-13 21:30:05 +01:00
1f59ef66cd
Fix Request-Method for cover (set to GET)
2025-03-13 19:16:06 +01:00
6449132dbf
Move name on Endpoint Search by controller body
2025-03-13 17:47:04 +01:00
0df3381c8c
Fix Base-Endpoint-Path for MangaConnectorController.cs
2025-03-13 17:29:17 +01:00
2ca43e6f5d
Fix Endpoint ignorechaptersbefore
2025-03-13 17:25:34 +01:00
3ba1261f31
Add Endpoints to retrieve all (not-)Downloaded Chapters
2025-03-13 17:23:52 +01:00
be72d4ba97
Add Endpoint to return Jobs with State and Type combined
2025-03-13 16:52:40 +01:00
f237d82cac
Add Endpoints to retrieve Database-Entries for Author, Link, and MangaAltTitle from Id
2025-03-13 16:44:34 +01:00
a43901564b
Manga Cover request retrieve sizing from query instead of body
2025-03-13 16:35:29 +01:00
ef87e02d0b
Add Endpoints to change single requestlimit
2025-03-08 18:46:35 +01:00
0af83f2fd0
Update Swagger Documenatation for 501 NotImplemented
2025-03-08 18:36:57 +01:00
f3854ab594
Implement MangaController/MoveFolder
2025-03-08 18:36:30 +01:00
207604a437
Return JobIds and NotificationConnector-IDs on creation
2025-03-08 18:36:10 +01:00
ffc0e7555a
Add NewtonsoftJson to Swagger
...
Add RetrieveChaptersJob.cs
Add UpdateFilesDownloadedJob.cs
Remove DownloadNewChaptersJob.cs and instead use DownloadAvailableChaptersJob.cs
2025-03-08 18:09:41 +01:00
ecfc8f349b
Back to working
2025-03-08 16:53:27 +01:00
94678e744f
Replace occurences of "ID" with more meaningful names in documentation
2025-03-08 13:26:07 +01:00