Commit 14199dd
File tree
13 files changed
+109
-11
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- DependencyInjection
- Resources/config
- Tests
- DependencyInjection
- Functional
- app/StandardFormLogin
- Component/Security
- Core/Exception
- Http
- Firewall
- Tests/Firewall
13 files changed
+109
-11
lines changedsrc/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 |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
238 | 238 |
|
239 | 239 |
|
240 | 240 |
|
| 241 | + |
241 | 242 |
|
242 | 243 |
|
243 | 244 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
684 | 684 |
|
685 | 685 |
|
686 | 686 |
|
| 687 | + |
| 688 | + |
| 689 | + |
| 690 | + |
687 | 691 |
|
688 | 692 |
|
689 | 693 |
|
| ||
692 | 696 |
|
693 | 697 |
|
694 | 698 |
|
| 699 | + |
695 | 700 |
|
696 | 701 |
|
697 | 702 |
|
|
src/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.xml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
202 | 202 |
|
203 | 203 |
|
204 | 204 |
|
| 205 | + |
205 | 206 |
|
206 | 207 |
|
207 | 208 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTest.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
111 | 111 |
|
112 | 112 |
|
113 | 113 |
|
| 114 | + |
114 | 115 |
|
115 | 116 |
|
116 | 117 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/Functional/SwitchUserTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Functional/SwitchUserTest.php+17-4Lines changed: 17 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
39 |
| - |
40 |
| - |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
41 | 54 |
|
42 | 55 |
|
43 | 56 |
|
| ||
73 | 86 |
|
74 | 87 |
|
75 | 88 |
|
76 |
| - |
| 89 | + |
77 | 90 |
|
78 |
| - |
| 91 | + |
79 | 92 |
|
80 | 93 |
|
81 | 94 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/switchuser_already_switched.yml
Copy file name to clipboard+14Lines changed: 14 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 | + |
src/Symfony/Bundle/SecurityBundle/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
|
src/Symfony/Component/Security/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
|
src/Symfony/Component/Security/Core/Exception/AlreadySwitchedException.php
Copy file name to clipboard+21Lines changed: 21 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 | + |
src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php+12-5Lines changed: 12 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
| ||
51 | 52 |
|
52 | 53 |
|
53 | 54 |
|
| 55 | + |
54 | 56 |
|
55 |
| - |
| 57 | + |
56 | 58 |
|
57 | 59 |
|
58 | 60 |
|
| ||
68 | 70 |
|
69 | 71 |
|
70 | 72 |
|
| 73 | + |
71 | 74 |
|
72 | 75 |
|
73 | 76 |
|
| ||
94 | 97 |
|
95 | 98 |
|
96 | 99 |
|
97 |
| - |
98 |
| - |
99 | 100 |
|
100 | 101 |
|
101 | 102 |
|
| ||
131 | 132 |
|
132 | 133 |
|
133 | 134 |
|
134 |
| - |
| 135 | + |
135 | 136 |
|
136 | 137 |
|
137 | 138 |
|
| ||
142 | 143 |
|
143 | 144 |
|
144 | 145 |
|
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
145 | 151 |
|
146 | 152 |
|
147 |
| - |
| 153 | + |
| 154 | + |
148 | 155 |
|
149 | 156 |
|
150 | 157 |
|
|
src/Symfony/Component/Security/Http/Tests/Firewall/SwitchUserListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Tests/Firewall/SwitchUserListenerTest.php+33Lines changed: 33 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
223 | 223 |
|
224 | 224 |
|
225 | 225 |
|
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
| 253 | + |
| 254 | + |
| 255 | + |
| 256 | + |
| 257 | + |
| 258 | + |
226 | 259 |
|
227 | 260 |
|
228 | 261 |
|
|
src/Symfony/Component/Security/Http/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
|
0 commit comments