Skip to content

[SecurityBundle] avoid collision between ldap and normal authenticators #57215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8,715 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
8715 commits
Select commit Hold shift + click to select a range
44e4699
minor #54424 [WebProfilerBundle] Inline flowchart-only Mermaid versio…
fabpot Apr 8, 2024
6228896
[Mailer] Add support for allowing some users even if `recipients` is …
lyrixx Feb 23, 2024
452fac4
fix tests
xabbuh Apr 8, 2024
8fadaca
defer addition of new method argument to 8.0
xabbuh Apr 9, 2024
9e48e0d
[Clock] Polyfill DateTimeImmutable::createFromTimestamp()
derrabus Mar 30, 2024
a8c43b6
feature #54442 [Clock] Add a polyfill for DateTimeImmutable::createFr…
nicolas-grekas Apr 9, 2024
1a90ba8
[TwigBundle] Don't register emoji extension on missing `intl` extension
alexandre-daubois Apr 9, 2024
a8b4739
minor #54534 [TwigBundle] Don't register emoji extension on missing `…
nicolas-grekas Apr 9, 2024
de924b2
fix typo
xabbuh Apr 9, 2024
ce408ab
feature #54044 [Mailer] Add support for allowing some users even if `…
fabpot Apr 9, 2024
40d2155
re-allow Twig bridge 6.4 and 7.0
xabbuh Apr 9, 2024
6cd69fd
bug #54528 [HttpFoundation] defer addition of new method argument to …
fabpot Apr 9, 2024
1f73fbd
[Validator] Deprecate `Bic::INVALID_BANK_CODE_ERROR`
MatTheCat Apr 9, 2024
75ce82c
feature #54535 [Validator] Deprecate `Bic::INVALID_BANK_CODE_ERROR` (…
fabpot Apr 10, 2024
9b323c6
minor #54540 [TwigBundle] re-allow Twig bridge 6.4 and 7.0 (xabbuh)
fabpot Apr 10, 2024
260b834
initialize the current time with midnight before modifying the date
xabbuh Apr 9, 2024
5890327
[DependencyInjection] Cast env vars to null or bool when referencing …
ruudk Feb 16, 2024
e0aa32d
minor #54527 [Messenger] fix tests (xabbuh)
xabbuh Apr 11, 2024
92c0d17
bug #54530 [Clock] initialize the current time with midnight before m…
xabbuh Apr 11, 2024
bb4854c
Merge branch '6.4' into 7.0
xabbuh Apr 11, 2024
dfac61f
[Serializer] Use explicit nullable type
alexandre-daubois Apr 11, 2024
a10cc01
minor #54571 [Serializer] Use explicit nullable type (alexandre-daubois)
nicolas-grekas Apr 11, 2024
31e3bde
[Serializer] Fixing PHP warning in the ObjectNormalizer with MaxDepth…
jaydiablo Mar 25, 2024
6e12c6a
bug #54395 [Serializer] Fixing PHP warning in the ObjectNormalizer wi…
nicolas-grekas Apr 12, 2024
165524c
[DoctrineBridge] Allow `EntityValueResolver` to return a list of enti…
HypeMC Jan 3, 2024
4bc6bed
Deprecate #[TaggedIterator] and #[TaggedLocator]
GromNaN Mar 21, 2024
d47be2e
Merge branch '5.4' into 6.4
xabbuh Apr 12, 2024
975f634
fix merge
xabbuh Apr 12, 2024
6a8e99b
add missing return type-hints
xabbuh Apr 12, 2024
ba6a65c
fix merge
xabbuh Apr 12, 2024
db5ef7f
Merge branch '6.4' into 7.0
xabbuh Apr 12, 2024
1550845
Merge branch '7.0' into 7.1
xabbuh Apr 13, 2024
acd9015
clean up PHP 8.0 version checks
xabbuh Apr 13, 2024
6ff1223
Merge branch '5.4' into 6.4
xabbuh Apr 13, 2024
5fd79f6
Merge branch '6.4' into 7.0
xabbuh Apr 13, 2024
e462dc8
Merge branch '7.0' into 7.1
xabbuh Apr 13, 2024
29a271b
[WebProfilerBundle] Improve performance
javiereguiluz Mar 27, 2024
c29b7a9
bug #54421 [WebProfilerBundle] Improve performance (javiereguiluz)
fabpot Apr 13, 2024
d4a99ee
[Validator] Document `Compound::getConstraints` options
VincentLanglet Apr 12, 2024
0a9cba3
minor #54574 [Validator] Document `Compound::getConstraints` options …
fabpot Apr 13, 2024
50d7ce0
feature #53971 Cast env vars to null or bool when referencing them us…
fabpot Apr 13, 2024
7e9c812
prepare for changing the default value of the requireTld option
xabbuh Apr 13, 2024
a0ad9a7
[WebProfilerBundle] Use CPP
smnandre Apr 13, 2024
1cfd8b5
forward a Clock instance to the created InMemoryTransport
xabbuh Apr 13, 2024
08841af
[HttpFoundation] Remove unused code (minor)
smnandre Apr 13, 2024
16b9210
[Validator] Add support for types (`ALL*`, `LOCAL_*`, `UNIVERSAL_*`, …
Ninos Apr 3, 2024
e4c7068
feature #54473 [Validator] Add support for types (`ALL*`, `LOCAL_*`, …
fabpot Apr 13, 2024
d088047
add $class, $format and $context arguments to NameConverterInterface …
xabbuh Apr 9, 2024
2fed72f
sync .github/expected-missing-return-types.diff
xabbuh Apr 13, 2024
b1a25ae
[Notifier] LOX24 SMS bridge
alebedev80 Mar 20, 2024
cfd9ad0
feature #54356 [Notifier] LOX24 SMS bridge (alebedev80)
fabpot Apr 14, 2024
47d1ecb
minor #54585 [WebProfilerBundle] Use CPP (smnandre)
fabpot Apr 14, 2024
05a8fcc
Merge branch '5.4' into 6.4
xabbuh Apr 14, 2024
5028ec6
add missing trailing newline
xabbuh Apr 14, 2024
efeb72b
Improve error reporting during LDAP bind
RoSk0 Apr 15, 2024
cca0e4a
[Validator] Update `@internal` description
alexandre-daubois Apr 15, 2024
39a5fdc
minor #54590 [HttpFoundation] Remove unused code (minor) (smnandre)
nicolas-grekas Apr 16, 2024
8477f02
Merge branch '5.4' into 6.4
nicolas-grekas Apr 16, 2024
f09249c
Merge branch '6.4' into 7.0
nicolas-grekas Apr 16, 2024
9fd64b8
Merge branch '7.0' into 7.1
nicolas-grekas Apr 16, 2024
ce3b2ab
Merge branch '5.4' into 6.4
nicolas-grekas Apr 16, 2024
47695d2
add missing return type-hints
xabbuh Apr 16, 2024
f11766d
Merge branch '6.4' into 7.0
xabbuh Apr 16, 2024
8fdef5a
minor #54626 [Serializer] add missing return type-hints (xabbuh)
xabbuh Apr 16, 2024
3fbfc9c
Merge branch '7.0' into 7.1
xabbuh Apr 16, 2024
8bb3b19
minor #54609 [Validator] Update ``@internal`` description (alexandre-…
nicolas-grekas Apr 17, 2024
b1ba058
[Validator] Update the "no TLD" error message
nicolas-grekas Apr 16, 2024
5ae5791
minor #54624 [Validator] Update the "no TLD" error message (nicolas-g…
nicolas-grekas Apr 17, 2024
1a33bc1
Add hint which version of Symfony not longer require proxy manager br…
alexander-schranz Apr 17, 2024
c5982aa
minor #54629 Add hint which version of Symfony not longer require pro…
nicolas-grekas Apr 17, 2024
508f316
minor #54588 [Validator] prepare for changing the default value of th…
fabpot Apr 17, 2024
3f7c344
Proofread UPGRADE guide
wouterj Apr 7, 2024
b0724ba
minor #54533 Proofread UPGRADE guide (wouterj)
fabpot Apr 17, 2024
1d847b4
feature #54604 [Ldap] Improve error reporting during LDAP bind (RoSk0)
fabpot Apr 17, 2024
fddce25
[Emoji] Remove resources data from classmap generation
shyim Apr 17, 2024
a7900e8
feature #54589 [Messenger] forward a Clock instance to the created In…
fabpot Apr 17, 2024
d600f5b
minor #54632 [Emoji] Remove resources data from classmap generation (…
fabpot Apr 17, 2024
22cbf8f
minor #54531 [Serializer] add $class, $format and $context arguments …
fabpot Apr 17, 2024
8daa804
[Mailer] [Resend] Add Resend webhook signature verification
welcoMattic Apr 8, 2024
9ec8b7c
feature #54525 [Mailer] [Resend] Add Resend webhook signature verific…
fabpot Apr 17, 2024
9bfe076
[Cache] Fix test failure related to Redis6Proxy on appveyor
nicolas-grekas Apr 17, 2024
711cf7b
minor #54639 [Cache] Fix test failure related to Redis6Proxy on appve…
nicolas-grekas Apr 17, 2024
bb1664e
Merge branch '5.4' into 6.4
nicolas-grekas Apr 17, 2024
8447814
Merge branch '6.4' into 7.0
nicolas-grekas Apr 17, 2024
df033a0
Merge branch '7.0' into 7.1
nicolas-grekas Apr 17, 2024
26b9d6a
fix typo in AbstractNormalizerContextBuilder::withDefaultContructorAr…
Apr 17, 2024
56ce439
add method parameters in final class
xabbuh Apr 18, 2024
1e2c337
minor #54644 [Serializer] add method parameters in final class (xabbuh)
nicolas-grekas Apr 18, 2024
31da707
fix tests
xabbuh Apr 18, 2024
d283e72
minor #54645 [Serializer] fix tests (xabbuh)
nicolas-grekas Apr 18, 2024
4c0135c
fix constraints
xabbuh Apr 18, 2024
0d0bda1
minor #54647 [Mailer] fix constraints (xabbuh)
nicolas-grekas Apr 18, 2024
58705a1
feature #53365 [DoctrineBridge] Allow `EntityValueResolver` to return…
nicolas-grekas Apr 18, 2024
c30d14f
Deprecate Twig Bundle `base_template_class` option
Steveb-p Apr 18, 2024
057ca68
Merge branch '5.4' into 6.4
nicolas-grekas Apr 18, 2024
734aa84
Merge branch '6.4' into 7.0
nicolas-grekas Apr 18, 2024
642499a
Merge branch '7.0' into 7.1
nicolas-grekas Apr 18, 2024
60ba910
fix merge
xabbuh Apr 18, 2024
3678a36
Merge branch '6.4' into 7.0
xabbuh Apr 18, 2024
a2d03c5
Merge branch '7.0' into 7.1
xabbuh Apr 18, 2024
b2a7627
[TypeInfo] Handle collection types properly
mtarld Apr 18, 2024
3738245
rework the base Type class to not depend on subclasses
xabbuh Feb 9, 2024
572209f
minor #54659 [TypeInfo] rework the base Type class to not depend on s…
xabbuh Apr 18, 2024
8dac42c
fix typo in AbstractNormalizerContextBuilder::withDefaultContructorAr…
Apr 17, 2024
f02b0f2
minor #54643 [Serializer] fix typo in AbstractNormalizerContextBuilde…
chalasr Apr 18, 2024
b85dbd0
[HttpKernel] Add MapUploadedFile attribute
renedelima Apr 8, 2023
13ab9eb
feature #49978 [HttpKernel] Introduce `#[MapUploadedFile]` controller…
chalasr Apr 18, 2024
0843389
Add test for AccessTokenHeaderRegex and adjust regex
Spomky Apr 18, 2024
a79cc86
bug #54665 Add test for AccessTokenHeaderRegex and adjust regex (Spomky)
chalasr Apr 18, 2024
c2a7b73
[HttpClient] Implemented LoggerAwareInterface in HttpClientInterface …
yann-eugone Apr 19, 2024
924e4d8
minor #54668 [HttpClient] Implemented LoggerAwareInterface in HttpCli…
nicolas-grekas Apr 19, 2024
2b73bc9
[TypeInfo] Ease getting base type on nullable types
mtarld Apr 19, 2024
6a1f08d
explicitly cast boolean SSL stream options
xabbuh Apr 19, 2024
6b3407d
fix merge
xabbuh Apr 19, 2024
bee1999
Merge branch '6.4' into 7.0
xabbuh Apr 19, 2024
02c1e3c
Merge branch '7.0' into 7.1
xabbuh Apr 19, 2024
7796b21
bug #54673 [Messenger] explicitly cast boolean SSL stream options (xa…
nicolas-grekas Apr 22, 2024
259a8ca
Update AbstractSchemaListener.php to adjust more database params
ywisax Apr 22, 2024
19f91b0
[Serializer] Add AbstractNormalizerContextBuilder::defaultConstructor…
Apr 17, 2024
598a21d
minor #54692 [Serializer] Add `AbstractNormalizerContextBuilder::defa…
nicolas-grekas Apr 23, 2024
af870c6
[Finder] Also consider .git inside the basedir of in() directory
nickvergessen Apr 22, 2024
3870406
support Stringable objects in StringTypeResolver
xabbuh Apr 22, 2024
3903840
minor #54688 [TypeInfo] Support `\Stringable` objects in `StringTypeR…
nicolas-grekas Apr 24, 2024
56e7867
add missing HasNamedArguments attribute
xabbuh Apr 24, 2024
98a7214
[Mailer] Fix date parsing remote event payload converter
alexandre-daubois Apr 24, 2024
0d7c20a
bug #54716 [Validator] add missing HasNamedArguments attribute (xabbuh)
nicolas-grekas Apr 25, 2024
f7cc44e
[DoctrineBridge] Idle connection listener for long running runtime
alli83 Dec 26, 2023
462ab95
feature #53214 [DoctrineBridge] Idle connection listener for long run…
nicolas-grekas Apr 25, 2024
0f6b3ef
[DoctrineBridge] Register idle-connection listener before session lis…
nicolas-grekas Apr 25, 2024
2aaec67
[Security] Remove workflow from empty folder
HypeMC Apr 25, 2024
b7eb42e
minor #54736 [Security] Remove workflow from empty folder (HypeMC)
fabpot Apr 26, 2024
65ccca0
fix class name
xabbuh Apr 26, 2024
600880e
detect wrong usages of minMessage/maxMessage in options
xabbuh Apr 27, 2024
50faef9
bug #54750 [Validator] detect wrong usages of minMessage/maxMessage i…
fabpot Apr 27, 2024
c834064
bug #54712 [RemoteEvent] Fix date parsing remote event payload conver…
fabpot Apr 27, 2024
7c2da27
[AssetMapper] Check asset/vendor directory is writable
smnandre Apr 25, 2024
0704c26
bug #54724 [AssetMapper] Check asset/vendor directory is writable (sm…
fabpot Apr 27, 2024
dfc6434
bug #54691 [Finder] Also consider .git inside the basedir of in() dir…
fabpot Apr 27, 2024
7c2f5a7
bug #54699 [DoctrineBridge] Update AbstractSchemaListener to adjust m…
fabpot Apr 27, 2024
dbeb261
Merge branch '5.4' into 6.4
xabbuh Apr 28, 2024
ea61ad3
fix merge
xabbuh Apr 28, 2024
ea2eafa
Merge branch '6.4' into 7.0
xabbuh Apr 28, 2024
f738888
Merge branch '7.0' into 7.1
xabbuh Apr 28, 2024
93eb8a0
handle edge cases when constructing constraints with named arguments
xabbuh Apr 27, 2024
f631ad6
Update CHANGELOG for 6.4.7
fabpot Apr 29, 2024
be31b0b
Update VERSION for 6.4.7
fabpot Apr 29, 2024
4e0f8e1
Merge pull request #54765 from fabpot/release-6.4.7
fabpot Apr 29, 2024
bfbf491
Bump Symfony version to 6.4.8
fabpot Apr 29, 2024
c11fe80
Update CHANGELOG for 7.0.7
fabpot Apr 29, 2024
0114d10
Update VERSION for 7.0.7
fabpot Apr 29, 2024
ca99541
Merge pull request #54766 from fabpot/release-7.0.7
fabpot Apr 29, 2024
416b226
Bump Symfony version to 7.0.8
fabpot Apr 29, 2024
3f8cb29
rename the model_type option to input and rework it
xabbuh Apr 29, 2024
8b7a104
Merge branch '5.4' into 6.4
nicolas-grekas Apr 29, 2024
7cf89aa
Merge branch '6.4' into 7.0
nicolas-grekas Apr 29, 2024
3d81565
Merge branch '7.0' into 7.1
nicolas-grekas Apr 29, 2024
95e8168
feature #54661 [TypeInfo] Handle custom collection objects properly (…
chalasr Apr 30, 2024
e107d3b
fix merge
xabbuh Apr 30, 2024
26f8a8b
restore deprecated properties
xabbuh Apr 30, 2024
89b8498
Merge branch '6.4' into 7.0
xabbuh Apr 30, 2024
c168c2c
Merge branch '7.0' into 7.1
xabbuh Apr 30, 2024
67c4025
revert implementing LoggerAwareInterface in HTTP client decorators
xabbuh Apr 19, 2024
2722fb5
minor #54779 [Dotenv]  restore deprecated properties (xabbuh)
nicolas-grekas Apr 30, 2024
8ab57d1
[Serializer] Add XmlEncoder::CDATA_WRAPPING_PATTERN context option
alexpozzi Apr 18, 2024
e36b82d
[TypeInfo] end/current instead of array_pop
soyuka Apr 30, 2024
1119ab6
minor #54790 [TypeInfo] end/current instead of array_pop (soyuka)
fabpot May 1, 2024
0c764e7
bug #54758 [Validator] handle edge cases when constructing constraint…
fabpot May 1, 2024
29b00c2
minor #54770 [Form] rename the model_type option to input and rework …
fabpot May 1, 2024
28b6495
[TypeInfo] mark classes as experimental
soyuka Apr 30, 2024
09e3c5c
feature #54788 [TypeInfo] mark classes as experimental (soyuka)
fabpot May 2, 2024
84061f1
Merge branch '5.4' into 6.4
derrabus May 2, 2024
08ac161
[PropertyInfo] remove deprecations, mark TypeInfo as experimental
soyuka Apr 30, 2024
9a86584
feature #54789 [PropertyInfo] remove deprecations, mark TypeInfo as e…
fabpot May 2, 2024
440675f
Merge branch '6.4' into 7.0
derrabus May 2, 2024
e02306b
feature #54670 [TypeInfo] Ease getting base type on nullable types (m…
fabpot May 2, 2024
a2fc1bb
Merge branch '7.0' into 7.1
derrabus May 2, 2024
fa77dc6
feature #54674 [FrameworkBundle] revert implementing LoggerAwareInter…
fabpot May 2, 2024
5cde2b5
[Filesystem] Run high-deps tests with Process 7
derrabus May 2, 2024
27bf4a8
Merge branch '5.4' into 6.4
xabbuh May 2, 2024
0302e1d
feature #54371 [DependencyInjection] Deprecate `#[TaggedIterator]` an…
fabpot May 2, 2024
a596142
[DependencyInjection] Add `#[AutowireInline]` attribute to allow serv…
DaDeather Nov 30, 2023
b9a838e
Finish implementing AutowireInline attribute
nicolas-grekas Apr 22, 2024
adb9afa
[DoctrineBridge][Validator] Allow validating every class against uniq…
wkania Oct 18, 2020
5bc490c
feature #38662 [DoctrineBridge][Validator] Allow validating every cla…
fabpot May 2, 2024
1e091b9
[Routing] Add `{foo:bar}` syntax to define a mapping between a route …
nicolas-grekas Apr 24, 2024
15956b2
feature #54720 [Routing] Add `{foo:bar}` syntax to define a mapping b…
fabpot May 2, 2024
a49f9ea
[DoctrineBridge] Deprecate auto-mapping of entities in favor of mappe…
nicolas-grekas Apr 2, 2024
66faca6
feature #52820 [DependencyInjection] Add `#[AutowireInline]` attribut…
fabpot May 2, 2024
b2e6e49
feature #54455 [DoctrineBridge] Deprecate auto-mapping of entities in…
fabpot May 2, 2024
aa0b6a1
minor #54802 [Filesystem] Run high-deps tests with Process 7 (derrabus)
fabpot May 2, 2024
d0f4330
[DependencyInjection] Reset env vars when resetting the container
faizanakram99 Apr 18, 2024
e6c875e
feature #54666 [DependencyInjection] Reset env vars when resetting th…
fabpot May 2, 2024
662c8e4
Messenger: avoid DELETE statement flood when using Doctrine+MySQL bac…
giosh94mhz Apr 15, 2024
e2664e8
minor #54606 [Messenger] Messenger: avoid DELETE statement flood when…
fabpot May 2, 2024
03e0318
feature #54663 [Serializer] Add `XmlEncoder::CDATA_WRAPPING_PATTERN` …
fabpot May 2, 2024
4c84578
feature #54657 [TwigBundle] Deprecate `base_template_class` option (S…
fabpot May 2, 2024
9d95152
deprecate setLogger() methods of decorating clients
xabbuh May 2, 2024
5624ee0
[TypeInfo] rework isA to handle class names and improve isNullable
mtarld Apr 18, 2024
f2a13b2
[TwigBundle] Remove obsolete class_exists() check
derrabus May 2, 2024
a5e1313
minor #54808 [TwigBundle] Remove obsolete class_exists() call (derrabus)
fabpot May 2, 2024
2e70382
JoliCode is sponsoring Symfony 7.1, thanks to them! \o/
nicolas-grekas May 2, 2024
e05d8c6
Merge branch '5.4' into 6.4
fabpot May 2, 2024
bb28f4c
Merge branch '6.4' into 7.0
fabpot May 2, 2024
9cfe3e9
Merge branch '7.0' into 7.1
fabpot May 2, 2024
44461bf
feature #54809 JoliCode is sponsoring Symfony 7.1, thanks to them! \o…
fabpot May 2, 2024
96d664e
feature #54806 [HttpClient]  deprecate setLogger() methods of decorat…
fabpot May 2, 2024
162a1fa
minor #54669 [TypeInfo] rework isA to handle class names and improve …
fabpot May 2, 2024
10d48cd
[TwigBundle] Fix deprecation warnings about base_template_class
derrabus May 2, 2024
d1ab09e
Cleanup past sponsors
nicolas-grekas May 2, 2024
e19cb80
minor #54811 Cleanup past sponsors (nicolas-grekas)
nicolas-grekas May 2, 2024
74dbcb4
[Security] SymfonyCasts is backing the security components for v7.1, …
nicolas-grekas May 2, 2024
ef54646
minor #54810 [TwigBundle] Fix deprecation warnings about base_templat…
nicolas-grekas May 2, 2024
c3615e6
minor #54812 [Security] SymfonyCasts is backing the security componen…
nicolas-grekas May 2, 2024
c916723
[Translation] Crowdin is backing its translation bridge, thanks to th…
nicolas-grekas May 2, 2024
f039ca0
add missing deprecation contracts dependency
xabbuh May 2, 2024
d7a119c
fix test
xabbuh May 2, 2024
97e3d54
minor #54814 [DoctrineBridge] fix test (xabbuh)
nicolas-grekas May 2, 2024
97f7c4b
minor #54815 add missing deprecation contracts dependency (xabbuh)
nicolas-grekas May 2, 2024
e3df70b
Merge branch '5.4' into 6.4
nicolas-grekas May 2, 2024
73ea99e
feature #54818 [Translation] Crowdin is backing its translation bridg…
nicolas-grekas May 2, 2024
a3e1bee
Update CHANGELOG for 7.1.0-BETA1
fabpot May 2, 2024
db07f98
Update VERSION for 7.1.0-BETA1
fabpot May 2, 2024
2d19106
Merge pull request #54820 from fabpot/release-7.1.0-BETA1
fabpot May 2, 2024
eecb3bb
fix Symfony version
xabbuh May 2, 2024
820382c
Bump Symfony version to 7.1.0
fabpot May 2, 2024
93f4f13
Merge branch '5.4' into 6.4
derrabus May 2, 2024
fdcbb53
Merge branch '6.4' into 7.0
derrabus May 2, 2024
616c582
Merge branch '7.0' into 7.1
derrabus May 2, 2024
59ec34b
remove no longer needed PHP version check
xabbuh May 3, 2024
6aa1ab7
minor #54832 [DependencyInjection] remove no longer needed PHP versio…
derrabus May 3, 2024
48f192f
Merge branch '5.4' into 6.4
xabbuh May 3, 2024
f0ca74d
Merge branch '6.4' into 7.0
xabbuh May 3, 2024
f87efa1
Merge branch '7.0' into 7.1
xabbuh May 3, 2024
202199b
Merge branch '5.4' into 6.4
derrabus May 3, 2024
a5e2616
Merge branch '6.4' into 7.0
derrabus May 3, 2024
eccdbea
Merge branch '7.0' into 7.1
derrabus May 3, 2024
1211fbe
[Mailer] [Sendgrid] Use DataPart::getContentId() when DataPart::setCo…
SherinBloemendaal May 3, 2024
88a8d21
[WebProfilerBundle] Fix assignment to constant variable
HypeMC May 4, 2024
68ffeba
bug #54837 [Mailer] [Sendgrid] Use `DataPart::getContentId()` when `D…
fabpot May 7, 2024
fdcf741
bug #54838 [WebProfilerBundle] Fix assignment to constant variable (H…
fabpot May 7, 2024
fed32dc
[Messenger] Don't drop stamps when message validation fails
valtzu May 4, 2024
3de527c
bug #54842 [Messenger] Don't drop stamps when message validation fail…
fabpot May 7, 2024
4a9d377
Merge branch '6.4' into 7.0
fabpot May 7, 2024
9c9d571
Merge branch '7.0' into 7.1
fabpot May 7, 2024
36a1636
[Messenger] Remove ContainerInterface mock
alexandre-daubois May 7, 2024
7713fd1
Don't mark EnvelopeAwareExceptionInterface internal
valtzu May 7, 2024
8826db2
minor #54857 [Messenger] Fix missing import (alexandre-daubois)
fabpot May 7, 2024
5a00a8b
feature #54859 [Messenger] Don't mark `EnvelopeAwareExceptionInterfac…
fabpot May 7, 2024
ffb1e00
fix / avoid collision between ldap and normal authenticators
MindfulPol May 28, 2024
b3674ac
fix / avoid collision between ldap and normal authenticators
MindfulPol May 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
18 changes: 10 additions & 8 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
build: false
clone_depth: 2
clone_folder: c:\projects\symfony
image: Visual Studio 2019

init:
- SET PATH=c:\php;%PATH%
Expand All @@ -12,20 +13,20 @@ init:

install:
- mkdir c:\php && cd c:\php
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php-7.2.5-Win32-VC15-x86.zip
- 7z x php-7.2.5-Win32-VC15-x86.zip -y >nul
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php-8.2.0-Win32-vs16-x86.zip
- 7z x php-8.2.0-Win32-vs16-x86.zip -y >nul
- cd ext
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php_apcu-5.1.19-7.2-ts-vc15-x86.zip
- 7z x php_apcu-5.1.19-7.2-ts-vc15-x86.zip -y >nul
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php_redis-5.3.2-7.2-ts-vc15-x86.zip
- 7z x php_redis-5.3.2-7.2-ts-vc15-x86.zip -y >nul
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php_apcu-5.1.22-8.2-ts-vs16-x86.zip
- 7z x php_apcu-5.1.22-8.2-ts-vs16-x86.zip -y >nul
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php_redis-6.0.0-dev-8.2-ts-vs16-x86.zip
- 7z x php_redis-6.0.0-dev-8.2-ts-vs16-x86.zip -y >nul
- cd ..
- copy /Y php.ini-development php.ini-min
- echo memory_limit=-1 >> php.ini-min
- echo serialize_precision=-1 >> php.ini-min
- echo max_execution_time=1200 >> php.ini-min
- echo post_max_size=4G >> php.ini-min
- echo upload_max_filesize=4G >> php.ini-min
- echo post_max_size=2047M >> php.ini-min
- echo upload_max_filesize=2047M >> php.ini-min
- echo date.timezone="America/Los_Angeles" >> php.ini-min
- echo extension_dir=ext >> php.ini-min
- echo extension=php_xsl.dll >> php.ini-min
Expand All @@ -34,6 +35,7 @@ install:
- echo opcache.enable_cli=1 >> php.ini-max
- echo extension=php_openssl.dll >> php.ini-max
- echo extension=php_apcu.dll >> php.ini-max
- echo extension=php_igbinary.dll >> php.ini-max
- echo extension=php_redis.dll >> php.ini-max
- echo apc.enable_cli=1 >> php.ini-max
- echo extension=php_intl.dll >> php.ini-max
Expand Down
4 changes: 4 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
f4118e110a46de3ffb799e7d79bf15128d1646ea
9519b54417c09c49496a4a6be238e63be9a73465
ae0a783425b80b78376488619bf9106e69193fa4
9c1e36257c4df0929179462d6b2bdd00453ac8aa
6ae74d38e3d20d0ffcc66c7c3d28767fab76bdfb
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
/src/Symfony/Component/Notifier/Bridge export-ignore
/src/Symfony/Component/Runtime export-ignore
/src/Symfony/Component/Translation/Bridge export-ignore
/src/Symfony/Component/Emoji/Resources/data/* linguist-generated=true
/src/Symfony/Component/Intl/Resources/data/*/* linguist-generated=true
/.git* export-ignore
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
/src/Symfony/Bundle/SecurityBundle/ @chalasr
/src/Symfony/Component/Security/ @chalasr
/src/Symfony/Component/Ldap/Security/ @chalasr
# Scheduler
/src/Symfony/Component/Scheduler/ @kbond
# Translation
/src/Symfony/Component/Translation/ @welcomattic
# TwigBundle
/src/Symfony/Bundle/TwigBundle/ @yceruto
# WebLink
Expand Down
2 changes: 1 addition & 1 deletion .github/build-packages.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'type' => 'composer',
'url' => 'file://'.str_replace(DIRECTORY_SEPARATOR, '/', dirname(__DIR__)).'/',
]];
if (false === strpos($json, "\n \"repositories\": [\n")) {
if (!str_contains($json, "\n \"repositories\": [\n")) {
$json = rtrim(json_encode(['repositories' => $package->repositories], $flags), "\n}").','.substr($json, 1);
file_put_contents($dir.'/composer.json', $json);
}
Expand Down
157 changes: 0 additions & 157 deletions .github/deprecations-baseline.json

This file was deleted.

Loading
Loading