friendica/src/Module/Security
Philipp Holzer 2e4d654c0a Make $_REQUEST processing independent of sub-calls
- Move HTTPInputData::process() into App::runFrontend()
- Pass $_REQUEST (including processed Input) to every Module method
- Delete $_POST parameters at Module post() calls because of $_REQUEST
2021-11-30 01:07:58 -05:00
..
TwoFactor Make $_REQUEST processing independent of sub-calls 2021-11-30 01:07:58 -05:00
Login.php Make $_REQUEST processing independent of sub-calls 2021-11-30 01:07:58 -05:00
Logout.php Introduce Response for Modules to create a testable way for module responses 2021-11-27 12:40:38 +01:00
OpenID.php Make BaseModule a real entity 2021-11-27 12:40:36 +01:00