-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Insights: symfony/symfony
Overview
Could not load contribution data
Please try again later
34 Pull requests merged by 13 people
-
[Uid] Rework internal format conversion
#58089 merged
Aug 27, 2024 -
[HttpKernel] Fix method naming collision of dummy logger implementations
#58098 merged
Aug 27, 2024 -
[DependencyInjection] Fix test paths on Windows
#58101 merged
Aug 27, 2024 -
[Routing] Fix typos
#58097 merged
Aug 27, 2024 -
[FrameworkBundle] Fix low-deps tests
#58099 merged
Aug 27, 2024 -
[Notifier] Support for desktop notifications via
jolicode/JoliNotif
#57683 merged
Aug 27, 2024 -
[DependencyInjection] Add support for
key-type
inXmlFileLoader
#58035 merged
Aug 27, 2024 -
[Translation] Review Serbian translations
#58081 merged
Aug 27, 2024 -
Use Stringable whenever possible
#58094 merged
Aug 27, 2024 -
[DependencyInjection] Fix error message typo in
YamlFileLoader
#58096 merged
Aug 27, 2024 -
[ExpressionLanguage] Fix typo in exception message
#58084 merged
Aug 26, 2024 -
[Messenger] Fix conditional type on WrappedExceptionsInterface
#58090 merged
Aug 26, 2024 -
[TwigBridge] Fix Twig deprecation notice
#58078 merged
Aug 24, 2024 -
[Webhook] Pass original request to
RequestParserInterface
#58047 merged
Aug 22, 2024 -
[Form] Remove stalled PHP bug mentions
#58058 merged
Aug 22, 2024 -
[Messenger] Improve type annotation of
WrappedExceptionsTrait
#58066 merged
Aug 22, 2024 -
[ExpressionLanguage] Add support for
<<
,>>
, and~
bitwise operators#58052 merged
Aug 22, 2024 -
[Runtime] fix ComposerPlugin
#58067 merged
Aug 22, 2024 -
[Validator] Add
$groups
and$payload
toCompound
constructor#58062 merged
Aug 22, 2024 -
[Validator] Add more precise PHPDoc on constraints
#58049 merged
Aug 22, 2024 -
[HttpFoundation] Add optional
$v4Bytes
and$v6Bytes
parameters toIpUtils::anonymize()
#58038 merged
Aug 22, 2024 -
[Serializer] Add SnakeCaseToCamelCaseNameConverter
#58060 merged
Aug 22, 2024 -
[Serializer] Fix CamelCaseToSnakeCaseNameConverterTest::testDenormalizeWithContext
#58061 merged
Aug 22, 2024 -
[Validator] Add
@template
onCompoundConstraintTestCase
#58064 merged
Aug 22, 2024 -
[Form] skip tests requiring the intl extension if it's not installed
#58063 merged
Aug 22, 2024 -
[Validator] Add
CompoundConstraintTestCase
to ease testing Compound Constraints#49547 merged
Aug 22, 2024 -
[Serializer] more precise type for CamelCaseToSnakeCaseNameConverter::$attributes
#58057 merged
Aug 22, 2024 -
[Form] Fix info for the
calendar
option of theDateType
form type#58055 merged
Aug 22, 2024 -
[DependencyInjection] fix tests
#58043 merged
Aug 22, 2024 -
[VarDumper] Add support for virtual properties
#57833 merged
Aug 22, 2024 -
[Form] Add support for the
calendar
option inDateType
#57960 merged
Aug 22, 2024 -
[DependencyInjection] Fix issue between decorator and service locator index
#58000 merged
Aug 21, 2024 -
[HttpClient] Do not overwrite the host to request when using option "resolve"
#58044 merged
Aug 21, 2024 -
[AssetMapper] Fix JsDeliver import regexp
#58046 merged
Aug 21, 2024
11 Pull requests opened by 8 people
-
[VarDumper] Only select HtmlDumper if `Accept` header is set with non-cli SAPI
#58070 opened
Aug 23, 2024 -
[Translation] [Loco] Ability to configure value of `status` query-variable
#58072 opened
Aug 23, 2024 -
[Console][Process] Add 'verbosity' argument to 'mustRun' helper method
#58074 opened
Aug 23, 2024 -
[Decorator] Add new component for callable decorators
#58076 opened
Aug 24, 2024 -
[SecurityBundle] Deprecate XML-configured custom authenticators and providers under security namespace
#58083 opened
Aug 25, 2024 -
[Notifier] Fixed authorization problems
#58088 opened
Aug 26, 2024 -
[Messenger] Add support for the `approximate_max_entries` option in the Redis transport
#58093 opened
Aug 26, 2024 -
[Security] Implement double-submit CSRF protection
#58095 opened
Aug 26, 2024 -
[HttpKernel][Security] Minor cleanups
#58103 opened
Aug 27, 2024 -
[Security] Don't consider clearing the CSRF token storage as a stateful operation - it's only opportunistic
#58104 opened
Aug 27, 2024 -
[HttpKernel] Extract ConfigCache creation from initializeContainer
#58106 opened
Aug 27, 2024
20 Issues closed by 5 people
-
[Notifier] Support for desktop notifications via `jolicode/JoliNotif`
#51485 closed
Aug 27, 2024 -
Support for constants in collection keys in XML config
#45708 closed
Aug 27, 2024 -
Missing translations for Serbian (sr_Latn)
#53777 closed
Aug 27, 2024 -
Missing translations for Serbian (sr_Cyrl)
#53776 closed
Aug 27, 2024 -
Use serialized path as property path in validation errors
#53658 closed
Aug 26, 2024 -
Configuration and enumNode not working with environmental variables
#57958 closed
Aug 26, 2024 -
[HttpCache] Properly serving of `StreamedResponse` responses
#53644 closed
Aug 24, 2024 -
'Environment variables are never used' error while running tests with mocked service
#53633 closed
Aug 24, 2024 -
[DependencyInjection] Attribute : Decorator + Autoconfigure does not work
#49931 closed
Aug 22, 2024 -
Make IpUtils::anonymize configurable
#50778 closed
Aug 22, 2024 -
[Security] `form_only` also watches `multipart/form-data`
#53956 closed
Aug 22, 2024 -
[Validator] Testing compound constraints
#50205 closed
Aug 22, 2024 -
Missing translations for Italian (it)
#54953 closed
Aug 22, 2024 -
[Form] Add DateType IntlCalendar option.
#53894 closed
Aug 22, 2024 -
[DIC] Decorator + TaggedLocator does not play well
#53174 closed
Aug 21, 2024 -
[VarDumper] Strings consisting of just spaces are trimmed
#57980 closed
Aug 21, 2024 -
symfony/http-foundation got a bug in Request:get
#58034 closed
Aug 21, 2024
17 Issues opened by 17 people
-
[FrameworkBundle] lint:container should check if referenced env variables exist
#58105 opened
Aug 27, 2024 -
[Messenger] "Self-handling" messages (message AND handler in the same class)
#58102 opened
Aug 27, 2024 -
Property Access fails on properties with a dot (.)
#58100 opened
Aug 27, 2024 -
[DI] falsely removes a service in some conditions
#58087 opened
Aug 26, 2024 -
Host Locale Feature Not Applied to Static Routes
#58086 opened
Aug 25, 2024 -
Ntfy Notifier - authorization
#58085 opened
Aug 25, 2024 -
[Console events] allowing to change the output
#58079 opened
Aug 24, 2024 -
[Serializer] Better control of XML serialization via metadata
#58077 opened
Aug 24, 2024 -
[HtmlSanitizer] strips links with relative scheme, e.g. "//example.com"
#58073 opened
Aug 23, 2024 -
Easy create Release version like in Visual Studio
#58069 opened
Aug 23, 2024 -
[HTMLSanitizer] `force_attributes` not replacing existing attribute in initial data
#58065 opened
Aug 22, 2024 -
Failing to trigger a command with aliases using RecurringMessage
#58059 opened
Aug 22, 2024 -
[Serializer] Allow AbstractObjectNormalizer to normalize Scalar values too
#58056 opened
Aug 22, 2024 -
[Security] Unable to migrate passwords generated by custom hasher
#58053 opened
Aug 22, 2024 -
[AssetMapper] Importing locales in moment.js with AssetMapper doesn't seem to work
#58051 opened
Aug 21, 2024
53 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
[Ldap] Add support for sasl_bind and whoami LDAP operations
#58042 commented on
Aug 27, 2024 • 22 new comments -
[Console] Add of hidden and deprecation option flags
#54439 commented on
Aug 26, 2024 • 13 new comments -
[HttpKernel] Add `MapSessionParameter` to map session parameters to controllers
#54458 commented on
Aug 23, 2024 • 7 new comments -
[Security] OAuth2 Introspection Endpoint (RFC7662)
#50027 commented on
Aug 22, 2024 • 7 new comments -
[FrameworkBundle][HttpFoundation] Deprecate `session.sid_length` and `session.sid_bits_per_character` config options
#57805 commented on
Aug 27, 2024 • 6 new comments -
[Notifier] [Telegram] Add support for local API server
#57769 commented on
Aug 25, 2024 • 6 new comments -
[HttpKernel] Fatal Error when using `#[MapUploadedFile]` with non-array/non-variadic argument
#57824 commented on
Aug 20, 2024 • 4 new comments -
[Serializer] Fix `TemplateType` handling in `AbstractObjectNormalizer`
#58033 commented on
Aug 25, 2024 • 3 new comments -
[Security] Do not try to clear CSRF on stateless request
#54742 commented on
Aug 26, 2024 • 2 new comments -
[TwigBundle] Use `kernel.build_dir` to store the templates known at build time
#54384 commented on
Aug 23, 2024 • 2 new comments -
[FrameworkBundle] Fix config for array of `base_uri` in `http_client`
#53131 commented on
Aug 26, 2024 • 1 new comment -
[Messenger] implementation of `messenger:consume`, which processes messages concurrently
#53964 commented on
Aug 22, 2024 • 1 new comment -
[Validator] Introduce `BackedEnumValue` constraint
#54226 commented on
Aug 21, 2024 • 1 new comment -
Make optimized tag aware DoctrineDBALAdapter for cache
#54023 commented on
Aug 22, 2024 • 0 new comments -
[DoctrineBridge][Form] Introducing new `LazyChoiceLoader` class and `choice_lazy` option for `ChoiceType`
#52503 commented on
Aug 23, 2024 • 0 new comments -
[Console] Hide errors during quiet verbosity
#53632 commented on
Aug 22, 2024 • 0 new comments -
[Security] SwitchUser: add dynamic redirection path over config redirection
#53679 commented on
Aug 22, 2024 • 0 new comments -
[WIP] [AssetMapper] Allow Asset Mapper to use other package resolvers
#54133 commented on
Aug 26, 2024 • 0 new comments -
Symfony Workflow Component - in some cases event "workflow.[workflow name].entered.[place name]" is being dispatched multiple times for a place even though marking was already in that place
#57924 commented on
Aug 22, 2024 • 0 new comments -
[Scheduler] configuration default messenger bus
#50953 commented on
Aug 21, 2024 • 0 new comments -
[DoctrineBridge] Add argument to EntityValueResolver to set type aliases
#54545 commented on
Aug 22, 2024 • 0 new comments -
[Messenger] Use common sequence name to get id from Oracle
#54566 commented on
Aug 21, 2024 • 0 new comments -
[Messenger] Allow to skip message in `FailedMessagesRetryCommand`
#57270 commented on
Aug 22, 2024 • 0 new comments -
[Security][SecurityBundle] Allow passing attributes to passport via `Security::login()`
#57495 commented on
Aug 27, 2024 • 0 new comments -
[DependencyInjection] Add `#[Constructor]` attribute
#57654 commented on
Aug 21, 2024 • 0 new comments -
[Config] Allow using an enum FQCN with `EnumNode`
#57686 commented on
Aug 22, 2024 • 0 new comments -
[DoctrineBridge] In Profiler, Show all fields and values for validation constraints
#57963 commented on
Aug 24, 2024 • 0 new comments -
[HttpKernel] Use TypeInfo for `#[MapRequestPayload]` type resolution
#58036 commented on
Aug 22, 2024 • 0 new comments -
[BrowserKit] [HttpKernel] StreamedResponse is not working with BrowserKit after Symfony is upgraded to 6.1
#46445 commented on
Aug 21, 2024 • 0 new comments -
Cache prune should remove unused tags
#54022 commented on
Aug 22, 2024 • 0 new comments -
[Webhook] support for symfony/amazon-mailer
#53832 commented on
Aug 22, 2024 • 0 new comments -
[Mailer] Allow data part add from WrappedEmailTemplate
#54021 commented on
Aug 23, 2024 • 0 new comments -
[HttpKernel] Add before and after hooks to controller actions
#57079 commented on
Aug 24, 2024 • 0 new comments -
[Serializer] ObjectNormalizer throws exception normalizing classes with the method `get`
#58012 commented on
Aug 24, 2024 • 0 new comments -
[Messenger] ability to manually ack a message
#51209 commented on
Aug 24, 2024 • 0 new comments -
Autogenerated changelog links broken (e.g. symfony/security-core 5.4.19)
#49276 commented on
Aug 25, 2024 • 0 new comments -
[RFC][MapRequestPayload] Allow to transmit informations to validator's Callback
#53991 commented on
Aug 25, 2024 • 0 new comments -
[Messenger] ErrorDetailsStamp +RedeliveryStamp can lead to an oversize message for SQS
#44943 commented on
Aug 25, 2024 • 0 new comments -
[Notifier][MicrosoftTeams] Add support for Workflow as MS teams O365 connectors are being deprecated.
#57682 commented on
Aug 26, 2024 • 0 new comments -
[Mailer/ Brevo] Default headers are not taken into account
#54232 commented on
Aug 26, 2024 • 0 new comments -
Messenger worker going to "idle" state without exit code
#54698 commented on
Aug 26, 2024 • 0 new comments -
[symfony/process] BC break with Process::isTerminated() when a process fail at start
#57946 commented on
Aug 27, 2024 • 0 new comments -
AssetMapper: Import protected package (e.g. `@fortawesome/fontawesome-pro`)
#53837 commented on
Aug 27, 2024 • 0 new comments -
Cleanup AccessDecisionManager
#54060 commented on
Aug 27, 2024 • 0 new comments -
[AssetMapper] Suppress CLI import message after installing `es-module-shims`
#54061 commented on
Aug 27, 2024 • 0 new comments -
[Messenger] Infinite re-sending to the failed sender without any delay
#53216 commented on
Aug 27, 2024 • 0 new comments -
[Framework bundle] Cleanup error and exception handlers on Kernel shutdown
#53812 commented on
Aug 27, 2024 • 0 new comments -
[VarDumper] Add support for options in `dump()`/`dd()`
#48667 commented on
Aug 21, 2024 • 0 new comments -
[RateLimiter] add the ability to use a `Clock` inside the `RateLimiter`
#49222 commented on
Aug 22, 2024 • 0 new comments -
[AssetMapper] Dev environment not resolving imported css
#54024 commented on
Aug 22, 2024 • 0 new comments -
[Form] Use `form.post_set_data` in `ResizeFormListener`
#51041 commented on
Aug 22, 2024 • 0 new comments -
[Security] Ability to add roles in `form_login_ldap` by ldap group
#52181 commented on
Aug 25, 2024 • 0 new comments