Commit Graph

  • 7b43387a0c refactor: Update ping response message format to include the current date and time in French locale main M1000fr 2024-12-13 18:00:55 +0100
  • 8f51c04cad refactor: Update AUTH_USERNAME_FIELD in .env.example M1000fr 2024-12-13 13:36:15 +0100
  • 41a9bfad98 refactor: remove providerId from User M1000fr 2024-12-13 13:32:12 +0100
  • e52c9acf2d feat: remove unused packages, config M1000fr 2024-12-12 22:06:35 +0100
  • bc4dcc26ef refactor: Update user creation logic in UserService M1000fr 2024-12-12 16:57:28 +0100
  • 28e42b2248 feat: Add error handling for invalid token in JwtAuthGuard M1000fr 2024-12-11 18:51:48 +0100
  • 80ce7d7f16 feat: switch to JWKS verification M1000fr 2024-12-11 00:41:53 +0100
  • 0ae3da74a0 refactor: Update Node.js base image in Dockerfile M1000fr 2024-12-10 14:41:30 +0100
  • 006fe8cb74 feat: Add Swagger API documentation to AuthController and ClassController M1000fr 2024-12-10 14:33:43 +0100
  • 161b01d8cb chrore: Integrate Class CRUD & Service refactor: user CRUD & Service M1000fr 2024-12-10 14:19:27 +0100
  • 238b01f5f3 feat: Add Class module and controller M1000fr 2024-12-10 11:40:04 +0100
  • 3d131193b6 ref: format prettier M1000 2024-12-06 01:15:40 +0100
  • 38e491dc13 refactor: Remove unnecessary comment in Oauth2Strategy constructor M1000 2024-12-06 01:03:30 +0100
  • dd486229c4 feat: implement oauth2 M1000 2024-12-06 01:00:32 +0100
  • 76093fb5e8 refactor: Update base Node.js image to Alpine version in Dockerfile M1000fr 2024-12-05 13:29:49 +0100
  • 63176d1863 feat: change Role decorator to accept multiples roles M1000fr 2024-12-05 12:15:28 +0100
  • d9cc0db0d2 ref: just add another test route M1000fr 2024-12-05 00:12:51 +0100
  • 8245f4ddfc ref: use nestjs-prisma for error handling M1000fr 2024-12-03 17:35:11 +0100
  • c2028d9309 ref: remove unused params M1000fr 2024-12-02 19:24:30 +0100
  • 2e22e0bb4d refactor: Update JWTStrategy to extend PassportStrategy with "jwt" name M1000fr 2024-12-02 16:57:20 +0100
  • a6d24cee9d ref: format with prettier M1000fr 2024-12-02 16:55:44 +0100
  • ccf496a5d9 ref: remove majs on folder M1000fr 2024-12-02 16:41:13 +0100
  • ab51873493 feat: Implement refresh jwt token M1000fr 2024-12-02 16:39:18 +0100
  • 6521da705b ref: move dto folder to Dto M1000fr 2024-12-02 15:39:14 +0100
  • f3c5673c75 feat: add swagger M1000fr 2024-12-02 15:25:36 +0100
  • b07b6082e4 refactor: Update Prisma schema to include createdAt field in User and RoomMessage models M1000fr 2024-12-02 14:38:01 +0100
  • 3301b365f9 feat: Add Docker configuration files M1000fr 2024-12-02 14:37:58 +0100
  • 1988673f80 feat: add ConfigService with Env validator - add Role decorator M1000fr 2024-12-02 13:57:47 +0100
  • a95ed47302 refactor: Update Prisma schema to include UserMessage, Class, Room, and RoomMessage models M1000fr 2024-11-29 00:26:37 +0100
  • 61bd5cd862 feat: Add Discord and JWT authentication guards feature/auth M1000fr 2024-11-28 16:11:16 +0100
  • b40249fdfb feat: Add class-transformer and class-validator packages M1000fr 2024-11-28 15:53:38 +0100
  • 38105c3d43 Merge pull request 'feat: remove graphql due to complexity of stack' (#2) from remove/graphql into feature/auth m1000 2024-11-28 14:33:19 +0000
  • e9cc7fef02 feat: remove graphql due to complexity of stack M1000fr 2024-11-28 15:32:44 +0100
  • fbf7272526 feat: add authentication using Discord oauth2 and JWT Temporarily disabling GraphQL using Mercuris due to moving to Express (previously fastify) M1000fr 2024-11-28 15:25:01 +0100
  • 782698788b Ref: file paths M1000fr 2024-11-28 14:28:41 +0100
  • 1bc25f6eaa Merge pull request 'Integrate GraphQL' (#1) from feature/graphql into feature/auth m1000 2024-11-28 13:19:28 +0000
  • bdd4561cba ref: add apache license in package.json M1000fr 2024-11-26 20:31:54 +0100
  • 2cd37b30a7 ref: remove unused packages M1000fr 2024-11-26 19:36:00 +0100
  • abd6333da8 ref: only use yarn ! M1000fr 2024-11-26 19:31:12 +0100
  • b1aea1292e chore: Add Apache License to the repository M1000fr 2024-11-26 18:32:42 +0100
  • 7dd819de7e chore: switch to Fastify & Mercurius with auth for subscription, queries and mutations M1000fr 2024-11-25 23:27:37 +0100
  • eb3f3a8de9 chore: fastify & mercurius without auth M1000fr 2024-11-25 22:55:25 +0100
  • 3446f5bee1 chore: update nest-cli.json M1000fr 2024-11-25 22:09:21 +0100
  • cbf8c55804 chore: init graphql subscriptions M1000fr 2024-11-25 15:59:50 +0100
  • 9b2c5b69d3 chore: learn graphql M1000fr 2024-11-25 13:17:49 +0100
  • b49b7071e9 feat: add auth using jwt M1000 2024-11-24 02:34:20 +0100
  • 06b130f4e8 chore: init nest M1000 2024-11-23 01:37:22 +0100
  • 570c81d7fd chore: first commit M1000 2024-11-23 00:59:14 +0100