Philipp Holzer
901068f770
Fix test
2021-11-30 20:53:47 +01:00
Michael
68655d0dcb
Possibly fixing tests
2021-11-30 19:17:33 +00:00
Michael
56f8adcb80
Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes
2021-11-30 19:07:24 +00:00
Philipp Holzer
9cec38f916
Make HTTPInputData dynamic
...
- Removing DI:: dependency inside App class
- Making testability easier & adapting tests
2021-11-30 01:07:59 -05:00
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
Michael
220c910de4
Tests
2021-11-30 05:43:06 +00:00
Michael
a5b1843b36
Fixing tests?
2021-11-30 05:38:59 +00:00
Michael
33c8872c65
Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes
2021-11-30 05:00:46 +00:00
Philipp Holzer
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
Michael
61f1a4d14d
Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes
2021-11-28 13:44:02 +00:00
Michael
222b35684d
API: Added more functions, fixed function names
2021-11-28 13:34:00 +00:00
Hypolite Petovan
a7689a3cc4
Improve comment wording in ApiTest
2021-11-28 08:26:53 -05:00
Philipp Holzer
d576bb136b
Fix BaseApi and corresponding tests
2021-11-28 13:11:12 +01:00
Philipp Holzer
4cc36c9b2c
Fix BBCode::expandTags() & Remove AppMockTrait
2021-11-28 13:07:38 +01:00
Philipp Holzer
313d74598d
Fix tests
2021-11-27 22:25:41 -05:00
Michael
14ec87e68c
Deprecated upload function relocates to a replacement
2021-11-27 22:25:41 -05:00
Michael
7c8542f25a
Tests deactivated
2021-11-27 22:25:40 -05:00
Michael
b15d3a2523
API: Next bunch of functions transformed
2021-11-27 22:25:36 -05:00
Philipp Holzer
0b3540af0e
Make PHP-CS happy :)
2021-11-27 20:41:11 +01:00
Philipp Holzer
6fc2eeaeaf
Move all (inactive) API endpoint specific tests to new structure
2021-11-27 19:50:52 +01:00
Philipp Holzer
6a9fff5100
Fixing Response
2021-11-27 12:40:57 +01:00
Philipp Holzer
7cd85873ee
Replace IRespondToRequests with PSR-7 ResponseInterface
2021-11-27 12:40:57 +01:00
Philipp Holzer
ca5c40c97e
Delete deprecated ApiResponseDouble
2021-11-27 12:40:57 +01:00
Philipp Holzer
78c45bd142
Add NodeInfo Module test as an example
2021-11-27 12:40:56 +01:00
Philipp Holzer
537b74f307
Inherit ApiResponse
from Response
2021-11-27 12:40:54 +01:00
Philipp Holzer
b5d2d32b44
Split and delete ModuleController
...
- $moduleName is part of the argument string => App\Arguments
- $isBackend boolean already part of App\Mode::isBackend()
- $module is now the direct return of App\Router::getModule()
- ModuleController::run() moved to BaseModule::run()
2021-11-27 12:39:45 +01:00
Michael
0de9ae913b
API: moved several lists
2021-11-26 21:48:13 +00:00
Michael
998964c733
Fixing (some) tests
2021-11-26 10:54:02 +00:00
Michael
f5a3f8039d
Fixing tests
2021-11-26 10:48:38 +00:00
Michael
ce161386e7
Fix test
2021-11-26 08:45:37 +00:00
Michael
0e3c8e3f5e
Mixed parameter order
2021-11-26 08:16:06 +00:00
Michael
fb47389c69
API: Fix profile_url handling / missing constant
2021-11-26 07:55:02 +00:00
Michael
1ff6b1cf18
Coding standards
2021-11-25 11:28:56 +00:00
Michael
44555cddb8
More functions moved
2021-11-25 06:00:58 +00:00
Michael
328a6c9e4e
Fixing tests
2021-11-24 23:16:07 +00:00
Michael
c4d52feea5
Many API calls moved
2021-11-24 23:03:34 +00:00
Michael
c9b14b260f
Replaced "requestdata"
2021-11-24 21:01:07 +00:00
Michael
c412a1dfc5
Tests
2021-11-24 07:26:22 +00:00
Michael
c61776aba6
Partially fixing source detection
2021-11-24 07:11:33 +00:00
Michael
57cf384fae
Moved acitivites
2021-11-24 07:06:28 +00:00
Michael
a3aab4a75a
Entities, Source and api functions rearranged
2021-11-24 06:44:25 +00:00
Michael
07c2f36946
Removing unused functions, added (deactivated) attachments
2021-11-23 21:54:19 +00:00
Michael
1de83b7ad2
Fix tests
2021-11-21 20:34:00 +00:00
Michael
f00792d370
Merge remote-tracking branch 'upstream/develop' into api-rework
2021-11-21 17:02:51 +00:00
Michael
a4ef4589e6
Reworked friendship API endpoints
2021-11-21 16:59:09 +00:00
Hypolite Petovan
23c56b108b
Merge pull request #11003 from annando/fix-api
...
Fix legacy API
2021-11-21 07:55:25 -05:00
Philipp Holzer
8135c49613
Fix ApiResponseTest
2021-11-21 11:45:50 +01:00
Michael
b4cb5631ad
Fixing tests again
2021-11-21 10:23:54 +00:00
Michael
8abf6c9dd0
Possibly fixing tests
2021-11-21 10:20:03 +00:00
Michael
bfddf14b6b
Persuading the tests
2021-11-21 07:18:40 +00:00