-
Notifications
You must be signed in to change notification settings - Fork 159
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
2.0 Proposal #347
Draft
mbabker
wants to merge
26
commits into
markitosgv:master
Choose a base branch
from
mbabker:2.0-proposal
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
2.0 Proposal #347
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
4402c8d
Bump PHP and Symfony requirements
mbabker d081b66
Remove deprecated document/entity classes
mbabker 5aeee49
Removed deprecated RefreshTokenManagerInterface::create()
mbabker 50f971b
Removed classes supporting authentication for Symfony 5.3 and earlier
mbabker 12b0b2b
Remove deprecated RefreshTokenManager class
mbabker e032f1f
Removed deprecated configuration nodes
mbabker 83c6c02
Use the AsCommand attribute to configure console commands
mbabker e85bd21
Remove token auto-generation from AbstractRefreshToken::setRefreshTok…
mbabker 10da341
Remove compatibility code for older PHP and Symfony versions
mbabker 7d12962
Use the check_path configuration when determining if the authenticato…
mbabker 9f31da0
Require the refresh_token_class config node to be set
mbabker 58eaffe
Remove more compatibility code
mbabker 3e0d557
Inline ObjectManagerCompilerPass into the container extension
mbabker bf2379c
Remove manager_type config node, use feature detection when object_ma…
mbabker f546dc0
Register logout event through the security factory
mbabker e446fac
Remove unused code
mbabker c7304fe
Standardize container ID prefixes
mbabker f91e4b0
Bump dependency ranges
mbabker 185a24d
Use attributes for fixtures
mbabker 4edbe7c
Add final keyword to classes which shouldn't be extended
mbabker 1119e8b
Add typehints everywhere
mbabker fe36216
The ODM returns an iterable object, change the typehint accordingly
mbabker b319a16
Update alias
mbabker ae532c4
Style fixes
mbabker e281230
Drop Symfony 6.0-6.3
mbabker 031a9c2
Drop configuration documentation for Symfony <5.4
GwendolenLynch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
47 changes: 0 additions & 47 deletions
47
DependencyInjection/Compiler/CustomUserProviderCompilerPass.php
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
DependencyInjection/Compiler/ObjectManagerCompilerPass.php
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should depreciate it before we delete it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, thanks for the reminder here. There are definitely a few things that could use a proper deprecation in a 1.x release that I'm now forgetting about since I've been sitting on this branch for so long 😬
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#350 for compat layer