Commit ddf430f
File tree
15 files changed
+296
-105
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- DependencyInjection
- Security/Factory
- Resources/config
- Component/Security/Http
- Authenticator
- EventListener
- RememberMe
15 files changed
+296
-105
lines changedsrc/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AnonymousFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AnonymousFactory.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
| 45 | + |
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AuthenticatorFactoryInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AuthenticatorFactoryInterface.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FormLoginFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FormLoginFactory.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
100 |
| - |
| 100 | + |
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicFactory.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
| 49 | + |
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
|
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+99-34Lines changed: 99 additions & 34 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
69 |
| - |
70 |
| - |
71 |
| - |
| 49 | + |
| 50 | + |
72 | 51 |
|
73 | 52 |
|
74 | 53 |
|
| ||
93 | 72 |
|
94 | 73 |
|
95 | 74 |
|
96 |
| - |
97 |
| - |
98 |
| - |
99 |
| - |
100 |
| - |
101 |
| - |
102 |
| - |
103 |
| - |
104 |
| - |
105 | 75 |
|
106 |
| - |
| 76 | + |
107 | 77 |
|
108 | 78 |
|
109 | 79 |
|
| ||
119 | 89 |
|
120 | 90 |
|
121 | 91 |
|
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
122 | 128 |
|
123 | 129 |
|
124 | 130 |
|
| ||
163 | 169 |
|
164 | 170 |
|
165 | 171 |
|
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
166 | 231 |
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php+17-19Lines changed: 17 additions & 19 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| 29 | + |
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
| ||
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
| 38 | + |
37 | 39 |
|
38 | 40 |
|
39 | 41 |
|
| ||
230 | 232 |
|
231 | 233 |
|
232 | 234 |
|
233 |
| - |
| 235 | + |
234 | 236 |
|
235 | 237 |
|
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
236 | 245 |
|
237 | 246 |
|
238 | 247 |
|
| ||
423 | 432 |
|
424 | 433 |
|
425 | 434 |
|
426 |
| - |
427 |
| - |
428 |
| - |
429 |
| - |
430 |
| - |
431 |
| - |
432 |
| - |
433 |
| - |
434 |
| - |
435 |
| - |
436 | 435 |
|
437 | 436 |
|
438 | 437 |
|
| ||
554 | 553 |
|
555 | 554 |
|
556 | 555 |
|
557 |
| - |
| 556 | + |
558 | 557 |
|
559 | 558 |
|
560 | 559 |
|
| ||
564 | 563 |
|
565 | 564 |
|
566 | 565 |
|
567 |
| - |
568 |
| - |
569 |
| - |
570 |
| - |
571 |
| - |
572 |
| - |
573 |
| - |
| 566 | + |
| 567 | + |
574 | 568 |
|
575 | 569 |
|
576 | 570 |
|
| ||
587 | 581 |
|
588 | 582 |
|
589 | 583 |
|
| 584 | + |
| 585 | + |
| 586 | + |
| 587 | + |
590 | 588 |
|
591 | 589 |
|
592 | 590 |
|
|
src/Symfony/Bundle/SecurityBundle/Resources/config/authenticators.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/config/authenticators.xml+12-1Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
| 55 | + |
| 56 | + |
56 | 57 |
|
57 | 58 |
|
58 | 59 |
|
| ||
82 | 83 |
|
83 | 84 |
|
84 | 85 |
|
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
85 | 96 |
|
86 | 97 |
|
src/Symfony/Component/Security/Http/Authenticator/AbstractLoginFormAuthenticator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authenticator/AbstractLoginFormAuthenticator.php+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 | 49 |
|
55 | 50 |
|
56 | 51 |
|
| ||
61 | 56 |
|
62 | 57 |
|
63 | 58 |
|
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
64 | 64 |
|
src/Symfony/Component/Security/Http/Authenticator/AnonymousAuthenticator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authenticator/AnonymousAuthenticator.php-5Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
82 |
| - |
83 | 78 |
|
src/Symfony/Component/Security/Http/Authenticator/AuthenticatorInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authenticator/AuthenticatorInterface.php-14Lines changed: 0 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
105 |
| - |
106 |
| - |
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
111 |
| - |
112 |
| - |
113 |
| - |
114 |
| - |
115 |
| - |
116 |
| - |
117 |
| - |
118 |
| - |
119 | 105 |
|
src/Symfony/Component/Security/Http/Authenticator/HttpBasicAuthenticator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authenticator/HttpBasicAuthenticator.php-5Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
97 |
| - |
98 |
| - |
99 |
| - |
100 |
| - |
101 |
| - |
102 | 97 |
|
0 commit comments