friendica/src/Module/Api/Friendica
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
..
DirectMessages extract "BaseApi::checkDefaults()" method for later usage 2021-11-30 01:07:57 -05:00
Events extract "BaseApi::checkDefaults()" method for later usage 2021-11-30 01:07:57 -05:00
Group extract "BaseApi::checkDefaults()" method for later usage 2021-11-30 01:07:57 -05:00
Notification Fixing wrong inherited methodsyntax 2021-11-27 19:58:24 +01:00
Photo extract "BaseApi::checkDefaults()" method for later usage 2021-11-30 01:07:57 -05:00
Photoalbum extract "BaseApi::checkDefaults()" method for later usage 2021-11-30 01:07:57 -05:00
Profile Inherit ApiResponse from Response 2021-11-27 12:40:54 +01:00
Activity.php extract "BaseApi::checkDefaults()" method for later usage 2021-11-30 01:07:57 -05:00
Index.php Make $_REQUEST processing independent of sub-calls 2021-11-30 01:07:58 -05:00
Notification.php Inherit ApiResponse from Response 2021-11-27 12:40:54 +01:00