Commit Graph

16 Commits

Author SHA1 Message Date
8430e9baef docs : ajout documentation migration et reorganisation projet
- Plan de migration detaille (Prisma vers Doctrine)
- Carnet de bord avec etat des lieux Phase 1-2
- Mise a jour CHANGELOG et README
- Reorganisation structure projet (frontend/)
- Gitignore pour archives et frontend

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-10 19:41:55 +01:00
fca3104a39 feat(api) : configuration API Platform avec JWT
- Configuration security.yaml avec firewalls JWT
- Routes API Platform avec prefixe /api
- Controller de test pour validation setup
- htaccess pour mod_rewrite Apache
- Access control pour routes publiques/protegees

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-10 19:41:48 +01:00
50336694f6 feat(auth) : creation entite Profile avec JWT
- Entite Profile implementant UserInterface
- Support authentification JWT via email/password
- Repository avec PasswordUpgraderInterface
- Migration Doctrine pour table profiles
- Script utilitaire creation utilisateur test

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-10 19:41:38 +01:00
c99f76d755 feat(infra) : ajout de pgAdmin avec configuration auto
- Ajout du service pgAdmin dans docker-compose.yml
- Configuration serveur PostgreSQL pre-enregistre (servers.json)
- Fichier pgpass pour authentification automatique
- Port 5050 expose pour acces web
- Configuration lexik/jwt-authentication-bundle

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-10 19:41:32 +01:00
14960d5e87 feat : Ajout d'un CHANGELOG.md 2026-01-07 15:05:40 +01:00
ecb6f25159 feat : Ajout d'un template de merge request 2026-01-07 15:05:28 +01:00
566e7f132a feat : Ajout d'un commit linter 2026-01-07 15:04:56 +01:00
a2d20dafb1 Feat : Ajout de la conf xdebug et des commandes utiles dans le README.md 2026-01-07 08:29:30 +01:00
6fc72d180a Fix : Config docker et xdebug 2026-01-06 16:49:32 +01:00
c082224c7d Fix : Config docker exposition du port 3000 pour le front 2026-01-06 15:01:07 +01:00
74a0120883 Fix : Config php unit et gitignore 2026-01-06 14:43:17 +01:00
b0f4004d11 Fix : Suppression des logs 2026-01-06 14:42:00 +01:00
c759194b83 Fix : Makefile pour l'initialisation du projet 2026-01-06 14:35:28 +01:00
5f0703811f Fix : Ajout php unit et correction de l'installation du projet (bdd local) 2026-01-06 14:00:05 +01:00
8ea211835f First commit 2026-01-06 10:50:33 +01:00
b34fb8e3df First commit 2026-01-06 10:38:19 +01:00