This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
ikarius
commented
May 30, 2024
- orientation: ajout d'un endpoint pour rafraîchir la date d'expiration du lien de la demande
- e-mails: séparation de l'envoi des différents e-mails pour l'orientation
- modèle: ajout de la vérification de la validité du lien par hash
- e-mails: utilisation du lien "magique" uniquement dans l'e-mail à la structure
- typo: contact référent
- revue: utilisation du hash complet
- log: ajout d'un log lors du rafraîchissement du lien de demande d'orientation
- fix: lien magique pour la structure
- rework: simplification de l'accés à la demande d'orientation avec hash
- fix: modification du hash
- permissions: restriction des accès aux point d'entrée de l'orientation
- tests: consolidation des tests suite aux changements de permissions
- fix: cc sur l'envoi d'e-mail au bénéficiaire
- revue: simplification sur l'envoi d'e-mail au bénéficiaire
- fix: l'e-mail envoyé au bénéficiaire lors de la création d'une orientation est incorrect
… du lien de la demande
…structure à confirmer
Comme commenté dans la PR, ça ne coûte pas plus cher d'utiliser le sha256 en entier.
Quel que soit l'état de la demande d'orientation.
Pour être utilisable plus simplement, le statut de l'orientation est exclu de la génération hash.
Tous les points d'entrée sont protégés par l'utilisation du hash (excepté sa régénération). Le hash sert d'identification temporaire.
Les contenus des e-mails ne sont pas testés, ça devrait faire l'objet d'une série de tests distincte.
…ation est incorrect Un "nouveau message" est envoyé au lieu d'un récapitulatif d'orientation.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.