Commit Graph

  • 8711b3530a
    feat(services): add fetch functions for models Mathis 2024-04-26 12:12:03 +02:00
  • 13d72ad529
    feat(services): update logging in updateModel and add deleteModel Mathis 2024-04-26 12:06:19 +02:00
  • f23aabccd4
    feat(services): add updateModel function and refine createModel function in model.service.ts Mathis 2024-04-26 11:58:04 +02:00
  • c70bcef352
    feat(services): add model service Mathis 2024-04-26 11:53:42 +02:00
  • 30bd5a0dbe
    feat(services): update database operations return type in mysql.service Mathis 2024-04-26 11:34:15 +02:00
  • 61c546459a
    feat(interfaces): add IDbStatusResult interface Mathis 2024-04-26 11:18:41 +02:00
  • adaf4e30db
    feat(services): update MySQL services with method adjustments Mathis 2024-04-26 11:09:26 +02:00
  • 2f4ad31edf
    docs(controllers): add TODO comment for future feature in brand controller Mathis 2024-04-26 10:29:07 +02:00
  • c25b204c67
    feat(controllers): add BrandController with CRUD operations Mathis 2024-04-26 10:26:38 +02:00
  • 0a6321deb0
    feat(services): mark blob validation as TODO in brand service Mathis 2024-04-26 10:00:55 +02:00
  • a811a2ece2
    docs(services): add tasks to MySQL and Category services Mathis 2024-04-26 09:57:44 +02:00
  • 85adbbcdb3
    docs(services): add new tasks in brand.service.ts Mathis 2024-04-26 09:53:27 +02:00
  • 5c0d266002
    feat(services): add deleteBrand function to brand.service.ts Mathis 2024-04-26 09:52:09 +02:00
  • 6c626e0b18
    feat(services): add getByIdBrand function in brand service Mathis 2024-04-26 09:41:37 +02:00
  • aecaf83d85
    feat(services): add getBySlugBrand function in brand.service Mathis 2024-04-26 09:40:24 +02:00
  • 33d44ee4b6
    feat(services): add getAllBrand function in BrandService Mathis 2024-04-26 09:35:55 +02:00
  • 90cd80e540
    feat(services): add updateBrand function to BrandService Mathis 2024-04-26 09:30:03 +02:00
  • f3bddc7170
    feat(services): change IDbBrand import to explicit type import Mathis 2024-04-25 16:57:39 +02:00
  • 789d62ea62
    feat(services): refactor register and login functions in UserService Mathis 2024-04-25 16:57:21 +02:00
  • debb30b896
    refactor(services): remove duplicate comments in category.service.ts Mathis 2024-04-25 16:57:10 +02:00
  • 6e429f4f27
    feat(services): add new BrandService with createBrand function Mathis 2024-04-25 16:56:50 +02:00
  • b1dacb750a
    feat(services): add delete function in mysql service Mathis 2024-04-25 16:40:42 +02:00
  • 0ed130f7b8
    feat(services): update MySQL service to fetch brand data Mathis 2024-04-25 16:38:41 +02:00
  • 50c1ff797f
    feat(services): add getById function to mysql.service Mathis 2024-04-25 16:36:12 +02:00
  • 2640ebbc70
    feat(controllers): add detailed comment to getBySlugCategory function Mathis 2024-04-25 16:31:33 +02:00
  • a992868eb6
    feat(services): add 'getAll' function to mysql.service.ts Mathis 2024-04-25 16:29:39 +02:00
  • f3fc63502d
    feat: Replace express-xss-sanitizer with helmet Mathis 2024-04-25 16:26:52 +02:00
  • 44b04459fb
    feat(services): add detailed comments and specify return types in mysql.service Mathis 2024-04-25 16:26:29 +02:00
  • 64aa814d2c
    feat(services): add update method to mysql service Mathis 2024-04-25 16:24:02 +02:00
  • 016f7fa9d4
    feat(services): add brand insert method in mysql service Mathis 2024-04-25 16:19:27 +02:00
  • 01241dff4b
    fix(services): correct database table name in mysql.service.ts Mathis 2024-04-25 16:07:29 +02:00
  • dda3eea9e1
    feat(interfaces): add IReqRegister interface Mathis 2024-04-25 16:06:33 +02:00
  • a430044d95
    feat(interfaces): add IReqLogin interface Mathis 2024-04-25 16:06:02 +02:00
  • 6c601e0b42
    feat(app): add helmet for XSS protection Mathis 2024-04-25 15:56:48 +02:00
  • 3ee76fb965
    feat(routes): add CategoryController to category routes Mathis 2024-04-25 15:19:50 +02:00
  • 8b306e9a31
    build(package): add uuid to dependencies Mathis 2024-04-25 15:03:08 +02:00
  • 62cb05cb33
    feat(controllers): add delete and getBySlug methods in category controller Mathis 2024-04-25 15:02:46 +02:00
  • da001bf7cc
    docs(services): add test markers to credential functions Mathis 2024-04-25 14:54:17 +02:00
  • cd51a04aba
    feat(controllers): add getAllCategory function in category controller Mathis 2024-04-25 14:52:42 +02:00
  • bd80518b5f
    refactor(controllers): remove unused import in category.controller Mathis 2024-04-25 14:44:24 +02:00
  • ab3b3c9cf5
    feat(services): add updateCategory functionality in category.service Mathis 2024-04-25 14:43:41 +02:00
  • 56a1722412
    feat(controllers): add update category functionality in category controller Mathis 2024-04-25 14:42:42 +02:00
  • 36ad90eda6
    feat(controllers): Refactor AuthController and update router reference Mathis 2024-04-25 14:23:13 +02:00
  • 73e086be44
    docs(services): add TODO comment in mysql.service Mathis 2024-04-25 14:22:25 +02:00
  • a582f8c431
    docs(services): add comment for future improvement in category service Mathis 2024-04-25 14:22:02 +02:00
  • 23116f4345
    feat(controllers): add category creation functionality Mathis 2024-04-25 14:21:24 +02:00
  • 4a9bc402b4
    feat(services): change return type in createCategory function Mathis 2024-04-25 14:11:15 +02:00
  • f3cd6c5985
    fix(services): correct MysqlService method calls in category.service.ts Mathis 2024-04-25 14:00:07 +02:00
  • 325c6ec6a0
    feat(services): update methods in category service Mathis 2024-04-25 13:55:55 +02:00
  • 11be3a40c3
    feat(services): update category service functions Mathis 2024-04-25 13:50:45 +02:00
  • 3d3bc8580a
    feat(services): update category.service with improved UUID usage and new function Mathis 2024-04-25 13:46:08 +02:00
  • 38b6b05190
    feat(services): add CategoryService with createCategory function Mathis 2024-04-25 13:33:09 +02:00
  • 0abdbab627
    feat(services): add getById and delete methods in mysql.service.ts Mathis 2024-04-25 12:52:42 +02:00
  • 3328c5a1df
    feat(services): add getById function to mysql.service Mathis 2024-04-25 12:30:32 +02:00
  • ead64291df
    feat(services): add getBySlug method to MysqlService and refine getAll method Mathis 2024-04-25 12:27:25 +02:00
  • 25b573d3a4
    feat(others): enhance VCS XML with commit message inspection tools Mathis 2024-04-25 12:20:31 +02:00
  • 02383b8c8a
    feat(services): add getAll function to mysql service Mathis 2024-04-25 12:18:33 +02:00
  • 2210280edd
    feat(services): update return types and add documentation in mysql service Mathis 2024-04-25 12:11:17 +02:00
  • 47adae9137
    feat: Update MySQL service for category operations Mathis 2024-04-25 12:01:02 +02:00
  • ef83ad18a4
    feat(services): Db - category insert method Mathis 2024-04-25 11:37:09 +02:00
  • adbecfa435
    style(services): 🎨 Db Mathis 2024-04-25 11:36:20 +02:00
  • 896b01f8b4
    update Mathis 2024-04-24 16:57:09 +02:00
  • 03d10ca675
    fix(services): 🚑 User - multiple corrections on call of services Mathis 2024-04-24 16:56:55 +02:00
  • fa93b24ccc
    build: 🐛 export renaming Mathis 2024-04-24 16:56:05 +02:00
  • 95dd3f36bf
    others... Mathis 2024-04-24 16:55:37 +02:00
  • 6a54dd0afa
    feat(services): Db - partial insert method for 'model' Mathis 2024-04-24 16:55:15 +02:00
  • 956a6ca7af
    build: 🐛 dependency fix Mathis 2024-04-24 16:54:22 +02:00
  • e995aaa970
    refactor(interfaces): ♻️ Db - models Mathis 2024-04-24 16:53:49 +02:00
  • 1ed1f018e8
    fix(controllers): 🐛 auth - variables name change Mathis 2024-04-24 16:39:21 +02:00
  • ccee786c2f
    feat(services): 🎉 db - models getters interaction Mathis 2024-04-24 15:07:45 +02:00
  • 69fae2b780
    feat(services): db - user interaction Mathis 2024-04-24 15:04:44 +02:00
  • 1f984f4392
    fix(services): 🐛 CredentialService missing namespace Mathis 2024-04-23 16:39:03 +02:00
  • 3fe395cccf
    feat(interfaces): Db - Vehicle Mathis 2024-04-23 16:38:13 +02:00
  • fb493db236
    feat(interfaces): Db - User Mathis 2024-04-23 16:37:38 +02:00
  • 9cc6ce1275
    feat(interfaces): Db - Rent Mathis 2024-04-23 16:37:12 +02:00
  • 032ecc764a
    feat(interfaces): Db - Model Mathis 2024-04-23 16:36:10 +02:00
  • 88113f1035
    refactor(interfaces): ♻️ Db - Category Mathis 2024-04-23 16:35:40 +02:00
  • 0697e330b4
    feat(interfaces): Db - Brand Mathis 2024-04-23 16:34:58 +02:00
  • 88d57f3b4c
    feat(interfaces): Db - Category Mathis 2024-04-23 16:18:26 +02:00
  • 2a33f45257
    feat(services): 🚀 UserService Mathis 2024-04-23 15:13:23 +02:00
  • 742330d6fe
    refactor(services): 🏗️ var name change Mathis 2024-04-23 15:12:41 +02:00
  • 71c20c8a06
    fix(services): 🐛 types on return value Mathis 2024-04-23 15:11:52 +02:00
  • 3b41cf1c5a
    feat(routes): 🚀 add controllers call on routes Mathis 2024-04-23 15:11:14 +02:00
  • b48b34e4e5
    feat(interfaces): IReqEditUserData Mathis 2024-04-23 15:10:37 +02:00
  • 750e36e363
    refactor: AuthController Mathis 2024-04-23 15:09:26 +02:00
  • 5130e0a248
    feat: 🎉 AuthController Mathis 2024-04-23 14:58:49 +02:00
  • 72d310ccfa
    build: packages Mathis 2024-04-23 13:54:18 +02:00
  • cf548890fc
    build: 🔧 tsconfig Mathis 2024-04-23 13:51:59 +02:00
  • 580a4a4320
    build: 🔧 biomejs config Mathis 2024-04-23 13:51:13 +02:00
  • 2cb9c142c4
    feat: 🥚 .env Mathis 2024-04-23 13:50:41 +02:00
  • 92e0fd2a68
    chore: gitignore Mathis 2024-04-23 13:48:21 +02:00
  • 17cccc0c9f
    fix: ✏️ Jwt type import Mathis 2024-04-23 13:47:40 +02:00
  • 9f8582c412
    feat: 🎉 App endpoint Mathis 2024-04-23 13:46:13 +02:00
  • ad0f30876e
    feat: MySQL Service Mathis 2024-04-23 13:44:58 +02:00
  • db40b772f1
    feat: 🚀 Jwt Service Mathis 2024-04-23 13:44:13 +02:00
  • ddd9a2fef4
    build: 🔧 JetBrains config Mathis 2024-04-23 13:43:33 +02:00
  • c12439d1ed
    feat: DbUserData interface Mathis 2024-04-23 13:42:55 +02:00
  • d6cfef2a62
    feat: credential service Mathis 2024-04-23 12:26:51 +02:00
  • a8c41b2268
    feat: AdminGuard Mathis 2024-04-23 12:00:52 +02:00
  • 0a3d943ca3
    feat: UserGuard Mathis 2024-04-23 12:00:14 +02:00