Skip to content

Latest commit

 

History

History
247 lines (222 loc) · 25 KB

CHANGELOG.md

File metadata and controls

247 lines (222 loc) · 25 KB

Changelog

Full Changelog

Implemented enhancements:

  • [Request] Add new feature on user entity getRoles() #179
  • Add ability to publish filters #175
  • Resend activation email feature. #148

Fixed bugs:

  • LIbrary allows create two groups with same name #147

Closed issues:

  • Remove email system inside activation interface #224
  • OTP or Authenticator ? #219
  • Not logged in after successfull login attempt. #218
  • How to access user attributes? #212
  • "Remember me" function #211
  • ValidatioRule "strong_password" conflict validation system #210
  • Can I seed users from begining without using register function? #209
  • [InvalidArgumentException] #208
  • auth.validFields in .env file are ignored #207
  • $defaultUserGroup missing #206
  • register exception missing in LoginFilter->before #205
  • Helper. Bug at logged_in function #204
  • Required fields for registration #203
  • Error on Insert new User #201
  • Infinite loop on register URL #200
  • Remember user or email on submit login form #199
  • change password function #195
  • Use an existing table instead of users table for authentication #191
  • Error when running "php spark migrate -all" #189
  • attemptLogin() with force_pass_reset #183
  • [Request] Events #182
  • CLI command to create_user fails - password_hash is required #180
  • [HELP] Automatic Logins #174
  • Extension to AuthController fails to "use" custom User entity & model #173
  • Potential Security Issues #172
  • [Question, Help] How i do to check list of permissions() if used by user then disable delete #170
  • SUGESTION: change throw exception filter #169
  • Bug: PermissionModel, function doesUserHavePermission #165
  • Default groups when registering #164
  • function isLoggedIn inside AuthenticationBase always fails #163
  • Question, Help #161
  • Consideration: Change username validation #159
  • Cannot view Register and Activate Account pages if Auth is set to work globally #158
  • Login: show error message when username/email is not record on database #154
  • find the permissions of a group #152
  • redirect #151
  • When the user is logged in, the user should not be able to enter the register page. #149
  • Can't create "Users" table - Foreign key constraint is incorrectly formed #144

Merged pull requests:

1.0-beta.2 (2019-12-12)

Full Changelog

Closed issues:

  • Change "return redirect('/);" to "return redirect()->to('/');" #143
  • ERROR Using PHP 7.4.0 Database #142
  • Feature: external authentication hooks #141
  • how override Config/Auth.php #139
  • Please remove #136
  • Idea: Filter helper load #135
  • performance proposal - Store data in static variable #134
  • doesUserHavePermission #131
  • I can not change user password on check of current password #130
  • Issue on installing with composer #128
  • Undefined property CSRFHeaderName #125
  • name is not a property of the Entity user #124
  • Error Register #118
  • Core Version #115
  • Permissions for user #106
  • Error with failed login #105
  • Validation errors #104
  • Request: interface for using Authorization #103
  • Publish views error #101
  • Error forgot password #100
  • Register Error #99
  • Reset* vars in user don't get nullified when password is changed #95
  • LoginFilter messes with get's token parameter (reset-password) #94
  • Reset* vars in user don't get nullified when password is changed #90
  • Myth's routes cannot be overridden by App's ones #89
  • Exception when logging in with non-existant username #87
  • AuthTrait redirects won't currently #86
  • Request: Publish to Packagist #84
  • Old version of Migration commands #77
  • CPU 100% #43
  • Social login #26

Merged pull requests:

v1.0-beta (2019-08-29)

Full Changelog

Closed issues:

  • attemptReset does not check for token existance before resetting passwd #79
  • route to reset-password being redirected to login #78
  • Spanish text in view #75
  • PASSWORD_ARGON2ID is a conditional constant #73
  • Rolefilter does not end well when more than one role is checked #64
  • Filter parameters don't seem to be in CI4 #38
  • Fresh install - Invalid File #33
  • discoverLocal #32
  • Config autoload causing Composer failures #31
  • Filter parameters #30
  • Permission error #27
  • Permission Model does not get User permissions #22
  • Permission ID not being get #20
  • $this->error in FlatAuthorization not being shown #19
  • Status "not logged in" message appears after logout #18
  • Application view files do not override packaged views. #17
  • Take builder out from $this->builder()->select() in GroupModel.php #11
  • Services::authorization() instead of authentication() #10
  • Routes read from Myth's config instead of App's config (ie: will not read App AuthController) #9
  • Missing Auth in namespace (2) #8
  • Missing Auth in namespace #7
  • redirect not working in AuthTrait #6
  • Missing id() func in AuthenticationBase #5
  • Namespace: Auth missing #4
  • Namespace: should it be Myth\Auth\Authorization? #3
  • find_all() instead of findAll() #2
  • as_array() instead of asArray() #1

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator