• Joined on 2021-10-13
conco merged pull request conco/FictionArchive#16 2025-11-22 04:09:32 +00:00
[FA-10] Adds user service and authentication service
conco created pull request conco/FictionArchive#16 2025-11-22 04:09:13 +00:00
[FA-10] Adds user service and authentication service
conco created branch feature/FA-10_UserService in conco/FictionArchive 2025-11-22 04:08:35 +00:00
conco pushed to feature/FA-10_UserService at conco/FictionArchive 2025-11-22 04:08:35 +00:00
6b8cf9961b [FA-10] Adds user service and authentication service
conco closed issue conco/FictionArchive#8 2025-11-21 02:56:12 +00:00
Setup Authentik
conco commented on issue conco/FictionArchive#8 2025-11-21 02:56:05 +00:00
Setup Authentik

Confirmed we can get client_credentials grant tokens using Authentik and a service account, this should be good

conco commented on issue conco/FictionArchive#8 2025-11-20 23:08:15 +00:00
Setup Authentik

Flows are tested and work, let's figure out how to get tokens to test auth in the future and call this done and dusted

conco commented on issue conco/FictionArchive#8 2025-11-20 21:41:18 +00:00
Setup Authentik

https://auth.orfl.xyz now exists but we should have some way of testing the login flow, probably time to reintroduce a frontend

conco merged pull request conco/FictionArchive#15 2025-11-20 18:54:24 +00:00
[FA-9] Scheduler Service
conco closed issue conco/FictionArchive#9 2025-11-20 18:54:24 +00:00
Add Cron Service
conco pushed to master at conco/FictionArchive 2025-11-20 18:54:24 +00:00
303a9e6a63 Merge pull request '[FA-9] Scheduler Service' (#15) from feature/FA-9_SchedulerService into master
3250cf1467 [FA-9] Postgres backing works
0abb10bb00 [FA-9] Need to add persistence layer
Compare 3 commits »
conco pushed to feature/FA-9_SchedulerService at conco/FictionArchive 2025-11-20 18:54:02 +00:00
3250cf1467 [FA-9] Postgres backing works
conco commented on issue conco/FictionArchive#5 2025-11-20 18:35:35 +00:00
Add Image Support

Thinking we do this with Garage (S3 implementation) SourceAdapter downloads novel/chapter, picks out images, those go into respective metadata result NovelService raises a request to have them…

conco created pull request conco/FictionArchive#15 2025-11-20 14:05:11 +00:00
WIP: [FA-9] Need to add persistence layer
conco created branch feature/FA-9_SchedulerService in conco/FictionArchive 2025-11-20 14:04:49 +00:00
conco pushed to feature/FA-9_SchedulerService at conco/FictionArchive 2025-11-20 14:04:49 +00:00
0abb10bb00 [FA-9] Need to add persistence layer
conco merged pull request conco/FictionArchive#14 2025-11-20 02:48:33 +00:00
[FA-4] Adds an event bus infrastructure, a RabbitMQ implementation and rewires existing mutations on NovelService to utilize it.
conco closed issue conco/FictionArchive#4 2025-11-20 02:48:33 +00:00
Setup Messaging Infrastructure
conco pushed to master at conco/FictionArchive 2025-11-20 02:48:33 +00:00
e06b2137ba Merge pull request '[FA-4] Adds an event bus infrastructure, a RabbitMQ implementation and rewires existing mutations on NovelService to utilize it.' (#14) from feature/FA-4_EventBus into master
e9423bfa66 [FA-4] Adds an event bus infrastructure, a RabbitMQ implementation and rewires existing mutations on NovelService to utilize it.
Compare 2 commits »
conco created pull request conco/FictionArchive#14 2025-11-20 02:48:21 +00:00
[FA-4] Adds an event bus infrastructure, a RabbitMQ implementation and rewires existing mutations on NovelService to utilize it.