Commit 3ec5e96
File tree
16 files changed
+669
-274
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- DataCollector
- Debug
- Authenticator
- DependencyInjection
- Resources/views/Collector
- Security
- Tests
- DataCollector
- Debug
- Security
- Component/Security
- Guard/Authenticator
- Http/Authentication
16 files changed
+669
-274
lines changed+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
| 54 | + |
54 | 55 |
|
55 | 56 |
|
56 | 57 |
|
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
394 | 394 |
|
395 | 395 |
|
396 | 396 |
|
| 397 | + |
397 | 398 |
|
398 | 399 |
|
399 | 400 |
|
|
src/Symfony/Bundle/SecurityBundle/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
7 | 8 |
|
8 | 9 |
|
9 | 10 |
|
|
src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php+10-1Lines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
194 | 194 |
|
195 | 195 |
|
196 | 196 |
|
197 |
| - |
| 197 | + |
198 | 198 |
|
199 | 199 |
|
200 | 200 |
|
| ||
215 | 215 |
|
216 | 216 |
|
217 | 217 |
|
| 218 | + |
218 | 219 |
|
219 | 220 |
|
220 | 221 |
|
| ||
370 | 371 |
|
371 | 372 |
|
372 | 373 |
|
| 374 | + |
| 375 | + |
| 376 | + |
| 377 | + |
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
373 | 382 |
|
374 | 383 |
|
375 | 384 |
|
|
src/Symfony/Bundle/SecurityBundle/Debug/Authenticator/TraceableAuthenticator.php
Copy file name to clipboard+106Lines changed: 106 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 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
src/Symfony/Bundle/SecurityBundle/Debug/Authenticator/TraceableAuthenticatorManagerListener.php
Copy file name to clipboard+81Lines changed: 81 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 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php+20-2Lines changed: 20 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
21 |
| - |
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
| 29 | + |
28 | 30 |
|
29 | 31 |
|
30 | 32 |
|
31 | 33 |
|
32 | 34 |
|
33 | 35 |
|
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
34 | 41 |
|
35 | 42 |
|
36 | 43 |
|
37 | 44 |
|
| 45 | + |
38 | 46 |
|
39 | 47 |
|
40 | 48 |
|
41 |
| - |
| 49 | + |
42 | 50 |
|
43 | 51 |
|
| 52 | + |
| 53 | + |
| 54 | + |
44 | 55 |
|
45 | 56 |
|
46 | 57 |
|
| ||
61 | 72 |
|
62 | 73 |
|
63 | 74 |
|
| 75 | + |
| 76 | + |
| 77 | + |
64 | 78 |
|
65 | 79 |
|
66 | 80 |
|
| ||
75 | 89 |
|
76 | 90 |
|
77 | 91 |
|
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
78 | 96 |
|
79 | 97 |
|
src/Symfony/Bundle/SecurityBundle/Debug/TraceableListenerTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Debug/TraceableListenerTrait.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
46 |
| - |
| 47 | + |
47 | 48 |
|
48 | 49 |
|
49 | 50 |
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php+16-1Lines changed: 16 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
504 | 505 |
|
505 | 506 |
|
506 | 507 |
|
| 508 | + |
| 509 | + |
| 510 | + |
| 511 | + |
| 512 | + |
| 513 | + |
| 514 | + |
| 515 | + |
507 | 516 |
|
508 | 517 |
|
509 | 518 |
|
| ||
542 | 551 |
|
543 | 552 |
|
544 | 553 |
|
545 |
| - |
| 554 | + |
546 | 555 |
|
547 | 556 |
|
548 | 557 |
|
549 | 558 |
|
| 559 | + |
| 560 | + |
| 561 | + |
| 562 | + |
| 563 | + |
| 564 | + |
550 | 565 |
|
551 | 566 |
|
552 | 567 |
|
|
0 commit comments