Skip to content

Releases: fsi-open/admin-security-bundle

Allowed all Symfony 6.x components and doctrine/orm ^3.0

02 Aug 09:54
33b38bf
Compare
Choose a tag to compare
Merge pull request #161 from chives/dev

Stable dependencies

Added UserCheckerInterface implementation to check if user is enabled before logging in

14 Dec 13:59
fa991f3
Compare
Choose a tag to compare
Merge pull request #158 from chives/dev

Added UserCheckerInterface implementation to check if user is enabled before logging in

Initial 4.0 release

31 Oct 14:16
885b9cb
Compare
Choose a tag to compare
Merge pull request #157 from szymach/release

Added getUserIdentifier method to base user class

Dropped support for PHP below 7.4 and Symfony below 4.4

08 Feb 13:08
Compare
Choose a tag to compare

Fixed incorrect user object comparison on user list

08 Feb 13:00
c2c2496
Compare
Choose a tag to compare
Merge pull request #148 from szymach/3.2

Better comparison for users on admin list batch action

Restrict doctrine/persistence and php versions, better static code analysis

15 Mar 16:44
b066bf0
Compare
Choose a tag to compare
Merge pull request #132 from chives/3.2

Test on php 7.4, improve static analysis

Fixed accessing id on user classes that do not have it

09 Dec 11:27
dbbc9d4
Compare
Choose a tag to compare
Merge pull request #130 from szymach/3.2

Fixed attempting to access getId method on a user class without it

Prevent accessing empty firewall config instance when checking for password change enforcement

29 Nov 15:00
e917c22
Compare
Choose a tag to compare
Merge pull request #129 from szymach/3.2

Prevent accessing empty firewall config instance when checking for password change enforcement

3.2.2: Merge pull request #128 from rn0/binary_passwd_2

27 Nov 11:50
@rn0 rn0
61967fd
Compare
Choose a tag to compare
Convert random binary bytes to hexadecimal representation

Fixed resend activation token action

14 Oct 10:15
536182b
Compare
Choose a tag to compare
Merge pull request #126 from szymach/3.2

Fixed new activation token not being persisted to database