File tree
35 files changed
+138
-99
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle/Tests/EventListener
- Component/Security
- Core
- Authorization
- Strategy
- Voter
- Event
- Exception
- Test
- Tests
- Authorization
- Voter
- Exception
- Fixtures
- Http/Tests/Firewall
35 files changed
+138
-99
lines changed+12Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
96 | 108 |
|
97 | 109 |
|
98 | 110 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/EventListener/VoteListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/EventListener/VoteListenerTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
| 53 | + |
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
|
src/Symfony/Component/Security/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/CHANGELOG.md+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
|
src/Symfony/Component/Security/Core/Authorization/AccessDecision.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/AccessDecision.php+2-12Lines changed: 2 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 | 25 |
|
32 | 26 |
|
33 | 27 |
|
34 | 28 |
|
35 |
| - |
| 29 | + |
36 | 30 |
|
37 |
| - |
38 |
| - |
39 | 31 |
|
40 | 32 |
|
41 | 33 |
|
| ||
111 | 103 |
|
112 | 104 |
|
113 | 105 |
|
114 |
| - |
115 |
| - |
116 |
| - |
| 106 | + |
117 | 107 |
|
118 | 108 |
|
src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php+2-8Lines changed: 2 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 | 30 |
|
37 | 31 |
|
38 | 32 |
|
| ||
70 | 64 |
|
71 | 65 |
|
72 | 66 |
|
73 |
| - |
| 67 | + |
74 | 68 |
|
75 | 69 |
|
76 | 70 |
|
77 |
| - |
| 71 | + |
78 | 72 |
|
79 | 73 |
|
80 | 74 |
|
|
src/Symfony/Component/Security/Core/Authorization/AccessDecisionManagerInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/AccessDecisionManagerInterface.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
54 |
| - |
| 54 | + |
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
|
src/Symfony/Component/Security/Core/Authorization/Strategy/AccessDecisionStrategyInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/Strategy/AccessDecisionStrategyInterface.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
src/Symfony/Component/Security/Core/Authorization/Strategy/AffirmativeStrategy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/Strategy/AffirmativeStrategy.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
66 |
| - |
| 66 | + |
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
|
src/Symfony/Component/Security/Core/Authorization/Strategy/ConsensusStrategy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/Strategy/ConsensusStrategy.php+1-7Lines changed: 1 addition & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
48 |
| - |
49 |
| - |
50 | 47 |
|
51 | 48 |
|
52 | 49 |
|
| ||
84 | 81 |
|
85 | 82 |
|
86 | 83 |
|
87 |
| - |
88 |
| - |
89 |
| - |
90 | 84 |
|
91 | 85 |
|
92 |
| - |
| 86 | + |
93 | 87 |
|
94 | 88 |
|
95 | 89 |
|
|
src/Symfony/Component/Security/Core/Authorization/Strategy/PriorityStrategy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/Strategy/PriorityStrategy.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
| 62 | + |
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
|
src/Symfony/Component/Security/Core/Authorization/Strategy/UnanimousStrategy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/Strategy/UnanimousStrategy.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
67 |
| - |
| 67 | + |
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
|
src/Symfony/Component/Security/Core/Authorization/TraceableAccessDecisionManager.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/TraceableAccessDecisionManager.php+2-5Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
70 |
| - |
71 |
| - |
72 |
| - |
73 | 70 |
|
74 | 71 |
|
75 |
| - |
| 72 | + |
76 | 73 |
|
77 | 74 |
|
78 | 75 |
|
| ||
100 | 97 |
|
101 | 98 |
|
102 | 99 |
|
103 |
| - |
| 100 | + |
104 | 101 |
|
105 | 102 |
|
106 | 103 |
|
|
src/Symfony/Component/Security/Core/Authorization/Voter/AuthenticatedVoter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/Voter/AuthenticatedVoter.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
90 |
| - |
| 90 | + |
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
|
src/Symfony/Component/Security/Core/Authorization/Voter/ExpressionVoter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/Voter/ExpressionVoter.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
74 |
| - |
| 74 | + |
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
|
src/Symfony/Component/Security/Core/Authorization/Voter/RoleVoter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/Voter/RoleVoter.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
| 53 | + |
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
|
src/Symfony/Component/Security/Core/Authorization/Voter/TraceableVoter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/Voter/TraceableVoter.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 |
| - |
| 52 | + |
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
|
src/Symfony/Component/Security/Core/Authorization/Voter/Voter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/Voter/Voter.php+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 |
| - |
| 52 | + |
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
| ||
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 |
| - |
62 |
| - |
| 61 | + |
| 62 | + |
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
| ||
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
71 |
| - |
| 71 | + |
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
| ||
140 | 140 |
|
141 | 141 |
|
142 | 142 |
|
143 |
| - |
| 143 | + |
144 | 144 |
|
145 | 145 |
|
146 | 146 |
|
src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
| 42 | + |
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
src/Symfony/Component/Security/Core/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/CHANGELOG.md+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
4 | 18 |
|
5 | 19 |
|
6 | 20 |
|
|
src/Symfony/Component/Security/Core/Event/VoteEvent.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Event/VoteEvent.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
| 39 | + |
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
| 62 | + |
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
66 |
| - |
| 66 | + |
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
|
src/Symfony/Component/Security/Core/Exception/AccessDeniedException.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Exception/AccessDeniedException.php+5-9Lines changed: 5 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
64 |
| - |
65 | 63 |
|
66 |
| - |
| 64 | + |
67 | 65 |
|
68 | 66 |
|
69 |
| - |
| 67 | + |
70 | 68 |
|
71 | 69 |
|
72 | 70 |
|
73 |
| - |
74 |
| - |
75 |
| - |
| 71 | + |
76 | 72 |
|
77 | 73 |
|
78 |
| - |
| 74 | + |
79 | 75 |
|
80 | 76 |
|
81 | 77 |
|
|
src/Symfony/Component/Security/Core/Test/AccessDecisionStrategyTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Test/AccessDecisionStrategyTestCase.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| 44 | + |
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
| ||
91 | 92 |
|
92 | 93 |
|
93 | 94 |
|
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
94 | 100 |
|
95 | 101 |
|
96 | 102 |
|
0 commit comments