Skip to content

Releases: dayspring-tech/LoginBundle

Add support for Symfony 6.0

03 Mar 19:34
56c08d7

Choose a tag to compare

What's Changed

Full Changelog: 5.2.0...6.0.0

Change forgot password responses to prevent account harvesting

11 Jul 03:54
68710f1

Choose a tag to compare

Harvesting (issue 1205) (#18)

* Harvesting (issue 1205)
create generic message for reset password request.

* Harvesting (issue 1205)
create generic message for reset password request.
set flash status as success and redirect to login page.  refactor code.

* Harvesting (issue 1205)
create generic message for reset password request.
fix test

* Harvesting (issue 1205)
create generic message for reset password request.
fix test

* Harvesting (issue 1205)
create generic message for reset password request.
fix test

* Harvesting (issue 1205)
create generic message for reset password request.
fix test

* Harvesting (issue 1205)
update generic message for reset password request.

* rebuild om before test

* add missing build.properties

* add docker dev environment

---------

Co-authored-by: Jeffrey Wong <jwong@dayspringpartners.com>
Co-authored-by: Jeffrey Wong <jwong@dayspring-tech.com>

Change forgot password responses to prevent account harvesting

11 Jul 03:54

Choose a tag to compare

4.2.0

Merge branch 'feature/pen_test_remediation' into 4.x

5.1.4: rebuild generated om/map classes before running tests (#17)

25 May 21:35
0e1c07b

Choose a tag to compare

* remove generated om/map classes

* restore om/map classes so installing bundle doesn't throw class not found error

* revert date diff changes since they're not necessary with fix to default return type

---------

Co-authored-by: Jeffrey Wong <jwong@dayspringpartners.com>

fix getResetTokenExpire

24 May 22:55
58103f4

Choose a tag to compare

5.1.3

add 'date' format when calling getResetTokenExpire within a DateTime …

5.1.2: fix symfony 5.x upgrade (#13)

23 May 17:48
ed1f113

Choose a tag to compare

  • Fix checking user.isActive on login.
  • Restore compatibility with Symfony 4.4.

Symfony 5.x support

11 Apr 18:02
49289e6

Choose a tag to compare

Changed paths in Twig

Removed support for Symfony 4.4

Fix of symfony bundles in composer requirements

15 Mar 22:36
897d630

Choose a tag to compare

Update for Symfony 5.4

15 Mar 20:49
5d003de

Choose a tag to compare

Fixed deprecations in removed in Symfony 5.x

Update to PHP 8.x

20 Dec 22:51
21d71e9

Choose a tag to compare

Support for PHP 8.x (#8)

* update to php8 compatibility

* update CI php versions

* set dev stability for propel/propel1 only

* update phpunit to resolve php8.1 incompatibility

* update github to ubuntu-20.04

* split create/grant user

* fix tests after propelbundle update

* ubuntu-22.04

* update actions/checkout and actions/cache to v3

* use dayspring-tech propel packages

* update to PropelBundle-1.8.0-BETA2

* try without setting propel.path

* update propel.path

* update to propel-bundle 1.8.0 stable

Co-authored-by: Jeffrey Wong <jwong@dayspringpartners.com>