-
Notifications
You must be signed in to change notification settings - Fork 17
IBX-8140: Enabled authenticator manager-based security #368
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
konradoboza
merged 16 commits into
main
from
ibx-8140-enable-authorization-with-new-authenticator-mechanisms
May 23, 2024
Merged
Changes from 12 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
4821221
IBX-8140: Enabled authenticator manager-based security
konradoboza 454f9f1
adjusted tests after removing obsolete services
konradoboza 73d1905
added proper access denied listener grouping all access issues and re…
konradoboza 16d54a8
[TMP][Behat] Added @javascript to failed scenarios to see screenshots
alongosz 1e03757
fixed phpstan
konradoboza 8928af5
renamed AccessDeniedListener to *Subscriber and made it more loose wh…
konradoboza e3715e0
[TMP] Added dependencies.json
alongosz a2c895c
[TMP] Dropped core self-reference from dependencies.json
alongosz fb3628d
regenerated phpstan baseline
konradoboza 6c385a9
cr remarks
konradoboza b65af9a
adjusted unit tests
konradoboza 8093540
removed unused methods due to SecurityPass changes
konradoboza fca6021
reverted decorating `DefaultAuthenticationSuccessHandler`
konradoboza 0cba2fc
cr remarks
konradoboza d3eb150
dropped @javascript due to performance reasons
konradoboza 680ca4a
removed dependencies.json
konradoboza 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 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| { | ||
| "recipesEndpoint": "https://api.github.com/repos/ibexa/recipes-dev/contents/index.json?ref=flex/pull-118", | ||
| "packages": [ | ||
| { | ||
| "requirement": "dev-ibx-8140-enable-authorization-with-new-authenticator-mechanisms as 5.0.x-dev", | ||
| "repositoryUrl": "https://github.com/ibexa/rest", | ||
| "package": "ibexa/rest", | ||
| "shouldBeAddedAsVCS": false | ||
| }, | ||
| { | ||
| "requirement": "dev-ibx-8140-enable-authorization-with-new-authenticator-mechanisms as 5.0.x-dev", | ||
| "repositoryUrl": "https://github.com/ibexa/admin-ui", | ||
| "package": "ibexa/admin-ui", | ||
| "shouldBeAddedAsVCS": false | ||
| } | ||
| ] | ||
| } |
Large diffs are not rendered by default.
Oops, something went wrong.
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
23 changes: 0 additions & 23 deletions
23
src/bundle/Core/DependencyInjection/Security/HttpBasicFactory.php
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| @javascript | ||
| Feature: Preview of content drafts | ||
|
|
||
| As a content editor | ||
|
|
||
1 change: 1 addition & 0 deletions
1
src/bundle/Core/Features/Exception/unauthorized_login_form.feature
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
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
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
Empty file.
41 changes: 0 additions & 41 deletions
41
src/lib/MVC/Symfony/Security/Authentication/AnonymousAuthenticationProvider.php
This file was deleted.
Oops, something went wrong.
konradoboza marked this conversation as resolved.
Show resolved
Hide resolved
|
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
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.
Uh oh!
There was an error while loading. Please reload this page.