Commits on Source (6)
-
Hugo SUBTIL authored
fix(sonar): fix sonar code smell and security
-
Hugo SUBTIL authored
fix(sonar): fix sonar code smell and security
-
Jérémie BRISON authored
Feat/change password See merge request web-et-numerique/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_server!6
-
-
Hugo SUBTIL authored
Feat/formulaire See merge request web-et-numerique/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_server!7
-
Hugo SUBTIL authored
Showing
- .gitlab-ci.yml 19 additions, 1 deletion.gitlab-ci.yml
- package-lock.json 5 additions, 0 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- src/auth/auth.controller.spec.ts 1 addition, 3 deletionssrc/auth/auth.controller.spec.ts
- src/auth/auth.service.spec.ts 6 additions, 6 deletionssrc/auth/auth.service.spec.ts
- src/main.ts 2 additions, 1 deletionsrc/main.ts
- src/structures/dto/create-structure.dto.ts 59 additions, 44 deletionssrc/structures/dto/create-structure.dto.ts
- src/structures/schemas/address.schema.ts 16 additions, 0 deletionssrc/structures/schemas/address.schema.ts
- src/structures/schemas/structure.schema.ts 34 additions, 55 deletionssrc/structures/schemas/structure.schema.ts
- src/structures/structures.controller.ts 24 additions, 11 deletionssrc/structures/structures.controller.ts
- src/structures/structures.service.ts 13 additions, 3 deletionssrc/structures/structures.service.ts
- src/users/users.controller.spec.ts 1 addition, 1 deletionsrc/users/users.controller.spec.ts
- src/users/users.controller.ts 1 addition, 1 deletionsrc/users/users.controller.ts
- src/users/users.service.spec.ts 6 additions, 6 deletionssrc/users/users.service.spec.ts
- src/users/users.service.ts 1 addition, 1 deletionsrc/users/users.service.ts
... | ... | @@ -30,6 +30,7 @@ |
"@nestjs/swagger": "^4.7.5", | ||
"@types/bcrypt": "^3.0.0", | ||
"bcrypt": "^5.0.0", | ||
"class-transformer": "^0.3.1", | ||
"class-validator": "^0.12.2", | ||
"dotenv": "^8.2.0", | ||
"ejs": "^3.1.5", | ||
... | ... |
src/structures/schemas/address.schema.ts
0 → 100644