Skip to content

Releases: BenGorUser/User

v0.8.1

30 Mar 11:49
Compare
Choose a tag to compare
  • User permission could only be revoked if the first role matches with the inner array.

v0.8.0

02 Feb 21:43
Compare
Choose a tag to compare
  • Added purge outdated invitation and remember password tokens use cases.
  • Added all method inside UserRepository.
  • Rewrite the UserUrlGenerator simplifying the interface and added plain implementation strategy.
  • Upgraded PHP-CS Fixer.
  • [Travis CI] Dropped support for HHVM and added for PHP 7.1.
  • Introduced hacks to prevent Doctrine's bug with nullable embeddables.

v0.7.0

01 Nov 16:15
Compare
Choose a tag to compare
  • Added user of id query handler.
  • UserOfRememberPasswordToken and UserOfInvitationToken query handlers now checks if the token is expired
  • Reset password expire after 1 hour by default for security reasons.
  • Invitation tokens expire after 1 week by default for security reasons.
  • Split InviteHandler into InviteHandler and ResendInvitationHandler.
  • Changed sanity check in UserRole constructor to only allow strings.

v0.6.2

05 Oct 11:42
Compare
Choose a tag to compare
Reindexed roles collection after remove one

v0.6.1

05 Jul 11:00
Compare
Choose a tag to compare
Made user event bus optional in the repository implementations

v0.6.0

13 Jun 17:52
Compare
Choose a tag to compare
Last commit before 0.6

v0.5.0

06 May 22:16
Compare
Choose a tag to compare
Simplified user constructor not exposing uneeded properties for domain

v0.4.3

02 Apr 17:24
Compare
Choose a tag to compare
Added sign up by invitation without confirmation use case

v0.4.2

09 Feb 07:28
Compare
Choose a tag to compare
Updated the password encode domain object with its related implementa…

v0.4.1

12 Jan 18:55
Compare
Choose a tag to compare
Make avaialableRoles method public and static