Commit 3e7cef8
File tree
18 files changed
+366
-73
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- DependencyInjection
- Tests
- DependencyInjection
- Fixtures
- php
- xml
- yml
- Functional
- app/PasswordEncode
- Component/Security/Core
- Encoder
- Tests/Encoder
18 files changed
+366
-73
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 |
---|---|---|
| ||
509 | 509 |
|
510 | 510 |
|
511 | 511 |
|
512 |
| - |
513 | 512 |
|
514 | 513 |
|
515 | 514 |
|
|
src/Symfony/Bundle/SecurityBundle/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/CHANGELOG.md+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| 6 | + |
6 | 7 |
|
7 | 8 |
|
8 | 9 |
|
| ||
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
17 |
| - |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
394 | 394 |
|
395 | 395 |
|
396 | 396 |
|
| 397 | + |
| 398 | + |
| 399 | + |
| 400 | + |
397 | 401 |
|
398 | 402 |
|
399 | 403 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php+57-14Lines changed: 57 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 |
|
| ||
513 | 512 |
|
514 | 513 |
|
515 | 514 |
|
| 515 | + |
| 516 | + |
| 517 | + |
| 518 | + |
516 | 519 |
|
517 | 520 |
|
518 | 521 |
|
| ||
538 | 541 |
|
539 | 542 |
|
540 | 543 |
|
541 |
| - |
542 |
| - |
543 | 544 |
|
544 |
| - |
545 |
| - |
| 545 | + |
| 546 | + |
| 547 | + |
| 548 | + |
| 549 | + |
| 550 | + |
| 551 | + |
546 | 552 |
|
547 | 553 |
|
548 | 554 |
|
549 | 555 |
|
550 | 556 |
|
551 |
| - |
| 557 | + |
| 558 | + |
| 559 | + |
| 560 | + |
| 561 | + |
| 562 | + |
| 563 | + |
| 564 | + |
| 565 | + |
552 | 566 |
|
553 |
| - |
554 |
| - |
555 |
| - |
| 567 | + |
| 568 | + |
| 569 | + |
556 | 570 |
|
| 571 | + |
| 572 | + |
557 | 573 |
|
558 |
| - |
| 574 | + |
| 575 | + |
| 576 | + |
| 577 | + |
| 578 | + |
| 579 | + |
| 580 | + |
| 581 | + |
| 582 | + |
| 583 | + |
| 584 | + |
| 585 | + |
| 586 | + |
| 587 | + |
| 588 | + |
| 589 | + |
| 590 | + |
| 591 | + |
| 592 | + |
| 593 | + |
| 594 | + |
| 595 | + |
| 596 | + |
| 597 | + |
| 598 | + |
| 599 | + |
| 600 | + |
559 | 601 |
|
560 | 602 |
|
561 | 603 |
|
562 |
| - |
| 604 | + |
563 | 605 |
|
564 |
| - |
565 |
| - |
566 |
| - |
| 606 | + |
| 607 | + |
| 608 | + |
| 609 | + |
567 | 610 |
|
568 | 611 |
|
569 | 612 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTest.php+79-14Lines changed: 79 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 |
|
| ||
287 | 287 |
|
288 | 288 |
|
289 | 289 |
|
| 290 | + |
290 | 291 |
|
291 | 292 |
|
292 | 293 |
|
| ||
299 | 300 |
|
300 | 301 |
|
301 | 302 |
|
| 303 | + |
302 | 304 |
|
303 | 305 |
|
304 | 306 |
|
| ||
320 | 322 |
|
321 | 323 |
|
322 | 324 |
|
| 325 | + |
323 | 326 |
|
324 | 327 |
|
325 | 328 |
|
| ||
348 | 351 |
|
349 | 352 |
|
350 | 353 |
|
| 354 | + |
351 | 355 |
|
352 | 356 |
|
353 | 357 |
|
| ||
360 | 364 |
|
361 | 365 |
|
362 | 366 |
|
| 367 | + |
363 | 368 |
|
364 | 369 |
|
365 | 370 |
|
| ||
377 | 382 |
|
378 | 383 |
|
379 | 384 |
|
380 |
| - |
381 |
| - |
382 |
| - |
383 |
| - |
384 |
| - |
385 | 385 |
|
386 | 386 |
|
387 |
| - |
| 387 | + |
388 | 388 |
|
389 | 389 |
|
390 | 390 |
|
| ||
406 | 406 |
|
407 | 407 |
|
408 | 408 |
|
| 409 | + |
409 | 410 |
|
410 | 411 |
|
411 | 412 |
|
| ||
418 | 419 |
|
419 | 420 |
|
420 | 421 |
|
| 422 | + |
421 | 423 |
|
422 | 424 |
|
423 | 425 |
|
| ||
429 | 431 |
|
430 | 432 |
|
431 | 433 |
|
432 |
| - |
433 |
| - |
| 434 | + |
| 435 | + |
| 436 | + |
| 437 | + |
| 438 | + |
| 439 | + |
| 440 | + |
| 441 | + |
| 442 | + |
| 443 | + |
| 444 | + |
| 445 | + |
| 446 | + |
| 447 | + |
| 448 | + |
| 449 | + |
| 450 | + |
| 451 | + |
| 452 | + |
| 453 | + |
| 454 | + |
| 455 | + |
| 456 | + |
| 457 | + |
| 458 | + |
| 459 | + |
| 460 | + |
| 461 | + |
| 462 | + |
| 463 | + |
| 464 | + |
| 465 | + |
| 466 | + |
| 467 | + |
| 468 | + |
| 469 | + |
| 470 | + |
| 471 | + |
| 472 | + |
| 473 | + |
| 474 | + |
| 475 | + |
| 476 | + |
| 477 | + |
| 478 | + |
| 479 | + |
| 480 | + |
| 481 | + |
| 482 | + |
| 483 | + |
| 484 | + |
| 485 | + |
| 486 | + |
| 487 | + |
| 488 | + |
| 489 | + |
| 490 | + |
| 491 | + |
| 492 | + |
| 493 | + |
| 494 | + |
| 495 | + |
| 496 | + |
| 497 | + |
| 498 | + |
| 499 | + |
434 | 500 |
|
435 | 501 |
|
436 | 502 |
|
437 | 503 |
|
438 |
| - |
439 |
| - |
440 |
| - |
441 | 504 |
|
442 | 505 |
|
443 | 506 |
|
| ||
458 | 521 |
|
459 | 522 |
|
460 | 523 |
|
| 524 | + |
461 | 525 |
|
462 | 526 |
|
463 | 527 |
|
| ||
470 | 534 |
|
471 | 535 |
|
472 | 536 |
|
| 537 | + |
473 | 538 |
|
474 | 539 |
|
475 | 540 |
|
| ||
481 | 546 |
|
482 | 547 |
|
483 | 548 |
|
484 |
| - |
485 |
| - |
| 549 | + |
| 550 | + |
486 | 551 |
|
487 | 552 |
|
488 | 553 |
|
|
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/php/migrating_encoder.php
Copy file name to clipboard+14Lines changed: 14 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 | + |
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/xml/migrating_encoder.xml
Copy file name to clipboard+18Lines changed: 18 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 | + |
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 |
| - |
0 commit comments