Skip to content

3.2.0

Compare
Choose a tag to compare
@rootpd rootpd released this 24 May 10:26
· 42 commits to master since this release
  • Added GooglePresenter action actionCodeSignIn (at /users/google/code-sign-in), for processing Google authorization code retrieved via popup UX mode.
  • Added uuid column into users table. Missing data for actual users have to generate by command user:generate_uuid_for_users and for new will be prefilled automatically. remp/novydenik#1215
  • Removed constraint of linking a single connected account of same type to single user. remp/crm#3105
    • Removed unique DB index on user_id and type columns in user_connected_accounts.
    • Adjusted UI in /users/users/settings to be able to link multiple accounts.
  • Added more data to personal data export. remp/crm#3122
  • Changed template variable $user to $userRow, fixing type mismatch in UserAdminPresenter and AdressAdminPresenter. remp/crm#3135
  • Added login attempts data to user data download. remp/helpdesk#2621
  • Added the prevention of multiple submits of user deleting form. remp/crm#2949
  • Added Redis cache to DeviceDetector. remp/helpdesk#2667
  • Fixed possible authentication of unclaimed users on the level of UserAuthenticator; it's not responsibility of single authenticators anymore. remp/crm#3133
  • Fixed possible XSS vulnerability and enabled proactively-before-disabled escaping of values. remp/crm#1794
  • Fixed unclaimed user sign in via SSO (Google/Apple). remp/crm#3133
  • Added scenario criteria UserGroupsCriteria to check if user is in user group. remp/respekt#178
  • Added extracted implementation of UserScenarioConditionModel from Crm\ScenariosModule\Events\ConditionCheckEventHandler. remp/crm#1409
  • Added user's UUID to the response of relevant login API handlers. remp/dn-mofa#538