|
49a9b7ccb0
|
Corrected Job->Manga in return
|
2024-04-26 00:19:38 +02:00 |
|
|
0735e2c588
|
Change GET /v2/Manga to /v2/Mangas
|
2024-04-26 00:16:28 +02:00 |
|
|
5b22246c41
|
Add Endpoint GET /v2/Job returns list of jobs specified by jobid
|
2024-04-26 00:14:46 +02:00 |
|
|
2e1f633f40
|
Add Endpoint POST /v2/Manga/internalId/moveFolder #167
|
2024-04-26 00:05:48 +02:00 |
|
|
8887cea718
|
Add Endpoint POST /v2/Manga/internalId/ignoreChaptersBelow #167
|
2024-04-26 00:03:46 +02:00 |
|
|
061da1b4bf
|
Add field customFolder and startChapter to CreateJob Endpoint
https://github.com/C9Glax/tranga/pull/167#issuecomment-2077909075
#167
|
2024-04-25 23:55:31 +02:00 |
|
|
80dc8fbe65
|
Resolves #176 Return 409 conflict if job already exists.
|
2024-04-25 23:50:06 +02:00 |
|
|
28a0efe488
|
Add Endpoint /v2/Manga/internalId/Chapters/Latest
|
2024-04-25 23:45:13 +02:00 |
|
|
3d08b1f9f2
|
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2
# Conflicts:
# Tranga/GlobalBase.cs
# Tranga/Jobs/JobBoss.cs
# Tranga/Jobs/UpdateMetadata.cs
# Tranga/Manga.cs
# Tranga/MangaConnectors/Bato.cs
# Tranga/MangaConnectors/MangaKatana.cs
# Tranga/MangaConnectors/MangaLife.cs
# Tranga/MangaConnectors/Manganato.cs
# Tranga/MangaConnectors/Mangasee.cs
# Tranga/MangaConnectors/Mangaworld.cs
|
2024-04-25 23:34:56 +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 |
|
|
2651a0c53b
|
Implemented /v2/NotificationConnector/*
|
2024-04-23 00:58:19 +02:00 |
|
|
0ced3a7dd9
|
Implement /v2/LibraryConnector/*
|
2024-04-23 00:51:24 +02:00 |
|
|
a56555eee4
|
Add LibraryConnector.Test to see if requests can be made to endpoint.
|
2024-04-23 00:48:08 +02:00 |
|
|
cee7870aad
|
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2
# Conflicts:
# Tranga/Server.cs
|
2024-04-23 00:21:18 +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 |
|
|
bce77180bc
|
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2
# Conflicts:
# Tranga/Jobs/UpdateMetadata.cs
# Tranga/Manga.cs
|
2024-04-22 23:54:26 +02:00 |
|
|
8c66bbc89f
|
Use publicationCache to store and update Manga
|
2024-04-22 23:45:51 +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 |
|
|
e360037fda
|
Add "(?:/?)" to the end of all Regex RequestPaths
|
2024-04-22 04:43:08 +02:00 |
|
|
ea866e0136
|
Added Endpoint /v2/Manga lists all known Manga
Implemented /v2/Manga/*
|
2024-04-22 04:42:10 +02:00 |
|
|
c3231327f9
|
nullable
|
2024-04-22 04:21:39 +02:00 |
|
|
03e90eccd3
|
No longer require connector name to create job
|
2024-04-22 04:21:30 +02:00 |
|
|
64482931a3
|
Implemented GET /v2/LogFile
|
2024-04-22 03:19:56 +02:00 |
|
|
cce4901a5d
|
Implement all /v2/Settings
|
2024-04-22 03:03:17 +02:00 |
|
|
3adb103fc4
|
Fix API-Path prematurely triggering match.
|
2024-04-22 03:02:49 +02:00 |
|
|
b6ffb97a04
|
Merge branch 'refs/heads/cuttingedge' into Server-V2
|
2024-04-22 02:27:34 +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 |
|
|
49cfff8a2f
|
Changed the Creation Job API to a single Endpoint /v2/Job/Create/<Type>
Added and implemented GET /v2/Job/Types
Implemented /v2/Job/<jobId>
Implemented /v2/Job/<jobId>/StartNow
Implemented /v2/Job/<jobId>/Cancel
Implemented /v2/Job/<jobId>/SetInterval
|
2024-04-22 00:00:35 +02:00 |
|
|
6d48a100ca
|
Implemented GET
/v2/Jobs
/v2/Jobs/Running
/v2/Jobs/Waiting
/v2/Jobs/Monitoring
/v2/Job/<jobId>
/v2/Job/<jobId>/Progress
|
2024-04-21 21:48:24 +02:00 |
|
|
4104169c19
|
Fix path excluding symbols that are used in requests
|
2024-04-21 21:46:52 +02:00 |
|
|
4cb7c941a2
|
Implemented /v2/Connector/<ConnectorName>/GetManga
|
2024-04-21 21:32:03 +02:00 |
|
|
b3fb53f6d8
|
Corrected link
|
2024-04-20 18:55:54 +02:00 |
|
|
f729c44f88
|
Merge branch 'refs/heads/master' into cuttingedge
|
2024-04-20 18:49:19 +02:00 |
|