Commit Graph

  • c436389426 renamed wrong variable names publicationId -> internalId glax 2023-06-06 21:57:10 +02:00
  • 5099e25f3f Fixed wrong comparison on add new task glax 2023-06-06 21:56:51 +02:00
  • cf6fc3b8f6 Update readme HtmlAgilityPack 1.4 glax 2023-06-06 21:27:12 +02:00
  • f5141d0f8e removed unnecessary async glax 2023-06-06 21:27:02 +02:00
  • 5c753e7a7d Added fields to TrangaTask: executionStarted, executionApproximatelyFinished, executionApproximatelyRemaining to track progress glax 2023-06-06 21:19:30 +02:00
  • 17ce820cf3 Changed taskProgress increment to call method that updates progress accordingly (with parent-tasks being also updated) glax 2023-06-06 20:54:21 +02:00
  • 5b4a3b9d7c README update glax 2023-06-06 15:41:26 +02:00
  • f73997e563 Fix browser startup glax 2023-06-05 21:38:32 +02:00
  • 437136804d Also delete downloadChapterTask when delete download new chapter tasks glax 2023-06-05 21:16:04 +02:00
  • e14683d21a Merge remote-tracking branch 'origin/master' glax 2023-06-05 21:11:10 +02:00
  • 5ae02ee0ed Fix Bug where all tasks would be deleted... glax 2023-06-05 20:52:21 +02:00
  • a2e9a3f34a Fix Bug where all tasks would be deleted... glax 2023-06-05 20:52:21 +02:00
  • bbf05e3dec name and volume number glax 2023-06-05 20:37:44 +02:00
  • d95839e5df Chromium Version and Dependencies glax 2023-06-05 20:36:01 +02:00
  • 5a303598fe Download progress updates every 5 seconds glax 2023-06-05 19:53:00 +02:00
  • db2103963e Merge remote-tracking branch 'origin/master' glax 2023-06-05 19:47:08 +02:00
  • 2c1105527a Add Connector Mangasee #34 glax 2023-06-05 19:46:22 +02:00
  • ed19dcb5c3 Add Connector Mangasee glax 2023-06-05 19:46:22 +02:00
  • 46f06c2685 Duplicate logs glax 2023-06-05 19:46:10 +02:00
  • d4f47e057c Fix sortNumber when volume null glax 2023-06-05 19:45:50 +02:00
  • 61712d0537 variable name glax 2023-06-05 01:03:03 +02:00
  • 1f8f8c09e3 Wrong comparison publicationId -> internalId glax 2023-06-05 00:50:51 +02:00
  • 0522fa6215 Fix wrong cast glax 2023-06-05 00:40:19 +02:00
  • 0383a7d686 Merge remote-tracking branch 'origin/master' glax 2023-06-05 00:38:11 +02:00
  • bd189984a9 Rewrote entire Task-Structure: TrangaTask now only contains essentials, derived classes contain specific information such as connectorName, publication, chapter, etc. Removed taskQueue system, instead all tasks are kept in _allTasks. Progress is being tracked in TrangaTask resolves #36 resolves #32 Added new TrangaTask: DownloadChapter to download single chapters. #35 Fixed duplicate file-access when writing settings. glax 2023-06-05 00:35:57 +02:00
  • 58c01b2174 Rewrote entire Task-Structure: TrangaTask now only contains essentials, derived classes contain specific information such as connectorName, publication, chapter, etc. Removed taskQueue system, instead all tasks are kept in _allTasks. Progress is being tracked in TrangaTask Added new TrangaTask: DownloadChapter to download single chapters. Fixed duplicate file-access when writing settings. glax 2023-06-05 00:35:57 +02:00
  • 459558a514 Merge remote-tracking branch 'origin/master' glax 2023-06-04 21:15:37 +02:00
  • 721b316209 Legal Characters in folder names #38 glax 2023-06-04 21:14:45 +02:00
  • b1befa2ecc Legal Characters in folder names glax 2023-06-04 21:14:45 +02:00
  • 57a4cc4ab5 #38 Filenames glax 2023-06-03 23:44:58 +02:00
  • 655e8db2b6 #38 Publication naming scheme glax 2023-06-03 23:42:59 +02:00
  • 7cdf77cbb9 Less logging clutter glax 2023-06-03 22:55:53 +02:00
  • 5a9aed4969 Kavita naming convention glax 2023-06-03 22:39:27 +02:00
  • 5b41f687d0 Kavita naming convention glax 2023-06-03 22:34:02 +02:00
  • d6a62dc315 Manganato download order glax 2023-06-03 22:25:34 +02:00
  • 6d91788655 Kavita naming convention glax 2023-06-03 22:25:24 +02:00
  • 14785e5672 increased refresh time glax 2023-06-03 21:37:21 +02:00
  • 496d502cd2 Kavita Auth is a pain. glax 2023-06-03 21:26:29 +02:00
  • 7612411917 #33 Update Website v1.3 glax 2023-06-03 16:25:04 +02:00
  • ed1402b5ec TrangaSettings Return libraryManageres on serialization glax 2023-06-03 16:24:54 +02:00
  • 5adaee4821 redundant calls glax 2023-06-03 16:24:30 +02:00
  • 2d82fe1489 libraryType in constructor glax 2023-06-03 16:24:14 +02:00
  • 783fd8129e API: Kavita Auth #33 glax 2023-06-03 15:40:26 +02:00
  • 4f29eff48e Kavita authorization glax 2023-06-03 15:39:48 +02:00
  • e0e7abb62b #33 Added custom serializer for LibraryManager Added Code for Kavita glax 2023-06-03 15:32:54 +02:00
  • ae63a216a5 unnecessary params glax 2023-06-03 15:27:35 +02:00
  • 5d98295c59 #33 Preparation: TrangaSettings now stores Hashset of LibraryManagers glax 2023-06-03 15:17:08 +02:00
  • 0c580933f9 #33 Preparation: Abstracted class Komga into LibraryManager Fixed logger not attaching to LibraryManager glax 2023-06-03 15:02:15 +02:00
  • 06f735aadd #32 API endpoint glax 2023-06-01 23:08:43 +02:00
  • 439d69d8e0 Sanitization Manganto glax 2023-06-01 22:59:51 +02:00
  • 933df58712 Moved publicationFolder creation to Publication with Permissions glax 2023-06-01 22:59:04 +02:00
  • 165bbc412e Adjusted Manganato ratelimit glax 2023-06-01 22:49:20 +02:00
  • 6158fa072b File permissions glax 2023-06-01 22:32:11 +02:00
  • 0d3799e00d Fix Bug when strings where shorter than 25 characters on logger.writeline Fixed CLI output glax 2023-06-01 22:27:37 +02:00
  • e977bed5a5 #32 formatting length glax 2023-06-01 22:14:00 +02:00
  • cacd5fede2 removed unnecessary todo glax 2023-06-01 22:06:10 +02:00
  • 1bca99cb6a #32 Added progress tracking to task (internal and log use for now) glax 2023-06-01 22:05:48 +02:00
  • 15fc367263 logging glax 2023-06-01 21:16:57 +02:00
  • 8bb6fb902b File Permissions glax 2023-06-01 18:28:58 +02:00
  • a57903cd5a readme update glax 2023-06-01 16:04:21 +02:00
  • 1cd819b21d update docker-compose v1.2 glax 2023-06-01 15:40:14 +02:00
  • 27afedc1b4 year in series.json glax 2023-06-01 15:25:26 +02:00
  • fac0a3f7eb resolves #2 glax 2023-06-01 15:08:32 +02:00
  • 03ca480fe8 remove empty lines at start of description glax 2023-06-01 14:59:09 +02:00
  • c2915468a5 status .tolower glax 2023-06-01 14:58:58 +02:00
  • 8805c53cb8 wrong url for manga info page glax 2023-06-01 13:37:06 +02:00
  • adbbe3f6cc logs glax 2023-06-01 13:27:58 +02:00
  • 14b694d3be Description value duplicate #2 glax 2023-06-01 13:25:58 +02:00
  • 72ce75c6e0 #2 Multiple alt titles glax 2023-06-01 13:18:26 +02:00
  • 8381951168 #2 First Attempt glax 2023-06-01 13:13:53 +02:00
  • b24032d124 remove env var glax 2023-06-01 11:29:47 +02:00
  • 8bc23f7c69 Instead of relying on concreate tasks to do chores, create method in abstract class that calls the BL in concrete class and does chores before and after execution glax 2023-06-01 10:35:23 +02:00
  • 48b7371a18 Issue missing parameter glax 2023-05-31 22:34:13 +02:00
  • 61ecefb615 Logging and Chores in abstract class glax 2023-05-31 22:32:37 +02:00
  • 8ff65bf400 compatibility with older tasks.json glax 2023-05-31 22:26:53 +02:00
  • 932057cca0 update execution time glax 2023-05-31 22:20:33 +02:00
  • 67d06cd887 resolves #23 website filter glax 2023-05-31 22:16:14 +02:00
  • cbb012a659 alt and label glax 2023-05-31 22:16:01 +02:00
  • e4f33bcca9 Set ExecutionState to waiting after finished glax 2023-05-31 21:52:50 +02:00
  • fbba7c45b9 annotation glax 2023-05-31 21:44:16 +02:00
  • d9b6062767 Custom JSON Deserializer for concrete classes of abstract class TrangaTask glax 2023-05-31 21:43:07 +02:00
  • d477cd1ccd corrected check for tasktype on due glax 2023-05-31 21:42:23 +02:00
  • f892db7dda Switch Execution State to Running when executing glax 2023-05-31 21:40:00 +02:00
  • 16c1b5c506 Create imageCacheFolder glax 2023-05-31 21:39:18 +02:00
  • d5ecc1c37d Spelling, redundant calls glax 2023-05-31 21:18:41 +02:00
  • 1b9ebd096b Removed TaskExecutor TrangaTask is now abstract TrangaTask implements Execute Method, that is now called instead of TaskExecutor Created inheriting classes of TrangaTask: UpdateKomgaLibraryTask, DownloadNewChaptersTask glax 2023-05-31 21:15:32 +02:00
  • 8619630269 Renamed ExportData to ExportDataAndSettings glax 2023-05-31 21:14:11 +02:00
  • 2bc92556e3 Method description and Name CopyCoverFromCacheToDownloadLocation glax 2023-05-31 20:39:57 +02:00
  • f1ab823e7f Method description glax 2023-05-31 20:39:23 +02:00
  • 8261d02cc7 Renamed methods, made some methods non-static in Connector, some more logging glax 2023-05-31 20:29:30 +02:00
  • 8d3b8be95c settings placeholders for komga if configured glax 2023-05-31 17:55:09 +02:00
  • 60519910de cursors glax 2023-05-31 17:54:54 +02:00
  • 0940afe41f publication viewer tags and styling glax 2023-05-31 17:54:09 +02:00
  • 3dc376c19f favicon glax 2023-05-31 17:52:47 +02:00
  • 3e56ef842b Update docker-compose.yaml with version glax 2023-05-30 19:37:09 +02:00
  • 5a44e3b8b9 #25 only replace settings if parameter actually contains value. glax 2023-05-30 19:32:22 +02:00
  • 732c2f119c More logging 1.1.1 glax 2023-05-26 15:09:26 +02:00
  • 81638f4b4a Path.join joins paths ya know glax 2023-05-26 14:51:11 +02:00
  • c547aa6422 favicon <3 glax 2023-05-26 14:49:17 +02:00
  • d80980512e #28 is a pain in the buttcheeks glax 2023-05-26 14:47:13 +02:00