Skip to content

Releases: in2code-de/femanager

13.0.0 Support for TYPO3

28 Jul 13:10
Compare
Choose a tag to compare
  • [FEATURE] Additional confirmation step for admin confirm/refuse of users - Stefan Busemann (in2code)
  • [SECURITY] Don't pass User to newAction - Andreas Nedbal (in2code)
  • [SECURITY] Avoid unintended persistence - Andreas Nedbal (in2code)
  • [LANG] Adjust label for resendConfirmationMailSend - Christine Zoglmeier (in2code)
  • [BUGFIX] Failing resend frontend view - Stefan Busemann (in2code)
  • [BUGFIX] Load data processor only in frontend context - thx to Johannes Böttcher
  • [BUGFIX] Load TypoScript configuration in backend context - thx to Johannes Böttcher
  • [BUGFIX] Migrate RequireJS backend script to ES6 - thx to Johannes Böttcher
  • [BUGFIX] Pass request object to mail service in controller context - thx to DaRealFrea
  • [BUGFIX] Missing resend confirmation dialogue - Stefan Busemann (in2code)
  • [BUGFIX] wrong default action for resend plugin - Stefan Busemann (in2code)
  • [REFACTOR] (controller): enhance file handling and readability - thx to Gregor
  • [BUGFIX] Retain user-entered searchword after submit - thx to Simon Praetorius

Full Changelog: 8.2.1...13.0.0

8.3.1 Security Release

22 Jul 08:56
Compare
Choose a tag to compare

[SECURITY] Avoid unintended persistence - You can disable logging function of femanager or update to the latest version.

Full Changelog: 8.3.0...8.3.1

7.5.3 Security Release

22 Jul 08:56
Compare
Choose a tag to compare

[SECURITY] Avoid unintended persistence - You can disable logging function of femanager or update to the latest version.

Full Changelog: 7.5.2...7.5.3

6.4.2 Security Update

22 Jul 08:37
Compare
Choose a tag to compare

[BUGFIX] Avoid unintended persistence

Full Changelog: 6.4.1...6.4.2

7.5.2 Bugfix Release

17 Jun 11:52
Compare
Choose a tag to compare

[BUGFIX] missing HTML View for confirmedByAdminRefusedSilent

Full Changelog: 7.5.1...7.5.2

7.5.1 Bugfix Release

17 Jun 11:53
Compare
Choose a tag to compare

[BUGFIX] Avoid PHP Warning: Undefined variable

Full Changelog: 7.5.0...7.5.1

8.3 [FEATURE] Add confirmation buttons for a final confirm

10 Jun 19:22
Compare
Choose a tag to compare

[FEATURE] Add confirmation buttons for a final confirm

This prevents that a simple preview of a link could start a user confirmation / deletion

Needs to be activated:

# if a user creates his profile, the creation of the profile must be confirmed
# this is a useful setting, as some virus scanners are preloading all links in an email, which then creates this user automatically
# default = 0
confirmUserConfirmation = 0
# if an admin needs to confirm a profile, this adds a confirmation step
# this is a useful setting, as some virus scanners are preloading all links in an email, which then accepts/refuses this user automatically
# default = 0
confirmAdminConfirmation = 0

This is a backport of a feature of V13.

7.5.0 New confirmation view

10 Jun 14:50
Compare
Choose a tag to compare

[FEATURE] Add confirmation buttons for a final confirm

This prevents that a simple preview of a link could start a user confirmation / deletion

Needs to be activated via typoscript

 if a user creates his profile, the creation of the profile must be confirmed
 this is a useful setting, as some virus scanners are preloading all links in an email, which then creates this user automatically# default = 0
confirmUserConfirmation = 0
 if an admin needs to confirm a profile, this adds a confirmation step
 this is a useful setting, as some virus scanners are preloading all links in an email, which then accepts/refuses this user automatically
 default = 0
confirmAdminConfirmation = 0

This is a backport of a feature of V13.

Full Changelog: 7.4.2...7.5.0

8.2.2 Security Release

20 May 05:43
Compare
Choose a tag to compare

[SECURITY] Don't pass User to newAction

This prevents information disclosure by passing an argument to this controlling

Full Changelog: 8.2.1...8.2.2

7.4.2 Security Release

20 May 05:37
Compare
Choose a tag to compare

[SECURITY] Don't pass User to newAction

This prevents information disclosure by passing an argument to this controlling

Full Changelog: 7.4.1...7.4.2