Commit 61cf95e
committed
File tree
Expand file treeCollapse file tree
276 files changed
+412
-16355
lines changedFilter options
- src/Symfony
- Bridge
- Doctrine/Security
- RememberMe
- User
- Monolog
- Processor
- Tests/Processor
- Twig
- Tests
- Bundle
- FrameworkBundle
- Controller
- Tests/Controller
- SecurityBundle
- Command
- DataCollector
- DependencyInjection
- Compiler
- Security
- Factory
- UserProvider
- Resources
- config
- views/Collector
- Security
- Tests
- DataCollector
- DependencyInjection
- Fixtures
- php
- xml
- yml
- Security/Factory
- Functional
- Bundle
- AnonymousBundle
- GuardedBundle
- app
- Anonymous
- CsrfFormLogin
- FirewallEntryPoint
- Guarded
- LogoutWithoutSessionInvalidation
- Logout
- MissingUserProvider
- StandardFormLogin
- Component
- Ldap
- Security
- Tests/Security
- PasswordHasher/Tests/Hasher
- Security
- Core
- Authentication
- Provider
- RememberMe
- Token
- Storage
- Authorization
- Voter
- Event
- Exception
- Signature
- Tests
- Authentication
- Provider
- RememberMe
- Token
- Storage
- Authorization
- Voter
- Exception
- User
- User
- Guard
- Authenticator
- Firewall
- Provider
- Tests
- Authenticator
- Firewall
- Provider
- Token
- Http
- Authentication
- Authenticator
- Passport
- Token
- Controller
- EntryPoint
- EventListener
- Event
- Firewall
- LoginLink
- Logout
- RememberMe
- Tests
- Authentication
- EntryPoint
- EventListener
- Firewall
- Logout
- RememberMe
- Workflow/Tests/EventListener
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
276 files changed
+412
-16355
lines changedsrc/Symfony/Bridge/Doctrine/Security/RememberMe/DoctrineTokenProvider.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Security/RememberMe/DoctrineTokenProvider.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
117 | 117 |
|
118 | 118 |
|
119 | 119 |
|
120 |
| - |
121 |
| - |
| 120 | + |
122 | 121 |
|
123 | 122 |
|
124 | 123 |
|
|
src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php+1-18Lines changed: 1 addition & 18 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 | 49 |
|
60 | 50 |
|
61 | 51 |
|
| ||
66 | 56 |
|
67 | 57 |
|
68 | 58 |
|
69 |
| - |
70 |
| - |
71 |
| - |
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
| 59 | + |
77 | 60 |
|
78 | 61 |
|
79 | 62 |
|
|
src/Symfony/Bridge/Doctrine/Security/User/UserLoaderInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Security/User/UserLoaderInterface.php+4-5Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
26 |
| - |
27 |
| - |
28 | 25 |
|
29 | 26 |
|
30 | 27 |
|
31 | 28 |
|
32 | 29 |
|
33 |
| - |
| 30 | + |
| 31 | + |
| 32 | + |
34 | 33 |
|
35 |
| - |
| 34 | + |
36 | 35 |
|
src/Symfony/Bridge/Monolog/Processor/AbstractTokenProcessor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Monolog/Processor/AbstractTokenProcessor.php+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
| 49 | + |
55 | 50 |
|
56 | 51 |
|
57 | 52 |
|
|
src/Symfony/Bridge/Monolog/Tests/Processor/SwitchUserTokenProcessorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Monolog/Tests/Processor/SwitchUserTokenProcessorTest.php+3-12Lines changed: 3 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 | 20 |
|
22 | 21 |
|
23 | 22 |
|
| ||
28 | 27 |
|
29 | 28 |
|
30 | 29 |
|
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
| 30 | + |
| 31 | + |
38 | 32 |
|
39 | 33 |
|
40 | 34 |
|
| ||
46 | 40 |
|
47 | 41 |
|
48 | 42 |
|
49 |
| - |
| 43 | + |
50 | 44 |
|
51 | 45 |
|
52 |
| - |
53 |
| - |
54 |
| - |
55 | 46 |
|
56 | 47 |
|
57 | 48 |
|
|
src/Symfony/Bridge/Monolog/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Monolog/composer.json+3-2Lines changed: 3 additions & 2 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 |
|
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
| 36 | + |
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
|
src/Symfony/Bridge/Twig/AppVariable.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/AppVariable.php+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
81 |
| - |
82 |
| - |
83 |
| - |
84 |
| - |
| 81 | + |
85 | 82 |
|
86 | 83 |
|
87 | 84 |
|
|
src/Symfony/Bridge/Twig/Tests/AppVariableTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/AppVariableTest.php-7Lines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 |
| - |
99 |
| - |
100 |
| - |
101 |
| - |
102 |
| - |
103 |
| - |
104 |
| - |
105 | 98 |
|
106 | 99 |
|
107 | 100 |
|
|
src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php+1-7Lines changed: 1 addition & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
409 | 409 |
|
410 | 410 |
|
411 | 411 |
|
412 |
| - |
413 |
| - |
414 |
| - |
415 |
| - |
416 |
| - |
417 |
| - |
418 |
| - |
| 412 | + |
419 | 413 |
|
420 | 414 |
|
421 | 415 |
|
|
src/Symfony/Bundle/FrameworkBundle/KernelBrowser.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/KernelBrowser.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
119 | 119 |
|
120 | 120 |
|
121 | 121 |
|
122 |
| - |
| 122 | + |
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Controller/AbstractControllerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Controller/AbstractControllerTest.php-14Lines changed: 0 additions & 14 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 |
| - |
160 |
| - |
161 |
| - |
162 | 148 |
|
163 | 149 |
|
164 | 150 |
|
|
src/Symfony/Bundle/SecurityBundle/Command/DebugFirewallCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Command/DebugFirewallCommand.php+2-10Lines changed: 2 additions & 10 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 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 | 45 |
|
51 | 46 |
|
52 | 47 |
|
53 | 48 |
|
54 |
| - |
55 | 49 |
|
56 | 50 |
|
57 | 51 |
|
| ||
119 | 113 |
|
120 | 114 |
|
121 | 115 |
|
122 |
| - |
123 |
| - |
124 |
| - |
| 116 | + |
125 | 117 |
|
126 | 118 |
|
127 | 119 |
|
|
src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php+4-21Lines changed: 4 additions & 21 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 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 | 49 |
|
56 | 50 |
|
57 | 51 |
|
58 | 52 |
|
59 | 53 |
|
60 | 54 |
|
61 | 55 |
|
62 |
| - |
63 | 56 |
|
64 | 57 |
|
65 | 58 |
|
| ||
104 | 97 |
|
105 | 98 |
|
106 | 99 |
|
107 |
| - |
108 |
| - |
| 100 | + |
109 | 101 |
|
110 | 102 |
|
111 | 103 |
|
| ||
118 | 110 |
|
119 | 111 |
|
120 | 112 |
|
121 |
| - |
| 113 | + |
122 | 114 |
|
123 | 115 |
|
124 | 116 |
|
| ||
134 | 126 |
|
135 | 127 |
|
136 | 128 |
|
137 |
| - |
138 |
| - |
| 129 | + |
139 | 130 |
|
140 | 131 |
|
141 | 132 |
|
| ||
184 | 175 |
|
185 | 176 |
|
186 | 177 |
|
187 |
| - |
188 | 178 |
|
189 | 179 |
|
190 | 180 |
|
| ||
213 | 203 |
|
214 | 204 |
|
215 | 205 |
|
216 |
| - |
217 |
| - |
218 | 206 |
|
219 | 207 |
|
220 | 208 |
|
| ||
362 | 350 |
|
363 | 351 |
|
364 | 352 |
|
365 |
| - |
366 |
| - |
367 |
| - |
368 |
| - |
369 |
| - |
370 | 353 |
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterCsrfTokenClearingLogoutHandlerPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterCsrfTokenClearingLogoutHandlerPass.php-31Lines changed: 0 additions & 31 deletions
This file was deleted.
0 commit comments