Commit Graph

  • 524596ad85 Merge branch 'cuttingedge-merge-ServerV2' into postgres-Server-V2 Glax 2025-01-09 01:51:07 +01:00
  • 6aa8413c40 Fix #311 MangaWorld now requires Javascript Glax 2025-01-09 01:48:13 +01:00
  • 94adefa8e6 Fix some Jobs Glax 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...) Glax 2025-01-09 01:33:30 +01:00
  • 55c0e2c4e7 Manga latest downloaded and available via SQL Queries Glax 2024-12-18 16:42:59 +01:00
  • 5494f2b754 Merge branch 'master' into postgres-Server-V2 Glax 2024-12-18 00:45:32 +01:00
  • b96ae4a2d2 Merge pull request #304 from C9Glax/dependabot/github_actions/docker/setup-buildx-action-3.8.0 Glax 2024-12-17 17:38:07 +01:00
  • 80190e1286 Job Run pass context to add new Data Glax 2024-12-17 17:24:25 +01:00
  • 3a25c0b221 Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 dependabot[bot] 2024-12-17 05:59:19 +00:00
  • 16dd1ffa97 Job Run pass context to add new Data Glax 2024-12-16 23:29:57 +01:00
  • 9cb5f636dd Fix MangaDex wrong Id in requests for new chapters Glax 2024-12-16 23:29:42 +01:00
  • df319e9afb Jobs change RunningJobs to Dictionary of Thread and Job instead of just List of threads Glax 2024-12-16 23:21:13 +01:00
  • 84388a469a Remove unncessary nullable in Job Glax 2024-12-16 23:20:46 +01:00
  • d322445550 Add "GetAll" Paths to Manga and Jobcontroller Glax 2024-12-16 23:20:31 +01:00
  • 81d22bc022 Newtonsoft Enum Json Converter Glax 2024-12-16 23:20:17 +01:00
  • 6b0cefbc7c Simplify SearchPaths Glax 2024-12-16 23:19:59 +01:00
  • 519030861d Move GetConnectors to new MiscController Glax 2024-12-16 23:19:47 +01:00
  • 6940e6c64d Include Manga and Chapter in jobs Glax 2024-12-16 23:05:12 +01:00
  • e66ab49e7d ConnectorController.cs -> SearchController.cs Glax 2024-12-16 22:59:52 +01:00
  • 67a15cec7f Path for SearchManga Glax 2024-12-16 22:58:44 +01:00
  • ae11c31b9d ConnectorController.AddMangaToContext existing also check for connector Glax 2024-12-16 22:55:52 +01:00
  • 60b128fc30 Fix Arrays shall not be added to context Glax 2024-12-16 22:54:23 +01:00
  • 729f018712 Fix relation Manga -> Tags and Manga -> Authors with many-many Glax 2024-12-16 21:52:35 +01:00
  • 03e89913e3 Scoped PGSql Contexts for Threads Glax 2024-12-16 21:24:00 +01:00
  • c4fc2f436b Notification-Thread Implemented Glax 2024-12-16 21:02:55 +01:00
  • ebc30c85bf Notification Date notnull Glax 2024-12-16 20:35:25 +01:00
  • d6b0e3a366 Notification Date notnull Glax 2024-12-16 20:34:20 +01:00
  • e1bfdd675b NotificationConnector SendNotification public Glax 2024-12-16 20:33:59 +01:00
  • e6f8853b49 Add NotificationUrgency.cs Glax 2024-12-16 20:14:28 +01:00
  • 99ddb06d6d TrangaSettings remove old properties Glax 2024-12-16 20:08:23 +01:00
  • 62876498d0 Notification add Date Glax 2024-12-16 20:03:45 +01:00
  • 1044821147 Fix relation Manga->Chapter (latest) Glax 2024-12-16 20:03:38 +01:00
  • 7f946da1c3 Remove docs/ we have SWAGger Glax 2024-12-16 19:50:56 +01:00
  • 79e7941dda Remove docs/ we have SWAGger Glax 2024-12-16 19:49:56 +01:00
  • faa235783c remove leftover .dockerignore Glax 2024-12-16 19:49:17 +01:00
  • 87c5ad001d AutoInclude Navigation on Manga and Chapter Glax 2024-12-16 19:49:03 +01:00
  • 3b58e0498b Fix redundant keys, MangaSearch Glax 2024-12-16 19:25:22 +01:00
  • 87274aca19 Remove APISerializable and APIJsonSerializer Glax 2024-12-16 18:55:52 +01:00
  • 77c5903cf1 Fixup Docker files Glax 2024-12-16 18:29:57 +01:00
  • 0d32f15ee9 PGSqlContext add MangaConnector Discriminator API use Newtonsoft Json, Glax 2024-12-16 18:28:58 +01:00
  • a0774841bc PrimaryKey Notification Glax 2024-12-16 18:02:48 +01:00
  • 3ee3a07565 Urgency Glax 2024-12-16 17:58:25 +01:00
  • b9eecd3afd Remove excess Glax 2024-12-16 17:47:12 +01:00
  • 6534341fd5 Library Connector Constructors Glax 2024-12-16 17:45:58 +01:00
  • 6737be4a20 Notification Connector Methods Glax 2024-12-16 17:42:16 +01:00
  • 84833acdeb Schema add Notifications Glax 2024-12-16 17:35:36 +01:00
  • 538e6fa60b MangaConnectors in API Glax 2024-12-15 23:00:35 +01:00
  • 8c5bcd2665 Weebcentral Glax 2024-12-14 22:02:32 +01:00
  • 50dfd92c91 Merge branch 'Server-V2' into postgres-Server-V2 Glax 2024-12-14 21:57:47 +01:00
  • bf9fe517b0 Merge branch 'cuttingedge-merge-ServerV2' into Server-V2 Glax 2024-12-14 21:57:34 +01:00
  • e1f1a05724 Merge pull request #302 from ale-ben/feature/weebcentral_build_error Glax 2024-12-14 21:54:28 +01:00
  • 1008da7ee8 Add API Glax 2024-12-14 21:53:29 +01:00
  • 72d9bda0e8 [feature/weebcentral_build_error] fix type in equality check Alessandro Benetton 2024-12-14 20:44:43 +01:00
  • a40a9c84df Merge pull request #298 from ale-ben/feature/weebcentral Glax 2024-12-14 18:42:47 +01:00
  • ec884f888f Merge branch 'Server-V2' into postgres-Server-V2 Glax 2024-12-14 18:07:27 +01:00
  • 57df419d65 Merge branch 'cuttingedge-merge-ServerV2' into Server-V2 Glax 2024-12-14 18:07:22 +01:00
  • 825b945ad1 AsuraToon Crash on no Artists or Authors Fix #296 Glax 2024-12-14 18:02:41 +01:00
  • b8c624f3ea AsuraToon crash when there is no search-results #296 Glax 2024-12-14 17:55:20 +01:00
  • 93cfdddd19 Possible fix #300 chromium statup "Failed to launch browser! chrome_crashpad_handler: --database is required" Glax 2024-12-14 17:51:22 +01:00
  • 4c8d9bfaf2 [feature/weebcentral] Added Weebcentral to readme Alessandro Benetton 2024-12-14 16:29:43 +01:00
  • dd988658c0 [feature/weebcentral] Added Weebcentral to connectors Alessandro Benetton 2024-12-14 16:18:15 +01:00
  • cf4c84a47f [feature/weebcentral] Working download logic Alessandro Benetton 2024-12-14 00:58:52 +01:00
  • 5d9bfc3adf [feature/weebcentral] Get chapters Alessandro Benetton 2024-12-14 00:39:59 +01:00
  • 5a770c8e9f [feature/weebcentral] Working search Alessandro Benetton 2024-12-13 23:41:54 +01:00
  • 395619acd3 Merge branch 'Server-V2' into postgres-Server-V2 Glax 2024-12-13 18:54:16 +01:00
  • 502821c246 Merge branch 'cuttingedge-merge-ServerV2' into postgres-Server-V2 Glax 2024-12-13 18:54:02 +01:00
  • 9d6a8ed686 Merge branch 'cuttingedge-merge-ServerV2' into Server-V2 Glax 2024-12-13 18:53:52 +01:00
  • e3bd7620aa Fix #296 AsuraToon AsuraComic does not use Static sites, use Chromium instead. Make Puppeteer spam less logs Glax 2024-12-13 18:53:25 +01:00
  • afcc2cacaf merge Glax 2024-12-12 22:48:46 +01:00
  • 4040b5845c Merge branch 'cuttingedge-merge-ServerV2' into Server-V2 Glax 2024-12-12 22:47:47 +01:00
  • 428d6e13d1 Fix UpdateJobFile with oldFile: oldFilePath was fullname, not relative Glax 2024-12-12 22:41:28 +01:00
  • 1e6a65c0fd Chapter volume and chapternumber as float instead of string. Possible fix #293 Glax 2024-12-12 22:33:13 +01:00
  • 025d43b752 Fix duplicate job check. We were still adding duplicate jobs if not *every* field in the Manga matched. We now only compare publicationId. Glax 2024-12-12 22:18:06 +01:00
  • 113c0abba7 Merge pull request #294 from C9Glax/cuttingedge Glax 2024-12-12 22:07:13 +01:00
  • 7daebcb1c4 Merge branch 'cuttingedge-merge-ServerV2' into Server-V2 Glax 2024-12-12 22:05:52 +01:00
  • 747df0bde5 Add Puppeteer Logger Glax 2024-12-12 21:42:21 +01:00
  • 463f360808 Dependency updates Glax 2024-12-12 21:28:58 +01:00
  • 44ff158c66 Merge branch 'cuttingedge-merge-ServerV2' into Server-V2 Glax 2024-12-04 19:58:48 +01:00
  • 85d7c07b13 Mangaworld add decimal-chapters (686.5) to regex #289 Glax 2024-12-04 19:55:31 +01:00
  • b5b45d0801 Merge branch 'cuttingedge-merge-ServerV2' into Server-V2 Glax 2024-12-04 19:49:56 +01:00
  • 553f56ecaf Longer ExceptionMessage when Chapter comparison fails #289 Glax 2024-12-04 19:49:26 +01:00
  • 9cc4f8c090 Merge pull request #283 from C9Glax/cuttingedge-merge-candiate Glax 2024-11-28 21:41:19 +01:00
  • 29f3f1a16e Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2 Glax 2024-11-28 21:35:48 +01:00
  • 204fb7614d Fix #281 Manganato errors when there is no chapters uploaded Glax 2024-11-28 21:35:29 +01:00
  • d6e73ffcdf Merge pull request #276 from C9Glax/cuttingedge-merge-candiate Glax 2024-11-28 21:23:56 +01:00
  • 5a8202f872 More logging Glax 2024-11-11 17:59:48 +01:00
  • 1bd914571c Asuratoon Server-V2 Glax 2024-11-11 17:09:19 +01:00
  • 483dcc41df Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2 Glax 2024-11-02 17:52:26 +01:00
  • 55cc2a2e84 Merge pull request #277 from C9Glax/asuratoon Glax 2024-11-02 17:51:12 +01:00
  • b619109ea1 fix #141 chapternames Glax 2024-11-02 17:48:18 +01:00
  • 72943330c3 Merge branch 'refs/heads/cuttingedge' into asuratoon Glax 2024-11-02 17:45:13 +01:00
  • bc44a5333b Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2 Glax 2024-11-02 17:44:38 +01:00
  • 38bc1e4d53 Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into cuttingedge Glax 2024-11-02 17:44:30 +01:00
  • 47479f7a0d Fix chaptermarkers. Don't create one if Chapter does not have an ID Glax 2024-11-02 17:44:23 +01:00
  • b2381be860 #141 fix ParsePublicationsFromHtml, statusNode, titleNode, firstChapterNode fix ParseChaptersFromHtml nodeCollection of ChapterURls fix ParseImageUrlsFromHtml xPath fix Chapterparsing names Glax 2024-11-02 17:42:26 +01:00
  • 657e1b338b resolves #141 Asuratoon connector Glax 2024-11-02 17:19:17 +01:00
  • 5018800d09 Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2 Glax 2024-11-02 16:25:49 +01:00
  • ee265a7519 Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into cuttingedge Glax 2024-11-02 16:24:55 +01:00
  • 5b0624654b rename duplicates to append ".duplicate" Glax 2024-11-02 16:24:44 +01:00
  • a75549c699 Only try loading .json files on startup (exclude .failed for example) Glax 2024-11-02 16:24:09 +01:00