Commit d18baac
File tree
Expand file treeCollapse file tree
11 files changed
+127
-63
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- DependencyInjection
- Tests
- DependencyInjection
- Fixtures
- php
- xml
- yml
- Functional
- Component/Security/Core
- Encoder
- Tests/Encoder
Expand file treeCollapse file tree
11 files changed
+127
-63
lines changed-5Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
209 | 209 |
|
210 | 210 |
|
211 | 211 |
|
212 |
| - |
213 |
| - |
214 |
| - |
215 |
| - |
216 |
| - |
217 | 212 |
|
218 | 213 |
|
219 | 214 |
|
|
-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
537 | 537 |
|
538 | 538 |
|
539 | 539 |
|
540 |
| - |
541 | 540 |
|
542 | 541 |
|
543 | 542 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php+53-14Lines changed: 53 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
32 | 31 |
|
33 | 32 |
|
34 | 33 |
|
| ||
538 | 537 |
|
539 | 538 |
|
540 | 539 |
|
541 |
| - |
542 |
| - |
543 | 540 |
|
544 |
| - |
545 |
| - |
| 541 | + |
| 542 | + |
| 543 | + |
| 544 | + |
| 545 | + |
| 546 | + |
| 547 | + |
546 | 548 |
|
547 | 549 |
|
548 | 550 |
|
549 | 551 |
|
550 | 552 |
|
551 |
| - |
| 553 | + |
| 554 | + |
| 555 | + |
| 556 | + |
| 557 | + |
| 558 | + |
| 559 | + |
| 560 | + |
| 561 | + |
552 | 562 |
|
553 |
| - |
554 |
| - |
555 |
| - |
| 563 | + |
| 564 | + |
| 565 | + |
556 | 566 |
|
| 567 | + |
| 568 | + |
557 | 569 |
|
558 |
| - |
| 570 | + |
| 571 | + |
| 572 | + |
| 573 | + |
| 574 | + |
| 575 | + |
| 576 | + |
| 577 | + |
| 578 | + |
| 579 | + |
| 580 | + |
| 581 | + |
| 582 | + |
| 583 | + |
| 584 | + |
| 585 | + |
| 586 | + |
| 587 | + |
| 588 | + |
| 589 | + |
| 590 | + |
| 591 | + |
| 592 | + |
| 593 | + |
| 594 | + |
| 595 | + |
| 596 | + |
559 | 597 |
|
560 | 598 |
|
561 | 599 |
|
562 |
| - |
| 600 | + |
563 | 601 |
|
564 |
| - |
565 |
| - |
566 |
| - |
| 602 | + |
| 603 | + |
| 604 | + |
| 605 | + |
567 | 606 |
|
568 | 607 |
|
569 | 608 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTest.php+6-14Lines changed: 6 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| ||
377 | 377 |
|
378 | 378 |
|
379 | 379 |
|
380 |
| - |
381 |
| - |
382 |
| - |
383 |
| - |
384 |
| - |
385 | 380 |
|
386 | 381 |
|
387 |
| - |
| 382 | + |
388 | 383 |
|
389 | 384 |
|
390 | 385 |
|
| ||
429 | 424 |
|
430 | 425 |
|
431 | 426 |
|
432 |
| - |
433 |
| - |
| 427 | + |
| 428 | + |
434 | 429 |
|
435 | 430 |
|
436 | 431 |
|
437 | 432 |
|
438 |
| - |
439 |
| - |
440 |
| - |
441 | 433 |
|
442 | 434 |
|
443 | 435 |
|
| ||
481 | 473 |
|
482 | 474 |
|
483 | 475 |
|
484 |
| - |
485 |
| - |
| 476 | + |
| 477 | + |
486 | 478 |
|
487 | 479 |
|
488 | 480 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/argon2i_encoder.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/argon2i_encoder.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
12 | 11 |
|
13 | 12 |
|
14 | 13 |
|
src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/argon2i_encoder.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/argon2i_encoder.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
| 13 | + |
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/argon2i_encoder.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/argon2i_encoder.yml-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
src/Symfony/Bundle/SecurityBundle/Tests/Functional/UserPasswordEncoderCommandTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Functional/UserPasswordEncoderCommandTest.php+5-16Lines changed: 5 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 |
| - |
20 | 18 |
|
21 | 19 |
|
22 | 20 |
|
| ||
55 | 53 |
|
56 | 54 |
|
57 | 55 |
|
58 |
| - |
59 |
| - |
60 |
| - |
61 | 56 |
|
62 | 57 |
|
63 | 58 |
|
| ||
70 | 65 |
|
71 | 66 |
|
72 | 67 |
|
73 |
| - |
| 68 | + |
74 | 69 |
|
75 | 70 |
|
76 | 71 |
|
77 | 72 |
|
78 | 73 |
|
79 |
| - |
80 |
| - |
81 |
| - |
82 | 74 |
|
83 | 75 |
|
84 |
| - |
| 76 | + |
85 | 77 |
|
86 | 78 |
|
87 | 79 |
|
| ||
94 | 86 |
|
95 | 87 |
|
96 | 88 |
|
97 |
| - |
98 |
| - |
| 89 | + |
| 90 | + |
99 | 91 |
|
100 | 92 |
|
101 | 93 |
|
| ||
195 | 187 |
|
196 | 188 |
|
197 | 189 |
|
198 |
| - |
199 |
| - |
200 |
| - |
201 | 190 |
|
202 | 191 |
|
203 |
| - |
| 192 | + |
204 | 193 |
|
205 | 194 |
|
206 | 195 |
|
|
src/Symfony/Component/Security/Core/Encoder/EncoderFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Encoder/EncoderFactory.php+52-8Lines changed: 52 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
| ||
114 | 116 |
|
115 | 117 |
|
116 | 118 |
|
117 |
| - |
118 | 119 |
|
119 | 120 |
|
120 |
| - |
121 |
| - |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
122 | 128 |
|
123 | 129 |
|
124 | 130 |
|
| ||
140 | 146 |
|
141 | 147 |
|
142 | 148 |
|
143 |
| - |
144 | 149 |
|
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
145 | 164 |
|
146 |
| - |
| 165 | + |
147 | 166 |
|
148 |
| - |
149 |
| - |
150 |
| - |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
151 | 195 |
|
152 | 196 |
|
153 | 197 |
|
|
src/Symfony/Component/Security/Core/Encoder/NativePasswordEncoder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Encoder/NativePasswordEncoder.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| ||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 |
| - |
| 48 | + |
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
|
src/Symfony/Component/Security/Core/Tests/Encoder/NativePasswordEncoderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Encoder/NativePasswordEncoderTest.php+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
58 | 66 |
|
59 | 67 |
|
60 | 68 |
|
|
0 commit comments