Commit 5ba4d1d
File tree
12 files changed
+79
-45
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- EventListener
- Resources/config
- Component/Security/Http
- Authentication
- Authenticator/Token
- Event
- EventListener
- Tests
- Authentication
- EventListener
12 files changed
+79
-45
lines changedsrc/Symfony/Bundle/SecurityBundle/EventListener/FirewallEventBubblingListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/EventListener/FirewallEventBubblingListener.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
18 |
| - |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
| 42 | + |
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
|
src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
| 47 | + |
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
|
src/Symfony/Component/Security/Http/Authentication/AuthenticatorManager.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authentication/AuthenticatorManager.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| 29 | + |
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
32 |
| - |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| ||
159 | 159 |
|
160 | 160 |
|
161 | 161 |
|
162 |
| - |
| 162 | + |
163 | 163 |
|
164 | 164 |
|
165 | 165 |
|
|
src/Symfony/Component/Security/Http/Authenticator/Token/PostAuthenticationToken.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authenticator/Token/PostAuthenticationToken.php+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
3 | 12 |
|
4 | 13 |
|
5 | 14 |
|
|
src/Symfony/Component/Security/Http/Event/VerifyAuthenticatorCredentialsEvent.php renamed to src/Symfony/Component/Security/Http/Event/CheckPassportEvent.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Event/CheckPassportEvent.php+10-3Lines changed: 10 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
3 | 12 |
|
4 | 13 |
|
5 |
| - |
6 |
| - |
7 | 14 |
|
8 | 15 |
|
9 | 16 |
|
| ||
17 | 24 |
|
18 | 25 |
|
19 | 26 |
|
20 |
| - |
| 27 | + |
21 | 28 |
|
22 | 29 |
|
23 | 30 |
|
|
src/Symfony/Component/Security/Http/EventListener/VerifyAuthenticatorCredentialsListener.php renamed to src/Symfony/Component/Security/Http/EventListener/CheckCredentialsListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/EventListener/CheckCredentialsListener.php+13-4Lines changed: 13 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
3 | 12 |
|
4 | 13 |
|
5 | 14 |
|
| ||
8 | 17 |
|
9 | 18 |
|
10 | 19 |
|
11 |
| - |
| 20 | + |
12 | 21 |
|
13 | 22 |
|
14 | 23 |
|
| ||
19 | 28 |
|
20 | 29 |
|
21 | 30 |
|
22 |
| - |
| 31 | + |
23 | 32 |
|
24 | 33 |
|
25 | 34 |
|
| ||
28 | 37 |
|
29 | 38 |
|
30 | 39 |
|
31 |
| - |
| 40 | + |
32 | 41 |
|
33 | 42 |
|
34 | 43 |
|
| ||
74 | 83 |
|
75 | 84 |
|
76 | 85 |
|
77 |
| - |
| 86 | + |
78 | 87 |
|
79 | 88 |
|
src/Symfony/Component/Security/Http/EventListener/CsrfProtectionListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/EventListener/CsrfProtectionListener.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
| 60 | + |
61 | 61 |
|
62 | 62 |
|
src/Symfony/Component/Security/Http/EventListener/UserCheckerListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/EventListener/UserCheckerListener.php+14-5Lines changed: 14 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
3 | 12 |
|
4 | 13 |
|
5 | 14 |
|
6 | 15 |
|
7 | 16 |
|
8 | 17 |
|
| 18 | + |
9 | 19 |
|
10 |
| - |
11 | 20 |
|
12 | 21 |
|
13 | 22 |
|
| ||
24 | 33 |
|
25 | 34 |
|
26 | 35 |
|
27 |
| - |
| 36 | + |
28 | 37 |
|
29 | 38 |
|
30 | 39 |
|
| ||
34 | 43 |
|
35 | 44 |
|
36 | 45 |
|
37 |
| - |
| 46 | + |
38 | 47 |
|
39 | 48 |
|
40 | 49 |
|
| ||
47 | 56 |
|
48 | 57 |
|
49 | 58 |
|
50 |
| - |
51 |
| - |
| 59 | + |
| 60 | + |
52 | 61 |
|
53 | 62 |
|
54 | 63 |
|
src/Symfony/Component/Security/Http/Tests/Authentication/AuthenticatorManagerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Tests/Authentication/AuthenticatorManagerTest.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 |
| - |
| 98 | + |
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
| ||
106 | 106 |
|
107 | 107 |
|
108 | 108 |
|
109 |
| - |
| 109 | + |
110 | 110 |
|
111 | 111 |
|
112 | 112 |
|
|
src/Symfony/Component/Security/Http/Tests/EventListener/VerifyAuthenticatorCredentialsListenerTest.php renamed to src/Symfony/Component/Security/Http/Tests/EventListener/CheckCredentialsListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Tests/EventListener/CheckCredentialsListenerTest.php+9-9Lines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
25 |
| - |
| 24 | + |
| 25 | + |
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
77 |
| - |
| 77 | + |
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
| ||
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
94 |
| - |
| 94 | + |
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
| ||
109 | 109 |
|
110 | 110 |
|
111 | 111 |
|
112 |
| - |
| 112 | + |
113 | 113 |
|
114 | 114 |
|
115 | 115 |
|
116 | 116 |
|
117 |
| - |
| 117 | + |
118 | 118 |
|
119 | 119 |
|
src/Symfony/Component/Security/Http/Tests/EventListener/CsrfProtectionListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Tests/EventListener/CsrfProtectionListenerTest.php+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
| 41 | + |
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 |
| - |
| 52 | + |
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 |
| - |
| 68 | + |
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
73 |
| - |
| 73 | + |
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
|
0 commit comments