-
-
Notifications
You must be signed in to change notification settings - Fork 21
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: symfony/security-http
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.4.12
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/security-http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
45
contributors
Commits on May 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8a4e6fa - Browse repository at this point
Copy the full SHA 8a4e6faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8abdb29 - Browse repository at this point
Copy the full SHA 8abdb29View commit details
Commits on May 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6a2ff9b - Browse repository at this point
Copy the full SHA 6a2ff9bView commit details
Commits on May 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 06ffe74 - Browse repository at this point
Copy the full SHA 06ffe74View commit details
Commits on May 24, 2021
-
* 5.4: [Form] fix support for years outside of the 32b range on x86 arch CS fix remove duplicate test Add an upgrade note about the removal of Serializable [SecurityBundle] Don't register deprecated listeners with authenticator manager enabled
Configuration menu - View commit details
-
Copy full SHA for 3bf424a - Browse repository at this point
Copy the full SHA 3bf424aView commit details
Commits on May 26, 2021
-
* 5.4: Fix CS in README files Fix markdown [HttpKernel] Fixes tests for PHP7.4+ fix test [HttpKernel] Throw when HttpKernel is created and the env is empty [FrameworkBundle] Deprecate the `AdapterInterface` autowiring alias, use `CacheItemPoolInterface` instead [Filesystem] fix readlink for Windows
Configuration menu - View commit details
-
Copy full SHA for dea9937 - Browse repository at this point
Copy the full SHA dea9937View commit details
Commits on May 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 80035ef - Browse repository at this point
Copy the full SHA 80035efView commit details -
Configuration menu - View commit details
-
Copy full SHA for b729a92 - Browse repository at this point
Copy the full SHA b729a92View commit details
Commits on Jun 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 26620ac - Browse repository at this point
Copy the full SHA 26620acView commit details
Commits on Jun 3, 2021
-
* 5.4: Fix KernelBrowser fix [Console] Escape synopsis output Remove hidden dependency on HttpFoundation for SmsBiurasTransport [SecurityBundle] Link UserProviderListener to correct firewall dispatcher Move symfony/runtime from require to require-dev in main composer.json Bump Symfony version to 5.3.2 Update VERSION for 5.3.1 Update CHANGELOG for 5.3.1 [FrameworkBundle] fix KernelBrowser::loginUser with a stateless firewall [HttpFoundation] Add ReturnTypeWillChange to SessionHandlers [Security] Readd deprecated methods to the interfaces remove service if its class doesn't exist Fix not null return from "getCollectionValueTypes" Document null support in NumberToLocalizedStringTransformer Update loader’s directory when calling ContainerConfigurator::withPath
Configuration menu - View commit details
-
Copy full SHA for 507390f - Browse repository at this point
Copy the full SHA 507390fView commit details
Commits on Jun 17, 2021
-
* 5.4: [FrameworkBundle] fix leftover [Uid] fix performance and prevent collisions with the real clock_seq Fix RequestContext not updated bug #41715: [FrameworkBundle] Partial backport of PR#41530 [Security] Restore extension point in MessageDigestPasswordEncoder Fix some typos in Greek language [Security] Fix deprecation notice on TokenInterface::getUser() stringable return Remove TLS related options when not using TLS
Configuration menu - View commit details
-
Copy full SHA for 05f7137 - Browse repository at this point
Copy the full SHA 05f7137View commit details -
* 5.4: Only trigger for the correct firewall in ContextListener::onKernelResponse()
Configuration menu - View commit details
-
Copy full SHA for ccc9dc7 - Browse repository at this point
Copy the full SHA ccc9dc7View commit details
Commits on Jun 21, 2021
-
* 5.4: [PasswordHasher] UserPasswordHasher only calls getSalt when method exists Do not use static::class for final messages prevent reflection usages when classes do not exist Service 'security.command.debug_firewall' is only available if symfony/console is installed [Security] Fix invalid cookie when migrating to new Security [HttpFoundation] allow savePath of NativeFileSessionHandler to be null [Security] Fix value lost in RememberMe update make the getter usable if no user identifier is set
Configuration menu - View commit details
-
Copy full SHA for bcc76aa - Browse repository at this point
Copy the full SHA bcc76aaView commit details
Commits on Jun 22, 2021
-
* 5.4: Implement fluent interface on RememberMeBadge::disable() Reapply the change to allow to set the composer binary path [DependencyInjection] throw proper exception when decorating a synthetic service [WebLink] Sync type with parent interface [WebLink] fix types on Link::withAttribute() [ErrorHandler][DebugClassLoader] Do not check Phake mocks classes
Configuration menu - View commit details
-
Copy full SHA for e2b7f7e - Browse repository at this point
Copy the full SHA e2b7f7eView commit details
Commits on Jun 24, 2021
-
* 5.4: (29 commits) [DI] fix fixture [ErrorHandler] fix handling buffered SilencedErrorContext [HttpClient] fix Psr18Client when allow_url_fopen=0 [DependencyInjection] Add support of PHP enumerations [Cache] handle prefixed redis connections when clearing pools [Cache] fix eventual consistency when using RedisTagAwareAdapter with a cluster [Uid] Prevent double validation in Uuid::fromString() with base32 values [Uid] Fix fromString() with low base58 values [Notifier] Add options to Microsoft Teams notifier [Notifier] Add Telnyx notifier bridge [Validator][Translation] Add ExpressionLanguageSyntax en and fr [HttpKernel] [HttpCache] Keep s-maxage=0 from ESI sub-responses Avoid broken action URL in text notification mail [FrameworkBundle] Add commented base64 version of secrets' keys [WebProfilerBundle] Improved the light/dark theme switching Fix references to CheckRememberMeConditionsListener [DependencyInjection] accept service locator definitions with no class [Cache] Disable locking on Windows by default [HttpClient] Add default base_uri to MockHttpClient [DependencyInjection] Fix binding "iterable $foo" when using the PHP-DSL ...
Configuration menu - View commit details
-
Copy full SHA for d9e4178 - Browse repository at this point
Copy the full SHA d9e4178View commit details
Commits on Jun 30, 2021
-
* 5.4: Fix tests CS fix CS fix CS fix CS fixes Bump Symfony version to 5.3.4 Update VERSION for 5.3.3 Update CHANGELOG for 5.3.3 Bump Symfony version to 5.2.12 Update VERSION for 5.2.11 Update CHANGELOG for 5.2.11 Bump Symfony version to 4.4.27 Update VERSION for 4.4.26 Update CONTRIBUTORS for 4.4.26 Update CHANGELOG for 4.4.26
Configuration menu - View commit details
-
Copy full SHA for e336ec9 - Browse repository at this point
Copy the full SHA e336ec9View commit details
Commits on Jul 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fcd36ee - Browse repository at this point
Copy the full SHA fcd36eeView commit details
Commits on Jul 3, 2021
-
* 5.4: (21 commits) Backport type fixes [Messenger] Added StopWorkerException [Workflown] Add support for getting updated context after a transition Fix CS fix annot Backport type fixes Fix CS Avoid triggering the autoloader in Deprecation::isLegacy() fix markdown markup Backport type fixes [TwigBundle] Improve comment on error silencing [SecurityBundle] Fix wrongly inverted condition [Notifier] Add MessageMedia Bridge uzb translation [DependencyInjection] Fix doc blocks [DependencyInjection] Turn $defaultDeprecationTemplate into a constant [SecurityBundle] Hide Security item if no firewall matched [GHA] restore phpunit-bridge job rethrow caught exception [Form] better form doc types to support static analysis ...
Configuration menu - View commit details
-
Copy full SHA for f2612f1 - Browse repository at this point
Copy the full SHA f2612f1View commit details
Commits on Jul 4, 2021
-
* 5.4: [FrameworkBundle] Add missing dep CS fix Missing translations from traits Fix SkippedTestSuite [Console] Fix type annotation on InputInterface::hasArgument() [Notifier] add Mailjet SMS bridge Revert "minor #41949 [Console] fix type annotations on InputInterface (nicolas-grekas)" [EventDispatcher] Correct the called event listener method case [Serializer] Need to clear cache when updating Annotation Groups on Entities Add missing translations for Japanese. Revert "bug #41952 [Console] fix handling positional arguments (nicolas-grekas)" Fix test [Security] Don't skip UserPasswordValidatorTest [DI] CS fix [Console] fix handling positional arguments Add TesterTrait::assertCommandIsSuccessful() helper [Validator] add translation for Vietnamese Add Bulgarian translation for the validator fix backport [Console] fix type annotations on InputInterface
Configuration menu - View commit details
-
Copy full SHA for 6ac09b3 - Browse repository at this point
Copy the full SHA 6ac09b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba701dd - Browse repository at this point
Copy the full SHA ba701ddView commit details
Commits on Jul 6, 2021
-
* 5.4: Prepare PasswordUpgraderInterface implementations for 6.0 signatures Stop using service "session" in our tests [Console] SymfonyStyle - add string type to confirm() $question by contract
Configuration menu - View commit details
-
Copy full SHA for 61aa9f1 - Browse repository at this point
Copy the full SHA 61aa9f1View commit details -
* 5.4: [Security] Make fixture compatible with both 5.x and 6.x Adding missing class name in deprecation notice
Configuration menu - View commit details
-
Copy full SHA for 1b7f6a1 - Browse repository at this point
Copy the full SHA 1b7f6a1View commit details
Commits on Jul 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5a963af - Browse repository at this point
Copy the full SHA 5a963afView commit details
Commits on Jul 10, 2021
-
* 5.4: clean up remaining event mocks fetch type information only once do not mock the Request class do not mock event classes Fix use_notify default value for PostgreSqlConnection recover from failed deserializations fix setDefaultCommand [ErrorHandle] Remove a link from the exception page [Validator] Added Ukrainian translations [DependencyInjection] Fix TaggedLocator attribute without index argument [GHA] Clarify some bits in the deps=high script [Cache] make `LockRegistry` use semaphores when possible [Security] Deprecate "always authenticate" and "exception on no token"
Configuration menu - View commit details
-
Copy full SHA for 0725076 - Browse repository at this point
Copy the full SHA 0725076View commit details
Commits on Jul 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a745316 - Browse repository at this point
Copy the full SHA a745316View commit details
Commits on Jul 14, 2021
-
* 5.4: [Security] Deprecate `TokenInterface::isAuthenticated()` and `setAuthenticated()` Include additional errors to slack notifier error message
Configuration menu - View commit details
-
Copy full SHA for b2f7367 - Browse repository at this point
Copy the full SHA b2f7367View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f0ad91 - Browse repository at this point
Copy the full SHA 4f0ad91View commit details
Commits on Jul 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for abf4e36 - Browse repository at this point
Copy the full SHA abf4e36View commit details
Commits on Jul 18, 2021
-
* 5.4: Indicate compatibility with psr/log 2 and 3 [ci] Fix wrongly skipped integration tests
Configuration menu - View commit details
-
Copy full SHA for 4cde350 - Browse repository at this point
Copy the full SHA 4cde350View commit details -
* 5.4: Simplify some code with null coalesce operator Don't use deprecated TestLogger class
Configuration menu - View commit details
-
Copy full SHA for c6fff78 - Browse repository at this point
Copy the full SHA c6fff78View commit details
Commits on Jul 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 75e16f2 - Browse repository at this point
Copy the full SHA 75e16f2View commit details -
* 5.4: Leverage str_contains/str_starts_with Leverage str_ends_with
Configuration menu - View commit details
-
Copy full SHA for 44214b1 - Browse repository at this point
Copy the full SHA 44214b1View commit details
Commits on Jul 27, 2021
-
* 5.4: (33 commits) [HttpFoundation] Fixed type mismatch Bump Symfony version to 5.3.6 Update VERSION for 5.3.5 Update CHANGELOG for 5.3.5 Update VERSION for 5.2.13 Update CHANGELOG for 5.2.13 Bump Symfony version to 4.4.29 Update VERSION for 4.4.28 Update CHANGELOG for 4.4.28 fix Check if it has session before getSession() [WebProfiler] "empty" filter bugfix. Filter with name "empty" is not exists in twig. Bump Symfony version to 5.3.5 Update VERSION for 5.3.4 Update CHANGELOG for 5.3.4 Bump Symfony version to 4.4.28 Update VERSION for 4.4.27 Update CONTRIBUTORS for 4.4.27 Update CHANGELOG for 4.4.27 Update VERSION for 5.2.12 Update CHANGELOG for 5.2.12 ...
Configuration menu - View commit details
-
Copy full SHA for 344194d - Browse repository at this point
Copy the full SHA 344194dView commit details
Commits on Jul 30, 2021
-
* 5.4: [Serializer] Add support for serializing empty array as object [Security] Fix str_contains type mismatch in ChannelListener [Security] Deprecate remaining `LogoutHandlerInterface` implementations remove 5.2 branch from PR template [PasswordHasher] Fix usage of PasswordHasherAdapter in PasswordHasherFactory
Configuration menu - View commit details
-
Copy full SHA for 4b47a69 - Browse repository at this point
Copy the full SHA 4b47a69View commit details
Commits on Jul 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3958983 - Browse repository at this point
Copy the full SHA 3958983View commit details
Commits on Aug 4, 2021
-
* 5.4: [Notifier] Add TurboSms Bridge Add FakeChat Logger transport Typehint against doctrine/persistence interfaces [Serializer] Better value for constant Serializer::EMPTY_ARRAYS_AS_OBJECT Remove time-sensitivity from LoginLinkHandlerTest
Configuration menu - View commit details
-
Copy full SHA for 533b9f0 - Browse repository at this point
Copy the full SHA 533b9f0View commit details
Commits on Aug 9, 2021
-
* 5.4: (31 commits) fix test Clarify goals of AbstractController cs fix [Security][Validator] Add missing translations for Indonesian (id) [Security] Deprecate legacy signatures [Notifier] fix typo firebase [SecurityBundle] Create a smooth upgrade path for security factories Add trailing Line return if last line is non empty Add trailing Line return if last line is non empty [Security] Deprecate `PassportInterface` Report mismatches between trans-unit id and source text via status script Do not add namespace argument to NullAdapter in CachePoolPass [FrameworkBundle] Update cache:clear help [HttpFoundation] Add `litespeed_finish_request` to `Response` Fix markup (minor) remove author tags from test classes [Notifier] add `SentMessageEvent` and `FailedMessageEvent` [HttpFoundation] Mark Request::get() internal Add missing to semi-colon to exception.js [FrameworkBundle] remove dead conditions in Translation Commands ...
Configuration menu - View commit details
-
Copy full SHA for 616d9f2 - Browse repository at this point
Copy the full SHA 616d9f2View commit details -
* 5.4: [Ldap] remove needless code Drop irrelevant UPGRADE note cs fix [Security] Add a little explanations in supports() description [Serializer] Rename Serializer::EMPTY_ARRAYS_AS_OBJECT to EMPTY_ARRAY_AS_OBJECT
Configuration menu - View commit details
-
Copy full SHA for 620a7e2 - Browse repository at this point
Copy the full SHA 620a7e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4be749 - Browse repository at this point
Copy the full SHA b4be749View commit details
Commits on Aug 10, 2021
-
minor #42213 Narrow existing return types on private/internal/final/t…
…est methods (nicolas-grekas) This PR was merged into the 6.0 branch. Discussion ---------- Narrow existing return types on private/internal/final/test methods | Q | A | ------------- | --- | Branch? | 6.0 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - More progress from #42149 Commits ------- d67a927659 Narrow existing return types on private/internal/final/test methods
Configuration menu - View commit details
-
Copy full SHA for 5d28169 - Browse repository at this point
Copy the full SHA 5d28169View commit details
Commits on Aug 11, 2021
-
* 5.4: More return type fixes [EventDispatcher] fix getSubscribedEvents() event yielding instead or returning array Update Tagalog translations
Configuration menu - View commit details
-
Copy full SHA for 5ffb4db - Browse repository at this point
Copy the full SHA 5ffb4dbView commit details
Commits on Aug 12, 2021
-
* 5.4: More return type fixes (bis) Cleanup `@return` annotations
Configuration menu - View commit details
-
Copy full SHA for 3c48b14 - Browse repository at this point
Copy the full SHA 3c48b14View commit details
Commits on Aug 14, 2021
-
* 5.4: [Security] Deprecate remaining anonymous checks [Security] Deprecate AnonymousToken, non-UserInterface users, and token credentials Fix deprecation messages Fix deprecation messages Do not use str_start_with Add the Path class Add Estonian (et) translations [SecurityBundle] Simplify LDAP factories
Configuration menu - View commit details
-
Copy full SHA for cd2310e - Browse repository at this point
Copy the full SHA cd2310eView commit details
Commits on Aug 15, 2021
-
* 5.4: [Security] Fix token user usage in SwitchUserListenerTest [Security] PassportInterface deprecations fixes [Security] Remove faulty legacy mark from SwitchUserListenerTest [Yaml] Add an --exclude option to lint:yaml command * Deprecated calling `FormErrorIterator::children()` if the current element is not iterable
Configuration menu - View commit details
-
Copy full SHA for 5031ce2 - Browse repository at this point
Copy the full SHA 5031ce2View commit details
Commits on Aug 16, 2021
-
* 5.4: [Security] Deprecated build-in authentication entry points
Configuration menu - View commit details
-
Copy full SHA for 5dc9306 - Browse repository at this point
Copy the full SHA 5dc9306View commit details -
* 5.4: [Security] Deprecate legacy remember me services [Form] Fix return types in form builder
Configuration menu - View commit details
-
Copy full SHA for 1ce1e1d - Browse repository at this point
Copy the full SHA 1ce1e1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf93611 - Browse repository at this point
Copy the full SHA cf93611View commit details
Commits on Aug 17, 2021
-
* 5.4: [Serializer] cs fix Cleanup more `@return` annotations [Form] Fix phpdoc on FormBuilderInterface
Configuration menu - View commit details
-
Copy full SHA for 7263434 - Browse repository at this point
Copy the full SHA 7263434View commit details -
* 5.4: [SecurityHttp] Fix incompatibility with 6.0 [SecurityGuard] Fix incompatibility with 6.0 [SecurityBundle] Fix incompatibility with 6.0 [FrameworkBundle] Fix incompatibility with 6.0 [SecurityHttp] Fix incompatibility with 6.0 [PasswordHasher] Fix incompatibility with 6.0 [MonologBridge] Fix incompatibility with 6.0 [Security] Minor fixes [Security] Fix wrong cache directive when using the new PUBLIC_ACCESS attribute
Configuration menu - View commit details
-
Copy full SHA for 049031c - Browse repository at this point
Copy the full SHA 049031cView commit details
Commits on Aug 18, 2021
-
* 5.4: [ErrorHandler] improve parsing of phpdoc by DebugClassLoader
Configuration menu - View commit details
-
Copy full SHA for 904bb9e - Browse repository at this point
Copy the full SHA 904bb9eView commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.