Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
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
prigaux committed Feb 27, 2017
1 parent d676dea commit 466be50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>esup-smsu</artifactId>
<packaging>war</packaging>
<name>esup-smsu</name>
<version>2.0.0</version>
<version>3.0.0</version>

<build>
<!--finalName>${project.name}</finalName-->
Expand Down Expand Up @@ -223,7 +223,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
<dependency>
<groupId>org.esup-portail</groupId>
<artifactId>esup-smsu-api</artifactId>
<version>2.0.0</version>
<version>3.0.0</version>
<type>jar</type>
</dependency>

Expand Down

0 comments on commit 466be50

Please sign in to comment.