40 Commits

Author SHA1 Message Date
6599fa8f79 🗃️ db: reset prisma migrations for updated banner structure 2026-03-17 16:41:29 +07:00
27b66e6d34 🗃️ db: update schema to match new banner logic 2026-03-16 22:45:13 +07:00
a6b2c77bd1 👔 feat: add option to disable banner 2026-03-03 21:25:59 +07:00
d858e54fe8 feat: add tags to banner 2026-03-03 16:56:58 +07:00
01ad69a4b0 👔 feat: add banner priority ordering logic
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 1m48s
2026-03-02 23:07:30 +07:00
960493f414 feat: add internal endpoint to create banner 2026-03-02 22:09:33 +07:00
90655dcf92 🚚 chore: rename hero banner table in schema 2026-03-01 12:28:16 +07:00
815e24158a 🗃️ db: update hero banner schema 2026-03-01 12:22:23 +07:00
b69742f806 feat: add thumbnailCode field to bulk insert video 2026-02-20 23:11:11 +07:00
9bcaed9526 🗃️ db: add thumbnailCode column to video table 2026-02-20 22:58:58 +07:00
1f6d07affd 🗃️ db: modify video code column and update migration 2026-02-20 22:57:07 +07:00
133ebb4668 🗃️ db: add composite index to userSession
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 57s
2026-02-19 14:23:37 +07:00
5a43769f69 🚨 fix: resolve linting type error 2026-01-30 21:21:43 +07:00
11a607b4da feat: endpoint for bulk insert video 2026-01-30 15:56:43 +07:00
ab0c8afca4 feat: endpoint for create video service 2026-01-30 15:18:00 +07:00
5c7e82cd52 feat: create bulk insert for episode endpoint 2026-01-29 13:00:19 +07:00
1485971cb7 🐛 fix: race condition in seeding 2026-01-29 03:31:21 +07:00
467faedf28 🚑 hotfix: move id assign only in create 2026-01-29 02:47:43 +07:00
5bfb376e88 🚑 hotfix: seeding system 2026-01-29 02:40:25 +07:00
e305d955f1 🐛 fix: move prisma id generator to service and repo 2026-01-29 02:10:01 +07:00
c730689587 ♻️ refactor: change all id types to uuidv7 2026-01-27 22:29:21 +07:00
2f1e37ce52 feat: launch endpoint to insert anime only with malId 2026-01-27 21:22:08 +07:00
379a5b4b38 🐛 fix: prisma schema in seiyuu 2026-01-26 21:28:19 +07:00
11834924e9 feat: create bulk insertion for characters 2026-01-25 10:57:35 +07:00
fe10412f1a 🚧 wip: try to create character with VA in bulk 2026-01-24 22:02:34 +07:00
4c1f891f12 🚧 wip: create bulk insert endpoint 2026-01-23 21:08:10 +07:00
87ec339dba perf: change country to enum values 2026-01-21 21:54:42 +07:00
e33c0264fa feat: create db seed for initialization 2026-01-21 10:26:31 +07:00
1e71bc43f7 📦 deps: updating prisma v6 to v7 2026-01-09 15:12:17 +07:00
ade9008752 🐛 fix: change create user repository flow
Include preference creation when creating new user accounts
2026-01-09 14:56:39 +07:00
5cce8eea9f 🗃️ create dbml generator
Generate dbml from the Prisma schema when executing the command `bunx prisma generate`. The dbml can be used to
visualize the ERD using the dbdiagram.io website.
2025-08-24 07:03:18 +07:00
6bdd5b6468 🚩 create user session when provision
create a user session after provisioning authentication if the account has been created previously.
2025-08-12 23:59:06 +07:00
0d71710b14 add new oauth provider
add google idconnect as new auth provider
2025-08-06 15:31:24 +07:00
b98c2c01c6 💩 (user) i dont know what im commited 2025-07-15 23:50:40 +07:00
1811d1dcc8 🚩 (role) create user role assignment module
create module for assign to user and unassign role from user
2025-07-15 10:25:22 +07:00
01b29e2a78 (user) create validation in user update data 2025-06-28 17:44:31 +07:00
fbd5b68b10 edit:model:user | change user prisma schema from profilePicture to avatar 2025-06-21 22:13:01 +07:00
ac10ae14f6 fix: fix.env.example 2025-06-14 15:05:20 +07:00
b8b5182911 creating contenerization 2025-05-23 20:46:47 +07:00
b554ff0e5b add basic files 2025-05-06 01:11:50 +07:00