Skip to content

Latest commit

 

History

History
247 lines (200 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

247 lines (200 loc) · 10.3 KB

1.2.1

  • [TEST] ✅ fix computing user position in csv header
  • [ENH] ✨ better printed exports
  • [ENH] ♻️ refactor address
  • [ENH] ♻️ refactor store mappings
  • [ENH] ✨ Default change password mail template should warn to respect the password (#627)
  • [FIX] 🐛 Resource ldap port should be configurable by realm (#573)
  • [BUG] 🐛 Fetching a certificate on a user without certificate should return 404 (#524)
  • [ENH] Changelog should only contain last modification (#510)
  • [REL] 🚀 prepare next version
  • [REL] 🚀 release version 1.1.2
  • [REL] 🚀 release version 1.1.2

1.1.2

  • [REL] 🚀 release version 1.1.2
  • [BUG] 🐛 fix bug when adding 2 times same app-managed-attributes
  • [ENH] ✨ Add first name and last name in search parameters
  • [FIX] 🐛 Inconsistency of search users endpoint with or without storage
  • [UP] ⬆️ Bump xmlunit-core from 2.8.3 to 2.9.0
  • [UP] ⬆️ Bump cucumber.version from 7.1.0 to 7.2.3
  • [REL] 🚀 release version 1.1.1
  • [BUG] 🐛 fix group filter on user in ldap
  • [BUG] 🐛 UiField should be written on realm via API (#599)

1.1.1

  • [REL] 🚀 release version 1.1.1
  • [ENH] ✨ Have a property to define which Event are allowed to call webhook (#605)
  • [UP] ⬆️ Bump spring-boot.version from 2.6.1 to 2.6.2
  • [ENH] log4j2--> to --> slf4j
  • [DOC] 📝 Fix UiField options documentation
  • [BUG] 🐛 Avoid StackOverflow when organization is its own suborganization
  • [BUG] 🐛 Fix update realm on file store
  • [UP] ⬆️ Bump tomcat.version from 9.0.54 to 9.0.56
  • [ENH] ✨ filtering export by group (#572)
  • [FIX] 🐛 Avoid null pointer exception on webhook event handler
  • [ENH] ✨ Password validation and generation can be configured at realm level (#530)
  • [ENH] ✨ WebHook send email to secondary emails too
  • [ENH] ✨ add verification of required field
  • [ENH] ➖ remove jansi dependency
  • [REL] 🚀 prepare next version

1.0.0

  • [REL] 🚀 release version 1.0.0
  • [UP] ⬆️ Bump log4j-core from 2.15.0 to 2.17.1
  • [UP] ⬆️ Bump spotless-maven-plugin from 2.17.6 to 2.19.2
  • [UP] ⬆️ Bump org.springdoc.version from 1.6.0 to 1.6.2
  • [UP] ⬆️ Bump reporting-plugin from 7.0.0 to 7.2.0
  • [REL] 🚀 prepare next version
  • [REL] 🚀 release version 0.9.1.1
  • [UP] ⬆️ Bump log4j to 2.17.0
  • [ENH] 👷 Tag action can be triggered on other branch than master
  • [REL] 🚀 prepare next version
  • [REL] 🚀 release version 0.9.1
  • [BUG] 🔇 Add IgnoreSizeOf for realm cache sizing
  • [ENH] ✨ /change-password can call an external webservice
  • [ENH] ✨ /init-password can change reset password status
  • [ENH] 💥 /init-password takes a PasswordView
  • [ENH] 💥 Remove camel case from /init-password /change-password and /reinit-password
  • [ENH] 💥 /reinitPassword takes optional TemplatePropertiesView
  • [ENH] 🚨 Fix warnings on UiFields
  • [BUG] 🐛 Fix modify request on ldap config store should be authenticated
  • [BUG] 🐛 Description should be writable on ldap config store
  • [UP] ⬆️ Bump maven-surefire-plugin from 3.0.0-M4 to 3.0.0-M5
  • [UP] ⬆️ Bump spotless-maven-plugin from 2.17.4 to 2.17.6
  • [UP] ⬆️ Bump org.springdoc.version from 1.5.12 to 1.6.0
  • [UP] ⬆️ Bump unboundid-ldapsdk from 6.0.2 to 6.0.3

0.9.1.1

  • [REL] 🚀 release version 0.9.1.1
  • [UP] ⬆️ Bump log4j to 2.17.0
  • [ENH] 👷 Tag action can be triggered on other branch than master
  • [REL] 🚀 prepare next version

0.9.1

  • [REL] 🚀 release version 0.9.1
  • [FIX] 🚑 fix cve log4j2, avoid injection code
  • [UP] ⬆️ Bump spring-boot.version from 2.5.5 to 2.6.1
  • [UP] ⬆️ Bump spotless-maven-plugin from 2.17.3 to 2.17.4
  • [UP] ⬆️ Bump cucumber.version from 7.0.0 to 7.1.0
  • [REL] 🚀 prepare next version

0.9.0

  • [REL] 🚀 release version 0.9.0
  • [ENH] ❇️ delete attribute if it has only a blank or empty value
  • [ENH] ♻️ Remove RealmProvider from controllers
  • [ENH] ♻️ Move management of realm not found to service level
  • [ENH] ♻️ Move management of group not found to service level
  • [ENH] ♻️ Move management of user not found to service level
  • [ENH] ♻️ Move management of organization not found at service level
  • [ENH] ♻️ Move management of application not found at service level
  • [ENH] ✨ Ouganext controller can throw OuganextParsingException
  • [ENH] ✨ Add a ldap mapping type exists (#519)
  • [ENH] ♻️ Pass passwords to CredentialsService instead of PCR
  • [UP] ⬆️ Bump xmlunit-core from 2.8.2 to 2.8.3
  • [BUG] 🐛 Fix swagger ui display ouganext request body instead of sugoi (#500)
  • [REL] 🚀 prepare next version
  • [ENH] 📝 Add documentation on webhooks
  • [UP] ⬆️ Bump spotless-maven-plugin from 2.17.0 to 2.17.3
  • [UP] ⬆️ Bump org.springdoc.version from 1.5.11 to 1.5.12

0.8.8

  • [REL] 🚀 release version 0.8.8
  • [BUG] 🐛 Fix synchronous request behind JMS doesn't return a body
  • [ENH] ✨ password in a PasswordView instead of a Map on /validate-password (#501)
  • [ENH] ✨ manage asi group from sugoi
  • [UP] ⬆️ Bump spring-boot.version from 2.5.4 to 2.5.5
  • [UP] ⬆️ Bump maven-war-plugin from 3.3.1 to 3.3.2
  • [UP] ⬆️ Bump org.springdoc.version from 1.5.10 to 1.5.11
  • [UP] ⬆️ Bump tomcat.version from 9.0.52 to 9.0.54
  • [UP] ⬆️ Bump cucumber.version from 6.10.2 to 7.0.0
  • [UP] ⬆️ Bump unboundid-ldapsdk from 6.0.0 to 6.0.2
  • [BUG] fix errors around monoconnection reopening
  • [UP] ⬆️ Bump spotless-maven-plugin from 2.12.3 to 2.17.0
  • [REL] 🚀 prepare next version
  • [BUG] 🐛 Get application get 200 groups instead of 20 (#468)

0.8.7

  • [REL] 🚀 release version 0.8.7
  • [BUG] 🐛 Fail in event doesn't stop request-process
  • [ENH] generate id if missing and better id and mail unicity check
  • [BUG] 🐛 Fix unfounded mail check on user update
  • [REL] 🚀 prepare next version

0.8.5

  • [REL] 🚀 release version 0.8.5
  • [BUG] unable to add app managed attribute from jms writer
  • [BUG] restore old xml mapping for retro endpoints
  • [ENH] only generate friendly password (#459)
  • [BUG] 🐛 Fix event without realm name (#449)
  • [ENH] adjust typo line address
  • [BUG] Default ui mapping passwordlastchange not modifiable (#456)
  • [UP] ⬆️ Bump tomcat.version from 9.0.50 to 9.0.52
  • [UP] ⬆️ Bump spring-boot.version from 2.5.3 to 2.5.4
  • [UP] ⬆️ Bump spotless-maven-plugin from 2.12.2 to 2.12.3
  • [FIX] adjust mapping of search parameters
  • [FIX] accept generic strings for searching habilitations
  • [FIX] 🐛 update and delete certificate
  • [ENH] ✨ manage certificate
  • [REL] 🚀 prepare next version

0.8.4

  • [REL] 🚀 release version 0.8.4
  • [FIX] adjust habilitation endpoints
  • [ENH] Sort ui items
  • [FIX] adjust default values
  • [FIX] adjust default values
  • [FIX] adjust default values
  • [BUG] 🐛 repair ui mapping
  • [BUG] 🐛 retrieve good exception type after provider response post in broker
  • [ENH] ✨ add send login
  • [BUG] 🐛 avoid null pointer exception when reset password
  • [ENH] ✨ add ui field configuration in realm
  • [ENH] role claim more generic
  • [ENH] Add authenticated connections for ldapReader
  • [FIX] Avoid null Ldap Connection

0.8.1

  • [REL] 🚀 release version 0.8.1
  • [FIX] Delete member group dont work when multi storage (#412)
  • [ENH] ✨ Allow to configure mail unicity by realm
  • [ENH] ✨ allow to add realm description on ui-side
  • [UP] ⬆️ Bump git-commit-id-plugin from 4.0.5 to 4.9.10
  • [UP] ⬆️ Bump org.springdoc.version from 1.5.9 to 1.5.10
  • [UP] ⬆️ Bump commons-csv from 1.8 to 1.9.0
  • [ENH] ✨ Appmanager need to have reader and appmanager roles to update application groups (#331)
  • [UP] ⬆️ Bump jansi from 2.3.3 to 2.3.4
  • [UP] ⬆️ Bump passay from 1.6.0 to 1.6.1
  • [UP] ⬆️ Bump spring-boot.version from 2.5.2 to 2.5.3
  • [UP] ⬆️ Bump spotless-maven-plugin from 2.12.1 to 2.12.2
  • [ENH] ✨ make broker working synchrone asynchrone
  • [ENH] 🚀 manage exchange between front and a back
  • [REL] 🚀 prepare next version

0.7.0

  • [REL] 🚀 release version 0.7.0
  • [BUG] 🐛 fix some sonar/compilation warnings
  • [BUG] 🐛 renew connection with ldap if server is down (#391)
  • [UP] ⬆️ Bump commons-io from 2.10.0 to 2.11.0
  • [UP] ⬆️ Bump tomcat.version from 9.0.48 to 9.0.50
  • [ENH] ✨ Mapping Sugoi object with Ldap must be customisable (#191)
  • [ENH] ✨ Realm and UserStorage mapping attributes for Ldap Store Provider
  • [ENH] global export feature
  • [REL] 🚀 prepare next version

0.6.0

  • [REL] 🚀 release version 0.6.0
  • [BUG] 🐛 Signoff commit when preparing release
  • [META] 📇 change commit message when releasing
  • [BUG] 🐛 Fix ldap connexion leak (#379)
  • [ENH] objectClass can be set by userStorage
  • [ENH] implement paging on ldap store
  • [UP] ⬆️ Bump spring-boot.version from 2.5.1 to 2.5.2
  • [ENH] ✨ sort key must be customizable
  • [UP] ⬆️ Bump spotless-maven-plugin from 2.12.0 to 2.12.1
  • [UP] ⬆️ Bump tomcat.version from 9.0.46 to 9.0.48
  • [META] 📇 Fix changelog format and url
  • [REL] 🚀 prepare next version
  • [REL] 🚀 prepare new version 0.5.0
  • Resolve [250] Add paging properties on userstorage of type ldap + Resolve [247] Having a generic interface for paged requests + Resolve [248] Refactor findByProperties services for multi-userstorage paging + Resolve [251] Implement paging on Ldap store

0.5.0

  • [REL] 🚀 prepare new version 0.5.0
  • [REL] 🚀 Release 0.4.0

0.4.0

  • [BUG] 🐛Fix release action
  • [FEAT] ✨Allow to define a local monitoring user (#367)
  • [META] 📇 Manage changelog on release (#258)
  • [ENH] ✨ improve ci on release
  • [UP] ⬆️ Bump jansi from 2.3.2 to 2.3.3
  • [UP] ⬆️ Bump spotless-maven-plugin from 2.11.1 to 2.12.0
  • [UP] ⬆️ Bump commons-io from 2.9.0 to 2.10.0
  • [UP] ⬆️ Bump spring-boot.version from 2.5.0 to 2.5.1
  • [REL] 🚀 Prepare next version
  • [BUG] 🐛 unable to delete app managed when user not writer (#360)