-
Notifications
You must be signed in to change notification settings - Fork 163
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
25
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
25 commits
Select commit
Hold shift + click to select a range
0f3f175
Bump PHP and Symfony requirements
mbabker 16e9678
Remove deprecated document/entity classes
mbabker f066954
Removed deprecated RefreshTokenManagerInterface::create()
mbabker a8a706f
Removed classes supporting authentication for Symfony 5.3 and earlier
mbabker a697c4d
Remove deprecated RefreshTokenManager class
mbabker a4aa872
Removed deprecated configuration nodes
mbabker da21b75
Use the AsCommand attribute to configure console commands
mbabker f688fe8
Remove token auto-generation from AbstractRefreshToken::setRefreshTok…
mbabker c9cc9e5
Remove compatibility code for older PHP and Symfony versions
mbabker 61d9517
Use the check_path configuration when determining if the authenticato…
mbabker 5e8b925
Require the refresh_token_class config node to be set
mbabker 8b8e9c8
Remove more compatibility code
mbabker 71de272
Inline ObjectManagerCompilerPass into the container extension
mbabker fe15ec4
Remove manager_type config node, use feature detection when object_ma…
mbabker 3f5671b
Register logout event through the security factory
mbabker 4c043a5
Remove unused code
mbabker b97fb7e
Standardize container ID prefixes
mbabker f0947f6
Bump dependency ranges
mbabker 6faca1a
Use attributes for fixtures
mbabker 0c98d0d
Add final keyword to classes which shouldn't be extended
mbabker e374069
Add typehints everywhere
mbabker 111277a
The ODM returns an iterable object, change the typehint accordingly
mbabker f1b9b29
Style fixes
mbabker 03763dc
Drop configuration documentation for Symfony <5.4
GwendolenLynch a2c500f
Bump Mongo server
mbabker 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