56f8adcb80
Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes
2021-11-30 19:07:24 +00:00
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
220c910de4
Tests
2021-11-30 05:43:06 +00:00
d433c06632
Add tests to prove error https://github.com/friendica/friendica/issues/11023
...
- Use `$request` instead of `$post` in `BaseModule->run`
2021-11-29 06:29:29 -05:00
313d74598d
Fix tests
2021-11-27 22:25:41 -05:00
537b74f307
Inherit ApiResponse
from Response
2021-11-27 12:40:54 +01:00
645e4edc63
Revert "Revert "Replace Module::init() with Constructors""
...
This reverts commit 89d6c89b67
.
2021-11-19 20:18:48 +01:00
89d6c89b67
Revert "Replace Module::init() with Constructors"
2021-11-19 07:23:23 -05:00
f3d7d610e8
Fix tests
2021-11-17 22:21:03 +01:00
d32f8e5285
Adapt API tests for dynamic usage
2021-11-14 23:49:07 +01:00
bfe925aabe
Make PHP-CS happy and add (c) header
2021-11-12 21:50:02 +01:00
6725f05ab2
Moved API\Notification tests
2021-11-12 21:35:21 +01:00
f2ca21935e
Move API\Photo testcases
2021-11-12 21:12:00 +01:00
e477cf215d
Make API testable & move PhotoAlbum tests to new destination
2021-11-12 21:08:36 +01:00