Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Releases: mapbender/fom

v3.2.15

08 Dec 17:03
Compare
Choose a tag to compare
  • Fix error creating user without entering anyhting in the password fields

v3.2.14

08 Dec 17:03
Compare
Choose a tag to compare
  • Fix incompatibility with swiftmailer/swiftmailer 6 (registration / password reset)
  • Properly declare symfony/swiftmailer-bundle dependency

v3.2.13

18 Feb 11:18
Compare
Choose a tag to compare
  • Fix user password self-editing for low-privilege users

v3.2.12

04 Feb 13:30
Compare
Choose a tag to compare
  • Fix user creation for non-root / users without global OWNER grant on user
  • Fix support for configurations with empty user profile entity setting
  • Offer privilege assignment to all logged-in users (ROLE_USER)
  • Add configuration parameters for suppressing / exposing users, groups, logged-in users and anonymous users when making new privilege assignments.
  • Anonymous users now default to not available for assigning privileges; if you require this (unadvisable), set parameter fom.acl_assignment.show_anonymous to true
  • User index: do not link to group editing if current user lacks editing privileges
  • User index: suppress group listing if current user lacks viewing privileges
  • Relabel profile entry "role" to "position" to disambiguate from grants context
  • Improve support for customized user profile entity classes

v3.1.12

04 Feb 13:30
Compare
Choose a tag to compare
  • Fix user creation for non-root / users without global OWNER grant on user
  • Fix support for configurations with empty user profile entity setting
  • Offer privilege assignment to all logged-in users (ROLE_USER)
  • Add configuration parameters for suppressing / exposing users, groups, logged-in users and anonymous users when making new privilege assignments.
  • Anonymous users now default to not available for assigning privileges; if you require this (unadvisable), set parameter fom.acl_assignment.show_anonymous to true
  • User index: do not link to group editing if current user lacks editing privileges
  • User index: suppress group listing if current user lacks viewing privileges
  • Relabel profile entry "role" to "position" to disambiguate from grants context
  • Improve support for customized user profile entity classes

v3.2.11

04 Feb 13:29
Compare
Choose a tag to compare
  • [regression] Fix error for user without group editing privileges when editing self or other user
  • Fix bad grants check for group index menu item: require VIEW, not CREATE
  • Fix bad grants check for ACL menu item: require EDIT, ignore CREATE
  • Eliminate same-route menu item duplicate "User control" vs "Users"
  • Consistently enforce password constraint (default: 8 character minimum length) in all areas
    where passwords can be set: registration, password reset, user creation, user (self-)editing
  • Extract user password constraints into user helper service to support DI customization
  • Support translation of password repeat mismatch validation error message; supply German and English messages

v3.1.11

04 Feb 13:29
Compare
Choose a tag to compare
  • [regression] Fix error for user without group editing privileges when editing self or other user
  • Fix bad grants check for group index menu item: require VIEW, not CREATE
  • Fix bad grants check for ACL menu item: require EDIT, ignore CREATE
  • Eliminate same-route menu item duplicate "User control" vs "Users"
  • Consistently enforce password constraint (default: 8 character minimum length) in all areas
    where passwords can be set: registration, password reset, user creation, user (self-)editing
  • Extract user password constraints into user helper service to support DI customization
  • Support translation of password repeat mismatch validation error message; supply German and English messages

v3.2.10

18 Nov 09:21
Compare
Choose a tag to compare
  • Fix form type incompatibilities with Symfony 3, allow installation with Symfony 3
  • Suppress dangling "Groups" label in user editing if no groups found in database
  • Make fom_core extension configuration values mail_from_address and mail_from_name optional; dummy values are
    no longer required. Empty mail_from_address will disable mailer-dependent functionality.
  • In debug mode, show more helpful exception messages when requesting disabled registration / password reset urls
  • Added UserBundle/CONFIGURATION.md
  • Remove unreachable FOMGroupsType (unused since v3.0.5.4)
  • Remove unusable FakeGeometryType class (SELECT 1 never was a valid column type clause)
  • Remove misc deprecated HTML attributes (table cellspacing etc)

v3.1.10

18 Nov 06:35
Compare
Choose a tag to compare
  • Fix form type incompatibilities with Symfony 3, allow installation with Symfony 3
  • Suppress dangling "Groups" label in user editing if no groups found in database
  • Make fom_core extension configuration values mail_from_address and mail_from_name optional; dummy values are no longer required. Empty mail_from_address will disable mailer-dependent functionality.
  • In debug mode, show more helpful exception messages when requesting disabled registration / password reset urls
  • Added UserBundle/CONFIGURATION.md
  • Remove unreachable FOMGroupsType (unused since v3.0.5.4)
  • Remove unusable FakeGeometryType class (SELECT 1 never was a valid column type clause)
  • Remove misc deprecated HTML attributes (table cellspacing etc)

v3.0.6.5

17 Nov 08:38
Compare
Choose a tag to compare
  • Make fom:user:resetroot command work without (undeclared dependency) sensio/generator-bundle, or with sensio/generator-bundle >= 2.5
  • Remove unusable FakeGeometryType class (SELECT 1 never was a valid column type clause)