Commit d8e5aff
File tree
14 files changed
+142
-158
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- DependencyInjection
- Security/Factory
- Resources/config
- Tests/Functional/app
- Guarded
- StandardFormLogin
- Component/Security
- Core
- Authorization
- Tests/Authorization
- Http
- Authenticator
- Firewall
- Tests
- Authenticator
- Firewall
14 files changed
+142
-158
lines changed+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
112 | 112 |
|
113 | 113 |
|
114 | 114 |
|
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
115 | 133 |
|
116 | 134 |
|
117 | 135 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
197 | 197 |
|
198 | 198 |
|
199 | 199 |
|
| 200 | + |
200 | 201 |
|
201 | 202 |
|
202 | 203 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AnonymousFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AnonymousFactory.php+3-11Lines changed: 3 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
46 | 47 |
|
47 | 48 |
|
48 | 49 |
|
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
| 50 | + |
59 | 51 |
|
60 | 52 |
|
61 | 53 |
|
| ||
76 | 68 |
|
77 | 69 |
|
78 | 70 |
|
79 |
| - |
| 71 | + |
80 | 72 |
|
81 | 73 |
|
82 | 74 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php+9-1Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
111 | 111 |
|
112 | 112 |
|
113 | 113 |
|
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
114 | 121 |
|
115 | 122 |
|
116 | 123 |
|
| ||
268 | 275 |
|
269 | 276 |
|
270 | 277 |
|
271 |
| - |
| 278 | + |
| 279 | + |
272 | 280 |
|
273 | 281 |
|
274 | 282 |
|
|
src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator.xml-7Lines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
111 | 111 |
|
112 | 112 |
|
113 | 113 |
|
114 |
| - |
115 |
| - |
116 |
| - |
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
121 | 114 |
|
122 | 115 |
|
123 | 116 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Guarded/config.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Guarded/config.yml+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
| 29 | + |
| 30 | + |
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/config.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/config.yml+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
| 31 | + |
31 | 32 |
|
32 | 33 |
|
33 | 34 |
|
|
src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php+9-3Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| 32 | + |
32 | 33 |
|
33 |
| - |
| 34 | + |
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
| 40 | + |
39 | 41 |
|
40 | 42 |
|
41 | 43 |
|
42 | 44 |
|
43 | 45 |
|
44 |
| - |
| 46 | + |
45 | 47 |
|
46 | 48 |
|
47 | 49 |
|
48 | 50 |
|
49 |
| - |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
50 | 56 |
|
51 | 57 |
|
52 | 58 |
|
|
src/Symfony/Component/Security/Core/Tests/Authorization/AuthorizationCheckerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Authorization/AuthorizationCheckerTest.php+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
76 | 83 |
|
77 | 84 |
|
78 | 85 |
|
|
src/Symfony/Component/Security/Http/Authenticator/AnonymousAuthenticator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authenticator/AnonymousAuthenticator.php-67Lines changed: 0 additions & 67 deletions
This file was deleted.
src/Symfony/Component/Security/Http/Firewall/AccessListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Firewall/AccessListener.php+38-11Lines changed: 38 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| 34 | + |
| 35 | + |
34 | 36 |
|
35 | 37 |
|
36 | 38 |
|
37 | 39 |
|
| 40 | + |
38 | 41 |
|
39 |
| - |
| 42 | + |
40 | 43 |
|
41 | 44 |
|
42 | 45 |
|
43 | 46 |
|
44 | 47 |
|
| 48 | + |
45 | 49 |
|
46 | 50 |
|
47 | 51 |
|
| ||
52 | 56 |
|
53 | 57 |
|
54 | 58 |
|
55 |
| - |
| 59 | + |
56 | 60 |
|
57 | 61 |
|
58 | 62 |
|
59 | 63 |
|
60 | 64 |
|
61 | 65 |
|
62 |
| - |
| 66 | + |
63 | 67 |
|
64 | 68 |
|
65 | 69 |
|
66 |
| - |
| 70 | + |
67 | 71 |
|
68 | 72 |
|
69 | 73 |
|
| ||
76 | 80 |
|
77 | 81 |
|
78 | 82 |
|
79 |
| - |
80 |
| - |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
81 | 103 |
|
82 | 104 |
|
83 | 105 |
|
| ||
86 | 108 |
|
87 | 109 |
|
88 | 110 |
|
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
| 111 | + |
94 | 112 |
|
95 | 113 |
|
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
96 | 123 |
|
src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
144 | 144 |
|
145 | 145 |
|
146 | 146 |
|
147 |
| - |
| 147 | + |
| 148 | + |
| 149 | + |
148 | 150 |
|
149 | 151 |
|
150 | 152 |
|
|
0 commit comments