Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
security -------- * fix any logged user could impersonate migration --------- * use Java 8 * check your roles: by default users are no more allowed to send to all "services" (aka themes), nor subscribe to all "services" send sms -------- * roles can restrict which services are allowed for a user * do not propose to send email when user is not allowed to * allow sending to users matching an ad'hoc LDAP filter * fix sending to many phone numbers * fix sending sms+mail with a message template * Display recipients number when composing message (cf github pull request #19) membership ---------- * roles can restrict which services are allowed for a user * fix SMS validation (github #13) (option `adhesion.activateValidation`) * fix removing phone number various ------- * replace option `adhesion.phoneNumberPrefixToRemove` with `adhesion.displayFrenchPhoneNumber` + `adhesion.storeFrenchPhoneNumber` * add REST API for server calls (there was REST API for browser calls) * enhance habillage (header, logo, footer...) * always add sender group supervisors, even if we found destination group supervisors (especially important for sender groups with multiple parents) * fix email notifications for invalid phone numbers (regression introduced in 2.0.0) * enhance handling rejected cookies * send mails on quota errors (via log4j `SMTPAppender`) * support LDAP posixGroup
- Loading branch information