139 Commits

Author SHA1 Message Date
rov
1ed1d380db Merge pull request 'feat: implement reading progress tracking with Redis caching and API endpoints' (#51) from feat/redis into main
Reviewed-on: #51
2026-04-16 14:20:48 -03:00
375bc4843b feat: implement reading progress tracking with Redis caching and API endpoints 2026-04-16 13:54:14 -03:00
rov
1a41ae2a8d Merge pull request 'fix: add manga ID and MyAnimeList ID fields to AniList query' (#50) from feat/manga-search into main
Reviewed-on: #50
2026-04-14 13:38:15 -03:00
ae34f0ea75 fix: add manga ID and MyAnimeList ID fields to AniList query 2026-04-14 13:29:38 -03:00
rov
a183ac4426 Merge pull request 'feat: add manga search functionality and proxy endpoints for AniList and MyAnimeList' (#49) from feat/manga-search into main
Reviewed-on: #49
2026-04-14 13:18:55 -03:00
fc22532886 feat: add manga search functionality and proxy endpoints for AniList and MyAnimeList 2026-04-14 11:17:58 -03:00
rov
284f40c279 Merge pull request 'feat: enhance content provider functionality with flag and sorting' (#48) from feat/admin into main
Reviewed-on: #48
2026-04-10 11:02:17 -03:00
d1b7fa4f89 feat: enhance content provider functionality with flag and sorting 2026-04-10 10:14:53 -03:00
rov
e4f672a5f8 Merge pull request 'feat: add adult content flag to manga model and related services' (#47) from feat/adult into main
Reviewed-on: #47
2026-04-09 17:56:55 -03:00
86f4adc101 feat: add adult content flag to manga model and related services 2026-04-09 17:51:25 -03:00
rov
890421ec9c Merge pull request 'feat: add user statistics functionality with DTOs and service methods' (#46) from feat/user-stats into main
Reviewed-on: #46
2026-04-05 11:49:09 -03:00
c981e34e9e feat: add user statistics functionality with DTOs and service methods 2026-04-05 11:43:57 -03:00
rov
ac7adb844e Merge pull request 'feat: implement manga content download functionality with new endpoints and queue integration' (#45) from feat/mass-download into main
Reviewed-on: #45
2026-03-31 10:27:32 -03:00
8a1157b5da feat: implement manga content download functionality with new endpoints and queue integration 2026-03-31 10:25:19 -03:00
rov
53cbde24d9 Merge pull request 'feat/taimu' (#44) from feat/taimu into main
Reviewed-on: #44
2026-03-31 09:35:30 -03:00
32c63a254f feat: add Taimu content provider 2026-03-31 09:34:04 -03:00
e6c96c5529 refactor: improve error handling in manga search methods with logging 2026-03-30 23:11:06 -03:00
rov
c6245b7e97 Merge pull request 'refactor-architecture' (#43) from refactor-architecture into main
Reviewed-on: #43
2026-03-29 14:19:38 -03:00
bc8fe69e20 refactor: update MangaIngestReviewController and Service for enhanced review resolution with optional parameters 2026-03-29 14:14:51 -03:00
7df2ea1b7a refactor: enhance error handling in fetchExternalMangaData method 2026-03-29 13:41:40 -03:00
rov
260b47f5b6 Merge pull request 'refactor-architecture' (#42) from refactor-architecture into main
Reviewed-on: #42
2026-03-29 08:16:37 -03:00
533e7ce21a refactor: modify job handling in PendingImportScannerTask to continue on missing S3 files 2026-03-28 20:22:18 -03:00
8052c391bf refactor: enhance session cleanup task with error handling and logging 2026-03-28 20:01:08 -03:00
rov
695e04c670 Merge pull request 'refactor: update sorting criteria for manga import jobs and enable resilience features' (#41) from refactor-architecture into main
Reviewed-on: #41
2026-03-28 17:34:53 -03:00
9e562fbc1a refactor: update sorting criteria for manga import jobs and enable resilience features 2026-03-28 16:38:14 -03:00
rov
33f119649d Merge pull request 'refactor: improve image fetching with retry mechanism and error handling' (#40) from refactor-architecture into main
Reviewed-on: #40
2026-03-28 16:14:05 -03:00
3c8038041b refactor: improve image fetching with retry mechanism and error handling 2026-03-28 16:11:28 -03:00
rov
ce33c9f5b9 Merge pull request 'refactor: MangaDex import' (#39) from refactor-architecture into main
Reviewed-on: #39
2026-03-28 15:57:03 -03:00
420b522edf refactor: MangaDex import 2026-03-28 15:51:51 -03:00
rov
28ed23b0c3 Merge pull request 'refactor-architecture' (#38) from refactor-architecture into main
Reviewed-on: #38
2026-03-28 14:40:34 -03:00
a9b416a9a2 refactor: implement pagination and filtering for manga import jobs 2026-03-28 14:34:46 -03:00
b14528476e refactor: skip completed jobs in file import command 2026-03-28 08:24:17 -03:00
c4ac020b11 refactor: sort import jobs by updated date in descending order 2026-03-28 08:24:01 -03:00
rov
81303db25f Merge pull request 'refactor: enhance manga import job handling with error tracking and new endpoint' (#37) from refactor-architecture into main
Reviewed-on: #37
2026-03-27 18:34:39 -03:00
1acdebc3fe refactor: enhance manga import job handling with error tracking and new endpoint 2026-03-27 18:24:18 -03:00
rov
baeffd6f15 Merge pull request 'refactor: add retry mechanism to Feign clients for improved resilience' (#36) from refactor-architecture into main
Reviewed-on: #36
2026-03-26 14:04:20 -03:00
348911c4ef refactor: add retry mechanism to Feign clients for improved resilience 2026-03-26 14:02:23 -03:00
rov
9548e07e42 Merge pull request 'refactor: implement archive extraction functionality with support for RAR and ZIP formats' (#35) from refactor-architecture into main
Reviewed-on: #35
2026-03-26 10:17:27 -03:00
f0a151159e refactor: implement archive extraction functionality with support for RAR and ZIP formats 2026-03-26 10:16:53 -03:00
rov
b15a39ed82 Merge pull request 'refactor: update RabbitMQ queue configurations and improve content sorting' (#34) from refactor-architecture into main
Reviewed-on: #34
2026-03-25 08:10:27 -03:00
fdcd53b259 refactor: update RabbitMQ queue configurations and improve content sorting 2026-03-25 08:09:42 -03:00
rov
92dce8eb00 Merge pull request 'feat: add presigned URL import functionality' (#33) from refactor-architecture into main
Reviewed-on: #33
2026-03-24 18:31:31 -03:00
d11290c28a feat: add presigned URL import functionality 2026-03-24 18:28:51 -03:00
rov
0bb2e0cacc Merge pull request 'fix: file content image ordering' (#32) from refactor-architecture into main
Reviewed-on: #32
2026-03-19 17:09:02 -03:00
84f52e5190 fix: file content image ordering 2026-03-19 17:08:25 -03:00
rov
be8eaf8bc5 Merge pull request 'refactor-architecture' (#31) from refactor-architecture into main
Reviewed-on: #31
2026-03-19 16:17:57 -03:00
3fbd9d3085 feat: manga file import 2026-03-19 15:52:55 -03:00
1d55420d64 feat: manga follow 2026-03-19 11:37:45 -03:00
f3def583ae feat: content download 2026-03-19 11:31:27 -03:00
5da02723cb feat: user-interaction content read 2026-03-19 11:20:11 -03:00