-
Notifications
You must be signed in to change notification settings - Fork 8
Features & Bugfixes #372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Features & Bugfixes #372
Conversation
This file contains hidden or 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
…ap notifications
…ts without geographical perimeter
…details template to prevent NPE for cancelled requests without matching rules
…passing - Create new module extract-task-fmedesktop-v2 to overcome command line length limitations - Pass parameters via GeoJSON file instead of command line arguments - Automatic WKT to GeoJSON geometry conversion - Support for all existing parameters in structured format - Add comprehensive help documentation explaining GeoJSON usage - Include PATCH_ISSUE documentation for implementation details
- Login page now uses browser locale instead of persisted session locale - Notification emails sent in individual user's preferred locale - Enhanced email system with locale-aware message rendering - Added ProcessesRepository.getProcessOperators() method for user locale access - Improved StandbyReminderEmail with individual user locale support
benoitregamey
approved these changes
Oct 2, 2025
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
benoitregamey
approved these changes
Oct 2, 2025
Contributor
benoitregamey
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#351 : I couldn't really test it. I'll ask a user that had trouble with that if it's ok for him. Let's say that it's 100% ok for now ;)
…etter reliability
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Cette Pull Request regroupe un ensemble de bug fixes et features pour le projet extract, visant à améliorer la stabilité, la sécurité et l’ergonomie.
Elle adresse les issues suivantes : #308, #321, #323, #333, #337, #344, #346, #347, #351 et #353.
Objectifs
Sécurité & conformité
Entrées validées (Bean Validation), messages d’erreur non verbeux.
Pas de SQL concaténé ; requêtes paramétrées/ORM uniquement.
Exceptions mappées → réponses 4xx/5xx génériques ; logs sans données sensibles.
Headers HTTP sûrs & cookies ´HttpOnly´/´Secure´/´SameSite´ si concernés.
Dépendances actualisées si nécessaire (notes dans le changelog).
Tests