|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## [v1.0.1](https://github.com/lonnieezell/myth-auth/tree/v1.0.1) (2021-07-02) |
| 3 | +## [v1.1.0](https://github.com/lonnieezell/myth-auth/tree/v1.1.0) (2022-07-13) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/lonnieezell/myth-auth/compare/v1.0.1...v1.1.0) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
4 | 8 |
|
5 |
| -[Full Changelog](https://github.com/lonnieezell/myth-auth/compare/v1.0.1...v1.0.1) |
| 9 | +- Add username validation rules [\#248](https://github.com/lonnieezell/myth-auth/issues/248) |
| 10 | +- Deactivated user [\#241](https://github.com/lonnieezell/myth-auth/issues/241) |
| 11 | + |
| 12 | +**Fixed bugs:** |
| 13 | + |
| 14 | +- The Auth Trait's restrictWithPermissions\(\) method don't work when we pass more permissions than one in array [\#525](https://github.com/lonnieezell/myth-auth/issues/525) |
| 15 | +- After auth:publish some config file variables values incorrect [\#390](https://github.com/lonnieezell/myth-auth/issues/390) |
| 16 | +- Issue in Reset Password with database postgre [\#324](https://github.com/lonnieezell/myth-auth/issues/324) |
| 17 | +- Problem in all views [\#293](https://github.com/lonnieezell/myth-auth/issues/293) |
| 18 | +- Improper redirecttion to '/' instead of site\_url\(\) or base\_url\(\) [\#266](https://github.com/lonnieezell/myth-auth/issues/266) |
6 | 19 |
|
7 | 20 | **Closed issues:**
|
8 | 21 |
|
| 22 | +- JWT Authentication Support [\#286](https://github.com/lonnieezell/myth-auth/issues/286) |
| 23 | +- Resend activate hash doesn't generate new hash [\#531](https://github.com/lonnieezell/myth-auth/issues/531) |
| 24 | +- login after restrictToGroups will not redirect me to same restricted page [\#529](https://github.com/lonnieezell/myth-auth/issues/529) |
| 25 | +- An error occurred in the forgot password feature [\#528](https://github.com/lonnieezell/myth-auth/issues/528) |
| 26 | +- Myth\Auth\Authorization\PermissionModel:doesUserHavePermission\(\) - Why Check group permissions? [\#524](https://github.com/lonnieezell/myth-auth/issues/524) |
| 27 | +- php null coalescing assignment operator [\#521](https://github.com/lonnieezell/myth-auth/issues/521) |
| 28 | +- How do I change the error response? [\#490](https://github.com/lonnieezell/myth-auth/issues/490) |
| 29 | +- Helper not loading in BaseController - Call to undefined function logged\_in\(\) [\#486](https://github.com/lonnieezell/myth-auth/issues/486) |
| 30 | +- Argument 2 passed to Myth\Auth\Password::verify\(\) must be of the type string, null given [\#485](https://github.com/lonnieezell/myth-auth/issues/485) |
| 31 | +- ErrorException Trying to get property 'password\_hash' of non-object [\#482](https://github.com/lonnieezell/myth-auth/issues/482) |
| 32 | +- restrictWithPermissions\(\) with Multiple permissions [\#475](https://github.com/lonnieezell/myth-auth/issues/475) |
| 33 | +- Redirect on web hosting not working [\#473](https://github.com/lonnieezell/myth-auth/issues/473) |
| 34 | +- Email Configuration [\#472](https://github.com/lonnieezell/myth-auth/issues/472) |
| 35 | +- Permissions is not an object [\#469](https://github.com/lonnieezell/myth-auth/issues/469) |
| 36 | +- block failed login or show recaptcha after few invalid logins [\#466](https://github.com/lonnieezell/myth-auth/issues/466) |
| 37 | +- Ajax call not working [\#465](https://github.com/lonnieezell/myth-auth/issues/465) |
| 38 | +- Resend activate account not working [\#459](https://github.com/lonnieezell/myth-auth/issues/459) |
| 39 | +- admin database does not migrate [\#458](https://github.com/lonnieezell/myth-auth/issues/458) |
| 40 | +- add Google login [\#454](https://github.com/lonnieezell/myth-auth/issues/454) |
| 41 | +- Problem to create custom Routing [\#453](https://github.com/lonnieezell/myth-auth/issues/453) |
| 42 | +- LoginFilter creates redirect loop if forceGlobalSecureRequests is set with defined baseURI. [\#448](https://github.com/lonnieezell/myth-auth/issues/448) |
| 43 | +- Use only email for registration and username for login [\#446](https://github.com/lonnieezell/myth-auth/issues/446) |
| 44 | +- Call to undefined function in\_group\(\) error [\#445](https://github.com/lonnieezell/myth-auth/issues/445) |
| 45 | +- ISSUE redirect if use filter login at $globals [\#443](https://github.com/lonnieezell/myth-auth/issues/443) |
| 46 | +- Bug - Myth lang files have precedence over lang files located inside app folder [\#441](https://github.com/lonnieezell/myth-auth/issues/441) |
| 47 | +- Send Email Activation [\#439](https://github.com/lonnieezell/myth-auth/issues/439) |
| 48 | +- create new user by command [\#432](https://github.com/lonnieezell/myth-auth/issues/432) |
| 49 | +- Published Entity not extending src Entity [\#431](https://github.com/lonnieezell/myth-auth/issues/431) |
| 50 | +- Cannot add new fields [\#430](https://github.com/lonnieezell/myth-auth/issues/430) |
| 51 | +- Exception in $auth-\>attempt\($data\) [\#429](https://github.com/lonnieezell/myth-auth/issues/429) |
| 52 | +- The requested resource /login was not found on this server. [\#425](https://github.com/lonnieezell/myth-auth/issues/425) |
| 53 | +- run this library without php spark [\#419](https://github.com/lonnieezell/myth-auth/issues/419) |
| 54 | +- Undefined variable $config [\#416](https://github.com/lonnieezell/myth-auth/issues/416) |
| 55 | +- API with json [\#415](https://github.com/lonnieezell/myth-auth/issues/415) |
| 56 | +- how do I change the password settings of a user? [\#414](https://github.com/lonnieezell/myth-auth/issues/414) |
| 57 | +- Login / Logout loop [\#411](https://github.com/lonnieezell/myth-auth/issues/411) |
| 58 | +- How can we use UUID except auto increment ID with this library? [\#408](https://github.com/lonnieezell/myth-auth/issues/408) |
9 | 59 | - VENDORPATH\myth\auth\src\Config\Services.php at line 92 [\#397](https://github.com/lonnieezell/myth-auth/issues/397)
|
10 | 60 | - InvalidArgumentException Cache key contains reserved characters {}\(\)/\@: [\#396](https://github.com/lonnieezell/myth-auth/issues/396)
|
11 | 61 | - auth page not working when I add login filter globally [\#393](https://github.com/lonnieezell/myth-auth/issues/393)
|
12 | 62 | - Migrate Laravel 6 Users to Myth [\#389](https://github.com/lonnieezell/myth-auth/issues/389)
|
| 63 | +- Failed To reset password [\#340](https://github.com/lonnieezell/myth-auth/issues/340) |
13 | 64 | - Resend email activation not working [\#339](https://github.com/lonnieezell/myth-auth/issues/339)
|
| 65 | +- Document Password Reset [\#333](https://github.com/lonnieezell/myth-auth/issues/333) |
14 | 66 | - Multiple Login System [\#332](https://github.com/lonnieezell/myth-auth/issues/332)
|
15 | 67 | - Get last inserted id when registering new user [\#318](https://github.com/lonnieezell/myth-auth/issues/318)
|
16 | 68 | - This user account is not yet activated [\#314](https://github.com/lonnieezell/myth-auth/issues/314)
|
|
23 | 75 | - `NothingPersonalValidator.php` Exception, if $email is empty [\#254](https://github.com/lonnieezell/myth-auth/issues/254)
|
24 | 76 | - Activate-Account as an exception in login filter [\#240](https://github.com/lonnieezell/myth-auth/issues/240)
|
25 | 77 | - Extend or change Language File [\#202](https://github.com/lonnieezell/myth-auth/issues/202)
|
| 78 | + |
| 79 | +**Merged pull requests:** |
| 80 | + |
| 81 | +- Parameter Cast [\#541](https://github.com/lonnieezell/myth-auth/pull/541) ([MGatner](https://github.com/MGatner)) |
| 82 | +- Replace `route_to()` [\#540](https://github.com/lonnieezell/myth-auth/pull/540) ([MGatner](https://github.com/MGatner)) |
| 83 | +- Validation Extensions [\#539](https://github.com/lonnieezell/myth-auth/pull/539) ([MGatner](https://github.com/MGatner)) |
| 84 | +- User Type [\#537](https://github.com/lonnieezell/myth-auth/pull/537) ([MGatner](https://github.com/MGatner)) |
| 85 | +- Enforce password type [\#536](https://github.com/lonnieezell/myth-auth/pull/536) ([MGatner](https://github.com/MGatner)) |
| 86 | +- Update Development Tools [\#532](https://github.com/lonnieezell/myth-auth/pull/532) ([MGatner](https://github.com/MGatner)) |
| 87 | +- Removed redundant group permissions db lookup [\#530](https://github.com/lonnieezell/myth-auth/pull/530) ([manageruz](https://github.com/manageruz)) |
| 88 | +- Update PermissionModel.php [\#526](https://github.com/lonnieezell/myth-auth/pull/526) ([sclubricants](https://github.com/sclubricants)) |
| 89 | +- updated commands doc file, added 3 new parts [\#523](https://github.com/lonnieezell/myth-auth/pull/523) ([manageruz](https://github.com/manageruz)) |
| 90 | +- Add new command of list registered. [\#519](https://github.com/lonnieezell/myth-auth/pull/519) ([anjooficial](https://github.com/anjooficial)) |
| 91 | +- CodeIgniter DevKit [\#517](https://github.com/lonnieezell/myth-auth/pull/517) ([MGatner](https://github.com/MGatner)) |
| 92 | +- fix namespace entity ci 4.1.9 [\#514](https://github.com/lonnieezell/myth-auth/pull/514) ([agiltriyas](https://github.com/agiltriyas)) |
| 93 | +- Entity encapsulation namespace and documentation update [\#511](https://github.com/lonnieezell/myth-auth/pull/511) ([lyimolucasl](https://github.com/lyimolucasl)) |
| 94 | +- update documentation typo [\#502](https://github.com/lonnieezell/myth-auth/pull/502) ([lyimolucasl](https://github.com/lyimolucasl)) |
| 95 | +- Respect routing when generating e-mail links [\#501](https://github.com/lonnieezell/myth-auth/pull/501) ([rmilecki](https://github.com/rmilecki)) |
| 96 | +- Update spanish \(Spain\) translation [\#496](https://github.com/lonnieezell/myth-auth/pull/496) ([treborin](https://github.com/treborin)) |
| 97 | +- PostgreSQL support - proposal n.1: without change in database schema [\#494](https://github.com/lonnieezell/myth-auth/pull/494) ([xlii-chl](https://github.com/xlii-chl)) |
| 98 | +- permit multiple permissions in restrictWithPermissions\(\) [\#481](https://github.com/lonnieezell/myth-auth/pull/481) ([paul45](https://github.com/paul45)) |
| 99 | +- Update RU language [\#462](https://github.com/lonnieezell/myth-auth/pull/462) ([oleg1540](https://github.com/oleg1540)) |
| 100 | +- docs: highlight PHP code blocks [\#461](https://github.com/lonnieezell/myth-auth/pull/461) ([kenjis](https://github.com/kenjis)) |
| 101 | +- Update authentication.md [\#457](https://github.com/lonnieezell/myth-auth/pull/457) ([jdavidson-hhg](https://github.com/jdavidson-hhg)) |
| 102 | +- Re-work the filters & Set the route name for routing in config [\#444](https://github.com/lonnieezell/myth-auth/pull/444) ([mjamilasfihani](https://github.com/mjamilasfihani)) |
| 103 | +- Add validation rules for email attemptForgot\(\) [\#435](https://github.com/lonnieezell/myth-auth/pull/435) ([Eelisland](https://github.com/Eelisland)) |
| 104 | +- Text correction [\#434](https://github.com/lonnieezell/myth-auth/pull/434) ([daycry](https://github.com/daycry)) |
| 105 | +- Fix bug in published User Entity and UserModel [\#433](https://github.com/lonnieezell/myth-auth/pull/433) ([Eelisland](https://github.com/Eelisland)) |
| 106 | +- Added missing open block comment asterisk sign [\#424](https://github.com/lonnieezell/myth-auth/pull/424) ([lyimolucasl](https://github.com/lyimolucasl)) |
| 107 | +- Fix Translation [\#412](https://github.com/lonnieezell/myth-auth/pull/412) ([teddcm](https://github.com/teddcm)) |
| 108 | +- Fix wrong translation [\#410](https://github.com/lonnieezell/myth-auth/pull/410) ([nynsen](https://github.com/nynsen)) |
| 109 | +- Fix namespace to path sync of views files during publish [\#407](https://github.com/lonnieezell/myth-auth/pull/407) ([paulbalandan](https://github.com/paulbalandan)) |
| 110 | +- Use "env" key instead of additional workflow step [\#406](https://github.com/lonnieezell/myth-auth/pull/406) ([paulbalandan](https://github.com/paulbalandan)) |
| 111 | + |
| 112 | +## [v1.0.1](https://github.com/lonnieezell/myth-auth/tree/v1.0.1) (2021-07-02) |
| 113 | + |
| 114 | +[Full Changelog](https://github.com/lonnieezell/myth-auth/compare/v1.0...v1.0.1) |
| 115 | + |
| 116 | +**Closed issues:** |
| 117 | + |
26 | 118 | - Validation from \Config\Services::validation\(\) is no longer worked in frontend after implementing Myth/Auth [\#395](https://github.com/lonnieezell/myth-auth/issues/395)
|
27 | 119 | - Improve IPv6 support [\#392](https://github.com/lonnieezell/myth-auth/issues/392)
|
28 | 120 | - var $requireActivation on config not working for disable activation user when register [\#382](https://github.com/lonnieezell/myth-auth/issues/382)
|
|
0 commit comments