File tree
15 files changed
+353
-42
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- DependencyInjection/Compiler
- Resources/config
- Component
- HttpFoundation/Session
- Security
- Core
- Authentication/Token/Storage
- Tests/Authentication/Token/Storage
- Http
- Firewall
- Tests/Firewall
15 files changed
+353
-42
lines changedsrc/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterTokenUsageTrackingPass.php
Copy file name to clipboard+51Lines changed: 51 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 | + |
src/Symfony/Bundle/SecurityBundle/Resources/config/collectors.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/config/collectors.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
|
src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml+9-3Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
25 |
| - |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
26 | 30 |
|
27 | 31 |
|
28 | 32 |
|
| 33 | + |
| 34 | + |
29 | 35 |
|
30 | 36 |
|
31 | 37 |
|
| ||
162 | 168 |
|
163 | 169 |
|
164 | 170 |
|
165 |
| - |
| 171 | + |
166 | 172 |
|
167 | 173 |
|
168 | 174 |
|
|
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+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
| 40 | + |
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| ||
128 | 128 |
|
129 | 129 |
|
130 | 130 |
|
131 |
| - |
| 131 | + |
132 | 132 |
|
133 | 133 |
|
134 | 134 |
|
|
src/Symfony/Bundle/SecurityBundle/Resources/config/security_rememberme.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/config/security_rememberme.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
|
src/Symfony/Bundle/SecurityBundle/SecurityBundle.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/SecurityBundle.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| ||
66 | 67 |
|
67 | 68 |
|
68 | 69 |
|
| 70 | + |
69 | 71 |
|
70 | 72 |
|
src/Symfony/Component/HttpFoundation/Session/Session.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Session.php+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
136 | 136 |
|
137 | 137 |
|
138 | 138 |
|
139 |
| - |
140 |
| - |
141 |
| - |
142 |
| - |
| 139 | + |
143 | 140 |
|
144 | 141 |
|
145 | 142 |
|
|
src/Symfony/Component/Security/Core/Authentication/Token/Storage/UsageTrackingTokenStorage.php
Copy file name to clipboard+73Lines changed: 73 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 | + |
src/Symfony/Component/Security/Core/Tests/Authentication/Token/Storage/UsageTrackingTokenStorageTest.php
Copy file name to clipboard+57Lines changed: 57 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 | + |
src/Symfony/Component/Security/Core/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
|
src/Symfony/Component/Security/Http/Firewall/AccessListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Firewall/AccessListener.php+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 | 54 |
|
59 | 55 |
|
60 | 56 |
|
61 | 57 |
|
62 |
| - |
| 58 | + |
63 | 59 |
|
64 | 60 |
|
65 | 61 |
|
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
|
0 commit comments