Michael
56f8adcb80
Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes
2021-11-30 19:07:24 +00:00
Philipp
9cec38f916
Make HTTPInputData dynamic
...
- Removing DI:: dependency inside App class
- Making testability easier & adapting tests
2021-11-30 01:07:59 -05:00
Philipp
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
Philipp
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
Hypolite Petovan
a7689a3cc4
Improve comment wording in ApiTest
2021-11-28 08:26:53 -05:00
Philipp
d576bb136b
Fix BaseApi and corresponding tests
2021-11-28 13:11:12 +01:00
Philipp
4cc36c9b2c
Fix BBCode::expandTags() & Remove AppMockTrait
2021-11-28 13:07:38 +01:00
Philipp
313d74598d
Fix tests
2021-11-27 22:25:41 -05:00
Philipp
0b3540af0e
Make PHP-CS happy :)
2021-11-27 20:41:11 +01:00
Philipp
6fc2eeaeaf
Move all (inactive) API endpoint specific tests to new structure
2021-11-27 19:50:52 +01:00
Philipp
6a9fff5100
Fixing Response
2021-11-27 12:40:57 +01:00
Philipp
7cd85873ee
Replace IRespondToRequests with PSR-7 ResponseInterface
2021-11-27 12:40:57 +01:00
Philipp
78c45bd142
Add NodeInfo Module test as an example
2021-11-27 12:40:56 +01:00
Philipp
537b74f307
Inherit ApiResponse
from Response
2021-11-27 12:40:54 +01:00
Philipp
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
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
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
Philipp
645e4edc63
Revert "Revert "Replace Module::init() with Constructors""
...
This reverts commit 89d6c89b67
.
2021-11-19 20:18:48 +01:00
Hypolite Petovan
89d6c89b67
Revert "Replace Module::init() with Constructors"
2021-11-19 07:23:23 -05:00
Hypolite Petovan
0b6e0566d7
Merge pull request #10987 from annando/api4
...
API: moved classes / unified user array creation
2021-11-19 06:13:52 -05:00
Michael
b67c10812a
Merge remote-tracking branch 'upstream/develop' into api4
2021-11-18 20:15:57 +00:00
Philipp
f3d7d610e8
Fix tests
2021-11-17 22:21:03 +01:00
Philipp
e73eda0156
Add feedback
2021-11-17 08:16:33 +01:00
Philipp
d638775927
Update tests/src/App/ModuleTest.php
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2021-11-17 06:58:28 +01:00
Michael
cf4793ffa6
Possibly fix test
2021-11-17 00:14:56 +00:00
Michael
6b20e52c99
Fixed banner test
2021-11-17 00:03:24 +00:00
Michael
2bb1805a67
Added profile picture
2021-11-16 23:57:12 +00:00
Philipp
c95d47b0b4
Refactor App\Module to App\ModuleController and rename properties
2021-11-16 22:40:39 +01:00
Philipp
8bf61848f9
Fix Legacy test
2021-11-15 00:01:16 +01:00
Philipp
d32f8e5285
Adapt API tests for dynamic usage
2021-11-14 23:49:07 +01:00
Philipp
489cd0884a
Make BaseModule methods dynamic
2021-11-14 23:49:06 +01:00
Philipp
018275919c
Create interface for static Module calls
2021-11-14 23:30:04 +01:00
Philipp
e7f84d4934
Move Api\unsupported tests and remove dependency to System::jsonExit()
2021-11-12 22:44:59 +01:00
Philipp
c0219fe2fa
class type
2021-11-12 22:30:48 +01:00
Philipp
7797c3a0a8
Migrate API\error tests and fix ApiResponse for RSS/atom
2021-11-12 22:29:58 +01:00
Philipp
23939cd0f1
Mirate API\SavedSearches tests
2021-11-12 22:15:43 +01:00
Philipp
de1e839a2b
Migrate API\StatusNetVersion
2021-11-12 22:12:28 +01:00
Philipp
829c43ba3b
Migrate Api\RateLimitStatus
2021-11-12 22:09:03 +01:00
Philipp
0757c00d52
Move Api\Help
2021-11-12 22:03:41 +01:00
Philipp
bfe925aabe
Make PHP-CS happy and add (c) header
2021-11-12 21:50:02 +01:00
Philipp
6725f05ab2
Moved API\Notification tests
2021-11-12 21:35:21 +01:00
Philipp
f2ca21935e
Move API\Photo testcases
2021-11-12 21:12:00 +01:00
Philipp
e477cf215d
Make API testable & move PhotoAlbum tests to new destination
2021-11-12 21:08:36 +01:00
Michael
e2ff7aef66
Switched to another legacy module
2021-11-08 07:32:46 +00:00
Hypolite Petovan
6730430919
Merge pull request #10957 from nupplaphil/feat/multi_node_process
...
Add `hostname` to `Process` entity
2021-11-07 10:01:20 -05:00