Commit 23a03e2
File tree
59 files changed
+1427
-1946
lines changedFilter options
- src/Symfony
- Bundle
- FrameworkBundle
- Controller
- Tests/Controller
- SecurityBundle
- DataCollector
- DependencyInjection
- EventListener
- Resources/views/Collector
- Tests
- DataCollector
- EventListener
- Component/Security
- Core
- Authorization
- Strategy
- Voter
- Event
- Exception
- Test
- Tests
- Authorization
- Strategy
- Voter
- Exception
- 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.
59 files changed
+1427
-1946
lines changedsrc/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php+8-16Lines changed: 8 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
41 | 40 |
|
42 | 41 |
|
43 | 42 |
|
| ||
205 | 204 |
|
206 | 205 |
|
207 | 206 |
|
208 |
| - |
| 207 | + |
209 | 208 |
|
210 | 209 |
|
211 | 210 |
|
212 |
| - |
| 211 | + |
213 | 212 |
|
214 | 213 |
|
215 | 214 |
|
216 | 215 |
|
217 | 216 |
|
218 |
| - |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
219 | 221 |
|
220 | 222 |
|
221 | 223 |
|
| ||
226 | 228 |
|
227 | 229 |
|
228 | 230 |
|
229 |
| - |
230 |
| - |
231 |
| - |
232 |
| - |
233 |
| - |
234 |
| - |
235 |
| - |
236 |
| - |
237 |
| - |
238 |
| - |
| 231 | + |
239 | 232 |
|
240 |
| - |
| 233 | + |
241 | 234 |
|
242 | 235 |
|
243 | 236 |
|
244 | 237 |
|
245 |
| - |
246 | 238 |
|
247 | 239 |
|
248 | 240 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Controller/AbstractControllerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Controller/AbstractControllerTest.php+39-1Lines changed: 39 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 | + |
| 681 | + |
| 682 | + |
| 683 | + |
| 684 | + |
647 | 685 |
|
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/DependencyInjection/MainConfiguration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
40 |
| - |
41 | 39 |
|
42 | 40 |
|
43 | 41 |
|
| ||
475 | 473 |
|
476 | 474 |
|
477 | 475 |
|
478 |
| - |
479 | 476 |
|
480 | 477 |
|
481 | 478 |
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
56 | 55 |
|
57 | 56 |
|
58 | 57 |
|
| ||
195 | 194 |
|
196 | 195 |
|
197 | 196 |
|
198 |
| - |
199 | 197 |
|
200 | 198 |
|
201 | 199 |
|
|
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 |
|
|
0 commit comments