Commit a6458f5
authored
Propagate Symfony responses throughout the code (simplesamlphp#1760)
* Migrate HTTP::redirect
* Migrate HTTP::redirectTrustedURL
* Migrate HTTP::redirectUntrustedURL
* Migrate HTTP::submitPOSTData
* Temporarily revert to make phpunit work
* Migrate logout handlers
* Remove unnecessary assertion & simplify logics
* Remove unnecessary assertion & add new one to check response type
* Remove unnecessary assertion & rationalize code
* Migrate IdPDisco
* Migrate ProcessingChain
* Fix return-type & drop unnecessary use-statement
* Address review comments
* Do not add caching headers at all
* Fix type-confusions
* Migrate saml2 bindings
* Migrate completeAuth
* Migrate handleLogout
* Migrate some more
* Migrate a whole lot more (messy)
* Migrate logout
* Migrate a whole lot more (also messy)
* Many fixes
* Raise coverage
* Psalm: Ignore exteranl adfs-module
* Replace use of _GET globals
* Migrate bindings (send)
* Migrate bindings (receive)
* Fix psalm-dev
* Fix assertion
* s/subclassOf/isInstanceOf
* Fix type-confusion in logout handlers
* Update container
* Bump saml2 + adfs
* Rename namespace1 parent 7204202 commit a6458f5
123 files changed
Lines changed: 2026 additions & 1514 deletions
File tree
- .github/workflows
- modules
- admin/src/Controller
- core/src
- Auth
- Process
- Source
- Controller
- cron/src/Controller
- exampleauth/src
- Auth
- Process
- Source
- Controller
- multiauth/src
- Auth/Source
- Controller
- saml
- docs
- src
- Auth
- Process
- Source
- Controller
- Error
- IdP
- SP
- public
- admin
- saml2/idp
- src/SimpleSAML
- Auth
- Compat
- Error
- HTTP
- IdP
- Metadata
- Sources
- Utils
- Config
- XHTML
- tests
- Utils
- modules
- admin/src/Controller
- core/src
- Auth
- Process
- Source
- Controller
- cron/src/Controller
- exampleauth/src/Controller
- multiauth/src
- Auth/Source
- Controller
- saml/src
- Auth
- Process
- Source
- Controller
- IdP
- src/SimpleSAML
- Metadata
- test-metadata
- source1
- source3
- Utils
- Config
- XML
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
0 commit comments