2
0

Commit Graph

  • 4692cc297a Fix MangaDex linksNode is null Glax 2024-04-26 00:48:55 +0200
  • 7f95ab9439 Add Endpoint GET /v2/Manga to request multiple Manga from internalIds #167 Glax 2024-04-26 00:22:17 +0200
  • 49a9b7ccb0 Corrected Job->Manga in return Glax 2024-04-26 00:19:38 +0200
  • 0735e2c588 Change GET /v2/Manga to /v2/Mangas Glax 2024-04-26 00:16:28 +0200
  • 5b22246c41 Add Endpoint GET /v2/Job returns list of jobs specified by jobid Glax 2024-04-26 00:14:46 +0200
  • 2e1f633f40 Add Endpoint POST /v2/Manga/internalId/moveFolder #167 Glax 2024-04-26 00:05:48 +0200
  • 8887cea718 Add Endpoint POST /v2/Manga/internalId/ignoreChaptersBelow #167 Glax 2024-04-26 00:00:57 +0200
  • 061da1b4bf Add field customFolder and startChapter to CreateJob Endpoint https://github.com/C9Glax/tranga/pull/167#issuecomment-2077909075 #167 Glax 2024-04-25 23:55:31 +0200
  • 80dc8fbe65 Resolves #176 Return 409 conflict if job already exists. Glax 2024-04-25 23:50:06 +0200
  • 28a0efe488 Add Endpoint /v2/Manga/internalId/Chapters/Latest Glax 2024-04-25 23:45:13 +0200
  • 3d08b1f9f2 Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2 Glax 2024-04-25 23:34:56 +0200
  • 3d855020eb Export job files indented. Glax 2024-04-25 21:32:48 +0200
  • c6d0168d2f Fix #174 auth not being written to file for ntfy. Glax 2024-04-25 21:29:05 +0200
  • d52213002e Delete old jobfiles. Glax 2024-04-25 21:24:11 +0200
  • ec9290f41f Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into cuttingedge Glax 2024-04-25 21:10:42 +0200
  • 6b91796e5a Update manga in DownloadNewChapters Jobs Glax 2024-04-25 21:10:26 +0200
  • 9f9ea569d5 fix bug Manga.WithMetadata coverfilenameincache not being replaced. Glax 2024-04-25 21:03:44 +0200
  • 4bd1150a0e fix bug Manga.WithMetadata coverfilenameincache not being replaced. Glax 2024-04-25 21:03:44 +0200
  • 8b62e2c467 Possible fix #175 Export jobs when Manga-Metadata is updated. Glax 2024-04-25 20:57:46 +0200
  • 7ec262a2e4 Possible fix #175 Export jobs when Manga-Metadata is updated. Glax 2024-04-25 20:57:46 +0200
  • d32d5976ee Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into cuttingedge Glax 2024-04-25 20:46:32 +0200
  • 58cff6513a Possible fix #175 Glax 2024-04-25 20:46:26 +0200
  • 783f229a6a Add LibraryConnector.Test to see if requests can be made to endpoint. Glax 2024-04-23 00:48:08 +0200
  • 2651a0c53b Implemented /v2/NotificationConnector/* Glax 2024-04-23 00:58:19 +0200
  • 0ced3a7dd9 Implement /v2/LibraryConnector/* Glax 2024-04-23 00:48:25 +0200
  • a56555eee4 Add LibraryConnector.Test to see if requests can be made to endpoint. Glax 2024-04-23 00:48:08 +0200
  • cee7870aad Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2 Glax 2024-04-23 00:21:18 +0200
  • aaf06da8e1 Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into cuttingedge Glax 2024-04-23 00:20:50 +0200
  • 51a26a3cba Fix https://github.com/C9Glax/tranga/issues/143 ImageCache could never find files, because they were not in the expected location. Glax 2024-04-23 00:20:34 +0200
  • bce77180bc Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2 Glax 2024-04-22 23:54:26 +0200
  • 8c66bbc89f Use publicationCache to store and update Manga Glax 2024-04-22 23:45:51 +0200
  • 762da4c859 Make cachedPublications private with getter-setter Glax 2024-04-22 22:43:42 +0200
  • daba940b45 Make cachePublications a dictionary with internalId as key. Glax 2024-04-22 22:38:23 +0200
  • 79e61a62c7 Export Jobfiles after execution, update metadata in jobfiles Glax 2024-04-22 22:29:22 +0200
  • 06fe98323a Fix crashing when comparing old Manga (missing websiteUrl) Glax 2024-04-22 22:09:43 +0200
  • 5f820c53f5 Update websiteUrl on metadata-refresh https://github.com/C9Glax/tranga-website/issues/60 Glax 2024-04-22 22:03:09 +0200
  • c69f1f6569 Addresses #170 Manganato authors and genres include "\r\n" Glax 2024-04-22 04:45:49 +0200
  • e360037fda Add "(?:/?)" to the end of all Regex RequestPaths Glax 2024-04-22 04:43:08 +0200
  • ea866e0136 Added Endpoint /v2/Manga lists all known Manga Implemented /v2/Manga/* Glax 2024-04-22 04:42:10 +0200
  • c3231327f9 nullable Glax 2024-04-22 04:21:39 +0200
  • 03e90eccd3 No longer require connector name to create job Glax 2024-04-22 04:21:30 +0200
  • 64482931a3 Implemented GET /v2/LogFile Glax 2024-04-22 03:19:56 +0200
  • cce4901a5d Implement all /v2/Settings Glax 2024-04-22 03:03:17 +0200
  • 3adb103fc4 Fix API-Path prematurely triggering match. Glax 2024-04-22 03:02:49 +0200
  • b6ffb97a04 Merge branch 'refs/heads/cuttingedge' into Server-V2 Glax 2024-04-22 02:27:34 +0200
  • 5bdbd9e2e4 Hack to resolve #60 Website-URL. Field will have same name, just acquisition will be better. Glax 2024-04-22 02:25:39 +0200
  • 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 Glax 2024-04-22 00:00:35 +0200
  • 6d48a100ca Implemented GET /v2/Jobs /v2/Jobs/Running /v2/Jobs/Waiting /v2/Jobs/Monitoring /v2/Job/<jobId> /v2/Job/<jobId>/Progress Glax 2024-04-21 21:48:11 +0200
  • 4104169c19 Fix path excluding symbols that are used in requests Glax 2024-04-21 21:46:52 +0200
  • 4cb7c941a2 Implemented /v2/Connector/<ConnectorName>/GetManga Glax 2024-04-21 21:32:03 +0200
  • b3fb53f6d8 Corrected link Glax 2024-04-20 18:55:54 +0200
  • f729c44f88 Merge branch 'refs/heads/master' into cuttingedge Glax 2024-04-20 18:49:19 +0200
  • 8b9769b816 Merge branch 'refs/heads/master' into Server-V2 Glax 2024-04-20 18:49:08 +0200
  • f4966b0348 Docker Image build Glax 2024-04-20 18:46:00 +0200
  • 9a02859f6b Docker Image build Glax 2024-04-20 18:46:00 +0200
  • e96dd07521 Link API Documentation in README.md Glax 2024-04-20 18:41:12 +0200
  • a610eff8f0 Merge branch 'refs/heads/cuttingedge' into Server-V2 Glax 2024-04-20 18:39:56 +0200
  • df2fc4a036 Remove README CLI reference Glax 2024-04-20 18:39:49 +0200
  • c41f04d92d All Valid Request Paths return "Not Implemented". Ping returns Pong. Glax 2024-04-20 18:34:20 +0200
  • 5e647099cd Spelling Glax 2024-04-20 17:56:54 +0200
  • 011af9c7a8 #114 API Documentation Glax 2024-04-20 16:59:51 +0200
  • 630e507564 #74 API Documentation Glax 2024-04-20 16:57:06 +0200
  • fa2598084f Hard cutover https://github.com/C9Glax/tranga/pull/167#issuecomment-2067689986 Glax 2024-04-20 16:54:58 +0200
  • f79743ee93 actually use v2 API Glax 2024-04-19 22:20:24 +0200
  • 2828fec316 Merge Glax 2024-04-19 22:08:03 +0200
  • bd14722791 Merge remote-tracking branch 'refs/remotes/db-2001/json-api' into Server-V2 Glax 2024-04-19 22:06:55 +0200
  • d22b49cfa8 Change Method Header for Handlers to return the response to HandleRequest so we don't forget to send a response. Glax 2024-04-19 21:58:29 +0200
  • 595051b0fe Merge remote-tracking branch 'origin/Server-V2' into Server-V2 Glax 2024-04-19 21:54:21 +0200
  • 238395a3da Return JobIds instead of full jobs. /v2/Jobs /v2/Jobs/Running /v2/Jobs/Waiting /v2/Jobs/Monitoring Glax 2024-04-19 21:38:46 +0200
  • 0313d81204 Return JobIds instead of full jobs. /v2/Jobs /v2/Jobs/Running /v2/Jobs/Waiting /v2/Jobs/Monitoring Glax 2024-04-19 21:38:46 +0200
  • f5cecb9e30 Github Reference Link Style Glax 2024-04-19 21:35:38 +0200
  • 7e5fa6ce41 API v2 Glax 2024-04-19 21:23:15 +0200
  • 0ab2ae03ce unionby isntead of concat Glax 2024-04-19 03:07:46 +0200
  • 95236daf41 Check if tags and authors are the same on Manga equals. UpdateManga performs union/concat operation on alttitles, tags and authors Glax 2024-04-19 03:00:31 +0200
  • 294ce01bc3 Set Manga.releaseStatus to new releaseStatus. Fix #119 Glax 2024-04-19 02:37:17 +0200
  • 13565d1c7a Fixes #166 MangaDex crash on UpdateMetadata, needed to include cover_art in request Glax 2024-04-19 02:21:20 +0200
  • a8aa7d3370 Okay, actually write request variables to log. db-2001 2024-04-18 18:45:19 -0400
  • 01bab62190 Log request if unknown db-2001 2024-04-18 18:32:49 -0400
  • 2768ab38e6 Merge remote-tracking branch 'upstream/cuttingedge' into json-api db-2001 2024-04-18 18:24:26 -0400
  • 54b24ac37f Merge remote-tracking branch 'refs/remotes/db-2001/cuttingedge' into cuttingedge Glax 2024-04-19 00:10:14 +0200
  • c67e89f1dd null checks Glax 2024-04-19 00:07:34 +0200
  • 4ba44d3ac3
    Merge branch 'C9Glax:cuttingedge' into cuttingedge Dity 2024-04-18 18:04:07 -0400
  • 33b8ede492 Use new requestParams variable for AprilFoolsMode setting db-2001 2024-04-18 17:58:23 -0400
  • dbc1b94124 Merge branch 'cuttingedge' into json-api db-2001 2024-04-18 17:56:44 -0400
  • 8631cf6376
    Merge pull request #161 from C9Glax/MangaDexRequestLimitChange Glax 2024-04-18 23:54:44 +0200
  • df4d547e2b Fix crash with old settings files Glax 2024-04-18 23:52:52 +0200
  • 006b71b496 Merge remote-tracking branch 'upstream/cuttingedge' into cuttingedge db-2001 2024-04-18 17:48:43 -0400
  • 5f03b0d89c Closes #154 Glax 2024-04-18 23:05:04 +0200
  • 6dc1ea0030 Merge branch 'refs/heads/master' into cuttingedge Glax 2024-04-18 22:52:51 +0200
  • ff08754610 Bump docker/setup-buildx-action@v3.3.0 Bump docker/build-push-action@v5.3.0 Glax 2024-04-18 22:52:38 +0200
  • d1a6c0ad3d Set Chromium Start Timeout to 30 seconds. Resolves #135 ? Glax 2024-04-18 22:12:49 +0200
  • 0260868968
    Merge pull request #163 from C9Glax/cuttingedge Glax 2024-04-18 21:29:40 +0200
  • b1f72dcb81 Legacy RateLimit remove Glax 2024-04-18 19:00:28 +0200
  • b0f353819b Legacy RateLimit Glax 2024-04-18 18:58:42 +0200
  • 8f8d019861 Streamlined MangaDex information retrieval Glax 2024-04-18 18:56:34 +0200
  • 21a7392493 Resolves #160, Rated Manga on Mangadex. Glax 2024-04-18 18:01:02 +0200
  • 0d5db15f87 Merge remote-tracking branch 'upstream/cuttingedge' into cuttingedge db-2001 2024-04-16 21:51:58 -0400
  • 431fde0d76 Wrong April Fools check. Resolves https://github.com/C9Glax/tranga/issues/159 Glax 2024-04-16 04:18:56 +0200
  • e022bf3081 Merge branch 'cuttingedge' into dev Glax 2024-04-15 15:02:52 +0200
  • c25a4f69ec Cleanup Glax 2024-04-15 14:51:01 +0200