|
|
9f1437f056
|
refactor: reorganize packages
|
2026-03-17 19:10:22 -03:00 |
|
|
|
7d072b41d1
|
refactor: reorganize exception handling and DTO imports
|
2026-03-17 19:07:09 -03:00 |
|
|
|
76c71dbd81
|
Merge pull request 'improvements' (#26) from improvements into main
Reviewed-on: #26
|
2025-12-31 20:03:56 -03:00 |
|
|
|
befb66be5b
|
feat(MangaCreationService): add AniList ID support for manga retrieval and creation
|
2025-12-31 19:55:17 -03:00 |
|
|
|
b736178709
|
feat(MangaChapterService): implement retry logic for image downloads
|
2025-12-31 18:51:57 -03:00 |
|
|
|
7dbb019345
|
Merge pull request 'improvements' (#25) from improvements into main
Reviewed-on: #25
|
2025-12-31 14:24:45 -03:00 |
|
|
|
f98b76bc76
|
feat(MangaDexProvider): add content rating filtering to manga feed retrieval
|
2025-12-31 14:23:47 -03:00 |
|
|
|
b238f66e08
|
feat(MangaDexProvider): support multiple languages for chapter filtering
|
2025-12-31 13:47:01 -03:00 |
|
|
|
9e44f031d2
|
feat(language): add Language entity and update manga chapter language handling
|
2025-12-31 12:51:36 -03:00 |
|
|
|
1bb04e5d75
|
refactor(provider): remove image URL from ContentProviderMangaInfoResponseDTO
|
2025-12-31 11:50:58 -03:00 |
|
|
|
67a05f34a7
|
Merge pull request 'feat(provider-import): generalize content provider manga import logic' (#24) from feature/provider-import into main
Reviewed-on: #24
|
2025-12-14 00:49:31 -03:00 |
|
|
|
cf4d4deac7
|
feat(provider-import): generalize content provider manga import logic
|
2025-12-14 00:41:30 -03:00 |
|
|
|
fce38466e8
|
Merge pull request 'feature/adjustments' (#23) from feature/adjustments into main
Reviewed-on: #23
|
2025-11-29 21:35:49 -03:00 |
|
|
|
5883007591
|
feat: update Manga Livre provider
|
2025-11-29 21:27:52 -03:00 |
|
|
|
4b0a5ab3e5
|
feat: implement title matching service and refactor manga creation logic
|
2025-11-29 19:44:51 -03:00 |
|
|
|
8b79776b27
|
chore: move rabbitmq queue names to env
|
2025-11-29 18:48:05 -03:00 |
|
|
|
4a66797c79
|
Merge pull request 'feat(scrapper): use jsoup directly for the manga livre blog provider' (#22) from feature/flare-solverr into main
Reviewed-on: #22
|
2025-11-15 22:22:07 -03:00 |
|
|
|
cc8efc9b61
|
feat(scrapper): use jsoup directly for the manga livre blog provider
ci/woodpecker/push/pipeline Pipeline was successful
|
2025-11-15 19:53:17 -03:00 |
|
|
|
0ad068ca78
|
Merge pull request 'feat(scrapper): use flare-solverr instead of custom web scrapper' (#21) from feature/flare-solverr into main
ci/woodpecker/push/pipeline Pipeline was successful
Reviewed-on: #21
|
2025-11-15 19:26:08 -03:00 |
|
|
|
247788c3d0
|
feat(scrapper): use flare-solverr instead of custom web scrapper
ci/woodpecker/push/pipeline Pipeline was successful
ci/woodpecker/pr/pipeline Pipeline failed
|
2025-11-15 19:16:47 -03:00 |
|
|
|
1aa6a39c96
|
Merge pull request 'feat: update image selection logic in BatoProvider for chapter pages' (#20) from feature/bato into main
ci/woodpecker/push/pipeline Pipeline was successful
Reviewed-on: #20
|
2025-11-14 08:32:30 -03:00 |
|
|
|
08ad47a875
|
feat: update image selection logic in BatoProvider for chapter pages
ci/woodpecker/push/pipeline Pipeline was successful
ci/woodpecker/pr/pipeline Pipeline was successful
|
2025-11-14 08:22:48 -03:00 |
|
|
|
42f0b9ec4d
|
Merge pull request 'feat: implement Bato content provider for manga import and chapter fetching' (#19) from feature/bato into main
ci/woodpecker/push/pipeline Pipeline was successful
Reviewed-on: #19
|
2025-11-13 23:12:29 -03:00 |
|
|
|
3f3a3739b6
|
feat: implement Bato content provider for manga import and chapter fetching
ci/woodpecker/push/pipeline Pipeline was successful
ci/woodpecker/pr/pipeline Pipeline was successful
|
2025-11-13 23:03:32 -03:00 |
|
|
|
d1741bcd32
|
Merge pull request 'feat: add endpoint to trigger user follow updates' (#18) from feature/manga-follow into main
ci/woodpecker/push/pipeline Pipeline was successful
Reviewed-on: #18
|
2025-11-12 22:07:49 -03:00 |
|
|
|
03c273abb8
|
Merge pull request 'feat: implement manga follow/unfollow functionality and notification system' (#17) from feature/manga-follow into main
ci/woodpecker/push/pipeline Pipeline failed
Reviewed-on: #17
|
2025-11-12 21:58:16 -03:00 |
|
|
|
89bcd058b6
|
feat: add endpoint to trigger user follow updates
ci/woodpecker/push/pipeline Pipeline was successful
ci/woodpecker/pr/pipeline Pipeline failed
|
2025-11-12 21:56:33 -03:00 |
|
|
|
aab2f52938
|
feat: implement manga follow/unfollow functionality and notification system
|
2025-11-12 21:49:31 -03:00 |
|
|
|
e3ba04a087
|
Merge pull request 'fix: optimize S3 object deletion by batching requests and adding error handling' (#16) from fix/image-cleanup into main
ci/woodpecker/push/pipeline Pipeline was successful
Reviewed-on: #16
|
2025-11-10 21:27:58 -03:00 |
|
|
|
66d18927e4
|
fix: optimize S3 object deletion by batching requests and adding error handling
|
2025-11-10 21:19:40 -03:00 |
|
|
|
b237baa051
|
Merge pull request 'fix: correct logic in manga import review existence check' (#15) from feature/queue-mange-list-update into main
ci/woodpecker/push/pipeline Pipeline was successful
Reviewed-on: #15
|
2025-11-08 21:32:42 -03:00 |
|
|
|
39de728e46
|
fix: correct logic in manga import review existence check
ci/woodpecker/push/pipeline Pipeline was successful
ci/woodpecker/pr/pipeline Pipeline was successful
|
2025-11-08 21:24:22 -03:00 |
|
|
|
0fa47cfacf
|
Merge pull request 'feat: implement queued manga list update' (#14) from feature/queue-mange-list-update into main
ci/woodpecker/push/pipeline Pipeline was successful
Reviewed-on: #14
|
2025-11-08 21:10:40 -03:00 |
|
|
|
c8dea4788b
|
feat: implement queued manga list update
|
2025-11-08 20:59:29 -03:00 |
|
|
|
ccec6eafca
|
Merge pull request 'feat: add Pink Rosa Scan provider' (#13) from feature/pink-scan-provider into main
ci/woodpecker/push/pipeline Pipeline was successful
Reviewed-on: #13
|
2025-11-04 17:12:42 -03:00 |
|
|
|
78d38bc3c9
|
feat: add Pink Rosa Scan provider
ci/woodpecker/push/pipeline Pipeline was successful
ci/woodpecker/pr/pipeline Pipeline was successful
|
2025-11-04 17:05:01 -03:00 |
|
|
|
9c41e07958
|
Merge pull request 'chore: trigger pipeline' (#12) from feature/chapter-navigation into main
ci/woodpecker/push/pipeline Pipeline was successful
Reviewed-on: #12
|
2025-11-04 15:39:39 -03:00 |
|
|
|
17039afc52
|
Merge pull request 'feat: add previous and next chapter IDs to MangaChapterImagesDTO and update retrieval logic' (#10) from feature/chapter-navigation into main
Reviewed-on: #10
|
2025-11-04 15:30:40 -03:00 |
|
|
|
cab8ef27ae
|
chore: trigger pipeline
ci/woodpecker/pr/pipeline Pipeline was successful
|
2025-11-04 15:27:16 -03:00 |
|
|
|
9336f8cb1e
|
feat: add previous and next chapter IDs to MangaChapterImagesDTO and update retrieval logic
|
2025-11-04 15:24:10 -03:00 |
|
|
|
c7b07b7ba8
|
Merge pull request 'chore: trigger pipeline' (#9) from feature/security into main
ci/woodpecker/push/pipeline Pipeline was successful
Reviewed-on: #9
|
2025-10-31 13:59:36 -03:00 |
|
|
|
5c205fb3d1
|
chore: trigger pipeline
ci/woodpecker/push/pipeline Pipeline was successful
ci/woodpecker/pr/pipeline Pipeline was successful
|
2025-10-31 13:52:37 -03:00 |
|
|
|
ca2aa5663c
|
Merge pull request 'fix: implement refresh token functionality and update JWT configuration' (#8) from feature/security into main
ci/woodpecker/push/pipeline Pipeline failed
Reviewed-on: #8
|
2025-10-31 13:44:10 -03:00 |
|
|
|
0ec616a45b
|
fix: implement refresh token functionality and update JWT configuration
ci/woodpecker/push/pipeline Pipeline was successful
ci/woodpecker/pr/pipeline Pipeline was successful
|
2025-10-31 13:36:27 -03:00 |
|
|
|
55f1710eac
|
Merge pull request 'chore: trigger pipeline' (#7) from fix/adjust-request-file-size into main
ci/woodpecker/push/pipeline Pipeline was successful
|
2025-10-29 19:22:35 -03:00 |
|
|
|
0ab50a7528
|
chore: trigger pipeline
ci/woodpecker/push/pipeline Pipeline was successful
ci/woodpecker/pr/pipeline Pipeline was successful
|
2025-10-29 19:16:44 -03:00 |
|
|
|
eb3ac6b4f7
|
Merge pull request 'fix: update pipeline triggers for pull request and push events' (#6) from fix/adjust-request-file-size into main
ci/woodpecker/push/pipeline Pipeline is running
|
2025-10-29 19:08:35 -03:00 |
|
|
|
d6ee5d39a2
|
Merge pull request 'fix: increase max file size for uploads to 2GB' (#5) from fix/adjust-request-file-size into main
|
2025-10-29 19:03:20 -03:00 |
|
|
|
a4a9d53484
|
fix: update pipeline triggers for pull request and push events
ci/woodpecker/push/pipeline Pipeline was successful
ci/woodpecker/pr/pipeline Pipeline was successful
|
2025-10-29 19:01:41 -03:00 |
|
|
|
558deeaece
|
fix: increase max file size for uploads to 2GB
ci/woodpecker/push/pipeline Pipeline was successful
|
2025-10-29 18:57:18 -03:00 |
|