Commit 484d5b8
File tree
Expand file treeCollapse file tree
10 files changed
+75
-140
lines changedFilter options
- src/Symfony
- Bridge/Doctrine/Security/SessionRegistry
- Bundle/SecurityBundle/DependencyInjection
- Security/Factory
- Component/Security/Http
- Firewall
- Tests
- Firewall
- Session
Expand file treeCollapse file tree
10 files changed
+75
-140
lines changedsrc/Symfony/Bridge/Doctrine/Security/SessionRegistry/SessionRegistryStorage.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Security/SessionRegistry/SessionRegistryStorage.php+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
150 | 150 |
|
151 | 151 |
|
152 | 152 |
|
153 |
| - |
| 153 | + |
154 | 154 |
|
155 | 155 |
|
156 | 156 |
|
157 |
| - |
158 |
| - |
| 157 | + |
| 158 | + |
159 | 159 |
|
160 | 160 |
|
161 | 161 |
|
162 | 162 |
|
163 | 163 |
|
164 |
| - |
165 |
| - |
| 164 | + |
| 165 | + |
166 | 166 |
|
167 | 167 |
|
168 | 168 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php+13-26Lines changed: 13 additions & 26 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
73 |
| - |
74 |
| - |
| 73 | + |
75 | 74 |
|
76 | 75 |
|
77 | 76 |
|
| ||
95 | 94 |
|
96 | 95 |
|
97 | 96 |
|
98 |
| - |
99 |
| - |
| 97 | + |
100 | 98 |
|
101 | 99 |
|
102 | 100 |
|
| ||
135 | 133 |
|
136 | 134 |
|
137 | 135 |
|
138 |
| - |
139 |
| - |
| 136 | + |
140 | 137 |
|
141 | 138 |
|
142 | 139 |
|
| ||
156 | 153 |
|
157 | 154 |
|
158 | 155 |
|
159 |
| - |
160 |
| - |
| 156 | + |
161 | 157 |
|
162 | 158 |
|
163 | 159 |
|
| ||
196 | 192 |
|
197 | 193 |
|
198 | 194 |
|
199 |
| - |
200 |
| - |
| 195 | + |
201 | 196 |
|
202 | 197 |
|
203 | 198 |
|
| ||
211 | 206 |
|
212 | 207 |
|
213 | 208 |
|
214 |
| - |
215 |
| - |
| 209 | + |
216 | 210 |
|
217 | 211 |
|
218 | 212 |
|
| ||
311 | 305 |
|
312 | 306 |
|
313 | 307 |
|
314 |
| - |
315 |
| - |
| 308 | + |
316 | 309 |
|
317 | 310 |
|
318 | 311 |
|
319 | 312 |
|
320 | 313 |
|
321 | 314 |
|
322 |
| - |
323 |
| - |
| 315 | + |
324 | 316 |
|
325 | 317 |
|
326 | 318 |
|
| ||
350 | 342 |
|
351 | 343 |
|
352 | 344 |
|
353 |
| - |
354 |
| - |
| 345 | + |
355 | 346 |
|
356 | 347 |
|
357 | 348 |
|
| ||
375 | 366 |
|
376 | 367 |
|
377 | 368 |
|
378 |
| - |
379 |
| - |
| 369 | + |
380 | 370 |
|
381 | 371 |
|
382 | 372 |
|
| ||
393 | 383 |
|
394 | 384 |
|
395 | 385 |
|
396 |
| - |
397 |
| - |
| 386 | + |
398 | 387 |
|
399 | 388 |
|
400 | 389 |
|
| ||
411 | 400 |
|
412 | 401 |
|
413 | 402 |
|
414 |
| - |
415 |
| - |
| 403 | + |
416 | 404 |
|
417 | 405 |
|
418 | 406 |
|
| ||
451 | 439 |
|
452 | 440 |
|
453 | 441 |
|
454 |
| - |
455 |
| - |
| 442 | + |
456 | 443 |
|
457 | 444 |
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AbstractFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AbstractFactory.php+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
63 |
| - |
| 62 | + |
64 | 63 |
|
65 | 64 |
|
66 | 65 |
|
| ||
77 | 76 |
|
78 | 77 |
|
79 | 78 |
|
80 |
| - |
81 |
| - |
| 79 | + |
82 | 80 |
|
83 | 81 |
|
84 | 82 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php+15-27Lines changed: 15 additions & 27 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
86 |
| - |
87 |
| - |
| 86 | + |
88 | 87 |
|
89 | 88 |
|
90 | 89 |
|
| ||
149 | 148 |
|
150 | 149 |
|
151 | 150 |
|
152 |
| - |
153 |
| - |
| 151 | + |
154 | 152 |
|
155 | 153 |
|
156 | 154 |
|
| ||
262 | 260 |
|
263 | 261 |
|
264 | 262 |
|
265 |
| - |
266 |
| - |
| 263 | + |
267 | 264 |
|
268 | 265 |
|
269 | 266 |
|
| ||
274 | 271 |
|
275 | 272 |
|
276 | 273 |
|
277 |
| - |
278 |
| - |
| 274 | + |
279 | 275 |
|
280 | 276 |
|
281 | 277 |
|
| ||
349 | 345 |
|
350 | 346 |
|
351 | 347 |
|
352 |
| - |
353 |
| - |
| 348 | + |
354 | 349 |
|
355 | 350 |
|
356 | 351 |
|
| ||
426 | 421 |
|
427 | 422 |
|
428 | 423 |
|
429 |
| - |
430 |
| - |
| 424 | + |
431 | 425 |
|
432 | 426 |
|
433 | 427 |
|
434 | 428 |
|
435 | 429 |
|
436 | 430 |
|
437 |
| - |
438 |
| - |
| 431 | + |
439 | 432 |
|
440 | 433 |
|
441 | 434 |
|
| ||
457 | 450 |
|
458 | 451 |
|
459 | 452 |
|
460 |
| - |
461 |
| - |
| 453 | + |
462 | 454 |
|
463 | 455 |
|
464 | 456 |
|
| ||
553 | 545 |
|
554 | 546 |
|
555 | 547 |
|
556 |
| - |
557 |
| - |
| 548 | + |
558 | 549 |
|
559 | 550 |
|
560 | 551 |
|
| ||
564 | 555 |
|
565 | 556 |
|
566 | 557 |
|
567 |
| - |
568 |
| - |
| 558 | + |
569 | 559 |
|
570 | 560 |
|
571 | 561 |
|
| ||
577 | 567 |
|
578 | 568 |
|
579 | 569 |
|
580 |
| - |
581 |
| - |
| 570 | + |
582 | 571 |
|
583 | 572 |
|
584 | 573 |
|
| ||
632 | 621 |
|
633 | 622 |
|
634 | 623 |
|
635 |
| - |
636 |
| - |
| 624 | + |
637 | 625 |
|
638 | 626 |
|
639 | 627 |
|
| ||
676 | 664 |
|
677 | 665 |
|
678 | 666 |
|
679 |
| - |
680 |
| - |
| 667 | + |
681 | 668 |
|
682 | 669 |
|
683 | 670 |
|
| ||
763 | 750 |
|
764 | 751 |
|
765 | 752 |
|
766 |
| - |
| 753 | + |
767 | 754 |
|
768 | 755 |
|
769 | 756 |
|
| ||
788 | 775 |
|
789 | 776 |
|
790 | 777 |
|
| 778 | + |
791 | 779 |
|
792 | 780 |
|
793 | 781 |
|
|
src/Symfony/Component/Security/Http/Firewall/ExpiredSessionListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Firewall/ExpiredSessionListener.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
76 |
| - |
77 | 76 |
|
78 | 77 |
|
79 | 78 |
|
|
0 commit comments