|
bb8a514830
|
Do not create .duplicate files anymore.
Just warn in log and delete (or attempt to delete)
|
2025-02-09 17:57:08 +01:00 |
|
|
9928abb674
|
Webtoons
|
2025-02-09 17:53:22 +01:00 |
|
|
ebb034e0c7
|
Merge branch 'cuttingedge-merge-ServerV2' into postgres-Server-V2
# Conflicts:
# API/Schema/MangaConnectors/Webtoons.cs
# Tranga/MangaConnectors/MangaConnector.cs
# Tranga/MangaConnectors/MangaConnectorJsonConverter.cs
# Tranga/MangaConnectors/WeebCentral.cs
# Tranga/Tranga.cs
|
2025-02-09 17:41:29 +01:00 |
|
|
edacaaba8a
|
Update Readme
|
2025-02-09 17:38:54 +01:00 |
|
|
d97da26994
|
spelling error
|
2025-02-09 17:37:53 +01:00 |
|
|
8b923d73c4
|
Merge pull request #337 from Makhuta/cuttingedge
Add Manga Connector
|
2025-02-09 17:34:08 +01:00 |
|
|
1dca7ec569
|
Remove Manga4Life
|
2025-02-09 17:30:30 +01:00 |
|
|
7229fad6c5
|
Merge branch 'cuttingedge-merge-ServerV2' into postgres-Server-V2
# Conflicts:
# API/Schema/MangaConnectors/MangaLife.cs
# Tranga/MangaConnectors/MangaConnectorJsonConverter.cs
# Tranga/Tranga.cs
|
2025-02-09 17:28:47 +01:00 |
|
|
814efd3528
|
Merge remote-tracking branch 'origin/cuttingedge' into cuttingedge
|
2025-02-09 17:28:03 +01:00 |
|
|
2cd5d8bc4f
|
Merge branch 'cuttingedge-merge-ServerV2' into cuttingedge
|
2025-02-09 17:27:42 +01:00 |
|
|
5a864ab9b7
|
Remove Manga4Life
|
2025-02-09 17:27:35 +01:00 |
|
|
663e2e2ca0
|
Merge pull request #329 from ale-ben/postgres-Server-V2
[Server V2] Changed chapterNumber to string and fixed job spawning error
|
2025-02-09 17:20:19 +01:00 |
|
|
c700974693
|
Merge pull request #339 from C9Glax/dependabot/github_actions/docker/setup-qemu-action-3.4.0
Docker Image CI / build (push) Has been cancelled
Bump docker/setup-qemu-action from 3.3.0 to 3.4.0
|
2025-02-09 17:18:42 +01:00 |
|
|
553b5558d3
|
Merge pull request #338 from C9Glax/dependabot/github_actions/docker/setup-buildx-action-3.9.0
Bump docker/setup-buildx-action from 3.8.0 to 3.9.0
|
2025-02-09 17:18:25 +01:00 |
|
|
c9bbfee26b
|
Merge pull request #331 from C9Glax/dependabot/github_actions/docker/build-push-action-6.13.0
Bump docker/build-push-action from 6.12.0 to 6.13.0
|
2025-02-09 17:18:10 +01:00 |
|
dependabot[bot]
|
6e869eeb0d
|
Bump docker/setup-qemu-action from 3.3.0 to 3.4.0
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3.3.0...v3.4.0)
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-07 05:13:18 +00:00 |
|
dependabot[bot]
|
be7da69dbd
|
Bump docker/setup-buildx-action from 3.8.0 to 3.9.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.8.0...v3.9.0)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-07 05:13:16 +00:00 |
|
Makhuta
|
7f13d9b1e6
|
Fix
- forgotten comma
|
2025-02-06 15:39:06 +01:00 |
|
Makhuta
|
0c9e3205c2
|
Add Manga Connector
- added [Webtoon](https://www.webtoons.com) manga connector
- modified/added support for saving covers with refferer
|
2025-02-06 15:37:30 +01:00 |
|
Alessandro Benetton
|
6315940cd6
|
[postgres-Server-V2] fix: pk conflict error in chapter download (still not working though)
|
2025-02-02 00:47:46 +01:00 |
|
Alessandro Benetton
|
ef7ebf022d
|
[postgres-Server-V2] Update Weebcentral with changes from V1
|
2025-02-02 00:18:38 +01:00 |
|
Alessandro Benetton
|
725813c2f3
|
[postgres-Server-V2] feat(Jobs): Instead of passing context to each job, pass service provider and let the job create its own context
|
2025-02-01 23:08:13 +01:00 |
|
Alessandro Benetton
|
a69e12179b
|
[postgres-Server-V2] fix(Manga): Was using properties before initialization
|
2025-02-01 22:16:12 +01:00 |
|
Alessandro Benetton
|
45ca2695eb
|
[postgres-Server-V2] feat: Convert DateTime.Now calls to UtcNow
|
2025-02-01 21:58:50 +01:00 |
|
Alessandro Benetton
|
bd9e79d026
|
[postgres-Server-V2] Use MangaId to check if manga exists instead of connector id
|
2025-02-01 21:53:16 +01:00 |
|
Alessandro Benetton
|
6bbd09072b
|
[postgres-Server-V2] fix(Chapter): Use tryParse instead of parse when comparing chapters
|
2025-02-01 21:52:34 +01:00 |
|
Alessandro Benetton
|
d6018b60ae
|
[postgres-Server-V2] Add parameter array to token gen
|
2025-01-31 21:24:35 +01:00 |
|
dependabot[bot]
|
8c3b70b32e
|
Bump docker/build-push-action from 6.12.0 to 6.13.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.12.0 to 6.13.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.12.0...v6.13.0)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-01-27 06:02:55 +00:00 |
|
|
4f7031ecfc
|
Merge pull request #328 from ale-ben/cuttingedge
Docker Image CI / build (push) Has been cancelled
fix: Add escape to Weebcentral regex
|
2025-01-25 23:26:48 +01:00 |
|
Alessandro Benetton
|
a713a006dd
|
[postgres-Server-V2] fix: Updated Job logic to spawn a job only if a job with the same id is not already in the RunningJobs list
|
2025-01-25 12:10:32 +01:00 |
|
Alessandro Benetton
|
ebe7e145aa
|
[postgres-Server-V2] feat: Convert chapterNumeber to string
|
2025-01-25 12:06:56 +01:00 |
|
Alessandro Benetton
|
f7a285aabd
|
[cuttingedge] fix: Add escape to Weebcentral regex
|
2025-01-25 11:40:00 +01:00 |
|
|
786482398c
|
Merge pull request #327 from ale-ben/cuttingedge
Docker Image CI / build (push) Waiting to run
Fix bug that prevented download of chapters 0
|
2025-01-24 22:09:53 +01:00 |
|
Alessandro Benetton
|
7921dcb1cb
|
[cuttingedge] fix: Change condition for newChapters. Should solve #323
|
2025-01-24 21:52:52 +01:00 |
|
|
d0c9313279
|
Merge pull request #322 from C9Glax/dependabot/github_actions/docker/build-push-action-6.12.0
Docker Image CI / build (push) Has been cancelled
Bump docker/build-push-action from 6.11.0 to 6.12.0
|
2025-01-16 17:00:36 +01:00 |
|
dependabot[bot]
|
58cf4cf4e0
|
Bump docker/build-push-action from 6.11.0 to 6.12.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.11.0 to 6.12.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.11.0...v6.12.0)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-01-16 05:52:33 +00:00 |
|
|
be6b3da1be
|
Merge branch 'cuttingedge-merge-ServerV2' into postgres-Server-V2
# Conflicts:
# API/MangaDownloadClients/ChromiumDownloadClient.cs
# Tranga/TrangaSettings.cs
|
2025-01-15 23:14:51 +01:00 |
|
|
280d715a7c
|
Merge branch 'cuttingedge-merge-ServerV2' into cuttingedge
Docker Image CI / build (push) Has been cancelled
|
2025-01-15 23:14:20 +01:00 |
|
|
d0b775444d
|
Change Chromium back to WaitUntilNavigation.Networkidle0
|
2025-01-15 23:14:15 +01:00 |
|
|
b4edcccafe
|
Merge branch 'cuttingedge-merge-ServerV2' into cuttingedge
|
2025-01-15 23:02:55 +01:00 |
|
|
268441a47d
|
Trangasettings Json
|
2025-01-15 23:02:48 +01:00 |
|
|
b818f63f2a
|
Merge branch 'cuttingedge-merge-ServerV2' into postgres-Server-V2
# Conflicts:
# API/MangaDownloadClients/ChromiumDownloadClient.cs
# Tranga/TrangaSettings.cs
|
2025-01-15 22:56:25 +01:00 |
|
|
1701881f4b
|
Merge branch 'cuttingedge-merge-ServerV2' into cuttingedge
|
2025-01-15 22:53:47 +01:00 |
|
|
78a9322036
|
ChromiumDownloadClient Change WaitUnitlNavigation to Load instead of NetworkIdle
|
2025-01-15 22:53:39 +01:00 |
|
|
e5be5703f8
|
Merge branch 'cuttingedge-merge-ServerV2' into cuttingedge
|
2025-01-15 22:25:16 +01:00 |
|
|
cc32b3dfae
|
TrangaSettings Chromium Timeouts
|
2025-01-15 22:24:55 +01:00 |
|
|
110a0bf481
|
Remove Mangasee
|
2025-01-15 22:19:24 +01:00 |
|
|
fdbe585aa0
|
Merge branch 'cuttingedge-merge-ServerV2' into postgres-Server-V2
# Conflicts:
# API/Schema/MangaConnectors/Mangasee.cs
# Tranga/Jobs/JobBoss.cs
# Tranga/MangaConnectors/MangaConnectorJsonConverter.cs
# Tranga/Tranga.cs
|
2025-01-15 22:18:52 +01:00 |
|
|
ce217aae4f
|
Merge remote-tracking branch 'origin/cuttingedge' into cuttingedge
|
2025-01-15 22:18:11 +01:00 |
|
|
123a8b06b2
|
jobloading errormessage
|
2025-01-15 22:15:33 +01:00 |
|