Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[HtmlSanitizer] Add blockBodyElements that will block all known elements by default. #48851

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
Closed
Changes from 2 commits
Commits
Show all changes
1103 commits
Select commit Hold shift + click to select a range
2721aba
bug #49674 [FrameworkBundle] Rename limiter’s `strategy` to `policy` …
fabpot Mar 13, 2023
67b9ac9
bug #49657 [HttpKernel] Change limit argument from string to integer …
fabpot Mar 13, 2023
51d3038
[Form] Improve exception for unsubmitted form
KThiebault Mar 10, 2023
6b14137
minor #49667 [Form] Improve exception for unsubmitted form (KThiebault)
fabpot Mar 13, 2023
cf55f2b
bug #49376 [HttpFoundation] Deprecate passing invalid URI to Request:…
fabpot Mar 13, 2023
b041d06
[ErrorHander] Display exception properties in the HTML error page
lyrixx Mar 6, 2023
b0054f6
feature #49620 [ErrorHander] Display exception properties in the HTML…
fabpot Mar 13, 2023
97e932e
[String] Correct inflection of 'codes' and 'names'
GwendolenLynch Mar 14, 2023
4159ad8
Fix some Composer keywords
fabpot Mar 14, 2023
8e5fd2f
Merge branch '5.4' into 6.2
fabpot Mar 14, 2023
1cb88c4
Merge branch '6.2' into 6.3
fabpot Mar 14, 2023
0362350
Fix some Composer keywords
fabpot Mar 14, 2023
2b9e366
Merge branch '5.4' into 6.2
fabpot Mar 14, 2023
2178d01
Fix some Composer keywords
fabpot Mar 14, 2023
ed357c0
Fix some Composer keywords
fabpot Mar 14, 2023
23d0ec3
Merge branch '6.2' into 6.3
fabpot Mar 14, 2023
14a4fcf
[FrameworkBundle] Workflow - Fix LogicException about a wrong configu…
adpauly Mar 14, 2023
e154659
[DependencyInjection] Generalize and simplify parsing of autowiring a…
nicolas-grekas Mar 14, 2023
64b4574
minor #49683 [DependencyInjection] Generalize and simplify parsing of…
nicolas-grekas Mar 14, 2023
749d4b9
[DependencyInjection] Use weak references in ContainerBuilder
nicolas-grekas Mar 14, 2023
cb39a7f
minor #49684 [DependencyInjection] Use weak references in ContainerBu…
nicolas-grekas Mar 14, 2023
e51a2b1
[Webhook][RemoteEvent] Add the components
fabpot Aug 27, 2022
c918829
feature #48542 [Webhook][RemoteEvent] Add the components (fabpot)
fabpot Mar 15, 2023
e70241d
[Validator] Add PHPDoc void return types
mbuliard Mar 15, 2023
80cb3f5
Fix DI logic when mailer is available but webhook is not
fabpot Mar 16, 2023
9aa6e08
bug #49696 Fix DI logic when mailer is available but webhook is not (…
fabpot Mar 16, 2023
6d9311f
Add the Scheduler component
upyx Jul 29, 2022
a18127b
[Scheduler] Rework the component
fabpot Jan 21, 2023
436dcba
[Validator] Update BIC validator IBAN mappings
maxbeckers Mar 16, 2023
2d74a76
[DependencyInjection] Add support for generating lazy closures
nicolas-grekas Mar 8, 2023
20ab567
[FrameworkBundle] Add scoped httplug clients and deprecate httplugs u…
simonberger Mar 15, 2023
67d8daa
feature #49691 [FrameworkBundle] Add scoped httplug clients and depre…
nicolas-grekas Mar 16, 2023
bf4cc88
minor #49694 [Validator] Add PHPDoc void return types (mbuliard)
nicolas-grekas Mar 16, 2023
da8e8d0
minor #49676 [Config] Improve performance of GlobResource (nicolas-gr…
nicolas-grekas Mar 16, 2023
bb8b73e
[ErrorHandler] Fixed tests
lyrixx Mar 16, 2023
6a7cd16
minor #49707 [ErrorHandler] Fixed tests (lyrixx)
nicolas-grekas Mar 16, 2023
b42027b
feature #47112 [Messenger] Add a scheduler component (upyx, fabpot)
fabpot Mar 16, 2023
37ef83b
add translations for the filename max length validator option
xabbuh Mar 17, 2023
489f9ca
explicitly set the HTTP method override option to false
xabbuh Mar 17, 2023
8b96961
minor #49715 [FrameworkBundle] explicitly set the HTTP method overrid…
xabbuh Mar 17, 2023
9fc7cf5
[Scheduler] Fix some minor bugs
fabpot Mar 17, 2023
fa6f4fd
Merge branch '6.2' into 6.3
xabbuh Mar 17, 2023
172f0a7
[HttpFoundation] Add `ParameterBag::getString()` and deprecate accept…
GromNaN Dec 6, 2022
09df772
[Scheduler] Remove unused variable in AddScheduleMessengerPass
onEXHovia Mar 17, 2023
d34e4fc
minor #49717 [Scheduler] Remove unused variable in AddScheduleMesseng…
nicolas-grekas Mar 17, 2023
2feabc6
[Notifier] Add "retry" and "expire" options to Pushover bridge
vlepeule Mar 15, 2023
c77b407
minor #49695 [Notifier] Add "retry" and "expire" options to Pushover …
nicolas-grekas Mar 17, 2023
74878d8
minor #49716 [Scheduler] Fix some minor bugs (fabpot)
nicolas-grekas Mar 17, 2023
beca17a
Stop stopwatch events in case of exception
MatTheCat Mar 16, 2023
0874ea8
bug #49706 Stop stopwatch events in case of exception (MatTheCat)
fabpot Mar 17, 2023
f4177aa
bug #49697 [Validator] Update BIC validator IBAN mappings (maxbeckers)
nicolas-grekas Mar 17, 2023
6ab60c4
bug #49681 [String] Correct inflection of 'codes' and 'names' (Gwendo…
nicolas-grekas Mar 17, 2023
8296177
fix: GetSetMethodNormalizer::supportss should not check ignored methods
nikophil Mar 17, 2023
7dccccd
bug #49720 [Serializer] GetSetMethodNormalizer::supportss should not …
nicolas-grekas Mar 17, 2023
be3a378
minor #49714 [Validator] add translations for the filename max length…
nicolas-grekas Mar 17, 2023
b27aab9
[WebProfilerBundle] replace helper with _self in serializer.html.twig
k0d3r1s Mar 15, 2023
5fbf9be
bug #49690 [WebProfilerBundle] replace helper with _self in serialize…
nicolas-grekas Mar 17, 2023
a70c496
[HttpClient] Encode and decode curly brackets {}
pbowyer Mar 17, 2023
b8c780b
bug #49722 [HttpClient] Encode and decode curly brackets {} (pbowyer)
nicolas-grekas Mar 18, 2023
7250083
skip test using attributes on PHP 7
xabbuh Mar 19, 2023
96bbd14
minor #49728 [Serializer] skip test using attributes on PHP 7 (xabbuh)
xabbuh Mar 19, 2023
0776dec
re-allow phpdocumentor/type-resolver 1.7
xabbuh Mar 19, 2023
6fe1067
minor #49727 [Serializer] re-allow phpdocumentor/type-resolver 1.7 (x…
xabbuh Mar 19, 2023
1025f35
[Messenger] Add support for the DelayStamp in InMemoryTransport
fabpot Mar 18, 2023
3276a3d
feature #49725 [Messenger] Add support for the DelayStamp in InMemory…
fabpot Mar 19, 2023
0f5422c
[Scheduler] Add a simple Scheduler class for when the component is us…
fabpot Mar 19, 2023
ecd57a6
feature #49729 [Scheduler] Add a simple Scheduler class for when the …
fabpot Mar 19, 2023
313644f
[FrameworkBundle] Fix registration of the Scheduler component
fabpot Mar 19, 2023
251ed12
[Scheduler] Fix usage without a Lock
fabpot Mar 19, 2023
7fc526e
bug #49731 [FrameworkBundle] Fix registration of the Scheduler compon…
fabpot Mar 19, 2023
542ebc6
[WebLink] Add relations defined in RFC 8631
Oipnet Oct 6, 2022
4c1dcfa
[Messenger] Add a way to redispatch a message
fabpot Mar 19, 2023
f4ba291
fix tests
xabbuh Mar 19, 2023
ca4dc5a
[Scheduler] Rename argument name for more consistency
fabpot Mar 19, 2023
8e1a6e7
[Messenger] Add Clock support in Worker
fabpot Mar 19, 2023
6adba59
feature #48525 [HttpFoundation] Add `ParameterBag::getString()` and d…
fabpot Mar 19, 2023
ac57392
minor #49740 [Scheduler] Rename argument name for more consistency (f…
fabpot Mar 19, 2023
f577b3e
feature #49639 [DependencyInjection] Add support for generating lazy …
fabpot Mar 19, 2023
6b7792b
feature #47793 [WebLink] Add relations defined in RFC 8631 (Oipnet)
fabpot Mar 19, 2023
17c77fe
minor #49737 [FrameworkBundle] fix tests (xabbuh)
nicolas-grekas Mar 19, 2023
610de6a
[DependencyInjection] Add support for `#[Autowire(lazy: true)]`
nicolas-grekas Mar 14, 2023
7188432
feature #49730 [Messenger] Add Clock support in Worker (fabpot)
fabpot Mar 20, 2023
cdb18ad
feature #49685 [DependencyInjection] Add support for `#[Autowire(lazy…
fabpot Mar 20, 2023
f6a4fa7
[DI] minor fix
nicolas-grekas Mar 20, 2023
bf4ad40
[Webhook] Add readonly modifier where this possible
onEXHovia Mar 20, 2023
b885d0d
minor #49742 [Webhook] Add readonly modifier where this possible (onE…
nicolas-grekas Mar 20, 2023
fecf5ec
[RemoteEvent] Add readonly modifier where this possible
onEXHovia Mar 20, 2023
9a4ee58
[Scheduler] Add DateIntervalTrigger and DatePeriodTrigger
fabpot Mar 19, 2023
8b8045b
feature #49739 [Scheduler] Add DateIntervalTrigger and DatePeriodTrig…
fabpot Mar 20, 2023
36ae25d
minor #49743 [RemoteEvent] Add readonly modifier where this possible …
nicolas-grekas Mar 20, 2023
a251902
[Security] Add argument `$exceptionCode` to `#[IsGranted]`
Mar 15, 2023
d7abade
feature #49721 [Security] Add argument `$exceptionCode` to `#[IsGrant…
nicolas-grekas Mar 20, 2023
a08ccfc
feature #49734 [Messenger] Add a way to redispatch a message (fabpot)
fabpot Mar 20, 2023
245d75d
[FrameworkBundle] Make StopWorkerOnSignalsListener configurable via m…
Mar 16, 2023
1f43acb
feature #49702 [FrameworkBundle] Make StopWorkerOnSignalsListener con…
nicolas-grekas Mar 20, 2023
6984dce
[Serializer] Allow filtering "object" when using "getSupportedTypes()"
nicolas-grekas Mar 19, 2023
e23be58
[FrameworkBundle] Fix wiring session.handler when handler_id is null
nicolas-grekas Mar 20, 2023
b5fbe18
[ErrorHandler] Rewrite logic to dump exception properties and fix ser…
nicolas-grekas Mar 20, 2023
10b0b1c
bug #49746 [ErrorHandler] Rewrite logic to dump exception properties …
nicolas-grekas Mar 20, 2023
77e9020
Merge branch '5.4' into 6.2
nicolas-grekas Mar 20, 2023
4fe1a2f
Merge branch '6.2' into 6.3
nicolas-grekas Mar 20, 2023
e95bbe7
Fix merge
nicolas-grekas Mar 20, 2023
17a88cf
Merge branch '6.2' into 6.3
nicolas-grekas Mar 20, 2023
6983f55
[CssSelector] Add suport for :scope
franckranaivo Mar 6, 2023
78a7c5b
feature #49617 [CssSelector] Add support for :scope (franckranaivo, F…
nicolas-grekas Mar 20, 2023
e8fa3f4
fix tests
xabbuh Mar 20, 2023
ef385d6
minor #49747 [FrameworkBundle]  fix tests (xabbuh)
nicolas-grekas Mar 20, 2023
d5a4cb1
Fix tests
nicolas-grekas Mar 20, 2023
6471582
[HttpFoundation] Add IpUtils::isPrivateIp
danielburger1337 Mar 18, 2023
38b5992
feature #49726 [HttpFoundation] Add IpUtils::isPrivateIp (danielburge…
nicolas-grekas Mar 20, 2023
44726c4
Use file system completion for redirect operators
Chi-teck Mar 21, 2023
65422ec
Replace "use-by-ref" by static vars when possible in closures
nicolas-grekas Mar 21, 2023
cf9b132
[HttpFoundation] Use separate caches for IpUtils checkIp4 and checkIp6
danielburger1337 Mar 21, 2023
c42e033
bug #49758 [HttpFoundation] Use separate caches for IpUtils checkIp4 …
GromNaN Mar 22, 2023
1772c87
[Scheduler] Fix PHPUnit deprecation on abstract test cases naming
alexandre-daubois Mar 22, 2023
6989910
minor #49769 [Scheduler] Fix PHPUnit deprecation on abstract test cas…
fabpot Mar 22, 2023
c2bd30c
[Scheduler] Fix unit tests
Jean-Beru Mar 22, 2023
aadd302
minor #49774 [Scheduler] Fix unit tests (Jean-Beru)
fabpot Mar 23, 2023
276c5a7
Improve security factory signatures
yguedidi Mar 23, 2023
eb4b511
[HttpClient] Add hint about `timeout` and `max_duration` options
Kocal Mar 21, 2023
ae6c25b
fix(translation): Improve performance of debug and extract command fo…
welcoMattic Mar 23, 2023
a27bd88
[HttpClient] Fix not calling the on progress callback when canceling …
fancyweb Mar 24, 2023
170cc74
[Messenger] Fix timezone in appveyor tests
Jean-Beru Mar 24, 2023
bdb5e81
[Scheduler] Make some properties readonly
fancyweb Mar 24, 2023
55087ae
minor #49797 [Messenger] Fix timezone in appveyor tests (Jean-Beru)
fabpot Mar 25, 2023
c2090d3
minor #49799 [Scheduler] Make some properties readonly (fancyweb)
fabpot Mar 25, 2023
5eb54cf
minor #49791 [HttpClient] Add hint about `timeout` and `max_duration`…
fabpot Mar 25, 2023
2e31041
feature #49781 [Translation] Improve message extraction performance f…
fabpot Mar 25, 2023
26f209d
feature #49762 [Console] Use file system completion for redirect oper…
fabpot Mar 25, 2023
1cea7c6
minor #49783 Improve security factory signatures (yguedidi)
fabpot Mar 25, 2023
8d2a02d
[Notifier] Add bridge documentation
MrYamous Mar 23, 2023
b9348f8
minor #49782 [Notifier] Add bridge documentation (MrYamous)
fabpot Mar 25, 2023
05e9be7
[Mailer] Update default Mailgun port
Mar 25, 2023
2e2eaad
feature #49805 [Mailer] Update default Mailgun port (dreadnip)
fabpot Mar 25, 2023
3a50d2d
[FrameworkBundle] Add support to easily clear all cache pools
bobvandevijver Mar 16, 2023
b01130d
feature #49705 [FrameworkBundle] Add support to easily clear all cach…
fabpot Mar 25, 2023
b181772
bug #49682 [FrameworkBundle] Workflow - Fix LogicException about a wr…
fabpot Mar 25, 2023
f995db4
[VarDumper] Disable links for IntelliJ platform
xabbuh Feb 3, 2023
0550259
bug #49274 [VarDumper] Disable links for IntelliJ platform (SerafimArts)
fabpot Mar 25, 2023
1dbf13e
[FrameworkBundle] Improve documentation about translation:extract --s…
marien-probesys Feb 1, 2023
618f920
bug #49189 [FrameworkBundle] Improve documentation about translation:…
fabpot Mar 25, 2023
398e2b2
add `debug:scheduler` command
kbond Mar 24, 2023
50fbe01
feature #49795 add `debug:scheduler` command (kbond)
fabpot Mar 25, 2023
149798c
[Scheduler] Tweak debug:scheduler command output
fabpot Mar 25, 2023
1ddc90c
update documentation for telegram bridge notifier
MrYamous Mar 25, 2023
2c980d7
minor #49811 [Notifier] Update documentation for telegram bridge noti…
fabpot Mar 25, 2023
5e6ea11
feature #49810 [Scheduler] Tweak debug:scheduler command output (fabpot)
fabpot Mar 25, 2023
0379975
remove scheduler debug command definition if the component is not ins…
xabbuh Mar 26, 2023
497e966
bug #49819 [FrameworkBundle] remove scheduler debug command definitio…
fabpot Mar 26, 2023
1d93f5c
[Validator] New `PasswordStrength` constraint
Spomky Mar 23, 2023
c375406
feature #49789 [Validator] New `PasswordStrength` constraint (Spomky)
fabpot Mar 26, 2023
1c4b9e6
[Console][DoctrineBridge][PhpUnitBridge] Remove backticks from except…
alexandre-daubois Mar 27, 2023
178abbf
TranslatorBag::diff now iterates over catalogue domains instead of op…
welcoMattic Mar 27, 2023
27401c4
minor #49829 [Console][DoctrineBridge] Remove backticks from exceptio…
fabpot Mar 27, 2023
5852860
minor #49735 [Serializer] Allow filtering "object" when using "getSup…
nicolas-grekas Mar 28, 2023
020f0f9
bug #49745 [FrameworkBundle] Fix wiring session.handler when handler_…
nicolas-grekas Mar 28, 2023
b169b43
[Form] Use static closures when possible
nicolas-grekas Mar 28, 2023
90f459c
minor #49763 Replace "use-by-ref" by static vars when possible in clo…
nicolas-grekas Mar 28, 2023
827dbbf
minor #49841 [Form] Use static closures when possible (nicolas-grekas)
nicolas-grekas Mar 28, 2023
290c88e
[FrameworkBundle] Add missing monolog channel tag for messenger services
Mar 28, 2023
d127ebf
[DependencyInjection] Add support for `#[Autowire(lazy: class-string)]`
nicolas-grekas Mar 27, 2023
99081f9
feature #49836 [DependencyInjection] Add support for `#[Autowire(lazy…
nicolas-grekas Mar 28, 2023
9975de2
[DependencyInjection] Make it possible to cast callables into single-…
nicolas-grekas Mar 7, 2023
b6e9b28
feature #49632 [DependencyInjection] Add support for casting callable…
nicolas-grekas Mar 28, 2023
2ed1fef
bug #49843 [FrameworkBundle] Add missing monolog channel tag for mess…
nicolas-grekas Mar 28, 2023
c1fa81d
[DependencyInjection] Add container.excluded tag on classes autodisco…
Tiriel Mar 23, 2023
fdbd4c1
minor #49788 [DependencyInjection] Add container.excluded tag on clas…
nicolas-grekas Mar 28, 2023
be88fd0
[Cache] Fix storing binary keys when using pgsql
nicolas-grekas Mar 28, 2023
71baeab
[FrameworkBundle] Fix services usages output for text descriptor
Mar 28, 2023
8dda3f0
[DependencyInjection] Add `constructor` option to services declaratio…
alexandre-daubois Mar 10, 2023
fd957a9
[Console] Add missing ZSH mention in DumpCompletionCommand help
lyrixx Mar 22, 2023
f4398a1
[Cache] Fix DBAL deprecations and stop using NUL chars in tags prefix
nicolas-grekas Mar 28, 2023
5dbd800
[VarDumper] Add Caster::PATTERN_PRIVATE to help builing key
lyrixx Mar 28, 2023
347b51a
[Form] fix missing static closure
nicolas-grekas Mar 28, 2023
eb9f258
bug #49765 [Console] Add missing ZSH mention in DumpCompletionCommand…
fabpot Mar 28, 2023
36bb70a
feature #49852 [VarDumper] Add Caster::PATTERN_PRIVATE to help builin…
welcoMattic Mar 29, 2023
cdbf939
[HttpClient] Add ServerSentEvent::getArrayData() to get the SSE's dat…
fancyweb Mar 24, 2023
8396210
[Scheduler] `debug:schedule` refinements
kbond Mar 25, 2023
2be7e2d
bug #49807 [Scheduler] `debug:schedule` refinements (kbond)
fabpot Mar 29, 2023
4fd8dcc
feature #49847 [Cache] Fix DBAL deprecations and stop using NUL chars…
fabpot Mar 29, 2023
f2d9af6
[Notifier] Add SimpleTextin bridge
gnito-org Dec 5, 2022
f2ff84f
feature #48495 [Notifier] Add SimpleTextin bridge (gnito-org)
fabpot Mar 29, 2023
2794527
bug #49848 [Cache] Fix storing binary keys when using pgsql (nicolas-…
fabpot Mar 29, 2023
7e5fe59
[Cache] Removing null coalescing assignment operator on 5.4
weaverryan Mar 29, 2023
0c07e5e
minor #49862 [Cache] Fix php7 compat on 5.4: null coalescing assignme…
nicolas-grekas Mar 29, 2023
cbb8b9f
Merge branch '5.4' into 6.2
nicolas-grekas Mar 29, 2023
cf3d67e
[DependencyInjection] Filter "container.excluded" services when using…
nicolas-grekas Mar 30, 2023
cb71df8
fix merge
nicolas-grekas Mar 30, 2023
9842dc0
[VarDumper] Add a caster for the FlattenException
lyrixx Mar 28, 2023
cb22f8c
feature #49853 [VarDumper] Add a caster for the FlattenException (lyr…
nicolas-grekas Mar 30, 2023
9a856fc
feature #49798 [HttpClient] Add ServerSentEvent::getArrayData() to ge…
nicolas-grekas Mar 30, 2023
96b9f0f
bug #49833 [Translation] TranslatorBag::diff now iterates over catalo…
fabpot Mar 30, 2023
3b9fa3c
bug #49867 [DependencyInjection] Filter "container.excluded" services…
nicolas-grekas Mar 30, 2023
4faf38a
Merge branch '6.2' into 6.3
nicolas-grekas Mar 30, 2023
f60218c
[FrameworkBundle] Fix auto-discovering validator constraints
nicolas-grekas Mar 28, 2023
ad2b68b
bug #49850 [FrameworkBundle] Fix auto-discovering validator constrain…
nicolas-grekas Mar 30, 2023
97b928e
[DependencyInjection] Fix setting the class of auto-discovery services
nicolas-grekas Mar 30, 2023
ba8080d
bug #49796 [HttpClient] Fix not calling the on progress callback when…
nicolas-grekas Mar 30, 2023
6b2bf22
Remove bjeavons/zxcvbn-php in favor of a builtin solution
Spomky Mar 29, 2023
906c7ad
fix tests
xabbuh Mar 31, 2023
e46cc76
minor #49878 [Notifier] fix tests (xabbuh)
xabbuh Mar 31, 2023
48d5236
feature #49856 [Validator] Remove `bjeavons/zxcvbn-php` in favor of a…
fabpot Mar 31, 2023
1773dff
[FrameworkBundle] enable metadata cache when annotation is disabled
bastnic Mar 13, 2023
9d6fdbf
bug #49679 [FrameworkBundle] enable metadata cache when annotation is…
nicolas-grekas Mar 31, 2023
6895b5c
bug #49401 [TwigBridge] Fix raw content rendering in HTML notificatio…
nicolas-grekas Mar 31, 2023
c1f844a
[Serializer] Preserve array keys while denormalize variadic parameters
melya Mar 6, 2023
dc6c016
bug #49618 [Serializer] Preserve array keys while denormalize variadi…
nicolas-grekas Mar 31, 2023
d82ec41
[Serializer] Fix serializedpath for non scalar types
boenner Feb 23, 2023
4f2aaf9
bug #49525 [Serializer] Fix serialized path for non-scalar values (bo…
nicolas-grekas Mar 31, 2023
2d8b401
Merge branch '5.4' into 6.2
nicolas-grekas Mar 31, 2023
cc4cb25
Merge branch '6.2' into 6.3
nicolas-grekas Mar 31, 2023
7d987b7
Fix test
nicolas-grekas Mar 31, 2023
18e6e34
Merge branch '5.4' into 6.2
nicolas-grekas Mar 31, 2023
6d34700
Merge branch '6.2' into 6.3
nicolas-grekas Mar 31, 2023
ff361c8
feature #49665 [DependencyInjection] Add `constructor` option to `#[A…
fabpot Mar 31, 2023
bf65d7b
bug #49849 [FrameworkBundle] Fix services usages output for text desc…
fabpot Mar 31, 2023
85167da
[Form] CollectionType apply prototypeOptions to ResizeFormListener ne…
Thorry84 Mar 27, 2023
6b9538b
bug #49835 [Form] CollectionType apply prototypeOptions to ResizeForm…
nicolas-grekas Mar 31, 2023
9b3d41d
Update CHANGELOG for 5.4.22
fabpot Mar 31, 2023
9269570
Update CONTRIBUTORS for 5.4.22
fabpot Mar 31, 2023
4dcc77e
Update VERSION for 5.4.22
fabpot Mar 31, 2023
fea19c7
Merge pull request #49882 from fabpot/release-5.4.22
fabpot Mar 31, 2023
ad7f2e4
Bump Symfony version to 5.4.23
fabpot Mar 31, 2023
dc40e7f
Update CHANGELOG for 6.2.8
fabpot Mar 31, 2023
70f9994
Update VERSION for 6.2.8
fabpot Mar 31, 2023
93fbfe0
Merge pull request #49883 from fabpot/release-6.2.8
fabpot Mar 31, 2023
e4b34bb
Bump Symfony version to 6.2.9
fabpot Mar 31, 2023
99c09ff
[Validator] Improve entropy estimation in PasswordStrengthValidator
nicolas-grekas Mar 31, 2023
e11de1f
[FrameworkBundle] Fix registering ExpressionValidator
nicolas-grekas Apr 1, 2023
1753ad9
bug #49889 [FrameworkBundle] Fix registering ExpressionValidator (nic…
nicolas-grekas Apr 1, 2023
c60a466
Merge branch '5.4' into 6.2
nicolas-grekas Apr 1, 2023
4e3ac5e
Merge branch '6.2' into 6.3
nicolas-grekas Apr 1, 2023
cc7cdf2
minor #49879 [Validator] Improve entropy estimation in PasswordStreng…
nicolas-grekas Apr 1, 2023
2320c2a
Apply no_null_property_initialization PHP-CS-Fixer rule
yguedidi Apr 2, 2023
6e984f0
Apply align_multiline_comment PHP-CS-Fixer rule
yguedidi Apr 1, 2023
6edc748
Apply operator_linebreak PHP-CS-Fixer rule
yguedidi Apr 2, 2023
cd23623
[Notifier][SimpleTextin] Fix license year
OskarStark Apr 3, 2023
4c8e895
minor #49912 [Notifier] [SimpleTextin] Fix license year (OskarStark)
nicolas-grekas Apr 3, 2023
27b3898
Fix tests
nicolas-grekas Apr 3, 2023
afe4894
minor #49895 Apply align_multiline_comment PHP-CS-Fixer rule (yguedidi)
nicolas-grekas Apr 3, 2023
0133c0e
minor #49897 Apply operator_linebreak PHP-CS-Fixer rule (yguedidi)
nicolas-grekas Apr 3, 2023
e70f359
minor #49896 Apply no_null_property_initialization PHP-CS-Fixer rule …
nicolas-grekas Apr 3, 2023
1c6152e
[WebProfilerBundle] Add clickable entry view to debug toolbar
PhilETaylor Mar 31, 2023
847416f
feature #49887 [WebProfilerBundle] Add clickable entry view to debug …
nicolas-grekas Apr 3, 2023
caa6fe1
[Console] Add Les-Tilleuls.coop as a backer of version 6.3
nicolas-grekas Apr 3, 2023
31f65d4
[Security] Add SymfonyCasts as a backer of version 6.3
nicolas-grekas Apr 3, 2023
37692c4
minor #49915 [Console] Add Les-Tilleuls.coop as a backer of version 6…
fabpot Apr 4, 2023
18f8c66
minor #49916 [Security] Add SymfonyCasts as a backer of version 6.3 (…
fabpot Apr 4, 2023
514acc6
[HtmlSanitizer] Add that will block all known elements by default.
Neirda24 Jan 1, 2023
a9895b5
Merge branch 'ticket_48358-html_sanitizer-block_all_elements' of gith…
Neirda24 Apr 4, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 4 src/Symfony/Component/HttpKernel/Profiler/Profiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@ public function purge()
/**
* Finds profiler tokens for the given criteria.
*
* @param string|null $limit The maximum number of tokens to return
* @param int|null $limit The maximum number of tokens to return
* @param string|null $start The start date to search from
* @param string|null $end The end date to search to
*
* @return array
*
* @see https://php.net/datetime.formats for the supported date/time formats
*/
public function find(?string $ip, ?string $url, ?string $limit, ?string $method, ?string $start, ?string $end, string $statusCode = null)
public function find(?string $ip, ?string $url, ?int $limit, ?string $method, ?string $start, ?string $end, string $statusCode = null)
{
return $this->storage->find($ip, $url, $limit, $method, $this->getTimestamp($start), $this->getTimestamp($end), $statusCode);
}
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.