File tree
96 files changed
+139
-289
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- CacheWarmer
- DataCollector
- DependencyInjection
- Security/Factory
- EventListener
- Security
- Component/Security
- Core
- Authentication
- RememberMe
- Token
- Storage
- Authorization
- Voter
- Exception
- Tests
- Authentication/Token
- Authorization
- Exception
- User
- User
- Validator/Constraints
- Csrf
- TokenGenerator
- TokenStorage
- Http
- Authentication
- Authenticator
- Passport
- Badge
- Token
- Authorization
- Event
- EventListener
- Firewall
- LoginLink/Exception
- Logout
- 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.
96 files changed
+139
-289
lines changedsrc/Symfony/Bundle/SecurityBundle/CacheWarmer/ExpressionCacheWarmer.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/CacheWarmer/ExpressionCacheWarmer.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
| 40 | + |
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
|
src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php+7-20Lines changed: 7 additions & 20 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
230 | 230 |
|
231 | 231 |
|
232 | 232 |
|
233 |
| - |
234 |
| - |
235 | 233 |
|
236 |
| - |
| 234 | + |
237 | 235 |
|
238 | 236 |
|
239 | 237 |
|
240 | 238 |
|
241 | 239 |
|
242 | 240 |
|
243 |
| - |
244 |
| - |
245 | 241 |
|
246 |
| - |
| 242 | + |
247 | 243 |
|
248 | 244 |
|
249 | 245 |
|
| ||
282 | 278 |
|
283 | 279 |
|
284 | 280 |
|
285 |
| - |
286 |
| - |
287 | 281 |
|
288 |
| - |
| 282 | + |
289 | 283 |
|
290 | 284 |
|
291 | 285 |
|
| ||
305 | 299 |
|
306 | 300 |
|
307 | 301 |
|
308 |
| - |
| 302 | + |
309 | 303 |
|
310 | 304 |
|
311 | 305 |
|
| ||
317 | 311 |
|
318 | 312 |
|
319 | 313 |
|
320 |
| - |
321 |
| - |
322 | 314 |
|
323 |
| - |
| 315 | + |
324 | 316 |
|
325 | 317 |
|
326 | 318 |
|
327 | 319 |
|
328 | 320 |
|
329 | 321 |
|
330 |
| - |
331 |
| - |
332 | 322 |
|
333 |
| - |
| 323 | + |
334 | 324 |
|
335 | 325 |
|
336 | 326 |
|
337 | 327 |
|
338 |
| - |
339 |
| - |
340 |
| - |
341 |
| - |
| 328 | + |
342 | 329 |
|
343 | 330 |
|
344 | 331 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
46 |
| - |
47 | 45 |
|
48 |
| - |
| 46 | + |
49 | 47 |
|
50 | 48 |
|
51 | 49 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AbstractFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AbstractFactory.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
| 51 | + |
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AuthenticatorFactoryInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AuthenticatorFactoryInterface.php+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
31 |
| - |
32 | 30 |
|
33 |
| - |
| 31 | + |
34 | 32 |
|
35 | 33 |
|
36 | 34 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| ||
847 | 848 |
|
848 | 849 |
|
849 | 850 |
|
850 |
| - |
| 851 | + |
851 | 852 |
|
852 | 853 |
|
853 | 854 |
|
854 | 855 |
|
855 |
| - |
| 856 | + |
856 | 857 |
|
857 | 858 |
|
858 | 859 |
|
859 | 860 |
|
860 |
| - |
| 861 | + |
861 | 862 |
|
862 | 863 |
|
863 | 864 |
|
|
src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
| 62 | + |
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
|
src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php+2-5Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
| 47 | + |
51 | 48 |
|
52 | 49 |
|
53 | 50 |
|
|
src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
| 45 | + |
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
|
src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolverInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolverInterface.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 |
| - |
22 | 20 |
|
23 | 21 |
|
24 | 22 |
|
|
src/Symfony/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProvider.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProvider.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
|
src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentTokenInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentTokenInterface.php+4-12Lines changed: 4 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
25 |
| - |
26 | 24 |
|
27 |
| - |
| 25 | + |
28 | 26 |
|
29 | 27 |
|
30 | 28 |
|
31 |
| - |
32 |
| - |
33 | 29 |
|
34 |
| - |
| 30 | + |
35 | 31 |
|
36 | 32 |
|
37 | 33 |
|
38 |
| - |
39 |
| - |
40 | 34 |
|
41 |
| - |
| 35 | + |
42 | 36 |
|
43 | 37 |
|
44 | 38 |
|
45 |
| - |
46 |
| - |
47 | 39 |
|
48 |
| - |
| 40 | + |
49 | 41 |
|
50 | 42 |
|
51 | 43 |
|
|
src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php+4-7Lines changed: 4 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 |
| - |
16 |
| - |
17 | 14 |
|
18 | 15 |
|
19 | 16 |
|
| ||
56 | 53 |
|
57 | 54 |
|
58 | 55 |
|
59 |
| - |
| 56 | + |
60 | 57 |
|
61 | 58 |
|
62 | 59 |
|
| ||
123 | 120 |
|
124 | 121 |
|
125 | 122 |
|
126 |
| - |
| 123 | + |
127 | 124 |
|
128 | 125 |
|
129 | 126 |
|
| ||
139 | 136 |
|
140 | 137 |
|
141 | 138 |
|
142 |
| - |
| 139 | + |
143 | 140 |
|
144 | 141 |
|
145 | 142 |
|
146 | 143 |
|
147 | 144 |
|
148 | 145 |
|
149 | 146 |
|
150 |
| - |
| 147 | + |
151 | 148 |
|
152 | 149 |
|
153 | 150 |
|
|
src/Symfony/Component/Security/Core/Authentication/Token/NullToken.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Token/NullToken.php+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
| 50 | + |
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
| 60 | + |
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 |
| - |
| 65 | + |
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
|
src/Symfony/Component/Security/Core/Authentication/Token/RememberMeToken.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Token/RememberMeToken.php+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
| 54 | + |
58 | 55 |
|
59 | 56 |
|
60 | 57 |
|
|
src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorage.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorage.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
|
src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorageInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorageInterface.php+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
26 |
| - |
27 | 25 |
|
28 |
| - |
| 26 | + |
29 | 27 |
|
30 | 28 |
|
31 | 29 |
|
|
0 commit comments