-
-
Couldn't load subscription status.
- Fork 9.7k
[Security] Expose the required roles in AccessDeniedException #18661
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
1836 commits
Select commit
Hold shift + click to select a range
4742962
feature #18710 [Console] Simplify simulation of user inputs in Comman…
fabpot 61e5ddc
feature #12979 [Router] added appending of new optional document frag…
fabpot 52384cf
[YAML] Fixed parsing problem with nested DateTime lists
jkphl 6f05632
bug #19029 [YAML] Fixed parsing problem with nested DateTime lists (j…
fabpot 4f13a76
[YAML] Fixed parsing problem with nested DateTime lists
jkphl 7475aa8
treat fragment after resolving query string params
xabbuh 0f47712
parse embedded mappings only if value is a string
xabbuh e7e9bef
bug #19081 [YAML] Fixed parsing problem with nested DateTime lists (j…
fabpot 22f7ed7
bug #19088 [Routing] treat fragment after resolving query string para…
fabpot 19764af
[Cache] Add tags based invalidation + TagAwareRedisAdapter
nicolas-grekas 2c3a7cc
Deprecate using Form::isValid() with an unsubmitted form
GuilhemN cfc578a
[Console] Add ConsoleLogger::hasErrored()
nicolas-grekas 7ccfdb4
feature #17644 Deprecate using Form::isValid() with an unsubmitted fo…
fabpot b030c24
[Console] ProgressBar - adjust to the window width (static)
TomasVotruba 8f206c8
fixed CS, simplified code
fabpot a589635
deprecated some Console Application methods
fabpot bf7a5c5
fixed logic
fabpot 2f81247
switched to use COLUMNS and LINES env vars to change terminal dimensions
fabpot 40f4c57
feature #19047 [Cache] Add tags based invalidation + TagAwareRedisAda…
fabpot afed2f8
feature #19012 [Console] progress bar fix (TomasVotruba, fabpot)
fabpot e870758
[Console] Test SymfonyStyle::ask() output
chalasr fb10b33
[Debug] Do not quote numbers in stack trace
c960657 414a4b4
feature #19079 [Debug] Do not quote numbers in stack trace (c960657)
fabpot 88cf87e
minor #19097 [Console] Test SymfonyStyle::ask() output (chalasr)
fabpot 85e5060
[Console] simplified tests
fabpot 92d80c9
minor #19111 [Console] simplified tests (fabpot)
fabpot c4e440c
[FrameworkBundle] fix argument type docblock
xabbuh 84d31fa
minor #19115 [FrameworkBundle] fix argument type docblock (xabbuh)
fabpot 693a832
feature #19090 [Console] Add ConsoleLogger::hasErrored() (nicolas-gre…
fabpot 2d03ee8
[Debug] fix resource type test on HHVM
xabbuh 8868e0e
minor #19116 [Debug] fix resource type test on HHVM (xabbuh)
fabpot 9800cdd
Merge branch '2.8' into 3.0
fabpot be0b8f0
fixed CS
fabpot 9cbec2c
Merge branch '3.0' into 3.1
fabpot a39afd0
fixed CS
fabpot f2ee67f
Revert "minor #19030 [PropertyAccess] add missing argument PHPdoc (xa…
fabpot a4ce063
Revert "feature #18977 [PropertyAccess] Add missing arguments to Prop…
fabpot 04f2659
minor #19124 fixed CS (fabpot)
fabpot 0691506
Merge branch '3.1'
fabpot a41f359
fixed CS
fabpot 8549e05
use call_user_func() for PHP 5.3 compatibility
xabbuh 26eca5d
bug #19126 [PhpUnitBridge] use call_user_func() for PHP 5.3 compatibi…
fabpot 92a7f10
[FrameworkBundle] templating can be fully disabled
xabbuh fc3cb0b
bug #19120 [FrameworkBundle] templating can be fully disabled (xabbuh)
fabpot eb8c27e
Avoid phpunit 5.4 warnings on getMock
8000
fce0299
bug #19129 Avoid phpunit 5.4 warnings on getMock (master) (iltar)
nicolas-grekas d17c1a9
[DependencyInjection] Sort the CompilerPass by priority
GuilhemN 81f4f63
feature #18022 [DependencyInjection] Sort the CompilerPass by priorit…
fabpot 24e08e9
feature #18466 [Bridge][Twig] Optionally pass dumper into DumpExtensi…
fabpot f7669be
[Form] Add a DateInterval form type
MisatoTremor 1298ce5
feature #16809 [Form][FrameworkBundle][Bridge] Add a DateInterval for…
fabpot 66afa01
[HttpFoundation] added private by default when setting Cache-Control …
fabpot a0b4ae7
Reference changes that ease command testing in 3.2
chalasr 71caebe
minor #19145 [Console] Reference changes that ease command testing in…
fabpot e949d34
feature #19143 Response headers fix (fabpot)
fabpot 3779ee4
[VarDumper] Add support for XmlReader objects
Taluu 33402ea
Add Yaml LintCommand
chalasr b57a83f
[Console] Add Lockable trait
geoffrey-brier 6ede0b0
feature #19139 [FrameworkBundle][Yaml] Move YamlLintCommand to the Ya…
fabpot 43f9514
feature #18471 [Console] Add Lockable trait (geoffrey-brier)
fabpot 9af416d
feature #19151 [VarDumper] Add support for XmlReader objects (Taluu)
fabpot 17d59a7
added the first more-or-less working version of the Workflow component
fabpot 078e27f
[Workflow] Added initial set of files
lyrixx 120b35c
[Routing] data type support for defaults
xabbuh d36097b
feature #11882 [Workflow] Introducing the workflow component (fabpot,…
fabpot 25d39aa
support egulias/email-validator 2.x
xabbuh a80b45d
feature #11394 [Routing] support for array values in route defaults (…
fabpot 9baf51b
feature #19153 [Validator] support egulias/email-validator 2.x (xabbuh)
fabpot 428d0f7
Adds support for the SameSite attribute in cookies.
iangcarroll b84aded
feature #19104 Adds support for the SameSite attribute in cookies. (i…
fabpot 4223997
fixed CS
fabpot 02d1dea
[Yaml] added support for parsing PHP constants
HeahDude 17ec26e
[DI] added support for PHP constants in yaml configuration files
HeahDude 6e03a42
feature #18626 [Yaml] Added support for parsing PHP constants (HeahDude)
fabpot eaa3bb0
LockableTrait: change visibility to private
xabbuh d3f47f7
updated Http-Kernel dependency
HeahDude a21af88
[FrameworkBundle] Remove redundant code
GuilhemN 358a4cc
minor #19155 [FrameworkBundle] Remove redundant code (Ener-Getick)
fabpot c26347d
bug #19159 [WebProfilerBundle] Added a conflict for Http-Kernel < 3.1…
fabpot b10ca1f
minor #19158 [Console] LockableTrait: change visibility to private (x…
fabpot b15fec7
update the author of the LockableTrait
xabbuh 8304bcc
Undefined variable $name
janczer f40c703
minor #19164 [Console] update the author of the LockableTrait (xabbuh)
fabpot 06f5c86
minor #19166 Undefined variable $name (IvanMenshykov)
fabpot dd84b7f
[Yaml] Avoid using both Input/Output and SymfonyStyle in LintCommand
chalasr 7cc6161
[FrameworkBundle] Show server:run logs by default
nicolas-grekas 58eb665
[VarDumper] Add maxDepth & maxStringLength display options
MGDSoft 998ff33
[VarDumper] Tweak display options implementation
nicolas-grekas 9be6484
[Serializer] Allow to use easily static constructors
GuilhemN 76791fe
feature #18948 [VarDumper] Add maxDepth & maxStringLength display opt…
fabpot 633989b
[VarDumper] Allow full collapsing of HTML dumps
nicolas-grekas 160185c
minor #19200 [VarDumper] Allow full collapsing of HTML dumps (nicolas…
nicolas-grekas 4ed70c4
[DependencyInjection] deprecate access to private shared services. Fi…
28a40d2
[Cache] Add PhpArrayAdapter to use shared memory on PHP 7.0+
tgalopin f67912f
feature #18823 [Cache] Add PhpArrayAdapter to use shared memory on PH…
fabpot ba84160
Merge branch '2.8' into 3.0
fabpot 45ce2c8
Merge branch '3.0' into 3.1
fabpot ae99aa8
[Security] Allow LDAP loadUser override
tucksaun 3c47306
Merge branch '3.1'
fabpot c40bcd8
Merge branch '2.8' into 3.0
fabpot cef1915
Merge branch '3.0' into 3.1
fabpot 764228f
Merge branch '3.1'
fabpot 5428a92
[Workflow] CS tweaks
ro0NL f720444
minor #19187 [Workflow] CS tweaks (ro0NL)
fabpot 7b2af2d
bug #19204 [Security] Allow LDAP loadUser override (tucksaun)
fabpot b1a4d56
Merge branch '2.8' into 3.0
fabpot 8db8f90
fixed CS
fabpot 6bed60b
Merge branch '3.0' into 3.1
fabpot a434e7b
fixed CS
fabpot c53cb57
Merge branch '3.1'
fabpot 8356d15
fixed CS
fabpot da2757f
[DependencyInjection] Add support for short services configurators sy…
voronkovich 90d42eb
feature #19190 [DependencyInjection] Add support for short services c…
fabpot 0eae5d2
minor #19160 [Yaml] Avoid using both Input/Output and SymfonyStyle in…
fabpot ed6267d
feature #19146 [DependencyInjection] deprecate access to private shar…
fabpot 4a0be68
feature #19137 [Serializer] Allow to use easily static constructors (…
fabpot b6267c8
Merge branch '2.8' into 3.0
fabpot 5128cd3
Merge branch '3.0' into 3.1
fabpot 3ea392a
Merge branch '3.1'
fabpot b4fbcb3
Merge branch '2.8' into 3.0
nicolas-grekas e770e2e
Merge branch '3.0' into 3.1
nicolas-grekas f3b2324
Merge branch '2.8' into 3.0
nicolas-grekas 0439837
Merge branch '3.0' into 3.1
nicolas-grekas 3f86eae
[DoctrineBridge] fixed DoctrineChoiceLoaderTest by removing deprecate…
HeahDude 4976c7f
minor #19222 [DoctrineBridge] fixed DoctrineChoiceLoaderTest by remov…
nicolas-grekas 777c193
[Form] fixed ChoiceTypeTest after #17822
HeahDude 46b379b
minor #19226 [Form] fixed ChoiceTypeTest after #17822 (HeahDude)
nicolas-grekas fe6841c
Merge branch '3.0' into 3.1
nicolas-grekas d08cbe6
Merge branch '3.1'
nicolas-grekas 40c0c52
[DoctrineBridge] fixed default parameter value in UniqueEntityValidator
HeahDude 082f1b5
Fixed some issues of the AccessDecisionManager profiler
javiereguiluz 0b3b0d5
bug #18934 Fixed some issues of the AccessDecisionManager profiler (j…
fabpot 7701fea
Fix merge issues
nicolas-grekas d6b38d1
minor #19230 Fix merge issues (nicolas-grekas)
nicolas-grekas 1cca740
[Console] fix input stream related tests
xabbuh 76708ec
minor #19234 [Console] fix input stream related tests (xabbuh)
nicolas-grekas c44d71c
Fixed BC Layer in DoctrineChoiceLoader
Rootie d870753
bug #19241 Fixed BC Layer in DoctrineChoiceLoader (Rootie)
fabpot fbeb299
Fixed BC Layer in DoctrineChoiceLoader
Rootie 4ac9f72
bug #19227 [DoctrineBridge] fixed default parameter value in UniqueEn…
fabpot 3282d5f
feature #19174 [FrameworkBundle] Show server:run logs by default (nic…
fabpot 91072e6
Add test for Definition with exeption InvalidArgument
janczer 75f4142
minor #19169 Add test for Definition with exeption InvalidArgument (I…
fabpot 9c74d63
fixed CS
fabpot 9c0ca19
Merge branch '2.8' into 3.0
fabpot 080962f
Merge branch '3.0' into 3.1
fabpot cc188e9
Merge branch '3.1'
fabpot 16358d4
[FrameworkBundle] Update the UPGRADING files
GuilhemN a680910
minor #19235 [FrameworkBundle] Advise to not use the serializer servi…
fabpot ecc03f5
Merge branch '2.8' into 3.0
nicolas-grekas e86cbbf
Merge branch '3.0' into 3.1
nicolas-grekas ba9cc94
Merge branch '3.1'
nicolas-grekas 7e24dff
updated CHANGELOG for 3.0.8
fabpot 4f193e1
updated VERSION for 3.0.8
fabpot 814b8cd
Merge pull request #19251 from fabpot/release-3.0.8
fabpot 2a0c19c
[FrameworkBundle] Deprecate the service serializer.mapping.cache.doct…
GuilhemN 4adad4b
bumped Symfony version to 3.0.9
fabpot bc1f773
updated CHANGELOG for 3.1.2
fabpot 3441f15
updated VERSION for 3.1.2
fabpot 2e98c82
Merge pull request #19252 from fabpot/release-3.1.2
fabpot 80056f7
bumped Symfony version to 3.1.3
fabpot 2e811cb
feature #19236 [FrameworkBundle] Deprecate the service serializer.map…
fabpot d341889
Added a SecurityUserValueResolver for controllers
c581cd4
[Bridge/Doctrine] Reset the EM lazy-proxy instead of the EM service
nicolas-grekas 62f0dbf
feature #19203 [Bridge/Doctrine] Reset the EM lazy-proxy instead of t…
fabpot 473263a
feature #18510 Added a SecurityUserValueResolver for controllers (iltar)
fabpot 808dcc8
rename boolean and integer to bool and int
xabbuh 35f201f
minor #19157 [Routing] rename boolean and integer to bool and int (xa…
fabpot a0d7cbe
[DependencyInjection] Autowiring: add setter injection support
dunglas 7eab6b9
feature #17608 [DependencyI
8000
njection] Autowiring: add setter injection…
fabpot deb12ae
[Form] Fix depreciation triggers
tgalopin 731aefd
bug #19260 [Form] Fix depreciation triggers (tgalopin)
nicolas-grekas 1bd6da6
fixed problems found by SensioLabsInsight
fabpot 58c8b71
Merge branch '2.8' into 3.0
nicolas-grekas dbd1ee0
minor #19265 Fixed problems found by SensioLabsInsight (fabpot)
fabpot 3726aa1
Merge branch '3.0' into 3.1
nicolas-grekas 0c147fa
Merge branch '3.1'
nicolas-grekas cd9e036
fixed missing use statement
fabpot d9f1a72
Fix merge
nicolas-grekas 43dff0e
[Validator] add missing interface use statement for phpdoc block retu…
2f586a3
minor #19268 [Validator] add missing interface use statement for phpd…
fabpot c1a2a0a
[Security] fixed DebugAccessDecisionManager::setVoters()
HeahDude 95c60c8
bug #19272 [Security] fixed DebugAccessDecisionManager::setVoters() (…
fabpot 7bd4ac5
Test
theofidry e99a90b
Add tests
theofidry e64e999
Address comments
theofidry 4884a2e
f1
theofidry b088978
[HttpKernel] Clarify deprecation of non-scalar values in surrogate re…
chalasr ab8c2c7
minor #19281 [HttpKernel] Clarify deprecation of non-scalar values in…
fabpot f361e52
fix tests
theofidry f46a176
Apply patch
theofidry 93608dc
Add deprecation message
theofidry 45b9c62
Merge branch '2.8' into 3.0
nicolas-grekas e41a352
Merge branch '3.0' into 3.1
nicolas-grekas 5213778
Merge branch '3.1'
nicolas-grekas d4cdb00
fix CS
theofidry 5556fa5
fix
theofidry 3fe9802
revert CS
theofidry e437e04
fix reflection type
theofidry 06879e9
Merge branch '2.8' into 3.0
nicolas-grekas f2599e4
Merge branch '3.0' into 3.1
nicolas-grekas 36ec085
Merge branch '3.1'
nicolas-grekas 44df6a4
[HttpFoundation] Add Request::isMethodIdempotent method
dunglas 0fc2b62
feature #19322 [HttpFoundation] Add Request::isMethodIdempotent metho…
fabpot 7b5d55d
Prevent BC in instantiateObject
dunglas 98bcb91
Merge pull request #1 from dunglas/theofidry-feature/param-object
theofidry 988eba1
fix tests
theofidry 647e6ba
[#16809] add missing pad property
xabbuh 1ea90c3
[DoctrineBridge] add missing error code
xabbuh 414d9ef
minor #19333 [DoctrineBridge] add missing error code (xabbuh)
fabpot b38d8d9
minor #19331 [Form][#16809] add missing pad property (xabbuh)
fabpot c221908
feature #19277 [Serializer] Argument objects (theofidry, dunglas)
dunglas 031b850
Merge branch '3.1'
xabbuh 282eb9c
[Serializer] Include the format in the cache key
dunglas cf691fb
bug #19352 [Serializer] Include the format in the cache key (dunglas)
fabpot 8a2d5cd
Merge branch '2.8' into 3.0
nicolas-grekas 17de127
Merge branch '3.0' into 3.1
nicolas-grekas cbd1915
Merge branch '3.1'
nicolas-grekas a8f3a93
[FrameworkBundle] Allow to specify a domain when updating translations
antograssiot 56c7206
feature #19325 [FrameworkBundle] Allow to specify a domain when updat…
fabpot 88fdcea
[ClassLoader] Add ClassCollectionLoader::inline() to generate inlined…
nicolas-grekas 583a45d
feature #19276 [ClassLoader] Add ClassCollectionLoader::inline() to g…
fabpot 89bb250
Merge branch '2.8' into 3.0
fabpot ad7db01
Merge branch '3.0' into 3.1
fabpot b2f3a8b
fixed bad merge
fabpot 00f1b7b
Merge branch '3.0' into 3.1
fabpot a5a03aa
Merge branch '3.1'
fabpot a84ea7a
Merge branch '2.8' into 3.0
nicolas-grekas 6d24c55
Merge branch '3.0' into 3.1
nicolas-grekas eccbe67
Fix merge
nicolas-grekas 695549f
Merge branch '3.1'
nicolas-grekas 667ad70
Merge branch '2.8' into 3.0
nicolas-grekas 54043a0
Merge branch '3.0' into 3.1
nicolas-grekas 194dcf3
Merge branch '3.1'
nicolas-grekas bd2e795
[Cache] Fix incorrect timestamps generated by FilesystemAdapter
nicolas-grekas 98dc69e
Reference the actual location of the documentation
35ba478
[Cache] Fix default lifetime being ignored
nicolas-grekas 90e95a6
minor #19438 Reference the actual location of the documentation (greg…
nicolas-grekas c02933d
enable property info
DavidBadura 3a57de1
bug #19434 [Serializer] enable property info in framework bundle (Dav…
nicolas-grekas 26dfa2f
bug #19435 [Cache] Fix incorrect timestamps generated by FilesystemAd…
nicolas-grekas aaff0d1
bug #19442 [Cache] Fix default lifetime being ignored (nicolas-grekas)
nicolas-grekas 19e9cbe
[VarDumper] Dumping exceptions is now more compact
nicolas-grekas c7fa99e
feature #19289 [VarDumper] Dumping exceptions is now more compact (ni…
nicolas-grekas 1d5f391
Merge branch '2.8' into 3.0
nicolas-grekas 75ebbf8
Merge branch '3.0' into 3.1
nicolas-grekas b6bbe43
Merge branch '3.1'
nicolas-grekas cbc1e54
[Cache] Use AdapterTestCase for new adapters
nicolas-grekas ec3a4ed
minor #19464 [Cache] Use AdapterTestCase for new adapters (nicolas-gr…
nicolas-grekas 52a25bb
[Security] Expose the required roles in AccessDeniedException
Nicofuma 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
Prev
Previous commit
[Security] Expose the required roles in AccessDeniedException
- Loading branch information
commit 52a25bb894dc5118bb2efb31835eee6ab77c091f
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
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
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.
Though you are correct here, it's not always an object, it can be pretty much anything. I'm personally against voting on scalars or arrays, but it is allowed.
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.
Object is the name of the argument in the access decision manager