Commit Graph

2049 Commits

Author SHA1 Message Date
b2ca84cb5c Update bug_report.yml
Some checks failed
Docker Image CI / build (push) Has been cancelled
2025-10-06 16:03:35 +02:00
ca3f59e415 Do not check chapters associated with Mangas that do not have a Library assigned
Some checks failed
Docker Image CI / build (push) Has been cancelled
2025-10-06 15:58:34 +02:00
8e4afb43f8 Fix "startup" never completing if UpdateChaptersDownloadedBeforeStarting is set
Some checks failed
Docker Image CI / build (push) Has been cancelled
2025-10-04 05:03:44 +02:00
6a7f3285d1 Fix wrong if check CHECK_CHAPTERS_BEFORE_START 2025-10-03 20:18:41 +02:00
71d5116323 Move EnvVars to Constants.cs
Add CHECK_CHAPTERS_BEFORE_START
2025-10-03 20:15:55 +02:00
5f8eed1867 Update docker-compose.yaml 2025-10-03 20:03:19 +02:00
6862c89da3 Update README.md 2025-10-03 20:02:25 +02:00
9cc3dc1bf7 Fix MangaPark imageUrls parsing 2025-10-03 19:59:09 +02:00
9248cb5eaf Fix downloads not working, with timeout using DateTime.Now instead of UTC 2025-10-03 19:37:57 +02:00
916c08adf8 Improve CopyCoverFromCacheToDownloadLocation and Manga.FullDirectoryPath usage 2025-10-03 19:33:58 +02:00
0b44abf4c7 Update dependencies
Add linkdotnet/BuildInformation
2025-10-02 18:09:27 +02:00
06555614f1 Fix CleanupNoDownloadManga 2025-10-02 17:56:03 +02:00
d5b6ff4267 Fix Mangapark duplicate entries 2025-10-02 17:47:52 +02:00
8ebd712416 Logging for Global Connector 2025-10-02 17:24:04 +02:00
1e0abe637f ProcessImage Logging 2025-10-02 17:14:33 +02:00
db74af9217 Correct route for swagger endpoint 2025-09-28 17:28:16 +02:00
24cf63f235 Remove obsolete HttpRequestTimeFeature.cs
add openapi definitions output
Start logging in Program.cs
2025-09-28 17:02:27 +02:00
82489f3870 Include Filename in Chapter DTO 2025-09-27 22:41:59 +02:00
fdde64021b More logging 2025-09-25 02:07:20 +02:00
ae725b44e3 Change AddMangaToContextLogic 2025-09-24 17:58:26 +02:00
fc7b832926 Use ExecuteDelete instead of ffetching data and then removing the entries 2025-09-24 17:43:47 +02:00
7954c4b72e Keep downloaded images in memory instead of writing to disk and then deleting. 2025-09-24 17:25:47 +02:00
03a042a5ec fix Chapter 0 not having a chapter number 2025-09-21 18:29:54 +02:00
df0dd26a8c Order Chapters in response 2025-09-21 18:26:25 +02:00
5c29496fa5 Implement #445, Startup tasks 2025-09-21 18:14:12 +02:00
3a21517a18 Merge pull request #444 from C9Glax/MangaPark
Add MangaPark
2025-09-21 17:54:31 +02:00
5dd9bfaefa MangaPark HttpUtility.HtmlDecode 2025-09-21 17:50:44 +02:00
a33c3a2dcc Fix parsing of image urls 2025-09-21 17:50:44 +02:00
4e1c9cd300 Fix MangaPark Irregular Format number parsing 2025-09-21 17:50:44 +02:00
7fa0d9b5ee Dont fail if parsing a single chapter fails 2025-09-21 17:50:44 +02:00
88f044eb4c Fix nullable in GetNodewith 2025-09-21 17:50:44 +02:00
5ab61445b6 correct log output 2025-09-21 17:50:44 +02:00
17a36c0429 MangaPark fix irregular chapter numbering 2025-09-21 17:50:44 +02:00
d2a56a9d36 MangaPark fix Tags with only '/' 2025-09-21 17:50:44 +02:00
d865116854 Update Readme 2025-09-21 17:50:44 +02:00
a97fdd9bd7 Fix MangaPark favicon 2025-09-21 17:50:44 +02:00
ebb30ff6d7 Fix image-url parsing 2025-09-21 17:50:44 +02:00
94c220fafc Fix issues with namespaces in xpath 2025-09-21 17:50:44 +02:00
6576d06bc9 Add MangaPark 2025-09-21 17:50:44 +02:00
1ea02590c3 Merge pull request #449 from C9Glax/library-refresh
Add Library Refresh Logic
2025-09-21 17:49:38 +02:00
f905b5cfa0 Remove required from PatchLibraryRefreshRecord RefreshLibraryWhileDownloadingEveryMinutes 2025-09-21 17:11:55 +02:00
8e2f9ebbe5 WhileDownloading also refresh after all downloads are finished 2025-09-21 17:09:38 +02:00
55a8b09310 Add Controller 2025-09-21 16:59:12 +02:00
4e3968f4b1 Add RefreshLibrariesWorker.cs 2025-09-21 16:27:43 +02:00
b22f6ac9d6 Trim leading 0s in chapternumbers 2025-09-21 05:33:23 +02:00
bf148cc10f Throw exception if Chapternumber is not in correct format 2025-09-21 04:44:11 +02:00
9a290cdf47 CheckDownloaded log message include detail 2025-09-21 04:31:28 +02:00
55b9e3687b Add POSTGRES_CONNECTION_TIMEOUT 2025-09-21 04:05:49 +02:00
9e9a31b68c Ensure Database is created 2025-09-21 04:05:49 +02:00
e6c3c893f7 Fix merge of exiting keys 2025-09-21 04:05:49 +02:00