Releases: dayspring-tech/LoginBundle
Releases · dayspring-tech/LoginBundle
Add support for Symfony 6.0
Change forgot password responses to prevent account harvesting
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
4.2.0 Merge branch 'feature/pen_test_remediation' into 4.x
5.1.4: rebuild generated om/map classes before running tests (#17)
* 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
5.1.3 add 'date' format when calling getResetTokenExpire within a DateTime …
5.1.2: fix symfony 5.x upgrade (#13)
- Fix checking
user.isActiveon login. - Restore compatibility with Symfony 4.4.
Symfony 5.x support
Changed paths in Twig
Removed support for Symfony 4.4
Fix of symfony bundles in composer requirements
5.0.1 Clean up requirements
Update for Symfony 5.4
Fixed deprecations in removed in Symfony 5.x
Update to PHP 8.x
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>