Skip to content

Create a new testing for V12

Joël Cuissinat requested to merge dev into testing

5.7.0 (2023-11-07)

Bug Fixes

  • adminpage: remove unused expiration date input (3074433)
  • api: generate basic user by API (073280e)
  • avatar: check if user is active (9f3fdce)
  • env: variable force cast to int (208a6d4)
  • eventsAgenda: ensure updatedAt field is set on all events (d81ede8)
  • globalInfos: allow to edit and delete structure infos (58e09e6)
  • matomo: call to Matomo trackPageView on App component (be1bec1)
  • personalspace: fix disappearing blocs after search (6df6ba9)
  • personalSpace: fix zone expand, deletion and search toggle (1667c4a)
  • personalspace: hide empty zone by default (6b439c3)
  • personalSpace: remove useCallbacks as they break pSpace edition (0368bec)
  • provisionning: ancestors and children fields for structure (bec3687)
  • provisionning: imports (1b97e88)
  • provisionning: mongo uri (0eaf7f9)
  • provisionning: remove comment (664d052)
  • provisionning: structure generator for csv (0d076f4)
  • realm: add user realm name as variable (91554f9)
  • requirement: add dotenv to requirements (a2bfb14)
  • requirements: add keykloak lib to list (4849ae4)
  • sample: update .env sample with good k3d value (009a266)
  • trad: fix some translation problems in admin struc menu (e76ae82)
  • user: add favservices field (1d87046)
  • username: replace point in username (96b70e5)
  • username: use username instead of mail (c5f2090)

Features

  • article: add no articles page message (8a9cc69)
  • blog: delete enableArticle from user schema (6cde847)
  • data: add provisioning for structures and groups (8fc82a9)
  • env: add mongo db name as env (325da93)
  • privisionning: improve mail extension generator (0520d9f)
  • profile: publication tab is always enable for user (a4fce9a)
  • provisionning: add mail extension (cd64f7b)
  • provisionning: add nb structures parameters (8da9366)
  • provisionning: add nb structures parameters and .env file (834f38d)
  • provisionning: add nb structures parameters and .env file (01af381)
  • provisionning: add option to use custom csv (1df4f09)
  • provisionning: add reset data option (dbb9f21)
  • provisionning: add script to generate csv (08a784b)
  • provisionning: add script to generate users (66c2159)
  • provisionning: add script to insert data from csv (cf0094a)
  • provisionning: add timestamp to log (9ddb807)
  • provisionning: add users repartition (374f57f)
  • provisionning: clear code (9520975)
  • provisionning: create user and add them to structure (9058b4e)
  • provisionning: edit .env file (f71f029)
  • provisionning: improve add to structure, generate personalspaces (5a0d321)
  • provisionning: improve data deletion (db7a9b5)
  • provisionning: improve optional arguments use (c144f91)
  • provisionning: improve user deletion and user add in group (9ef5c67)
  • provisionning: remove id from csv (e2af1f1)
  • provisionning: user deletion and creation improvement (0b68f39)
  • roles: add users role to group (653e2e0)
  • settings: add missing documentation on app settings (fa6e072)
  • settings: complete settings documentation (83f620b)
  • zones: don't show mepty zones on searching (e79255b)

Merge request reports