|
71d5116323
|
Move EnvVars to Constants.cs
Add CHECK_CHAPTERS_BEFORE_START
|
2025-10-03 20:15:55 +02:00 |
|
|
0b44abf4c7
|
Update dependencies
Add linkdotnet/BuildInformation
|
2025-10-02 18:09:27 +02:00 |
|
|
24cf63f235
|
Remove obsolete HttpRequestTimeFeature.cs
add openapi definitions output
Start logging in Program.cs
|
2025-09-28 17:02:27 +02:00 |
|
|
ae725b44e3
|
Change AddMangaToContextLogic
|
2025-09-24 17:58:26 +02:00 |
|
|
5c29496fa5
|
Implement #445, Startup tasks
|
2025-09-21 18:14:12 +02:00 |
|
|
6576d06bc9
|
Add MangaPark
|
2025-09-21 17:50:44 +02:00 |
|
|
8e2f9ebbe5
|
WhileDownloading also refresh after all downloads are finished
|
2025-09-21 17:09:38 +02:00 |
|
|
e6c3c893f7
|
Fix merge of exiting keys
|
2025-09-21 04:05:49 +02:00 |
|
|
21a98ad495
|
More logging
|
2025-09-21 04:05:49 +02:00 |
|
|
e4263e4b2b
|
Sync reason System.Reflection.MethodBase.GetCurrentMethod()?.Name
|
2025-09-18 02:28:59 +02:00 |
|
|
d9a1923a3c
|
Add more Environment Variables
|
2025-09-18 01:46:53 +02:00 |
|
|
07f95e953d
|
Add CleanupMangaconnectorIdsWithoutConnector.cs
|
2025-09-18 01:14:33 +02:00 |
|
|
55d6b46507
|
Clean Filenames for Windows
Fixes #391
|
2025-09-18 00:51:34 +02:00 |
|
|
5af1605c5b
|
LibraryConnector-Updates work
Fixes #418
|
2025-09-18 00:42:46 +02:00 |
|
|
992273e0d3
|
Remove ComickIo
|
2025-09-17 23:48:07 +02:00 |
|
|
07716625d6
|
Update to fit upstream
|
2025-09-08 18:43:55 +02:00 |
|
|
757d7a8ab0
|
Fix crashes if task is not finished yet.
|
2025-09-05 20:52:06 +02:00 |
|
|
78e7e8fc06
|
Resize Covers on download
|
2025-09-05 20:28:50 +02:00 |
|
|
8439b8b2ab
|
Configure log4net loggers
|
2025-09-05 15:31:06 +02:00 |
|
|
65418c0495
|
Max Worker Concurrency
|
2025-09-05 01:13:31 +02:00 |
|
|
ee3789fdfd
|
Fix Chapter already exists check
|
2025-09-05 00:05:14 +02:00 |
|
|
2d662c269b
|
Fix new Workers not getting added.
|
2025-09-04 23:02:24 +02:00 |
|
|
a5c82b2505
|
Fix search not adding manga to database
|
2025-09-04 19:11:41 +02:00 |
|
|
55f04710a7
|
Improved CancellationToken usage, Added more logging to Workers, Added Code-comments (please future me, be thankful)
|
2025-09-02 19:36:06 +02:00 |
|
|
3b8570cf57
|
Allow requests to be cancelled.
Make workers have a CancellationTokenSource
|
2025-09-01 23:26:49 +02:00 |
|
|
32f7a6642a
|
Fix merging of Manga
Fix ComickIo empty lists
|
2025-09-01 20:35:00 +02:00 |
|
|
6da116acb3
|
Fix Merge of Chapters
|
2025-09-01 20:35:00 +02:00 |
|
|
34b7d0c2a3
|
Fix Merge of Manga
|
2025-09-01 20:35:00 +02:00 |
|
|
d6bb9fca21
|
Fix CancellationToken Source crashing all Workers after 10 Minutes of runtime
|
2025-09-01 20:35:00 +02:00 |
|
|
4f6053172d
|
Fix NotificationConnectors
|
2025-09-01 20:35:00 +02:00 |
|
|
ccaed156bb
|
More Logging
|
2025-09-01 20:35:00 +02:00 |
|
|
dcf8ada486
|
Do not use a Thread to Periodically check for Due workers.
Each Periodic Worker has it's own Thread that waits for execution.
|
2025-09-01 20:35:00 +02:00 |
|
|
9d2dd2eabb
|
Add UpdateCoversWorker
|
2025-09-01 20:35:00 +02:00 |
|
|
16c0cde526
|
Download Cover when adding Manga
|
2025-09-01 20:35:00 +02:00 |
|
|
7189dccd89
|
Remove non-periodic workers after they finish
|
2025-09-01 20:35:00 +02:00 |
|
|
cae8cde53f
|
Disable LazyLoading
Remove MangaConnectors from Database
|
2025-09-01 20:35:00 +02:00 |
|
|
394944e11a
|
Indent TrangaSettings
|
2025-09-01 20:35:00 +02:00 |
|
|
fb004657eb
|
Move Configuration of Workers to separate method
|
2025-09-01 20:35:00 +02:00 |
|
|
f08e77102f
|
Fix Worker-Cycle:
Periodic set last execution,
Print Running Worker-Names when done
|
2025-09-01 20:35:00 +02:00 |
|
|
6604c1b412
|
Fix TrangaBaseContext.Sync
|
2025-09-01 20:35:00 +02:00 |
|
|
902ebc48ff
|
Add Migrations
Add RemoveOldNotificationsWorker.cs
|
2025-09-01 20:35:00 +02:00 |
|
|
54efc5fd5b
|
Add default Tranga-Workers
|
2025-09-01 20:35:00 +02:00 |
|
|
d8c8310a48
|
Tranga WorkerCycle
|
2025-09-01 20:35:00 +02:00 |
|
|
d63733bb5a
|
Move AddMangaToContext to Tranga.cs
|
2025-09-01 20:35:00 +02:00 |
|
|
072a5c3210
|
TrangaSettings as static field in Tranga instead of Static class
|
2025-09-01 20:35:00 +02:00 |
|
|
ed2dc72c75
|
Tranga CheckRunning Workers
|
2025-09-01 20:35:00 +02:00 |
|
|
637ad2e215
|
BaseWorker, BaseWorkerWithContext DoWork, call: Scope setting
TrangaBaseContext Sync return with success state and exception message
|
2025-09-01 20:35:00 +02:00 |
|
|
c8fcde656e
|
Refactor Controllers
SettingsController.cs
SearchController.cs
QueryController.cs
NotificationConnectorController.cs
MetadataFetcherController.cs
MangaConnectorController.cs
FileLibraryController
LibraryConnectors
WorkerController
|
2025-09-01 20:35:00 +02:00 |
|
|
10d0a65637
|
WIP
|
2025-09-01 20:35:00 +02:00 |
|
|
826b0e4b98
|
MetadataFetching:
- Jikan (MAL) linking, fetching/updating
|
2025-09-01 20:35:00 +02:00 |
|