Commit e3aca7f
File tree
18 files changed
+158
-27
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- DataCollector
- Security
- Tests
- DataCollector
- Functional/app/StandardFormLogin
- Security
- Component/Security
- Core
- Authentication
- Authorization
- Voter
- Tests
- Authentication
- Authorization
- Voter
- Http
- Firewall
- Tests/Firewall
18 files changed
+158
-27
lines changed+24Lines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 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 | + |
65 | 89 |
|
66 | 90 |
|
67 | 91 |
|
|
+24Lines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
210 | 210 |
|
211 | 211 |
|
212 | 212 |
|
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
213 | 237 |
|
214 | 238 |
|
215 | 239 |
|
|
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+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
184 | 184 |
|
185 | 185 |
|
186 | 186 |
|
187 |
| - |
| 187 | + |
188 | 188 |
|
189 | 189 |
|
190 | 190 |
|
|
src/Symfony/Bundle/SecurityBundle/Security/FirewallConfig.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Security/FirewallConfig.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
| 67 | + |
| 68 | + |
| 69 | + |
67 | 70 |
|
68 | 71 |
|
| 72 | + |
| 73 | + |
69 | 74 |
|
70 | 75 |
|
71 | 76 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/DataCollector/SecurityDataCollectorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/DataCollector/SecurityDataCollectorTest.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
141 | 141 |
|
142 | 142 |
|
143 | 143 |
|
144 |
| - |
145 | 144 |
|
146 | 145 |
|
147 | 146 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/base_config.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/base_config.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
src/Symfony/Bundle/SecurityBundle/Tests/Security/FirewallConfigTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Security/FirewallConfigTest.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
61 | 60 |
|
62 | 61 |
|
63 | 62 |
|
|
src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php+13-2Lines changed: 13 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
26 | 33 |
|
27 | 34 |
|
28 | 35 |
|
29 |
| - |
| 36 | + |
30 | 37 |
|
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
31 | 42 |
|
32 | 43 |
|
33 | 44 |
|
| ||
56 | 67 |
|
57 | 68 |
|
58 | 69 |
|
59 |
| - |
| 70 | + |
60 | 71 |
|
61 | 72 |
|
src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolverInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolverInterface.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
| 21 | + |
20 | 22 |
|
21 | 23 |
|
22 | 24 |
|
| ||
27 | 29 |
|
28 | 30 |
|
29 | 31 |
|
| 32 | + |
| 33 | + |
30 | 34 |
|
31 | 35 |
|
32 | 36 |
|
|
src/Symfony/Component/Security/Core/Authorization/ExpressionLanguageProvider.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/ExpressionLanguageProvider.php+7-3Lines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
28 |
| - |
| 29 | + |
29 | 30 |
|
| 31 | + |
| 32 | + |
30 | 33 |
|
31 | 34 |
|
32 | 35 |
|
| 36 | + |
33 | 37 |
|
34 |
| - |
| 38 | + |
35 | 39 |
|
36 |
| - |
| 40 | + |
37 | 41 |
|
38 | 42 |
|
39 | 43 |
|
|
src/Symfony/Component/Security/Core/Authorization/Voter/AuthenticatedVoter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/Voter/AuthenticatedVoter.php+22-1Lines changed: 22 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 |
|
18 | 19 |
|
19 | 20 |
|
20 |
| - |
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| ||
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
| 32 | + |
| 33 | + |
| 34 | + |
31 | 35 |
|
| 36 | + |
| 37 | + |
| 38 | + |
32 | 39 |
|
| 40 | + |
33 | 41 |
|
34 | 42 |
|
35 | 43 |
|
| ||
55 | 63 |
|
56 | 64 |
|
57 | 65 |
|
| 66 | + |
58 | 67 |
|
59 | 68 |
|
60 | 69 |
|
| ||
78 | 87 |
|
79 | 88 |
|
80 | 89 |
|
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
81 | 100 |
|
82 | 101 |
|
83 | 102 |
|
| ||
86 | 105 |
|
87 | 106 |
|
88 | 107 |
|
| 108 | + |
| 109 | + |
89 | 110 |
|
90 | 111 |
|
91 | 112 |
|
|
src/Symfony/Component/Security/Core/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/CHANGELOG.md+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
10 | 15 |
|
11 | 16 |
|
12 | 17 |
|
|
src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationTrustResolverTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationTrustResolverTest.php+21-2Lines changed: 21 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
| 20 | + |
19 | 21 |
|
20 | 22 |
|
21 | 23 |
|
| 24 | + |
| 25 | + |
| 26 | + |
22 | 27 |
|
23 | 28 |
|
24 | 29 |
|
| ||
50 | 55 |
|
51 | 56 |
|
52 | 57 |
|
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
53 | 69 |
|
54 | 70 |
|
55 | 71 |
|
| ||
102 | 118 |
|
103 | 119 |
|
104 | 120 |
|
105 |
| - |
| 121 | + |
106 | 122 |
|
107 | 123 |
|
108 | 124 |
|
| ||
116 | 132 |
|
117 | 133 |
|
118 | 134 |
|
119 |
| - |
| 135 | + |
| 136 | + |
| 137 | + |
120 | 138 |
|
121 | 139 |
|
122 | 140 |
|
| ||
176 | 194 |
|
177 | 195 |
|
178 | 196 |
|
| 197 | + |
179 | 198 |
|
180 | 199 |
|
181 | 200 |
|
|
0 commit comments