-
Notifications
You must be signed in to change notification settings - Fork 30
Use credentials back instead of groups #221
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
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
314e3a5
Refactoring builder parser: no changes, just reducing nesting
sescandell f67e0eb
CamelCase
sescandell e0feb9c
Go back to credentials: ListBuilderAction
sescandell 7606396
Manage ListTemplates
sescandell 7b74a1a
Update nestedlist templates
sescandell c105bc1
Update actions templates
sescandell e1817fe
Update edit action templates
sescandell c0ca52b
Update Edit template templates
sescandell a2b13ae
Update forms
sescandell 71d239b
Update Excel action template.
sescandell 8ea96bd
Update filters type form
sescandell 3b2acd8
Update new action template
sescandell d44ea5b
Update show action templates
sescandell d63363d
Update show template template
sescandell d89be91
Move to echo_if_granted in templates
sescandell f7fc179
Allow JMS Security Extra Bundle as an option for credentials
sescandell fe94ed8
Fix credentials checks with new Twig filter: clean
sescandell 3be9252
Fix tests
sescandell 0ca64cd
Adding tests
sescandell 95f4bcb
Adding tests environments
sescandell 8c1c48b
Remove useless variables for travis
sescandell 22cf90b
Adding PHP7.0 to travis
sescandell f55dafb
Remove useless array_merge calls
sescandell d7e292a
Rewrite GenerateAdminAdminCommand
sescandell c0ffd3a
Remove useless command: only one is enough for admin pages generation
sescandell 40df502
FIX Command mistakes
sescandell 077e51d
FIX Generator command
sescandell 6ad8381
FIX Command: TODO, fix generation
sescandell 918ee1e
FIX GenerateAdminAdminCommand
sescandell f50f917
Rename GenerateAdminAdminCommand to GenerateAdminCommand
sescandell 5a7ffe3
Minor changes
sescandell 92d78b8
Remove error displayed whereas it's not
sescandell 3df7447
FIX columns check
sescandell da6e1e8
FIX credentials checks
sescandell d108e1d
Correctly clean credentials for if_one_granted
sescandell 3830b40
FIX Excel action template
sescandell 352343d
Update form credentials check... Should we use Voter?
sescandell c4925d5
Take into account credentials from params builders for generic actions
sescandell f9bb0c5
Improve credentials checks on form: allowing a field to be displayed …
sescandell 737bb3c
Rewriting doc
sescandell d2a65e3
Remove deprecated calls. Plan to dump Symfony version to 2.8 min
sescandell 7cc706e
Fix wrong template
sescandell 3473b9a
Remove dependency on ContainerAware for Guessers: removed deprecated …
sescandell 4ae4d4a
FIX previous commit: wrong service updated
sescandell 3d9eb7f
FIX wrong service name for field guesser orm
sescandell a765e71
Update field guesser service registration
sescandell e940adf
Remove dependency on Container for menu builder
sescandell 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
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
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.
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.
Maybe add PHP 5.6 and 7.0?
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.
Added in #22cf90b
Thanks,