Commit c5d60fb
File tree
170 files changed
+241
-12212
lines changedFilter options
- src/Symfony
- Bundle
- FrameworkBundle
- Controller
- Tests/Controller
- SecurityBundle
- Command
- DataCollector
- DependencyInjection
- Security/Factory
- Resources
- config
- views/Collector
- Security
- Tests
- DataCollector
- DependencyInjection
- Fixtures
- php
- xml
- yml
- Security/Factory
- Functional
- Bundle
- AnonymousBundle
- GuardedBundle
- app
- Anonymous
- CsrfFormLogin
- FirewallEntryPoint
- Guarded
- Logout
- LogoutWithoutSessionInvalidation
- MissingUserProvider
- RememberMeCookie
- StandardFormLogin
- Security
- Component
- HttpFoundation
- Security
- Core
- Authentication
- Provider
- Token
- Authorization
- Voter
- Tests
- Authentication
- Provider
- Token
- Authorization
- Voter
- Exception
- Guard
- Authenticator
- Firewall
- Provider
- Tests
- Authenticator
- Firewall
- Provider
- Token
- Http
- Authentication
- EntryPoint
- Firewall
- Logout
- Tests
- EntryPoint
- Firewall
- Logout
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
170 files changed
+241
-12212
lines changedsrc/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
401 | 401 |
|
402 | 402 |
|
403 | 403 |
|
404 |
| - |
405 | 404 |
|
406 | 405 |
|
407 | 406 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Controller/AbstractControllerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Controller/AbstractControllerTest.php-11Lines changed: 0 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
43 | 42 |
|
44 | 43 |
|
45 | 44 |
|
| ||
146 | 145 |
|
147 | 146 |
|
148 | 147 |
|
149 |
| - |
150 |
| - |
151 |
| - |
152 |
| - |
153 |
| - |
154 |
| - |
155 |
| - |
156 |
| - |
157 |
| - |
158 |
| - |
159 | 148 |
|
160 | 149 |
|
161 | 150 |
|
|
src/Symfony/Bundle/SecurityBundle/Command/DebugFirewallCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Command/DebugFirewallCommand.php+2-6Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
39 | 38 |
|
40 | 39 |
|
41 | 40 |
|
42 | 41 |
|
43 | 42 |
|
44 |
| - |
| 43 | + |
45 | 44 |
|
46 | 45 |
|
47 | 46 |
|
48 | 47 |
|
49 | 48 |
|
50 |
| - |
51 | 49 |
|
52 | 50 |
|
53 | 51 |
|
| ||
115 | 113 |
|
116 | 114 |
|
117 | 115 |
|
118 |
| - |
119 |
| - |
120 |
| - |
| 116 | + |
121 | 117 |
|
122 | 118 |
|
123 | 119 |
|
|
src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php+3-9Lines changed: 3 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 | 20 |
|
22 | 21 |
|
23 | 22 |
|
| ||
44 | 43 |
|
45 | 44 |
|
46 | 45 |
|
47 |
| - |
48 | 46 |
|
49 |
| - |
| 47 | + |
50 | 48 |
|
51 | 49 |
|
52 | 50 |
|
| ||
55 | 53 |
|
56 | 54 |
|
57 | 55 |
|
58 |
| - |
59 | 56 |
|
60 | 57 |
|
61 | 58 |
|
| ||
114 | 111 |
|
115 | 112 |
|
116 | 113 |
|
117 |
| - |
| 114 | + |
118 | 115 |
|
119 | 116 |
|
120 | 117 |
|
| ||
180 | 177 |
|
181 | 178 |
|
182 | 179 |
|
183 |
| - |
184 | 180 |
|
185 | 181 |
|
186 | 182 |
|
| ||
209 | 205 |
|
210 | 206 |
|
211 | 207 |
|
212 |
| - |
213 |
| - |
214 | 208 |
|
215 | 209 |
|
216 | 210 |
|
| ||
399 | 393 |
|
400 | 394 |
|
401 | 395 |
|
402 |
| - |
| 396 | + |
403 | 397 |
|
404 | 398 |
|
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+3-87Lines changed: 3 additions & 87 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
| 51 | + |
52 | 52 |
|
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
69 |
| - |
70 |
| - |
| 53 | + |
71 | 54 |
|
72 | 55 |
|
73 | 56 |
|
| ||
90 | 73 |
|
91 | 74 |
|
92 | 75 |
|
93 |
| - |
94 |
| - |
95 |
| - |
96 |
| - |
97 |
| - |
98 |
| - |
99 |
| - |
100 |
| - |
101 |
| - |
102 |
| - |
103 |
| - |
104 |
| - |
105 |
| - |
106 |
| - |
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
111 |
| - |
112 |
| - |
113 |
| - |
114 |
| - |
115 |
| - |
116 |
| - |
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| - |
124 |
| - |
125 |
| - |
126 |
| - |
127 |
| - |
128 |
| - |
129 |
| - |
130 |
| - |
131 |
| - |
132 |
| - |
133 |
| - |
134 |
| - |
135 |
| - |
136 |
| - |
137 |
| - |
138 |
| - |
139 |
| - |
140 |
| - |
141 |
| - |
142 |
| - |
143 |
| - |
144 |
| - |
145 |
| - |
146 |
| - |
147 |
| - |
148 |
| - |
149 |
| - |
150 |
| - |
151 |
| - |
152 |
| - |
153 |
| - |
154 |
| - |
155 |
| - |
156 |
| - |
157 |
| - |
158 |
| - |
159 |
| - |
160 | 76 |
|
161 | 77 |
|
162 | 78 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AnonymousFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AnonymousFactory.php-78Lines changed: 0 additions & 78 deletions
This file was deleted.
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+19Lines changed: 19 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
21 | 40 |
|
22 | 41 |
|
23 | 42 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/CustomAuthenticatorFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/CustomAuthenticatorFactory.php+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 | 25 |
|
31 | 26 |
|
32 | 27 |
|
|
0 commit comments