Commit Graph

46 Commits

Author SHA1 Message Date
588ac49e01 🚨 fix: update TypeScript type for decodeJWT 2026-02-13 19:38:16 +07:00
08125dcb11 feat: add logout module 2026-02-10 23:12:04 +07:00
509e3cbc2f 🚑 hotfix: critical fix for signup process
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 29s
2026-02-08 22:19:09 +07:00
81cc1057b4 🐛 fix: handle bigint with json serialize helper 2026-02-05 22:20:25 +07:00
83792848ed 💚 ci: fix auto script causing CI failure 2026-01-31 18:41:09 +07:00
fd8f980d9a 🚨 fix: resolve linting type error 2026-01-31 09:03:32 +07:00
5a43769f69 🚨 fix: resolve linting type error 2026-01-30 21:21: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
4c1f891f12 🚧 wip: create bulk insert endpoint 2026-01-23 21:08:10 +07:00
22428c720c 🐛 fix: user client info in oauth flow 2026-01-20 09:39:50 +07:00
c2ba666d26 🎨 (style) add success status in response payload 2025-10-11 23:46:57 +07:00
0458cc70aa 🧑‍💻 (dev) logging the error into console 2025-09-09 19:27:30 +07:00
50500ec1ca 📈 (analytics) implement sentry error tracing system 2025-09-07 14:48:23 +07:00
9bc1b592d0 🚩 create basic flow for fetching user data 2025-07-17 23:20:00 +07:00
8bcde5518a 🧑‍💻 create zod error instance in helper 2025-07-17 00:05:35 +07:00
5465ba4e81 📝 (user) docs for user check password 2025-07-01 01:01:12 +07:00
3ef7f1a249 🐛 (user) fix user check password 2025-07-01 00:55:25 +07:00
26295c749c 📝 add documentation for save image helper
add new documentation for save image to filesystem and it's module helper
2025-06-29 05:28:14 +07:00
fea545f0de 👔 (comment bg) add command background helper
add command background helper and implemented on edit user service
2025-06-29 05:23:10 +07:00
01b29e2a78 (user) create validation in user update data 2025-06-28 17:44:31 +07:00
b0cca586d1 🏷️ (cookies helper) add elysia set type 2025-06-24 16:57:02 +07:00
32b5205d16 🎨 (cookies helper) return error details
add error details in error intance of cookies helper
2025-06-24 16:55:30 +07:00
09346ad9e5 🏷️ (cookies helper) add elysia set type to clear cookies helper 2025-06-24 16:52:24 +07:00
ba6935c31b 🎨 (jwt helper) create type and add details in error scope
create a type for JWT encode and add error details in JWT decode error scope
2025-06-24 16:45:39 +07:00
5469fd7ab3 🏷️ (error instance) Make a type for AppError instance 2025-06-24 16:38:38 +07:00
29692c60ce fix type elysia context 2025-06-24 11:13:56 +07:00
0d846915a7 add:eslint | add eslint for code formatter 2025-06-24 07:46:24 +07:00
22c24c0202 add:utils:file:store | create utility for store file in system 2025-06-21 22:02:41 +07:00
f0e1614709 add:module:user:repository:checkUserEmailAndUsernameAvailabillity | add repository for check username and email availabillity 2025-06-16 21:37:53 +07:00
ac10ae14f6 fix: fix.env.example 2025-06-14 15:05:20 +07:00
b52f1202eb fix: add prisma to forwarder error instance 2025-05-27 23:37:24 +07:00
85bc85618b add default value in forwarder error 2025-05-27 05:10:27 +07:00
a7c984b316 add forwarder error intance 2025-05-27 02:47:29 +07:00
03fd0531af add step in auth verification 2025-05-25 14:10:25 +07:00
9cb84372b8 finishing auth controller verification 2025-05-13 14:35:48 +07:00
ad9f66a642 finish user login via password 2025-05-12 22:12:51 +07:00
c72a06adb4 rewrite jwt set in login service 2025-05-12 21:58:13 +07:00
ed8840ee1f complete login with password controller and services 2025-05-11 19:50:45 +07:00
307c5e2d68 fixing in user and authentication 2025-05-11 01:41:05 +07:00
954d40df3b add error helper class 2025-05-10 01:23:07 +07:00
a2c27b313a add userSession module 2025-05-08 15:21:05 +07:00
cb7757a83b add basic controller auth 2025-05-07 23:56:18 +07:00
32dc3dae4a add controller and service for create user 2025-05-07 03:46:22 +07:00
40a7ffc005 add first operation in user role 2025-05-06 18:48:33 +07:00