-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
chore: merge 2.6 #1476
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
Merged
Merged
chore: merge 2.6 #1476
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…1425) Co-authored-by: Jan Christoph Beyer <jbe@plusnet.de>
It is better to use `Type::BUILTIN_TYPE_STRING` in the documentation. The reasons for it are: - It's a Symfony thing - By using Symfony Property Info Type the manual conveys the right thinking direction. The custom filter wont work if you use `'boolean'` as the type, the valid value for boolean is `'bool'` which is the value of the constant `Type::BUILTIN_TYPE_BOOL`, - By using `Type::BUILTIN_TYPE_STRING` in the documentation, developers will be pushed to the right thinking direction when building a custom filter
* docs: Remove empty string defaults from entities I'm not getting the SQL exception in 'Validating Data' section; empty strings are being stored instead of null being attempted. The simplest fix is to remove the default empty strings from the entities. This is using the Symfony and Composer install. * Update index.md * Update index.md * Reinstate default empty strings where removed. * Add unvalidated title explanation * Add NotBlank constraint to title
* Update jwt.md for Symfony 5.3 compatibility update doc for Symfony 5.3 compatibility, due to use deprecated code app does not work and return warnings - New in version 5.3: The password_hashers option was introduced in Symfony 5.3. In previous versions it was called encoders. - Deprecated since version 5.3: Guard authenticators are deprecated since Symfony 5.3 in favor of the new authenticator-based system. Reference: https://symfony.com/doc/current/security.html#c-hashing-passwords https://symfony.com/doc/current/security.html#guard-authenticators * Apply suggestions from code review Co-authored-by: Kévin Dunglas <kevin@dunglas.fr> * docs: use PUBLIC_ACCESS Co-authored-by: Alan Poulain <contact@alanpoulain.eu> Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>
* docs: Change annotations to attribute in core and admin pages * doc: fix typos and brackets Apply suggestions from code review Co-authored-by: Kévin Dunglas <kevin@dunglas.fr> * doc: removed attribute key * docs: Change annotations to attribute in core and admin pages * doc: fix typos and brackets Apply suggestions from code review Co-authored-by: Kévin Dunglas <kevin@dunglas.fr> * doc: removed attribute key Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>
The anonymous option for the firewall config was removed in symfony 5.1 as explained here: symfony/symfony#36574 Using the option caused an error but it can be skipped. "[A] user that is not authenticated is similar to an "unknown" user: They both have no rights at all." Resolves api-platform#1445
…pose fix: deployment with Docker Compose
* docs: add guide to migrate from FOSRestBundle * Fix typos Co-authored-by: Alan Poulain <contact@alanpoulain.eu> * Fix reviews * Fix reviews * Add migration guides to outline.yaml * Fix typos * Reformat the page, fix the menu * Remove paragraph about FOSRest's deprecation * Adding links to the page, moving the new section below Configuration Co-authored-by: Alan Poulain <contact@alanpoulain.eu>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.