File tree
7 files changed
+62
-8
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- DependencyInjection
- Security/Factory
- Resources/config
- Tests/DependencyInjection
- Component/Security/Guard
- Firewall
- Tests
7 files changed
+62
-8
lines changedsrc/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/GuardAuthenticationFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/GuardAuthenticationFactory.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
80 |
| - |
81 | 80 |
|
82 | 81 |
|
83 | 82 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
| 42 | + |
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
| ||
89 | 90 |
|
90 | 91 |
|
91 | 92 |
|
| 93 | + |
| 94 | + |
| 95 | + |
92 | 96 |
|
93 | 97 |
|
94 | 98 |
|
| ||
287 | 291 |
|
288 | 292 |
|
289 | 293 |
|
| 294 | + |
290 | 295 |
|
291 | 296 |
|
292 | 297 |
|
|
src/Symfony/Bundle/SecurityBundle/Resources/config/guard.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/config/guard.xml+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
13 | 17 |
|
14 | 18 |
|
15 | 19 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/SecurityExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/SecurityExtensionTest.php+27Lines changed: 27 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
119 | 119 |
|
120 | 120 |
|
121 | 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 | + |
122 | 149 |
|
123 | 150 |
|
124 | 151 |
|
|
src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
117 | 117 |
|
118 | 118 |
|
119 | 119 |
|
120 |
| - |
| 120 | + |
121 | 121 |
|
122 | 122 |
|
123 | 123 |
|
|
src/Symfony/Component/Security/Guard/GuardAuthenticatorHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Guard/GuardAuthenticatorHandler.php+13-6Lines changed: 13 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| 38 | + |
38 | 39 |
|
39 |
| - |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
40 | 46 |
|
41 | 47 |
|
42 | 48 |
|
| 49 | + |
43 | 50 |
|
44 | 51 |
|
45 | 52 |
|
46 | 53 |
|
47 | 54 |
|
48 |
| - |
| 55 | + |
49 | 56 |
|
50 |
| - |
| 57 | + |
51 | 58 |
|
52 | 59 |
|
53 | 60 |
|
| ||
98 | 105 |
|
99 | 106 |
|
100 | 107 |
|
101 |
| - |
| 108 | + |
102 | 109 |
|
103 | 110 |
|
104 | 111 |
|
| ||
140 | 147 |
|
141 | 148 |
|
142 | 149 |
|
143 |
| - |
| 150 | + |
144 | 151 |
|
145 |
| - |
| 152 | + |
146 | 153 |
|
147 | 154 |
|
148 | 155 |
|
|
src/Symfony/Component/Security/Guard/Tests/GuardAuthenticatorHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Guard/Tests/GuardAuthenticatorHandlerTest.php+12Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
143 | 143 |
|
144 | 144 |
|
145 | 145 |
|
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
146 | 158 |
|
147 | 159 |
|
148 | 160 |
|
|
0 commit comments