Skip to content

Releases: AsgardCms/User

v1.3.0

07 Jul 19:00
Compare
Choose a tag to compare

Changed

  • Use the helper functions in controller
  • Use manual route definition over the route resource shortcut

v1.2.0

01 Jul 18:34
Compare
Choose a tag to compare

Added

  • Set the user fillable fields dynamically from the user configuration file

v1.1.0

01 Jul 15:36
Compare
Choose a tag to compare

Added

  • Adding the loginNames property on the Sentinel User entity
  • Adding configuration to setup which login column names to use

Changed

  • Cleaning up composers.php file

v1.0.11

26 Jun 18:19
Compare
Choose a tag to compare

Added

  • Added a UserWasUpdated event
  • Added a RoleWasUpdated event
  • Flushing sidebar cache when user or role was updated

v1.0.10

26 Jun 12:32
Compare
Choose a tag to compare

Changed

  • Fixing datatable

v1.0.9

26 Jun 12:10
Compare
Choose a tag to compare

Changed

  • Changing index views ordering of columns

v1.0.8

26 Jun 11:34
Compare
Choose a tag to compare

Changed

  • Sentinel - checking if user is logged in before checking for permissions

v1.0.7

22 Jun 07:21
Compare
Choose a tag to compare

Changed

  • Remove the Authentication contract injection from the AuthController

v1.0.6

22 Jun 07:11
Compare
Choose a tag to compare

Changed

  • Make the UsernameViewComposer independent

v1.0.5

21 Jun 19:43
Compare
Choose a tag to compare

Changed

  • Fix the hasAccess method on the sentry implementation