Commit Graph

  • 32dc58715e Merge branch 'Website' glax 2023-05-24 21:52:31 +02:00
  • add0583776 Changed default-download folder for API glax 2023-05-24 21:52:08 +02:00
  • 6fed0e5473 removed console.log glax 2023-05-24 21:51:26 +02:00
  • a0636ac7a2 Finished Settings-Cart glax 2023-05-24 21:48:54 +02:00
  • 7aeb78e2f6 Merge branch 'master' into Website glax 2023-05-24 21:04:52 +02:00
  • 5cf512f2b2 API: /Tasks/GetList has become /Tasks/Get with options to search for specific tasks glax 2023-05-24 21:04:24 +02:00
  • 7d96b0901f Search Button on AddTask glax 2023-05-24 20:57:41 +02:00
  • 68e80bc066 Settings glax 2023-05-24 20:57:17 +02:00
  • ad971fb065 Code-Comments glax 2023-05-24 20:17:50 +02:00
  • 86052472bc Merge pull request 'Website' (#21) from Website into master glax 2023-05-23 18:53:40 +02:00
  • ec30bb40fa Merge pull request 'CORS, API-Path' (#20) from dev into master glax 2023-05-23 18:53:03 +02:00
  • 2fa96e9793 undo gitignore glax 2023-05-23 18:52:27 +02:00
  • 78e44b7704 Fix Popup no closing bug Fix wrong button (add) bug glax 2023-05-23 18:48:50 +02:00
  • 8bf9df4419 Done Better Task-Adder glax 2023-05-23 18:46:06 +02:00
  • 4bd54f096d WIP Better Task-Adder glax 2023-05-23 18:28:27 +02:00
  • 877daf0a1e Fix bug with interval glax 2023-05-23 18:19:46 +02:00
  • 6d0fcc13fb Only refresh items when tasks are added/removed #1 glax 2023-05-23 18:17:39 +02:00
  • f0256494fd HidePopup after interaction glax 2023-05-23 18:12:45 +02:00
  • 39fa905733 Access-Control-Allow-Methods glax 2023-05-23 18:11:18 +02:00
  • c557389967 Delete Task glax 2023-05-23 18:07:15 +02:00
  • 201773af50 Craeted Publication Viewer glax 2023-05-23 17:57:48 +02:00
  • f85e02fb0a empty results when opening addtaskmenu add when searching. glax 2023-05-23 16:59:45 +02:00
  • 73d98b9c0f Add Task Window styling glax 2023-05-23 16:54:39 +02:00
  • b0ee888c82 Exist popup by clicking outside of it glax 2023-05-23 16:29:09 +02:00
  • 5c4431778e Task can now be added glax 2023-05-23 16:27:09 +02:00
  • ccfa213b77 some bugfixes glax 2023-05-23 15:19:09 +02:00
  • 22d6389d38 Fix wrong API* Path create task glax 2023-05-23 15:17:47 +02:00
  • f53dfb0822 update task select window #1 glax 2023-05-23 15:15:29 +02:00
  • a966bd788d Return array for GetAvailableControllers glax 2023-05-23 14:45:51 +02:00
  • dd651adc15 Add Task window glax 2023-05-23 14:44:59 +02:00
  • ba5ae67aa7 Fix wrong API path for GetTaskTypes glax 2023-05-23 14:44:45 +02:00
  • da4a5bed09 All API-calls #1 glax 2023-05-23 13:52:35 +02:00
  • 947b521163 Changed API: GetAvailableControllers, GetKnownPublications, GetPublicationsFromConnector to Tranga/* glax 2023-05-23 13:17:05 +02:00
  • 5674adbd5e Added CORS for localhost glax 2023-05-23 13:16:37 +02:00
  • 290819de09 Created first api-calls #1 glax 2023-05-23 13:15:29 +02:00
  • 0d0b68a8f9 add Website to .gitignore for dev-branch glax 2023-05-23 12:52:09 +02:00
  • 87d2357b41 CORS Error glax 2023-05-23 12:51:21 +02:00
  • e3186aebb0 Merge branch 'master' into Website glax 2023-05-23 00:17:25 +02:00
  • 1cd37e2b1b Update gitignore glax 2023-05-23 00:16:48 +02:00
  • 9c267f395f But I like this! #1 glax 2023-05-23 00:12:30 +02:00
  • e2b8888130 #1 Basic layout and colors glax 2023-05-22 23:52:35 +02:00
  • b6ac2682f6 #1 First commit It do be uglyyyyy glax 2023-05-22 22:25:50 +02:00
  • eddf50483f Fixed some nullable types glax 2023-05-22 21:44:52 +02:00
  • a71d65e666 Fix negative sleep time glax 2023-05-22 21:41:11 +02:00
  • 9a640aed27 Rewrote CoverDownload check if exists. glax 2023-05-22 21:38:44 +02:00
  • 30b6c4680b Better Rate-Limits Added Logger to DownloadClient glax 2023-05-22 21:38:23 +02:00
  • 7b6253de0f Create Publication Folder at start of DownloadNewChapters glax 2023-05-22 21:37:30 +02:00
  • 5aa3214ce5 TrangaTask.ToString() rewrite for logs-readability. LogMessages only include class-name without path glax 2023-05-22 21:37:02 +02:00
  • 9b70994f71 Adjusted RateLimit glax 2023-05-22 18:55:26 +02:00
  • 93cf341f2d Fixed Publication.InternalId glax 2023-05-22 18:28:42 +02:00
  • 01cb74c088 First attempt at #18 Rate Limits glax 2023-05-22 18:15:24 +02:00
  • ec480dffad Merge pull request 'closes #7' (#17) from Issue_7 into master glax 2023-05-22 17:21:42 +02:00
  • b7014cbff5 Merge pull request 'fixes #14' (#16) from Issue_14_ChapterIsDownlaoded into master glax 2023-05-22 17:21:19 +02:00
  • 0cab921402 Merge pull request 'fixes #11' (#15) from Issue_11 into master glax 2023-05-22 17:20:54 +02:00
  • 0e0ba1796e closes #7 glax 2023-05-22 17:20:07 +02:00
  • 27d8565dc1 fixes #14 glax 2023-05-22 17:09:47 +02:00
  • 79dc44d707 fixes 11 glax 2023-05-22 17:04:31 +02:00
  • bb6a0ad0d4 Merge pull request 'fixes #9' (#13) from Issue_9 into master glax 2023-05-22 16:53:40 +02:00
  • 43db463ba6 fixes #9 glax 2023-05-22 16:52:52 +02:00
  • 9eb8ddbc40 Changed Publication: downloadUrl is now publicationId, internal to Connector posterUrl is now a URL to the file, instead of an id glax 2023-05-22 16:45:55 +02:00
  • 972cba69ec JsonIgnore And better working directory stuff glax 2023-05-22 02:06:49 +02:00
  • 962fe9529e Merge remote-tracking branch 'origin/master' glax 2023-05-22 01:53:36 +02:00
  • da1b0cb1cd Change to CommonApplicationFolder as applicationPath glax 2023-05-22 01:49:53 +02:00
  • 7f88e57e47 Change to CommonApplicationFolder as applicationPath glax 2023-05-22 01:49:53 +02:00
  • 8865bf284f Corrected applicationFolder in API glax 2023-05-22 01:42:53 +02:00
  • 5fc2de5fcb logging glax 2023-05-22 01:20:32 +02:00
  • 4bae223d95 Custom UniqueIdentifier. glax 2023-05-22 00:33:58 +02:00
  • 0486168b43 AddMangaTaskToQueue Shortcut glax 2023-05-22 00:15:08 +02:00
  • b64ab5c6d4 Created TrangaSettings Different files for settings, tasks, and known publications Komga connector is stored in TrangaSettings glax 2023-05-22 00:13:24 +02:00
  • 578fa5e6be JsonIgnore glax 2023-05-21 23:27:28 +02:00
  • 4d33e78123 unused variable glax 2023-05-21 22:24:23 +02:00
  • 52ac3e4e4e Proper Mapping for deleting and dequeueing glax 2023-05-21 22:24:12 +02:00
  • 8b99a98e24 Merge pull request 'api-testing' (#5) from api-testing into master glax 2023-05-21 22:04:06 +02:00
  • cf171d5c38 Bring CLI in line with new Methods glax 2023-05-21 22:02:35 +02:00
  • 6d49b4b934 Swagger glax 2023-05-21 22:02:19 +02:00
  • b55d2a2d06 no duplicate keys glax 2023-05-21 22:02:05 +02:00
  • 737eebf599 bring /settings/update in line with new methods glax 2023-05-21 22:01:56 +02:00
  • aef01b684c Fixed null on settings.komga glax 2023-05-21 22:01:40 +02:00
  • 53bff61174 Added Swagger glax 2023-05-21 22:01:28 +02:00
  • 431a602a40 Added Method UpdateSettings to SettingsData Added Method UpdateSettings to TaskManager (to export data after update) glax 2023-05-21 22:01:04 +02:00
  • 9afb81cee2 string and json glax 2023-05-21 21:24:18 +02:00
  • ea69b355b5 No duplicate keys glax 2023-05-21 21:24:04 +02:00
  • 84dbc36bbf dont add duplicates glax 2023-05-21 21:23:51 +02:00
  • 455c87b2e1 New API glax 2023-05-21 21:12:32 +02:00
  • df991e3da6 Remove APi for testing glax 2023-05-21 17:59:24 +02:00
  • 13c96fd09a Create Appdata Directories for API glax 2023-05-21 16:51:14 +02:00
  • 6f1a6a43ee API: Edit Settings glax 2023-05-21 16:49:55 +02:00
  • e2afc09c4a API: GetSettings glax 2023-05-21 16:46:34 +02:00
  • e9db7cfacc API: List Settings glax 2023-05-21 16:41:02 +02:00
  • 755167c39a API: StartTask API: Get Task Queue API: Task Enqueue API: Task Dequeue glax 2023-05-21 16:39:54 +02:00
  • 1cff93fbac Use settings-file for API Added API-call to list TaskTypes Working? CreateTask API-call Working? RemoveTask API-call glax 2023-05-21 16:23:35 +02:00
  • 6c775d6e0c Moved check into if statement glax 2023-05-21 16:22:40 +02:00
  • 876b1ab78b Added internalId to Publication glax 2023-05-21 16:22:14 +02:00
  • a321ecb1bc string glax 2023-05-21 15:36:12 +02:00
  • 674c8fc37b FIX Bug where menu wouldnt work glax 2023-05-21 15:34:59 +02:00
  • e24652b83e Added logfile-count limit glax 2023-05-21 15:33:01 +02:00
  • 5dee13c402 FIX bug with incorrect importPath glax 2023-05-21 15:26:53 +02:00
  • 942a552c8e Reduced update time for more responsiveness in CLI Added statement "Exiting." when exiting for feedback to userinput. glax 2023-05-21 15:26:29 +02:00
  • b5bd5d6126 Fixed some bugs relating to new Filepath of Applicationdata glax 2023-05-21 15:14:25 +02:00
  • 715cf1f4f3 Use SettingsData in TaskManager glax 2023-05-21 15:05:53 +02:00