Commit ca672e7
File tree
46 files changed
+1021
-85
lines changedFilter options
- src/Symfony
- Bridge/Twig/Extension
- Bundle
- FrameworkBundle
- Controller
- Tests/Controller
- SecurityBundle
- DataCollector
- EventListener
- Resources/views/Collector
- Tests
- DataCollector
- EventListener
- Component/Security
- Core
- Authorization
- Strategy
- Voter
- Event
- Exception
- Test
- Tests
- Authorization
- Strategy
- Voter
- Fixtures
- Http
- EventListener
- Firewall
- Tests
- EventListener
- Firewall
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+1021
-85
lines changedsrc/Symfony/Bridge/Twig/Extension/SecurityExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Extension/SecurityExtension.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
| 48 | + |
48 | 49 |
|
49 | 50 |
|
50 | 51 |
|
|
src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php+21-1Lines changed: 21 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| 38 | + |
38 | 39 |
|
39 | 40 |
|
40 | 41 |
|
| ||
202 | 203 |
|
203 | 204 |
|
204 | 205 |
|
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
205 | 222 |
|
206 | 223 |
|
207 | 224 |
|
| ||
210 | 227 |
|
211 | 228 |
|
212 | 229 |
|
213 |
| - |
| 230 | + |
| 231 | + |
| 232 | + |
214 | 233 |
|
215 | 234 |
|
216 | 235 |
|
| 236 | + |
217 | 237 |
|
218 | 238 |
|
219 | 239 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Controller/AbstractControllerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Controller/AbstractControllerTest.php+35-1Lines changed: 35 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| 43 | + |
43 | 44 |
|
| 45 | + |
44 | 46 |
|
45 | 47 |
|
46 | 48 |
|
| ||
362 | 364 |
|
363 | 365 |
|
364 | 366 |
|
365 |
| - |
| 367 | + |
| 368 | + |
| 369 | + |
| 370 | + |
| 371 | + |
| 372 | + |
| 373 | + |
| 374 | + |
366 | 375 |
|
367 | 376 |
|
368 | 377 |
|
| ||
644 | 653 |
|
645 | 654 |
|
646 | 655 |
|
| 656 | + |
| 657 | + |
| 658 | + |
| 659 | + |
| 660 | + |
| 661 | + |
| 662 | + |
| 663 | + |
| 664 | + |
| 665 | + |
| 666 | + |
| 667 | + |
| 668 | + |
| 669 | + |
| 670 | + |
| 671 | + |
| 672 | + |
| 673 | + |
| 674 | + |
| 675 | + |
| 676 | + |
| 677 | + |
| 678 | + |
| 679 | + |
| 680 | + |
647 | 681 |
|
src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php+9-1Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
| 27 | + |
| 28 | + |
26 | 29 |
|
27 | 30 |
|
28 | 31 |
|
| ||
138 | 141 |
|
139 | 142 |
|
140 | 143 |
|
| 144 | + |
141 | 145 |
|
142 | 146 |
|
143 | 147 |
|
| ||
146 | 150 |
|
147 | 151 |
|
148 | 152 |
|
149 |
| - |
| 153 | + |
150 | 154 |
|
151 | 155 |
|
152 | 156 |
|
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
153 | 161 |
|
154 | 162 |
|
155 | 163 |
|
|
src/Symfony/Bundle/SecurityBundle/EventListener/VoteListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/EventListener/VoteListener.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
| 34 | + |
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
|
src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig+12-6Lines changed: 12 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
518 | 518 |
|
519 | 519 |
|
520 | 520 |
|
521 |
| - |
| 521 | + |
| 522 | + |
522 | 523 |
|
523 | 524 |
|
524 | 525 |
|
525 | 526 |
|
526 | 527 |
|
527 | 528 |
|
528 | 529 |
|
| 530 | + |
529 | 531 |
|
530 | 532 |
|
531 | 533 |
|
| ||
534 | 536 |
|
535 | 537 |
|
536 | 538 |
|
537 |
| - |
| 539 | + |
538 | 540 |
|
539 | 541 |
|
540 | 542 |
|
| ||
554 | 556 |
|
555 | 557 |
|
556 | 558 |
|
| 559 | + |
557 | 560 |
|
558 | 561 |
|
559 | 562 |
|
| ||
570 | 573 |
|
571 | 574 |
|
572 | 575 |
|
573 |
| - |
| 576 | + |
574 | 577 |
|
575 |
| - |
| 578 | + |
576 | 579 |
|
577 |
| - |
| 580 | + |
578 | 581 |
|
579 | 582 |
|
580 |
| - |
| 583 | + |
| 584 | + |
| 585 | + |
| 586 | + |
581 | 587 |
|
582 | 588 |
|
583 | 589 |
|
|
src/Symfony/Bundle/SecurityBundle/Security.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Security.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 |
| - |
| 61 | + |
62 | 62 |
|
63 | 63 |
|
64 |
| - |
| 64 | + |
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
|
0 commit comments