Commit 0450865
File tree
Expand file treeCollapse file tree
10 files changed
+53
-11
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- DependencyInjection
- Security/Factory
- Tests/Functional/Bundle/CsrfFormLoginBundle/Form
- Component/Security
- Http
- Firewall
- Tests/Firewall
Expand file treeCollapse file tree
10 files changed
+53
-11
lines changed+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
455 | 455 |
|
456 | 456 |
|
457 | 457 |
|
| 458 | + |
| 459 | + |
| 460 | + |
| 461 | + |
| 462 | + |
| 463 | + |
| 464 | + |
| 465 | + |
| 466 | + |
458 | 467 |
|
459 | 468 |
|
460 | 469 |
|
|
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 |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
|
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 |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
299 | 299 |
|
300 | 300 |
|
301 | 301 |
|
302 |
| - |
| 302 | + |
303 | 303 |
|
304 | 304 |
|
305 | 305 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Form/UserLoginType.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Form/UserLoginType.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 |
| - |
| 82 | + |
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
87 |
| - |
| 87 | + |
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
src/Symfony/Component/Security/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/CHANGELOG.md+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
| 22 | + |
21 | 23 |
|
22 | 24 |
|
23 | 25 |
|
|
src/Symfony/Component/Security/Http/Firewall/LogoutListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Firewall/LogoutListener.php+12-2Lines changed: 12 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
60 | 70 |
|
61 | 71 |
|
62 | 72 |
|
63 | 73 |
|
64 |
| - |
| 74 | + |
65 | 75 |
|
66 | 76 |
|
67 | 77 |
|
| ||
101 | 111 |
|
102 | 112 |
|
103 | 113 |
|
104 |
| - |
| 114 | + |
105 | 115 |
|
106 | 116 |
|
107 | 117 |
|
|
src/Symfony/Component/Security/Http/Firewall/SimpleFormAuthenticationListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Firewall/SimpleFormAuthenticationListener.php+12-2Lines changed: 12 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
73 | 83 |
|
74 | 84 |
|
75 | 85 |
|
76 | 86 |
|
77 | 87 |
|
78 | 88 |
|
79 | 89 |
|
80 |
| - |
| 90 | + |
81 | 91 |
|
82 | 92 |
|
83 | 93 |
|
| ||
104 | 114 |
|
105 | 115 |
|
106 | 116 |
|
107 |
| - |
| 117 | + |
108 | 118 |
|
109 | 119 |
|
110 | 120 |
|
|
src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php+12-2Lines changed: 12 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
51 | 61 |
|
52 | 62 |
|
53 | 63 |
|
54 | 64 |
|
55 |
| - |
| 65 | + |
56 | 66 |
|
57 | 67 |
|
58 | 68 |
|
| ||
79 | 89 |
|
80 | 90 |
|
81 | 91 |
|
82 |
| - |
| 92 | + |
83 | 93 |
|
84 | 94 |
|
85 | 95 |
|
|
src/Symfony/Component/Security/Http/Tests/Firewall/LogoutListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Tests/Firewall/LogoutListenerTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
213 | 213 |
|
214 | 214 |
|
215 | 215 |
|
216 |
| - |
| 216 | + |
217 | 217 |
|
218 | 218 |
|
219 | 219 |
|
|
0 commit comments