Commit Graph

1054 Commits

Author SHA1 Message Date
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
Michael 1e4e0914ff Added parameter for test 2021-11-21 07:10:10 +00:00
Michael 8bc748758d Fetch data for test 2021-11-21 06:37:09 +00:00
Michael cf2ada64da Adding test data 2021-11-21 06:31:04 +00:00
Michael f385be04dc More test data 2021-11-21 06:19:35 +00:00
Michael 16e69cbffa Adding more test data 2021-11-21 06:14:38 +00:00
Michael 52a3563de4 Added test data 2021-11-21 06:10:19 +00:00
Michael c54d3ddf18 Test return value 2021-11-21 05:55:16 +00:00
Michael 1acaa61446 Use user contact 2021-11-21 05:40:48 +00:00
Michael ff9786f3c3 Fixing tests 2021-11-21 05:16:21 +00:00
Michael 8954c19896 Fix some tests 2021-11-21 00:36:02 +00:00
Michael c732027b04 Tests ... 2021-11-21 00:14:38 +00:00
Michael f04b07b20a Removed some more API functions 2021-11-20 23:38:52 +00:00
Michael 647ecd4bd3 Relocate RSS header stuff, cleaning up the code 2021-11-20 13:44:12 +00:00
Michael 4327ccddcb Some more removed functions and parameters 2021-11-20 09:36:17 +00:00
Michael d576e920d5 Fix legacy API 2021-11-19 20:15:12 +00:00
Philipp Holzer 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 8fd738f550 Removed "api_get_user" 2021-11-18 22:20:19 +00:00
Michael 1f79d25ffc Replaced "api_date" 2021-11-18 21:43:13 +00:00
Michael b67c10812a Merge remote-tracking branch 'upstream/develop' into api4 2021-11-18 20:15:57 +00:00
Michael 0648f2f9ee Fix test 2021-11-18 15:55:25 +00:00
Michael 7c03eba98e Removed unused code 2021-11-18 14:49:12 +00:00
Michael 7d1a603ee5 Changing the expectaztion in the test 2021-11-18 08:14:08 +00:00
Michael a8a64a0918 We niow throw a different exception 2021-11-18 08:08:55 +00:00
Michael 42bd7918ad allow_api removed 2021-11-18 07:14:23 +00:00
Michael 98b68b47f0 api_get_user isn't used without parameters anymore 2021-11-18 07:06:08 +00:00
Michael 0c26ae31f6 And again ... 2021-11-18 06:58:43 +00:00
Michael 4c05228497 And again 2021-11-18 06:49:16 +00:00
Michael c2181df4d2 Poking around in the fog 2021-11-18 06:43:11 +00:00
Michael 268ad197c7 Tests 2021-11-18 06:37:48 +00:00
Michael c981f60221 Tests ... 2021-11-18 06:10:20 +00:00
Michael 2723e28a18 Tests ... 2021-11-18 06:03:21 +00:00
Michael 86c14f4d43 Tests again 2021-11-17 23:11:21 +00:00
Michael 3c0f22b2dd Testing tests 2021-11-17 22:50:43 +00:00
Michael abbe7895ae Fixing tests - maybe 2021-11-17 22:12:21 +00:00
Michael cdedf348e4 Replaced most "api_get_user" calls with newer BaseApi calls 2021-11-17 21:28:51 +00:00
Philipp Holzer f3d7d610e8
Fix tests 2021-11-17 22:21:03 +01:00
Philipp Holzer 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
Michael 2eca5524e3 Tests fixed 2021-11-16 23:41:17 +00:00
Philipp Holzer c95d47b0b4
Refactor App\Module to App\ModuleController and rename properties 2021-11-16 22:40:39 +01:00
Philipp Holzer 8bf61848f9
Fix Legacy test 2021-11-15 00:01:16 +01:00
Philipp Holzer d32f8e5285
Adapt API tests for dynamic usage 2021-11-14 23:49:07 +01:00
Philipp Holzer 489cd0884a
Make BaseModule methods dynamic 2021-11-14 23:49:06 +01:00
Philipp Holzer 018275919c
Create interface for static Module calls 2021-11-14 23:30:04 +01:00
Michael 66db55f0cd
Some more API functions moved 2021-11-14 23:21:54 +01:00
Philipp Holzer 6b7babd58f
Remove test for deprecated way of calling API methods 2021-11-12 22:46:18 +01:00
Philipp Holzer e7f84d4934
Move Api\unsupported tests and remove dependency to System::jsonExit() 2021-11-12 22:44:59 +01:00
Philipp Holzer c0219fe2fa
class type 2021-11-12 22:30:48 +01:00
Philipp Holzer 7797c3a0a8
Migrate API\error tests and fix ApiResponse for RSS/atom 2021-11-12 22:29:58 +01:00
Philipp Holzer 23939cd0f1
Mirate API\SavedSearches tests 2021-11-12 22:15:43 +01:00
Philipp Holzer de1e839a2b
Migrate API\StatusNetVersion 2021-11-12 22:12:28 +01:00
Philipp Holzer 829c43ba3b
Migrate Api\RateLimitStatus 2021-11-12 22:09:03 +01:00
Philipp Holzer 0757c00d52
Move Api\Help 2021-11-12 22:03:41 +01:00
Philipp Holzer bfe925aabe
Make PHP-CS happy and add (c) header 2021-11-12 21:50:02 +01:00
Philipp Holzer 6725f05ab2
Moved API\Notification tests 2021-11-12 21:35:21 +01:00
Philipp Holzer f2ca21935e
Move API\Photo testcases 2021-11-12 21:12:00 +01:00
Philipp Holzer e477cf215d
Make API testable & move PhotoAlbum tests to new destination 2021-11-12 21:08:36 +01:00
Philipp Holzer 4309f814e0
Transform ApiResponse::formatData() into dynamic method 2021-11-12 19:59:16 +01:00
Philipp Holzer f28e64299e
Transform ApiResponse::createXML() into dynamic method 2021-11-12 19:56:37 +01:00
Philipp Holzer 319f91301d
Move API Response methods into an own class to make them mockable 2021-11-12 19:52:01 +01:00
Michael 293775ab4a Photo delete is moved as well 2021-11-10 23:31:42 +00:00
Michael 02210f285b API: some more converted functions 2021-11-10 23:07:46 +00:00
Michael 1518ad33ad API: Classes moved to the correct places according to their origin 2021-11-10 07:31:39 +00:00
Michael 0b7cad5cb5 Fix tests 2021-11-09 23:14:32 +00:00
Michael be5988af41 Fixing tests 2021-11-09 23:10:20 +00:00
Michael bbc4fe851b "init" removed, moved error function 2021-11-09 22:59:58 +00:00
Michael b6943aff36 API call rate_limit_status moved 2021-11-09 21:41:37 +00:00
Michael da9d1e828b Commented out test functions 2021-11-08 22:12:10 +00:00
Michael a66bb09b40 Moved function to Arrays.php 2021-11-08 22:10:07 +00:00
Michael f5b47fccce API: spme Functionality is transferred to new places 2021-11-08 21:35:41 +00: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
Michael cfac13790b "escapeTags" is finally removed 2021-11-07 09:18:25 +00:00
Philipp Holzer 5350e0852d
Add `hostname` to `Process` entity 2021-11-06 20:21:01 +01:00
Philipp Holzer 9a5e6642b6
Add Unique-Id for each worker execution 2021-11-05 21:07:14 +01:00
Philipp Holzer 38f70cc55a
Refactor Process for new paradigm 2021-11-05 20:52:28 +01:00
Michael 63da4a75e9 The boot.php had been cleared of most functions 2021-11-04 20:29:59 +00:00
Michael 2785e4dab8 Merge remote-tracking branch 'upstream/develop' into logger-json 2021-11-02 19:35:11 +00:00
Michael 3d08eb0652 Fix test 2021-11-02 19:11:29 +00:00
Hypolite Petovan 4a0127bcee
Merge pull request #10942 from annando/error-handling
Improved http error handling
2021-11-02 03:22:20 -04:00
Philipp Holzer e122f3059c
fxied tests 2021-11-01 13:39:51 +01:00
Philipp Holzer 1a2f33578b
Add more PermissionSet tests with groups 2021-10-31 19:39:24 +01:00
Philipp Holzer 130f97717d
Add tests & remove unused method 2021-10-31 13:58:52 +01:00
Philipp Holzer dcbf8e18f0
Add tests for the PermissionSet repository 2021-10-31 13:50:01 +01:00
Michael bfc27d151f Fix test 2021-10-31 05:35:40 +00:00
Philipp Holzer 22663c4ae5
Move Introspection to Logger package 2021-10-29 12:37:22 +02:00
Philipp Holzer f4ea74447e
Add Feedback :-) 2021-10-29 11:37:09 +02:00
Philipp Holzer 409d909d0f
Restructure HTTPClient for new paradigm 2021-10-28 20:01:03 +02:00
Philipp Holzer fa55928ea3
Replace own VoidLogger with PSR-Standard NullLogger() 2021-10-28 20:01:03 +02:00
Philipp Holzer 184f6cc255
Restructure Logger to new paradigm 2021-10-28 20:01:02 +02:00
Philipp Holzer d778af0b0e
Cleanup namespaces 2021-10-27 20:16:34 +02:00
Philipp Holzer 2ab0d06996
Restructure Storage to new paradigm 2021-10-27 20:00:19 +02:00
Philipp Holzer 58eea1adaa
Cleanup namespaces 2021-10-26 22:11:10 +02:00
Philipp Holzer b216317477
Refactoring Core class structures ... 2021-10-26 22:11:09 +02:00
Philipp Holzer 57b4c008cb
Restructure Session to follow new paradigm 2021-10-26 22:11:07 +02:00
Philipp Holzer ff1a812e1a
Restructure Lock to follow new paradigm 2021-10-26 22:11:06 +02:00