Skip to content

Change the old syntax of $this->request->session() to `$this->reque… - #712

Closed
Lartak wants to merge 21 commits into
CakeDC:developfrom
Lartak:master
Closed

Change the old syntax of $this->request->session() to `$this->reque…#712
Lartak wants to merge 21 commits into
CakeDC:developfrom
Lartak:master

Conversation

@Lartak

@Lartak Lartak commented Jul 28, 2018

Copy link
Copy Markdown
Contributor

…st->getSession()`.

The new syntax.

steinkel and others added 21 commits April 20, 2018 02:49
fixes CakeDC#570 thanks to @makamo for reporting
CakeDC/Users.RememberMe -> CakeDC/Auth.RememberMe
…wo-factor-auth

Rochamarcelo issue/google two factor auth
This patch ensures that a new secret is only generated in case the user
record doesn't already has a secret set.
Ensures that the user data is persisted in the storage configured for
the Auth component, and that the `secret_verified` flag is set
properly.
…regeneration

Fix two factor auth only working on the second try.
@steinkel
steinkel changed the base branch from master to develop August 15, 2018 07:55
@codecov-io

Copy link
Copy Markdown

Codecov Report

Merging #712 into develop will increase coverage by 9.47%.
The diff coverage is 92.85%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #712      +/-   ##
=============================================
+ Coverage      70.57%   80.04%   +9.47%     
+ Complexity       555      543      -12     
=============================================
  Files             53       52       -1     
  Lines           1706     1694      -12     
=============================================
+ Hits            1204     1356     +152     
+ Misses           502      338     -164
Impacted Files Coverage Δ Complexity Δ
src/Controller/Traits/LinkSocialTrait.php 42.85% <100%> (-27.56%) 25 <0> (ø)
src/Controller/Traits/LoginTrait.php 63.06% <90.9%> (+12.49%) 51 <0> (ø) ⬇️
src/Controller/Traits/UserValidationTrait.php 84.44% <0%> (-1.84%) 14% <0%> (-4%)
src/Controller/Traits/PasswordManagementTrait.php 75.94% <0%> (-0.31%) 22% <0%> (ø)
src/Model/Behavior/PasswordBehavior.php 100% <0%> (ø) 18% <0%> (-4%) ⬇️
src/Auth/Social/Mapper/Tumblr.php
src/Model/Behavior/RegisterBehavior.php 97.4% <0%> (+0.34%) 25% <0%> (+3%) ⬆️
src/Model/Behavior/SocialBehavior.php 92.3% <0%> (+4.27%) 26% <0%> (ø) ⬇️
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1d28032...342d981. Read the comment docs.

@steinkel steinkel closed this Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants