From a203b70e272af0bd78653618a1c8f5be764af76a Mon Sep 17 00:00:00 2001 From: Manus Date: Sat, 17 Jan 2026 11:12:07 -0500 Subject: [PATCH] =?UTF-8?q?Checkpoint:=20Corrections=20compl=C3=A8tes=20du?= =?UTF-8?q?=20syst=C3=A8me=20de=20pi=C3=A8ces=20jointes=20pour=20les=20rap?= =?UTF-8?q?pels=20:=20-=20Upload=20de=20fichiers=20avec=20fallback=20autom?= =?UTF-8?q?atique=20vers=20stockage=20local=20-=20Configuration=20Nginx=20?= =?UTF-8?q?pour=20uploads=20jusqu'=C3=A0=2010=20Mo=20-=20Colonne=20"Pi?= =?UTF-8?q?=C3=A8ce=20jointe"=20dans=20le=20tableau=20de=20gestion=20des?= =?UTF-8?q?=20rappels=20-=20Support=20des=20fichiers=20locaux=20et=20S3=20?= =?UTF-8?q?dans=20l'envoi=20d'emails=20-=20Correction=20de=20l'encoding=20?= =?UTF-8?q?base64=20pour=20SMTP/Nodemailer=20-=20Table=20logsrappels=20cr?= =?UTF-8?q?=C3=A9=C3=A9e=20dans=20la=20base=20de=20donn=C3=A9es=20MySQL=20?= =?UTF-8?q?du=20VPS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/pages/AdminRappels.tsx | 12 +++++- server/_core/smtpSender.ts | 1 + server/emailService.ts | 66 ++++++++++++++++++++++++------- todo.md | 5 +++ 4 files changed, 68 insertions(+), 16 deletions(-) diff --git a/client/src/pages/AdminRappels.tsx b/client/src/pages/AdminRappels.tsx index 25d5d3d..fe1bac0 100644 --- a/client/src/pages/AdminRappels.tsx +++ b/client/src/pages/AdminRappels.tsx @@ -389,6 +389,7 @@ export default function AdminRappels() { Délai Heure Dates concernées + Pièce jointe Statut Actions @@ -439,6 +440,15 @@ export default function AdminRappels() { {formatDatesInfo(rappel)} + + {rappel.nomFichier && rappel.urlFichier ? ( + + 📎 Oui + + ) : ( + Non + )} +