Skip to content
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

[CP-V7] feature/vas-11937: upgrade jquery #1621

Merged
merged 1 commit into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cas/cas-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery-ui</artifactId>
<version>1.13.2</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
Expand Down
15 changes: 1 addition & 14 deletions cas/cas-server/src/main/resources/overriden_messages.properties
Original file line number Diff line number Diff line change
@@ -1,47 +1,37 @@
webjars.jqueryui.js=/webjars/jquery-ui/1.12.1/jquery-ui.min.js
webjars.jqueryui.js=/webjars/jquery-ui/1.13.2/jquery-ui.min.js
webjars.fontawesomemin.css=/webjars/font-awesome/5.11.2/css/all.min.css

screen.accountlocked.heading=Your account has been locked for the next 20 minutes
screen.accountlocked.message=Please wait before trying again

authenticationFailure.AccountLockedException=Your account has been locked for the next 20 minutes, please wait before trying again

cas.authn.pm.reset.subject=Password creation
cas.authn.pm.reset.text1=<html><body>Hello.<br /><br />Here is the link that will allow you to create a new password on {4}: <a href="{3}">click here</a>.<br />This one is valid for the next {2} minute(s).<br /><br />Have a good day.</body></html>
cas.authn.pm.reset.text2=<html><body>Hello.<br /><br />Here is the link that will allow you to create a new password on {4}: <a href="{3}">click here</a>.<br />This one is valid for the next {2} hour(s).<br /><br />Have a good day.</body></html>
cas.authn.pm.accountcreation.subject=Password creation
cas.authn.pm.accountcreation.text=<html><body>Hello {0} {1}.<br /><br />Here is the link that will allow you to create a new password on {0}: <a href="{3}">click here</a>.<br />This one is valid for the next {2} hours.<br /><br />Have a good day.</body></html>

screen.welcome.label.surrogate=Surrogate:
screen.welcome.label.superuser=Super user:

screen.service.error.header=Application Not Authorized to Use {0}
service.not.authorized.missing.attr=You are not authorized to access the application as your account \
is missing privileges required by the {0} server to authenticate into this service. Please notify your support desk.
screen.service.error.message=The application you attempted to authenticate to is not authorized. \
Contact your administrator to learn how you might register and integrate your application.
screen.service.empty.error.message=Contact your administrator to learn how you might register and integrate your application.

screen.logout.header=Logout
screen.logout.success=You have successfully logged out of {0}. You may <a href="login">log in</a> again.
screen.logout.fc.success=You have successfully logged out of {0}. You may <a href="login">log in</a> again.
screen.logout.security=For security reasons, exit your web browser.

screen.pac4j.unauthz.message=You are not authorized to access the application.

screen.pm.init.security.title=In order to validate your change of password, and for security reasons :
screen.pm.init.security.four=The two passwords entered must be identical
screen.pm.init.security.password.constraints=Click on <strong>+</strong> to display the constraints to be respected :
screen.pm.init.security.valid.password=Your new password must respect the constraints listed below
screen.pm.init.security.password.check.internal=In addition, your password must be different from your {0} last passwords.
screen.pm.init.security.password.check.internal.anssi=In addition, your password must be different from your {0} last passwords and must not contain more than {1} consecutive characters from your user last name.

screen.pm.success.header=Password Change
pm.validationFailure.alreadyUsed=You cannot set again one of your used latests passwords
pm.validationFailure.invalidPassword=Invalid password
pm.validationFailure.pwdNotConfirm=Error passwords are not confirm
pm.validationFailure.invalidPwdDictionary=The password cannot contain more than 3 consecutive characters from your username

screen.mfa.sms.missingphone.pagetitle=Missing phone number
screen.mfa.sms.missingphone.title=Missing phone number
screen.mfa.sms.missingphone.text1={0}, I need to send you a validation code by SMS but I cannot find any phone number associated with your profile.
Expand All @@ -59,15 +49,12 @@ screen.mfa.sms.login.text3=Isn't that your phone number? Contact your administra
screen.mfa.sms.expired.pagetitle=Expired code
screen.mfa.sms.expired.text1=Has your code expired? It's okay, I can send you a new validation code.
screen.mfa.sms.expired.resend=Send a new code to {0}

# Unavailable
screen.unavailable.header={0} Error
screen.unavailable.heading=An error occurred while processing your request.
screen.unavailable.message=Contact your {0} administrator.

screen.accountbadconfiguration.heading=Your account is not properly configured.
screen.accountbadconfiguration.message=Contact your {0} administrator.

cas.welcome.button.back=BACK
cas.welcome.header.msg=Welcome
cas.authentication.email.input=Please enter your email address
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>fr.gouv.vitamui</groupId>
Expand Down Expand Up @@ -123,7 +123,7 @@
<lombok.version>1.18.20</lombok.version>
<jakarta.mail.version>1.6.5</jakarta.mail.version>
<juli.to.slf4j.version>1.1.1</juli.to.slf4j.version>
<jquery.ui.version>1.12.1</jquery.ui.version>
<jquery.ui.version>1.13.2</jquery.ui.version>
<micrometer.version>1.7.3</micrometer.version>
<mapstruct.version>1.3.0.Final</mapstruct.version>
<mockito.version>3.12.1</mockito.version>
Expand Down Expand Up @@ -2182,10 +2182,10 @@
</sonar.dependencyCheck.xmlReportPath>
<!-- TODO: This properties need to bo specify by the user who execute
the report (ex: Jenkins or developper) -->
<sonar.host.url />
<sonar.host.url/>
<!-- TODO: This properties need to bo specify by the user who execute
the report (ex: Jenkins or developper) -->
<sonar.login />
<sonar.login/>
<sonar.typescript.lcov.reportPaths>
${main.basedir}/ui/ui-frontend/target/coverage/commons/lcov.info,${main.basedir}/ui/ui-frontend/target/coverage/flow/lcov.info,${main.basedir}/ui/ui-frontend/target/coverage/identity/lcov.info,${main.basedir}/ui/ui-frontend/target/coverage/portal/lcov.info
</sonar.typescript.lcov.reportPaths>
Expand Down