Philipp
901068f770
Fix test
2021-11-30 20:53:47 +01:00
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
Michael
cfac13790b
"escapeTags" is finally removed
2021-11-07 09:18:25 +00:00
Philipp
5350e0852d
Add hostname
to Process
entity
2021-11-06 20:21:01 +01:00
Philipp
9a5e6642b6
Add Unique-Id for each worker execution
2021-11-05 21:07:14 +01:00
Philipp
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
e122f3059c
fxied tests
2021-11-01 13:39:51 +01:00
Philipp
1a2f33578b
Add more PermissionSet tests with groups
2021-10-31 19:39:24 +01:00
Philipp
130f97717d
Add tests & remove unused method
2021-10-31 13:58:52 +01:00
Philipp
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
22663c4ae5
Move Introspection to Logger package
2021-10-29 12:37:22 +02:00
Philipp
f4ea74447e
Add Feedback :-)
2021-10-29 11:37:09 +02:00
Philipp
409d909d0f
Restructure HTTPClient for new paradigm
2021-10-28 20:01:03 +02:00
Philipp
fa55928ea3
Replace own VoidLogger with PSR-Standard NullLogger()
2021-10-28 20:01:03 +02:00
Philipp
184f6cc255
Restructure Logger to new paradigm
2021-10-28 20:01:02 +02:00
Philipp
d778af0b0e
Cleanup namespaces
2021-10-27 20:16:34 +02:00
Philipp
2ab0d06996
Restructure Storage to new paradigm
2021-10-27 20:00:19 +02:00
Philipp
58eea1adaa
Cleanup namespaces
2021-10-26 22:11:10 +02:00
Philipp
b216317477
Refactoring Core class structures ...
2021-10-26 22:11:09 +02:00
Philipp
57b4c008cb
Restructure Session to follow new paradigm
2021-10-26 22:11:07 +02:00
Philipp
ff1a812e1a
Restructure Lock to follow new paradigm
2021-10-26 22:11:06 +02:00
Philipp
ab83d0dd27
Restructure (P)Config to follow new paradigm
2021-10-26 22:11:06 +02:00
Philipp
68046573a4
Restructure Cache to follow new paradigm
2021-10-26 22:11:06 +02:00
Philipp
6a7cbefaa5
Improve tests :-)
2021-10-23 21:45:37 -04:00
Philipp
1c100bbac0
Added basic unit tests
2021-10-23 21:45:37 -04:00
Philipp
5d92713a8e
Rename Depository to Repository
2021-10-23 21:45:36 -04:00
Philipp
f5786a8f4f
set intro::duplex deprecated because of no usage
2021-10-21 21:57:24 +02:00
Philipp
44627a0b12
fix intro.cid and intro.suggest-id
2021-10-21 21:57:23 +02:00
Philipp
690369cc4b
Fixings & add tests
2021-10-21 21:56:46 +02:00
Philipp
81122bfc3b
Fix tests
2021-10-18 23:32:48 +02:00
Philipp
f7603b0b6a
Try to delete all data at the end of the test ..
2021-10-18 23:32:48 +02:00
Philipp
0f752ff91b
Fix tests
2021-10-18 23:32:47 +02:00
Philipp
64a336ee8d
Rename method again
2021-10-18 23:32:46 +02:00
Philipp
b5d994394e
Fixing PUBLIC usage, Fixing DB-View, Creating tests
2021-10-18 23:32:45 +02:00
Philipp
a07acac463
Fix PHP-CS
2021-10-18 23:32:45 +02:00
Philipp
5fecc9ecf7
Adapt ProfileField & Fix current PermissionSet Usage at ProfileFields
2021-10-18 23:32:44 +02:00
Philipp
8a354dac82
Fixup ProfileField Test (because of PermissionSet fix)
2021-10-18 23:32:43 +02:00
Philipp
a22c373347
make PHP-CS happy :-)
2021-10-18 23:32:43 +02:00
Philipp
7c0c102f9f
Add tests
2021-10-18 23:32:42 +02:00
Philipp
f273c27e3b
Fixups
2021-10-18 23:32:42 +02:00
Philipp
ef1e2ce77e
Cleanup tests
...
- Remove DBAMockTrait
- Remove DBStructureMockTrait
2021-10-18 20:08:40 +02:00
Hypolite Petovan
fe5d1444a5
Add test for new BBCode tag
2021-10-18 02:45:47 -04:00
Hypolite Petovan
29be333cec
Add test for public value of Depository\PermissionSet->selectOneById
2021-10-16 16:55:53 -04:00
Hypolite Petovan
5feb80397f
Added test for code blocks containing HTML entities in HTMLTest::toBBCode
2021-10-15 11:37:21 -04:00
Philipp
03164d00e8
Add feedback and tests
2021-10-07 19:53:39 +02:00
Philipp
7471b7698b
Adapt filesystem tests
2021-10-05 20:29:52 +02:00
Philipp
065b46c721
Split Storage usage and Storage configuration
2021-10-05 20:07:12 +02:00
fabrixxm
fcc284577d
Fix typo in test for ParsedLogIterator
2021-10-01 14:08:00 +02:00
Hypolite Petovan
d9cd2f5bca
Merge pull request #10773 from annando/issue-10772
...
Issue 10772: Avoid duplicated links in AP posts
2021-09-28 07:03:39 -04:00
Michael
0b333ef6bc
Fixed test error
2021-09-28 04:27:24 +00:00
Michael
dd6e321c97
Added test
2021-09-28 03:36:48 +00:00
fabrixxm
ab7de16aca
Fix code style
2021-09-27 12:22:08 +02:00
fabrixxm
eadcc8dc93
Handle reading empty file in ReversedFileReader
...
fix #10766
2021-09-27 12:14:19 +02:00
Hypolite Petovan
d78661817e
Merge pull request #10693 from nupplaphil/feat/config_dir
...
Add the possibility to use a different configuration directory
2021-09-13 07:02:52 -04:00
Philipp
b7c262bee6
Fix test
2021-09-12 13:51:03 +02:00
Philipp
27e4586597
Move path determination logic into the ConfigFactory
2021-09-12 13:44:29 +02:00
Hypolite Petovan
8e99b7f775
Refine BBCode::expandTags regular expression
...
- Now requires the tag to be preceded by either a non-word character or a start of a line
- Added corresponding tests
2021-09-12 00:06:14 -04:00
Philipp
5702944116
Add the possibility to use a different configuration directory
2021-09-11 14:33:26 +02:00
Philipp
0d6884a8a9
Fix http_code
usage in case of failures
2021-08-29 14:05:38 +02:00
Philipp
d517fed12d
Add test for https://github.com/friendica/friendica/issues/10473#issuecomment-907749093
2021-08-29 13:49:10 +02:00
Philipp
befd5c860d
Fix headers (string to array) and make sure the signature doesn't change
2021-08-25 14:22:43 +02:00
Philipp
f2dcc2788d
Add Test for HTTPSignature::createSig()
2021-08-25 14:22:43 +02:00
Philipp
d4a233a149
Extend test capability for HTTP Requests
2021-08-25 14:22:43 +02:00
Philipp
c7f54d83ce
Introduce DiceTestTrait for partial mocking DI:: calls
2021-08-25 14:22:43 +02:00
Philipp
3eb2abdb2a
Adapt tests
2021-08-25 14:22:42 +02:00
Philipp
52c7948526
Create HTTPClientFactory and introduce ImageTest
2021-08-25 14:22:42 +02:00
Philipp
26401e88b8
IHTTPResult::getContentType is now a string again
2021-08-20 19:58:42 +02:00
Philipp
82f767f2ee
Fix Content-Type for CurlResult
class
2021-08-20 19:58:42 +02:00
Philipp
dee1899628
Fix IHTTPResult::getHeader/s()
...
- Split functionality "getHeader()" and "getHeaders()" analog to IMessageInterface::getHeader/s()
- Fix functionality at various places - Adapt CurlResultTest
2021-08-20 19:58:42 +02:00
Philipp
05ecd1e3d4
Replace IHTTPResult for CurlResult usages
2021-08-20 19:58:42 +02:00
Hypolite Petovan
632d1024f7
Merge pull request #10309 from fabrixxm/feature/advanced-logsview
...
Display structured logs in admin
2021-08-20 05:24:07 -04:00
fabrixxm
7f695197aa
Fix review points
...
- Fix headers hierarchy
- Improve accessibility:
- set mouse pointer
- make rows focusable
- open on key press
- add tooltip with "title"
- add role and aria attributes
- Rename `ParsedLog` to `ParsedLogLine`
- Add docs to `ReversedFileReader`'s implementation of `Iterator`'s methods
- Add docs to `ParsedLogIterator`'s implementation of `Iterator`'s methods
- Remove unnecessary comment
- Add more test for parsing log lines and fix some edge cases
- Fix function name in snake-case to camelCase
- Remove `DIRECTORY_SEPARATOR`
2021-08-20 11:02:18 +02:00
Hypolite Petovan
940a9b2505
Add test for issue #10617
2021-08-20 03:45:43 -04:00
fabrixxm
5520f100b2
Fix ParsedLogIteratorTest::setUp()
2021-08-19 15:26:26 +02:00
fabrixxm
dd2abc7aff
Fix code standard
2021-08-19 15:20:25 +02:00
fabrixxm
ce0d7616cc
Add tests for ParsedLogIterator
2021-08-19 14:57:04 +02:00
fabrixxm
a62124285d
Add tests for ParsedLog and fix parsing
2021-08-19 14:55:33 +02:00
Hypolite Petovan
42c21df118
Add tests for a couple of static methods of Protocol\ActivityPub\Processor
2021-08-18 14:36:45 -04:00
Philipp
1901716479
Lower complexity for valid backends (replace hashmap with a "simple" name array)
2021-08-16 23:27:43 +02:00
Philipp
c17bc55158
Introduce InvalidClassStorageException and adapt the code for it
2021-08-16 23:27:42 +02:00
Philipp
d0536ebea7
Rename ISelectableStorage to IWritableStorage
2021-08-16 23:27:42 +02:00
Philipp
470ba8b61b
Fixup Database behaviour
2021-08-16 23:27:42 +02:00
Philipp
90c99520bb
Fix Storage Exceptions
2021-08-16 23:27:42 +02:00
Philipp
29c7552df5
Refactor IStorage
2021-08-16 23:27:42 +02:00
Michael
ab24f58bad
Parser is now session
2021-07-27 13:56:28 +00:00
Michael
dd4f270b11
And again
2021-07-27 06:35:44 +00:00
Michael
3a230bedd5
And again
2021-07-27 06:28:56 +00:00
Michael
e53289d3f3
Again
2021-07-27 06:26:11 +00:00
Michael
9ce43ad21d
Tests
2021-07-27 06:22:37 +00:00
Michael
c89533a70b
Support for stacked profiler analysis
2021-07-27 04:57:29 +00:00
Hypolite Petovan
3cef3ab107
Merge pull request #10548 from annando/args
...
Replaced argv/argc with replacement functions
2021-07-26 18:43:47 -04:00
Michael
2b41b322bc
Tests
2021-07-25 20:45:09 +00:00
Michael
5a87ccf026
Getter/Setter for theme info
2021-07-25 19:39:10 +00:00
Michael
c52b8595e8
theme infos are now bundled in a single array
2021-07-25 19:07:03 +00:00
Michael
52378eb298
Fighting with the tests
2021-07-25 04:56:40 +00:00
Michael
12c63c9b97
Tests
2021-07-25 04:52:17 +00:00