Commit e45b25f
File tree
29 files changed
+1203
-192
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- DependencyInjection
- Compiler
- Security/Factory
- LoginLink
- RememberMe
- Resources/config
- Security
- Tests/Functional
- Component/Security
- Http
- Authenticator
- Passport/Badge
- Event
- EventListener
- Firewall
- RememberMe
- Tests
- Authenticator
- EventListener
- RememberMe
29 files changed
+1203
-192
lines changedsrc/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterGlobalSecurityEventListenersPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterGlobalSecurityEventListenersPass.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
| ||
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
| 48 | + |
47 | 49 |
|
48 | 50 |
|
49 | 51 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/LoginLinkFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/LoginLinkFactory.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
111 | 111 |
|
112 | 112 |
|
113 | 113 |
|
114 |
| - |
| 114 | + |
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php+45-26Lines changed: 45 additions & 26 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 |
|
| 20 | + |
19 | 21 |
|
20 | 22 |
|
21 | 23 |
|
| ||
94 | 96 |
|
95 | 97 |
|
96 | 98 |
|
97 |
| - |
98 |
| - |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
99 | 103 |
|
100 |
| - |
101 |
| - |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
102 | 129 |
|
103 | 130 |
|
104 |
| - |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
105 | 137 |
|
106 | 138 |
|
107 | 139 |
|
108 | 140 |
|
109 | 141 |
|
110 |
| - |
111 |
| - |
| 142 | + |
| 143 | + |
112 | 144 |
|
113 | 145 |
|
114 | 146 |
|
115 | 147 |
|
116 | 148 |
|
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
122 | 149 |
|
123 | 150 |
|
124 | 151 |
|
| ||
156 | 183 |
|
157 | 184 |
|
158 | 185 |
|
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
159 | 192 |
|
160 | 193 |
|
161 | 194 |
|
| ||
216 | 249 |
|
217 | 250 |
|
218 | 251 |
|
219 |
| - |
220 |
| - |
221 |
| - |
222 |
| - |
223 |
| - |
224 |
| - |
225 |
| - |
226 |
| - |
227 |
| - |
228 |
| - |
229 |
| - |
230 |
| - |
231 |
| - |
232 |
| - |
233 | 252 |
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
381 | 381 |
|
382 | 382 |
|
383 | 383 |
|
384 |
| - |
| 384 | + |
385 | 385 |
|
386 | 386 |
|
387 | 387 |
|
| ||
541 | 541 |
|
542 | 542 |
|
543 | 543 |
|
544 |
| - |
| 544 | + |
545 | 545 |
|
546 | 546 |
|
547 | 547 |
|
| ||
550 | 550 |
|
551 | 551 |
|
552 | 552 |
|
| 553 | + |
553 | 554 |
|
554 | 555 |
|
555 | 556 |
|
|
src/Symfony/Bundle/SecurityBundle/LoginLink/FirewallAwareLoginLinkHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/LoginLink/FirewallAwareLoginLinkHandler.php+7-25Lines changed: 7 additions & 25 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
29 |
| - |
30 |
| - |
31 |
| - |
| 30 | + |
| 31 | + |
| 32 | + |
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
36 |
| - |
| 37 | + |
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
42 |
| - |
| 43 | + |
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
65 |
| - |
66 |
| - |
| 48 | + |
67 | 49 |
|
68 | 50 |
|
src/Symfony/Bundle/SecurityBundle/RememberMe/FirewallAwareRememberMeHandler.php
Copy file name to clipboard+56Lines changed: 56 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator.php-20Lines changed: 0 additions & 20 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
24 | 23 |
|
25 | 24 |
|
26 | 25 |
|
27 | 26 |
|
28 | 27 |
|
29 | 28 |
|
30 |
| - |
31 | 29 |
|
32 | 30 |
|
33 | 31 |
|
| ||
106 | 104 |
|
107 | 105 |
|
108 | 106 |
|
109 |
| - |
110 |
| - |
111 |
| - |
112 |
| - |
113 |
| - |
114 |
| - |
115 |
| - |
116 |
| - |
117 | 107 |
|
118 | 108 |
|
119 | 109 |
|
| ||
153 | 143 |
|
154 | 144 |
|
155 | 145 |
|
156 |
| - |
157 |
| - |
158 |
| - |
159 |
| - |
160 |
| - |
161 |
| - |
162 |
| - |
163 |
| - |
164 |
| - |
165 |
| - |
166 | 146 |
|
167 | 147 |
|
168 | 148 |
|
|
src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator_login_link.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator_login_link.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
| 42 | + |
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
|
0 commit comments