Commit 6b9d78d
File tree
21 files changed
+1193
-107
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- DependencyInjection/Security/Factory
- Resources/config
- Component/Security/Http
- Authentication
- Authenticator
- EventListener
- Tests
- Authentication
- Authenticator
- EventListener
21 files changed
+1193
-107
lines changedsrc/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FormLoginFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FormLoginFactory.php+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
104 | 104 |
|
105 | 105 |
|
106 | 106 |
|
107 |
| - |
108 |
| - |
109 |
| - |
| 107 | + |
| 108 | + |
110 | 109 |
|
111 | 110 |
|
112 | 111 |
|
|
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-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
87 |
| - |
88 | 87 |
|
89 | 88 |
|
90 | 89 |
|
91 | 90 |
|
92 | 91 |
|
93 | 92 |
|
94 | 93 |
|
95 |
| - |
96 | 94 |
|
97 | 95 |
|
98 | 96 |
|
|
src/Symfony/Component/Security/Http/Authentication/AuthenticatorManager.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authentication/AuthenticatorManager.php+5-24Lines changed: 5 additions & 24 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
27 | 26 |
|
28 | 27 |
|
29 | 28 |
|
| ||
40 | 39 |
|
41 | 40 |
|
42 | 41 |
|
43 |
| - |
44 |
| - |
45 | 42 |
|
46 | 43 |
|
47 | 44 |
|
| ||
131 | 128 |
|
132 | 129 |
|
133 | 130 |
|
134 |
| - |
| 131 | + |
| 132 | + |
| 133 | + |
135 | 134 |
|
136 | 135 |
|
137 | 136 |
|
| ||
215 | 214 |
|
216 | 215 |
|
217 | 216 |
|
218 |
| - |
219 |
| - |
220 |
| - |
221 |
| - |
222 | 217 |
|
223 | 218 |
|
224 | 219 |
|
225 | 220 |
|
226 | 221 |
|
227 | 222 |
|
228 |
| - |
| 223 | + |
229 | 224 |
|
230 |
| - |
231 |
| - |
232 |
| - |
233 | 225 |
|
234 | 226 |
|
235 | 227 |
|
| ||
259 | 251 |
|
260 | 252 |
|
261 | 253 |
|
262 |
| - |
263 |
| - |
264 |
| - |
265 |
| - |
266 |
| - |
267 |
| - |
268 |
| - |
269 |
| - |
270 |
| - |
271 |
| - |
272 |
| - |
273 | 254 |
|
274 | 255 |
|
275 | 256 |
|
276 |
| - |
| 257 | + |
277 | 258 |
|
278 | 259 |
|
279 | 260 |
|
|
src/Symfony/Component/Security/Http/Authenticator/FormLoginAuthenticator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authenticator/FormLoginAuthenticator.php+2-8Lines changed: 2 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
24 | 23 |
|
25 | 24 |
|
26 | 25 |
|
| ||
38 | 37 |
|
39 | 38 |
|
40 | 39 |
|
41 |
| - |
42 | 40 |
|
43 | 41 |
|
44 |
| - |
| 42 | + |
45 | 43 |
|
46 | 44 |
|
47 |
| - |
48 | 45 |
|
49 | 46 |
|
50 | 47 |
|
| ||
75 | 72 |
|
76 | 73 |
|
77 | 74 |
|
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
| 75 | + |
82 | 76 |
|
83 | 77 |
|
84 | 78 |
|
|
src/Symfony/Component/Security/Http/Authenticator/HttpBasicAuthenticator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authenticator/HttpBasicAuthenticator.php+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
20 | 19 |
|
21 | 20 |
|
22 | 21 |
|
| ||
33 | 32 |
|
34 | 33 |
|
35 | 34 |
|
36 |
| - |
37 | 35 |
|
38 | 36 |
|
39 |
| - |
| 37 | + |
40 | 38 |
|
41 | 39 |
|
42 | 40 |
|
43 |
| - |
44 | 41 |
|
45 | 42 |
|
46 | 43 |
|
|
src/Symfony/Component/Security/Http/Authenticator/RememberMeAuthenticator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authenticator/RememberMeAuthenticator.php+14-13Lines changed: 14 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
22 | 21 |
|
23 |
| - |
24 | 22 |
|
25 | 23 |
|
26 | 24 |
|
| ||
35 | 33 |
|
36 | 34 |
|
37 | 35 |
|
38 |
| - |
| 36 | + |
39 | 37 |
|
40 | 38 |
|
41 | 39 |
|
42 | 40 |
|
43 |
| - |
44 |
| - |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
45 | 45 |
|
46 |
| - |
| 46 | + |
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
52 |
| - |
| 51 | + |
53 | 52 |
|
54 | 53 |
|
55 | 54 |
|
| ||
87 | 86 |
|
88 | 87 |
|
89 | 88 |
|
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
90 | 95 |
|
91 | 96 |
|
92 | 97 |
|
| ||
101 | 106 |
|
102 | 107 |
|
103 | 108 |
|
104 |
| - |
105 |
| - |
106 |
| - |
107 |
| - |
108 | 109 |
|
109 | 110 |
|
110 | 111 |
|
src/Symfony/Component/Security/Http/EventListener/PasswordMigratingListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/EventListener/PasswordMigratingListener.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
| 39 | + |
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
| 49 | + |
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
| 53 | + |
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
|
src/Symfony/Component/Security/Http/EventListener/RememberMeListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/EventListener/RememberMeListener.php+12-4Lines changed: 12 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
43 | 51 |
|
44 | 52 |
|
45 | 53 |
|
| ||
48 | 56 |
|
49 | 57 |
|
50 | 58 |
|
51 |
| - |
| 59 | + |
52 | 60 |
|
53 | 61 |
|
54 | 62 |
|
55 | 63 |
|
56 | 64 |
|
57 | 65 |
|
58 |
| - |
| 66 | + |
59 | 67 |
|
60 | 68 |
|
61 | 69 |
|
62 | 70 |
|
63 | 71 |
|
64 | 72 |
|
65 |
| - |
| 73 | + |
66 | 74 |
|
67 | 75 |
|
68 | 76 |
|
|
src/Symfony/Component/Security/Http/EventListener/UserCheckerListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/EventListener/UserCheckerListener.php+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
26 | 30 |
|
27 | 31 |
|
28 | 32 |
|
29 | 33 |
|
30 | 34 |
|
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
31 | 39 |
|
32 | 40 |
|
33 | 41 |
|
|
src/Symfony/Component/Security/Http/EventListener/VerifyAuthenticatorCredentialsListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/EventListener/VerifyAuthenticatorCredentialsListener.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
34 | 38 |
|
35 | 39 |
|
36 | 40 |
|
|
0 commit comments