Commit Graph

1300 Commits

Author SHA1 Message Date
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
Philipp Holzer ab83d0dd27
Restructure (P)Config to follow new paradigm 2021-10-26 22:11:06 +02:00
Philipp Holzer 68046573a4
Restructure Cache to follow new paradigm 2021-10-26 22:11:06 +02:00
Philipp Holzer 6a7cbefaa5 Improve tests :-) 2021-10-23 21:45:37 -04:00
Philipp Holzer 1c100bbac0 Added basic unit tests 2021-10-23 21:45:37 -04:00
Philipp Holzer 5d92713a8e Rename Depository to Repository 2021-10-23 21:45:36 -04:00
Philipp Holzer f5786a8f4f
set intro::duplex deprecated because of no usage 2021-10-21 21:57:24 +02:00
Philipp Holzer 44627a0b12
fix intro.cid and intro.suggest-id 2021-10-21 21:57:23 +02:00
Philipp Holzer 690369cc4b
Fixings & add tests 2021-10-21 21:56:46 +02:00
Philipp Holzer 81122bfc3b
Fix tests 2021-10-18 23:32:48 +02:00
Philipp Holzer f7603b0b6a
Try to delete all data at the end of the test .. 2021-10-18 23:32:48 +02:00
Philipp Holzer 0f752ff91b
Fix tests 2021-10-18 23:32:47 +02:00
Philipp Holzer caa977c24e
adapt fixture 2021-10-18 23:32:46 +02:00
Philipp Holzer 64a336ee8d
Rename method again 2021-10-18 23:32:46 +02:00
Philipp Holzer b5d994394e
Fixing PUBLIC usage, Fixing DB-View, Creating tests 2021-10-18 23:32:45 +02:00
Philipp Holzer a07acac463
Fix PHP-CS 2021-10-18 23:32:45 +02:00
Philipp Holzer 5fecc9ecf7
Adapt ProfileField & Fix current PermissionSet Usage at ProfileFields 2021-10-18 23:32:44 +02:00
Philipp Holzer 8a354dac82
Fixup ProfileField Test (because of PermissionSet fix) 2021-10-18 23:32:43 +02:00
Philipp Holzer a22c373347
make PHP-CS happy :-) 2021-10-18 23:32:43 +02:00
Philipp Holzer 7c0c102f9f
Add tests 2021-10-18 23:32:42 +02:00
Philipp Holzer f273c27e3b
Fixups 2021-10-18 23:32:42 +02:00
Philipp Holzer 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
Michael 27b9da3df5 replace "p" with higher level database functions 2021-10-12 05:53:29 +00:00
Philipp Holzer 03164d00e8
Add feedback and tests 2021-10-07 19:53:39 +02:00
Philipp Holzer 7471b7698b
Adapt filesystem tests 2021-10-05 20:29:52 +02:00
Philipp Holzer 065b46c721
Split Storage usage and Storage configuration 2021-10-05 20:07:12 +02:00
Hypolite Petovan 47acb6a278 Move notify to the new paradigm
- Remove unused frion notify template
- Update API test
2021-10-02 18:15:42 -04:00
Michael 4e5116cf7e API: No special handling for Diaspora reshares 2021-10-02 08:22:15 +00: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 Holzer b7c262bee6
Fix test 2021-09-12 13:51:03 +02:00
Philipp Holzer 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 Holzer 5702944116
Add the possibility to use a different configuration directory 2021-09-11 14:33:26 +02:00
Philipp Holzer 0d6884a8a9
Fix `http_code` usage in case of failures 2021-08-29 14:05:38 +02:00
Philipp Holzer d517fed12d
Add test for https://github.com/friendica/friendica/issues/10473#issuecomment-907749093 2021-08-29 13:49:10 +02:00
Philipp Holzer befd5c860d
Fix headers (string to array) and make sure the signature doesn't change 2021-08-25 14:22:43 +02:00
Philipp Holzer f2dcc2788d
Add Test for HTTPSignature::createSig() 2021-08-25 14:22:43 +02:00
Philipp Holzer d4a233a149
Extend test capability for HTTP Requests 2021-08-25 14:22:43 +02:00
Philipp Holzer c7f54d83ce
Introduce DiceTestTrait for partial mocking DI:: calls 2021-08-25 14:22:43 +02:00
Philipp Holzer 3eb2abdb2a
Adapt tests 2021-08-25 14:22:42 +02:00
Philipp Holzer 52c7948526
Create HTTPClientFactory and introduce ImageTest 2021-08-25 14:22:42 +02:00
Philipp Holzer 9eba32226c
make CS happy :) 2021-08-20 22:11:36 +02:00
Philipp Holzer 26401e88b8
IHTTPResult::getContentType is now a string again 2021-08-20 19:58:42 +02:00
Philipp Holzer 82f767f2ee
Fix Content-Type for `CurlResult` class 2021-08-20 19:58:42 +02:00
Philipp Holzer 803c1d71de
Fix IHTTPResult::getHeader()
- Now returns a string array, like expected
- Fix usages
- Fix dataset
2021-08-20 19:58:42 +02:00
Philipp Holzer 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 Holzer 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 Holzer 1901716479
Lower complexity for valid backends (replace hashmap with a "simple" name array) 2021-08-16 23:27:43 +02:00
Philipp Holzer c17bc55158
Introduce InvalidClassStorageException and adapt the code for it 2021-08-16 23:27:42 +02:00
Philipp Holzer d0536ebea7
Rename ISelectableStorage to IWritableStorage 2021-08-16 23:27:42 +02:00
Philipp Holzer 470ba8b61b
Fixup Database behaviour 2021-08-16 23:27:42 +02:00
Philipp Holzer 90c99520bb
Fix Storage Exceptions 2021-08-16 23:27:42 +02:00
Philipp Holzer 29c7552df5
Refactor IStorage 2021-08-16 23:27:42 +02:00
Michael 28cfdec7c4 Some more renamed functions 2021-08-09 20:56:15 +00:00
Michael 28090bd793 Get rid of App->user completely 2021-08-08 19:30:21 +00: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 72bc1238ba Tests 2021-07-27 06:17:24 +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 6360c960e6 Tests again 2021-07-25 20:49:10 +00: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 540ddb9265 Hopefully making the tests to work 2021-07-25 14:27:13 +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
Michael 0dd0de1eb3 Init class 2021-07-25 04:44:23 +00:00
Michael 4b5eb055c8 Tests 2021-07-25 04:42:34 +00:00
Michael 2aa2c61479 Lock before recreate / fix cache key misspelling 2021-07-25 04:31:48 +00:00
Michael bca5238b41 Removed test 2021-07-15 13:37:48 +00:00
Michael 49c59fed2c Fix tests 2021-07-10 14:04:27 +00:00
Michael e5e3143293 Fix tests 2021-07-10 14:02:03 +00:00
Michael e0fdde3287 Fix the tests, hopefully 2021-07-09 17:13:54 +00:00
Michael 21cc2d28a3 Proxy removed in API 2021-07-06 06:38:15 +00:00
Michael a06d699480 Item cache related functionality removed 2021-07-05 04:57:50 +00:00
Hypolite Petovan 681c7c0187 Add ExternalStorage dependency to StorageManager
- Since ExternalStorage isn't instantiated automatically by Dice, we have to provide the dependency manually in StorageManager->getByName
- This requires StorageManager to take one one additional dependency
- Tests are updated with this additional dependency
2021-06-27 23:15:46 -04:00
Philipp Holzer 0fead7e3ea
Replace assertInternalType() with proper assertions 2021-06-02 23:03:08 +02:00
Philipp Holzer 0aa23b813f
adjusted test case 2021-05-25 09:21:37 +02:00
Philipp Holzer ea4b066df3
Fix DBA::lock() testability because of "autocommits" 2021-05-24 22:37:16 +02:00
Philipp Holzer 10e8c5594d
Fix API tests 2021-05-24 13:47:02 +02:00
Philipp Holzer 1d08b2cb2a
Fix tests 2021-05-24 13:29:57 +02:00
Hypolite Petovan de2c43ce4b
Merge pull request #10294 from annando/http-input-data
New class to process HTTP input data
2021-05-24 06:11:23 -04:00
Michael 2ad3959b56 Removing empty line 2021-05-24 07:45:35 +00:00
Michael 3e303fb366 Test file uploads 2021-05-24 07:43:42 +00:00
Michael ca5fd01f75 Transmit encoding, deactivated file test 2021-05-24 05:33:34 +00:00
Michael db9ebccdc0 File test 2021-05-24 05:14:25 +00:00
Michael 44e2404c63 Fixed content type 2021-05-24 05:11:08 +00:00
Michael d650ea1bde Test without the file 2021-05-24 05:08:13 +00:00
Michael c322a424ad Indentation 2021-05-24 04:58:41 +00:00
Michael c582729eae Whitespace 2021-05-24 04:56:42 +00:00
Michael 3dc5912886 Test with file (will fail) 2021-05-24 04:56:03 +00:00
Michael 70d93d7e4f Reverting previous commit 2021-05-24 04:45:24 +00:00
Michael f151b4571d Media ids with content 2021-05-24 04:42:20 +00:00
Michael e706f82a3c Whitespaces 2021-05-24 04:36:30 +00:00
Michael 436d5b4759 Merge branch 'http-input-data' of github.com:annando/friendica into http-input-data 2021-05-24 04:33:46 +00:00
Michael 49c2431f1f Two (hopefully) easy tests added 2021-05-24 04:33:42 +00:00
Philipp Holzer a361a1af6a
Replace `assertContains()` for string assertions 2021-05-23 23:16:33 +02:00
Philipp Holzer dda817cad8
Replace `expectExceptionMessageRegExp()` with `expectExceptionMessageMatches()` 2021-05-23 23:09:49 +02:00
Philipp Holzer 15216266d9
Add ContentType Injection for HTTPInputData tests 2021-05-23 22:40:41 +02:00
Michael a69e128fe4 Merge remote-tracking branch 'upstream/2021.06-rc' into http-input-data 2021-05-23 20:17:50 +00:00
Michael 102e05124d Changed variable type 2021-05-23 19:59:51 +00:00
Michael 2d15587744 coding standards 2021-05-23 19:54:14 +00:00
Michael 4889687659 Set the content type at another location 2021-05-23 19:50:02 +00:00
Michael d758f58ff2 Coding standards 2021-05-23 19:37:31 +00:00
Michael a0c52a8253 Added real test data 2021-05-23 19:34:28 +00:00
Philipp Holzer c064a39341
Adapt tests using a content file 2021-05-23 20:30:27 +02:00
Philipp Holzer a0da84b6b0
Enable testability for HTTPInputData and create a failing test for it :-) 2021-05-23 19:58:09 +02:00
Tobias Diekershoff 6ea52cfbf8 now... 2021-05-23 09:47:25 +02:00
Tobias Diekershoff 390fa23bce fix failing test for the installer wizard 2021-05-23 09:43:02 +02:00
Philipp Holzer ef7eb60749
Make tests PHPUnit 7.5 compatible 2021-05-16 23:49:40 +02:00
Philipp Holzer 93c8fdcbd4
Make tests PHPUnit 6.0 compatible 2021-05-16 23:39:03 +02:00
Philipp Holzer 1bcfa714a1
Make tests PHPUnit 6.0 compatible 2021-05-16 23:22:44 +02:00
Matthew Exon 4858993024 Add error message when setting config to existing value 2021-05-01 21:10:10 +02:00
Philipp Holzer 7b7322a90a
Remove PHPUnit dependency & create shell-script with description for it 2021-04-05 12:35:56 +02:00
Philipp Holzer 02e6dff6a0
Fix tests
- Fix InstallerTest case
- Fix native function mocking
- Add returntype for Unit-Tests
- Fixing ExtendedPDO test troubles
- Fix wrong class inheritance path for DatabaseTestTrait.php
- Fix SyslogLogger Server Exception for PHP8
- Add user/contact to database.fixture.php
- Avoid invalid rollbacks for test setup in PHP8
2021-04-04 20:11:57 +02:00
Philipp Holzer 8cab5edea9
Enable PHP 8.0 Auto-Test 2021-04-04 20:11:56 +02:00
Philipp Holzer 4b38b6aa16
Adapt tests for PhpUnit 7.5 2021-04-04 19:13:40 +02:00
Philipp Holzer b983559980
Fix Object parsing for Logging 2021-04-01 20:55:25 +02:00
Balázs Úr befc2af504
Merge branch '2021.03-rc' into copyright-2021 2021-03-29 08:45:21 +02:00
Balázs Úr 054c301ef0 Update copyright 2021-03-29 08:40:20 +02:00
Hypolite Petovan 1e71398c72
Merge pull request #10104 from nupplaphil/fix/jit_caching
Fix JIT Config Adapter caching
2021-03-28 20:11:16 -04:00
Philipp Holzer b2a7c5ff6c
Fix JIT Config Adapter caching 2021-03-28 23:28:47 +02:00
Philipp Holzer b61b3cb182
Fix object handling inside log arrays 2021-03-28 21:50:32 +02:00
Hypolite Petovan dc98c4dee5 Add expected mocked calls to BBCodeTest 2021-03-14 14:34:52 -04:00
Hypolite Petovan 9c0549128b Make frio the default theme 2021-03-01 10:20:44 -05:00
Michael e1c1744dd1 "wall" in test data 2021-02-15 12:43:23 +00:00
Michael 0f84148413 Some more test data tests 2021-02-15 12:40:05 +00:00
Michael c444929022 Searching test error 2021-02-15 07:17:26 +00:00
Michael d8aac47008 Testing the test 2021-02-15 07:05:29 +00:00
Michael 69d2a7e55d Previous stuff reverted 2021-02-15 06:55:41 +00:00
Michael bbdb0de2ad More test data 2021-02-15 06:46:28 +00:00
Michael 6771d69bb1 Added test data 2021-02-15 06:25:41 +00:00
Michael 1778e57baf Missing field in view 2021-02-15 06:14:53 +00:00
Michael 2f84d874a8 Test data for the "verb" table 2021-02-15 05:59:45 +00:00
Michael e1c79a41d9 We now don't store in the "item" table anymore 2021-02-14 20:27:31 +00:00
Michael ce6ad1aa73 Get rid of the "item" table, enhanced "post" tables 2021-02-13 19:56:03 +00:00
Michael cb92f1334f Rearranged field definition 2021-02-09 17:10:45 +00:00
Michael f1377ce7fb Issue 9906: Improved view speed 2021-02-09 16:35:01 +00:00
Michael 09c2f424be More test data 2021-02-05 07:27:15 +00:00
Michael 15b709594f Improving test data 2021-02-05 07:14:09 +00:00
Michael 289923a17c Testing the query 2021-02-05 06:23:34 +00:00
Michael 239bf686af Just some more tests 2021-02-05 05:53:44 +00:00
Michael 0cd8c78e2d Use the id instead of iid 2021-02-04 22:51:33 +00:00
Michael f92816cf62 More test data 2021-02-04 22:14:53 +00:00
Michael 38de3a53a5 Enhanced test data 2021-02-04 22:14:09 +00:00
Michael f6e4aa6ad3 Test for test 2021-02-04 21:49:31 +00:00
Michael 2b6b72f7fd Fix test data 2021-02-04 17:56:43 +00:00
Michael 2e4ff98699 Set test data 2021-02-04 17:48:51 +00:00
Michael 2282bb4a19 Fix test data 2021-02-04 09:46:29 +00:00
Michael c3398511b4 New table "post-content" 2021-01-30 22:03:53 +00:00
Hypolite Petovan 9a4128a5c8
Merge pull request #9873 from annando/post-user
New "post-user" structure, new update  functionality
2021-01-28 19:32:17 -05:00
Michael 8deabf5c2e Providing more test data 2021-01-28 23:17:58 +00:00
Michael Vogel 199f72ee3c
Merge pull request #9823 from MrPetovan/task/9677-2fa-remember-device
Add "Remember this device" feature to two factor authentication
2021-01-27 22:32:08 +01:00
Hypolite Petovan 82e094179c Rename notify classes according the feature name, not the table name 2021-01-24 09:33:23 -05:00
Hypolite Petovan 72bb3bce34 Add trusted browser classes
- Added some tests
2021-01-23 05:42:59 -05:00
Hypolite Petovan c644d76d28 Allow setting arbitrary keys in the cookie array 2021-01-23 05:42:58 -05:00
Michael ff8b578cde Fix the test data / unused function removed 2021-01-17 22:20:46 +00:00
Michael 270d1aeb41 Improve the test data 2021-01-17 22:08:08 +00:00
Michael 6b4245d662 Test the test 2021-01-17 21:39:42 +00:00
Michael d78892fc1b Improved API datasets 2021-01-17 14:57:55 +00:00
Michael 3d4a1a8083 Added "parent-uri-id" to the test data 2021-01-17 12:12:26 +00:00
Michael 730a287b30 Testing why tests are failing 2021-01-16 23:45:43 +00:00
Michael bd91bb21b9 No causer in threads 2021-01-16 07:21:02 +00:00
Michael 352f1fcae2 Hopefully make the tests happy 2021-01-16 07:13:32 +00:00
Hypolite Petovan 3aeaa4ea82 Add test for program execution function installer check 2021-01-07 09:20:03 -05:00
Hypolite Petovan 28d850b95d Add BBCode test for issue #9639 2020-12-18 11:11:48 -05:00
Hypolite Petovan a0f6d678c4 Add HTML Purify to BBCode::convert
- Replace previous HTML cleanup using DOMDocument
- Remove obsolete HTML::sanitizeCSS method
- Use Strings::autoLinkRegEx for PageInfo::getRelevantUrlFromBody
- Update previous tests expectations
- Add new specific XSS tests
2020-12-04 07:29:48 -05:00
Michael 818c064c0a The notifications parameters are now simplified 2020-11-25 19:56:39 +00:00
Michael f1b04504ca Chenged compared text 2020-11-19 16:28:15 +00:00
Michael Vogel acae3df0a2
Merge pull request #9526 from MrPetovan/bug/9525-mastodon-emojis-tag
Restore expected implementation of JsonLD::fetchElementArray
2020-11-12 05:47:46 +01:00
Michael 5598f7d6ba Fix test 2020-11-11 20:49:34 +00:00
Hypolite Petovan 9e4a0bf212 Added new test for JsonLD::fetchElementArray type matching 2020-11-11 11:19:27 -05:00
Michael 97bddc25af Only disable PDO for versions lower than 7.3 2020-11-08 17:45:50 +00:00
Michael f23ec66801 Disable PDO for the AppMode test as well 2020-11-08 17:26:20 +00:00
Michael b0cf539048 Another test to disable PDO for tests 2020-11-08 17:13:12 +00:00
Michael b8c647f65a Male the tests work again with PHP 7.2 2020-11-08 16:47:41 +00:00
Michael 15b71edbd6 Test database error 2020-11-08 07:29:13 +00:00
Michael 23a68803a1 Remove PDO test 2020-11-07 15:25:43 +00:00
Michael efc2969450 Test if the tests work better without PDO 2020-11-07 14:53:50 +00:00
Michael 9b95722fba Removed unneded parentheses 2020-11-07 12:45:04 +00:00
Michael eb8caaa5e7 Restore the connection check 2020-11-07 11:44:39 +00:00
Michael 1e52c430e6 Fix assertion messages 2020-11-07 11:26:56 +00:00
Michael 335a122c81 The tests had been split 2020-11-07 11:02:23 +00:00
Michael dadd73ba31 Syntax error fixed 2020-11-07 10:46:08 +00:00
Michael 2ba0d884a0 Added mode tests 2020-11-07 10:45:38 +00:00
Michael 8baac61212 Test connection 2020-11-07 09:37:57 +00:00
Michael 9d804f655e Database text no checks for database driver 2020-11-07 09:02:21 +00:00
Philipp Holzer 82dd919ce6
Add redis error message for tests 2020-10-18 21:13:29 +02:00
Philipp Holzer b4624f87ae
Activate redis 2020-10-18 21:05:19 +02:00
Philipp Holzer 8f0afa6399
Fix StringTest 2020-10-18 20:52:27 +02:00
Philipp Holzer d55ecb9288
Fix a lot of notices/warnings/deprecation notes in the test directory 2020-10-18 20:52:27 +02:00
Philipp Holzer efaec26b1d
Fix wrong `$this->assert...()` with `self::assert...() 2020-10-18 20:52:27 +02:00
Hypolite Petovan 7d705417a9 Adjust testModuleClass() expectations after introducing lastRoutesFileModifiedTime cache key 2020-10-15 12:41:49 -04:00
Philipp Holzer b70b9d1139
Revert "Replace IHTTPResult for CurlResult usages"
This reverts commit 97167d7b
2020-10-11 23:26:17 +02:00
Philipp Holzer 069753416d
Revert "Fix IHTTPResult::getHeader/s() - Split functionality "getHeader()" and "getHeaders()" analog to IMessageInterface::getHeader/s() - Fix functionality at various places - Adapt CurlResultTest"
This reverts commit 933ea7c9
2020-10-11 23:26:03 +02:00
Philipp Holzer 0449077126
Revert "Fix IHTTPResult::getHeader() - Now returns a string array, like expected - Fix usages - Fix dataset"
This reverts commit 80bd0a4d
2020-10-11 23:25:40 +02:00
Philipp Holzer 6fcbb9866f
Revert "Fix Content-Type for `CurlResult` class"
This reverts commit 02bc99f6
2020-10-11 23:25:33 +02:00
Philipp Holzer 40349bfdc4
Revert "IHTTPResult::getContentType is now a string again"
This reverts commit 40b11442
2020-10-11 23:25:29 +02:00
Philipp Holzer 40b11442c2
IHTTPResult::getContentType is now a string again 2020-10-10 23:11:30 +02:00
Philipp Holzer 02bc99f67b
Fix Content-Type for `CurlResult` class 2020-10-10 23:11:30 +02:00
Philipp Holzer 80bd0a4d5a
Fix IHTTPResult::getHeader()
- Now returns a string array, like expected
- Fix usages
- Fix dataset
2020-10-10 23:11:30 +02:00
Philipp Holzer 933ea7c9ce
Fix IHTTPResult::getHeader/s()
- Split functionality "getHeader()" and "getHeaders()" analog to IMessageInterface::getHeader/s()
- Fix functionality at various places
- Adapt CurlResultTest
2020-10-10 23:11:30 +02:00
Philipp Holzer 97167d7b90
Replace IHTTPResult for CurlResult usages 2020-10-10 23:11:30 +02:00
Philipp Holzer d39ee428f0
Introduce "static/env.config.php" for environment variable mapping to config cache entries
- Added new database.port config value (used for MYSQL_PORT)
- Removed now obsolete db environment variable functionality
- Added functionality to load env variables (overwrites DB based cached)
2020-10-06 20:43:29 +02:00
Philipp Holzer 0f3e4255ca
Introduce Config\Cache Source indicators (File, DB, Server Env) 2020-10-04 20:41:31 +02:00
Philipp Holzer 30bc65e81e
Remove whitespace before ":" of mail headers 2020-09-28 19:22:29 +02:00
Philipp Holzer fae7256d82
wrong annotation for preserverGlobalState .. 2020-09-23 19:46:24 +02:00
Philipp Holzer 3eaaf716e9
just log double message IDs, don't discard the email 2020-09-23 19:38:20 +02:00
Philipp Holzer e2b736d0a9
Fix phpmailer (Case sensitive Check) 2020-09-22 22:48:34 +02:00
Hypolite Petovan a852455d0e Merge remote-tracking branch 'friendica/stable' into develop
# Conflicts:
#	composer.lock
2020-09-20 15:32:58 -04:00
Philipp Holzer ac1d2cf38f
Transform email header string to header array & replace it at various situations. 2020-09-19 20:16:55 +02:00
Philipp Holzer 7413b362f5
Add basic process tests 2020-09-17 22:15:33 +02:00
Philipp Holzer 4db45aca06
Fix indentation .. again ;-) 2020-09-14 06:34:03 +02:00
Philipp Holzer 9d9489494e
Format/name changes 2020-09-13 10:53:15 +02:00
Philipp Holzer 90346f61ba
Replace library/ASNValue.class.php with phpseclib functions 2020-09-12 20:54:37 +02:00
Philipp Holzer 11ef3895f5
Replace library/asn1.php with phpseclib 2020-09-12 20:44:36 +02:00
Hypolite Petovan 1b681222a4 Ensure query parameters are URL encoded in Arguments
- Simplify Arguments->determine
- Remove stripZRLs and stripQueryParam Arguments methods
- Updated tests
2020-09-12 09:09:16 -04:00
Hypolite Petovan d1942afbca Stop using q as a page parameter 2020-09-12 09:09:15 -04:00
Philipp Holzer 61014feec3
Fix ContactEndpoint & tests 2020-09-12 10:01:13 +02:00
Philipp Holzer 1008f408c0
add global init to test setUp 2020-09-11 20:14:47 +02:00
Philipp Holzer e4263f6fe5
Fix PSR-0 for test classes 2020-09-11 19:38:41 +02:00
Philipp Holzer 6e45fd49f3
Statically set "nickname" for user-field in API tests, because there is no authentication action. 2020-08-21 16:21:36 +02:00
Philipp Holzer 3c35901380
Fix "location" entry for contacts in API test dataset 2020-08-21 16:11:37 +02:00
Philipp Holzer 672f71a7ff
Disable testImagickNotFound due low impact and test is not working (needs care in the future) 2020-08-19 14:20:07 +02:00
Philipp Holzer 6ad27183a1
Fix Cache tests 2020-08-19 14:20:07 +02:00
Philipp Holzer 16591077ac
Fix Database $_SERVER usage and remove old .travis files 2020-08-19 14:20:07 +02:00
Hypolite Petovan 5e0b4b8a8f
Merge pull request #8900 from tobiasd/20200718-serverblocklistcsv
added CSV import/export of server blocklist
2020-08-08 09:57:41 -04:00
Tobias Diekershoff 97df01c938 update the test of the help text 2020-08-07 11:49:25 +02:00
Hypolite Petovan 121bb85719 Remove expected third parameter value to saveTimestamp() in Util\ProfilerLogger test 2020-07-27 04:20:46 -04:00
Hypolite Petovan ce04c13ea8 Update App\Router-related tests after constructor signature change 2020-07-27 02:33:08 -04:00
nupplaPhil c51128ad20 Fix tests 2020-07-21 03:19:05 -04:00
Hypolite Petovan 8de66c0274 Add shortened URL link label stripping to PageInfo::stripTrailingUrlFromBody
- Add test cases for shortened URL link labels
2020-07-17 17:16:22 -04:00
Hypolite Petovan a81e169f45 Add unencrypted header test for HTTPSignature::parseSigheader 2020-07-14 09:52:07 -04:00
Michael Vogel 7fd2c00171
Merge pull request #8792 from MrPetovan/task/share-block-guid
[frio] Add local post link to share block when guid attribute is present
2020-06-23 21:26:07 +02:00
Hypolite Petovan faeffff8a3 [pre] blocks now preserve spaces
- Added test case
- Added English documentation
2020-06-23 07:53:18 -04:00
Hypolite Petovan 251a3791dd Keep spaces after non-tags in Content\BBCode::convert
- Added test case
2020-06-23 07:52:38 -04:00
Hypolite Petovan 2b83ec6784 Add more expected data to test fixtures 2020-06-22 17:49:20 -04:00
Hypolite Petovan f3323aff5e Deprecate page_info functions to new PageInfo class
- Add tests for parts not using remote requests
- Add scheme requirement for page info URLs
- Add policy to keep label from stripped Page Info links
2020-06-17 13:24:44 -04:00
Michael Vogel f10062dfdb
Merge pull request #8617 from MrPetovan/task/8220-twitter-followers-list
(Re)Implement Twitter contact API endpoints
2020-06-14 16:06:22 +02:00
Hypolite Petovan 5bfbc1224c [Tests] Add test for Module\Api\Twitter\ContactEndpoint
- Add necessary fixture data
2020-06-09 08:39:37 -04:00
Hypolite Petovan 95138ae7d1 [Tests] Extract fixture logic from ApiTest
- Reorder frio scheme tests to avoid PConfig persistence side-effect
2020-06-09 08:38:31 -04:00
Hypolite Petovan 7a5afc10bb Implement Twitter contact endpoints
- Implement /followers/ids
- Implement /followers/list
- Reimplement /friends/ids
- Reimplement /friends/list
- Update API reference
- Remove obsolete tests
2020-06-09 08:36:46 -04:00
Hypolite Petovan 7d800c81ec Fix faulty test expectation in ApiTest->testApiFriendicaNotificationWithXmlResult 2020-06-08 20:43:46 -04:00
Hypolite Petovan 348b71d0b0 Add new Strings::performWithEscapedBlocks methods
- Add new BBCode::performWithEscapedTags method
- Add tests
2020-06-08 18:40:20 -04:00
Michael 8823cbf9c4 Ensure that empty arrays are returned as empty arrays 2020-06-07 08:49:53 +00:00
Michael 8868bc3b55 The more tests the better? 2020-06-07 08:39:00 +00:00
Michael bc616a142b There is always one last test ... 2020-06-07 08:29:19 +00:00
Michael 1f36c655e1 Two more tests 2020-06-07 08:24:08 +00:00
Michael 775437cb1c Another test added 2020-06-07 08:15:04 +00:00
Michael 11404646db Fix test 2020-06-06 19:53:26 +00:00
Michael 0799b721c9 Just some more tests added 2020-06-06 14:59:28 +00:00
Michael 699429ab08 Added test for fetching arrays 2020-06-06 14:16:27 +00:00
Michael 95d997c79d Added tests for JsonLD class 2020-06-06 12:53:36 +00:00
Hypolite Petovan f68652d61c Revert "Move share content conversion before link handling in Text\BBCode::convert"
This reverts commit 010ec99b35.
2020-06-04 11:11:44 -04:00
Hypolite Petovan 010ec99b35 Move share content conversion before link handling in Text\BBCode::convert 2020-06-03 22:02:01 -04:00
Michael 19f2a998d2 Added new field to the test data 2020-05-29 02:25:17 +00:00
Hypolite Petovan 782218f781 Add tests for Network\Probe::getFeedLink 2020-05-21 00:25:48 -04:00
Hypolite Petovan c6ba92c43d Refactor template engine code
- Convert ITemplateEngine interface to abstract class
- Remove dependency to App in FriendicaSmarty and FriendicaSmartyEngine
- Normalize replaceMacro parameter behavior using Smarty template string prefixes
- Remove obsolete FriendicaSmarty->parsed method
- Update unused Smarty directory paths
2020-05-18 01:18:41 -04:00
Michael 2304642535 Fix test 2020-05-17 17:28:40 +00:00
Michael 56e363b84b Fix tests 2020-05-17 10:03:11 +00:00
Michael 29450334d0 deactivated test 2020-05-15 21:09:50 +00:00
Michael 68d3dc1fcc Fix code 2020-05-15 20:58:40 +00:00
Michael 1a9df263ed Reactivating tests, fixing stuff 2020-05-15 20:52:01 +00:00
Michael 45f76db5d6 Deactivating test 2020-05-15 20:47:09 +00:00
Michael dfb75e16e1 Reverting stuff 2020-05-15 20:24:38 +00:00
Michael 0fa6921845 Removed test mode 2020-05-15 19:58:13 +00:00
Michael 53237a0259 Removed structure check 2020-05-15 19:49:17 +00:00
Michael d4fe894701 No structure check 2020-05-15 19:38:08 +00:00
Michael b2e56d0224 Moved class call 2020-05-15 19:26:52 +00:00
Michael 0b94300f29 Fixed call 2020-05-15 19:24:24 +00:00
Michael 434ce00d19 Add testmode 2020-05-15 19:16:14 +00:00
Michael 6272b8d4e0 Use a table that hasn't got a foreign key 2020-05-15 18:58:54 +00:00
Michael d70b77288d Call the initial value check in the test 2020-05-15 18:08:06 +00:00
Michael 1efcee030e More missing table entries for tests 2020-05-15 16:17:37 +00:00
Michael 77b4d5fc5f Added test data 2020-05-15 16:00:00 +00:00
Michael 29f99c134d Avoid database error because of duplicated entries 2020-05-15 15:50:02 +00:00
Michael 2138c4bb55 Avoid "Invalid argument supplied for foreach()" 2020-05-15 15:30:43 +00:00
Michael 8868b7f8d9 Skip invalid table names 2020-05-15 15:16:34 +00:00
Michael d71c3e0812 Activate test mode for database 2020-05-15 15:05:17 +00:00
Michael 349e1d2015 Tests could work again 2020-05-05 17:32:11 +00:00
Michael f67c8a7315 Fix test 2020-05-05 16:42:29 +00:00
Michael 1ec3cc2fdc Fixing test again? 2020-05-02 23:16:42 +00:00
Michael f291b96cbc Fixing tests 2020-05-02 22:49:47 +00:00
Michael 53b0401d6a Fix tests - hopefully 2020-04-26 16:25:46 +00:00
Hypolite Petovan dcf59e34c1 Add new Strings::substringReplace method
- Add tests for the method
2020-03-30 10:49:53 -04:00
Hypolite Petovan bcf974f97e Add test for extraneous HTML decode removed in Markdown::toBBCode 2020-03-11 09:02:26 -04:00
Hypolite Petovan b100b9600e Add rel="noopener noreferrer" to all target="_blank" links
See https://mathiasbynens.github.io/rel-noopener/
2020-02-24 20:07:34 -05:00
nupplaPhil 27fc506dcf
Add lint check in travis-ci 2020-02-10 00:55:17 +01:00
nupplaPhil 7d714319c8
Add license info at Friendica PHP files 2020-02-09 16:34:23 +01:00
nupplaPhil 85dc9bb96b
Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
nupplaPhil 23c64b9a11
Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
nupplaPhil 11c831945c
Add logging 2020-02-04 21:32:18 +01:00
nupplaPhil 0b94b84dc7
simplify mail creation 2020-02-04 21:05:33 +01:00
nupplaPhil ca67e3111c
Set sender data directly 2020-02-02 22:43:42 +01:00
nupplaPhil 3291728059
Extract System emails from enotify
- Removed every SYSTEM_EMAIL occurrence in enotify
- Introduced a "SystemMailBuilder" for build system emails
- Replaced every SYSTEM_EMAIL usage in the classes with calling this builder
- Added tests for this new Builder
- Split the email templates between "base" template for email and concrete usages for different use cases
2020-02-02 22:43:35 +01:00
Philipp 0406fe7ade
Merge pull request #8163 from MrPetovan/task/7817-custom-fields-part-3
New custom profile fields feature part 3: Updating the API
2020-01-31 22:39:11 +01:00
Philipp Holzer 082a1982d3
fix ApiTest 2020-01-31 21:40:45 +01:00
Hypolite Petovan 940e4c83cb Remove obsolete tests 2020-01-29 23:31:38 -05:00
Hypolite Petovan dd24b3bac0 Move api/profile/show to src/Module
- Update API documentation
- Update BaseApi::format to include headers by format
2020-01-29 23:31:37 -05:00
Philipp Holzer 5ccf41a56f
Add API test case for notification 2020-01-28 22:00:21 +01:00
Hypolite Petovan d1be68b754 Move Module\Profile to Module\Profile\Index
- Move /profiles to Module\Settings\Profile\Index
2020-01-22 19:42:32 -05:00
Philipp Holzer ed9392469e
Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
Philipp Holzer f9d0e57f91
Fix tests & Router is now using Dependency Injection instead of DI Registry 2020-01-19 22:38:33 +01:00
Philipp Holzer d5a473abda
Shorten "PConfiguration" to "PConfig" again, since the Wrapper is gone 2020-01-19 22:23:44 +01:00
Philipp Holzer cb80108957
Shorten "Configuration" to "Config" again, since the Wrapper is gone 2020-01-19 21:29:36 +01:00
Philipp Holzer 3411ced833
Move Config::set() to DI::config()->set() 2020-01-19 21:21:53 +01:00
Philipp Holzer 8138b05032
fix L10n path after move 2020-01-19 17:11:48 +01:00
Philipp Holzer 174129af94
add missing namespaces/fix wrong class-names 2020-01-19 16:31:35 +01:00
Philipp Holzer d6efc90194
cleanup namespace usages for L10n 2020-01-19 16:31:33 +01:00
Philipp Holzer 2838635d64
Move L10n class from L10n subdir to Core (replacing old wrapper) 2020-01-19 16:31:30 +01:00
Philipp Holzer 5dfee31108
Move L10n::t() calls to DI::l10n()->t() calls 2020-01-19 16:31:16 +01:00
Michael 0a4119adaf @brief is removed completely 2020-01-19 06:05:23 +00:00
Hypolite Petovan c742c62f0a
Merge pull request #8129 from nupplaphil/task/cleanup_cache
CleanUp Cache namespace
2020-01-18 09:09:47 -05:00
Philipp Holzer 424c87195b
CleanUp Cache namespace
- Introduce enum "Duration"
- Introduce enum "Type"
- Move "Cache\Cache" to "BaseCache"
2020-01-18 15:41:19 +01:00
Philipp Holzer 1c49f1169f
Fix tests (remove superfluous second parameter) 2020-01-18 13:48:29 +01:00
Philipp Holzer ca8ca05051
Add legacy backend storage functionality 2020-01-17 23:55:19 +01:00
Philipp Holzer 3e72e8015b
Improve impossible exception-handler for storage move 2020-01-17 23:55:18 +01:00
Philipp Holzer 732992a296
Improve impossible exception-handler for storage move 2020-01-17 23:55:18 +01:00
Philipp Holzer 9bb5891645
Fix loading SystemResource files 2020-01-17 19:31:34 +01:00
Hypolite Petovan 36190d1e79
Merge pull request #8072 from nupplaphil/task/Cache_to_DI
Replace Core\Cache wrapper with DI::cache() method
2020-01-10 08:46:03 -05:00
Philipp Holzer d3ab1db29a
Remove annotations and fix test.. 2020-01-10 13:22:04 +01:00
Philipp Holzer 016cfcd846
Fixings
- Rename "facStorage" to "storageManager"
- Fix indentation
- Fix tests
2020-01-10 13:22:03 +01:00
Philipp Holzer bfae6766bf
Implement Hook::callAll('storage_instance') call for addons and add a description for it.
- Remove implicit Dice usage
- Add concrete instance creating
- Adding Hook call for addon instance creating
- Updating doc for Hook
- Updating tests
2020-01-10 13:22:03 +01:00
Philipp Holzer abc6a8ce34
skip impossible test-scenario 2020-01-10 13:22:02 +01:00
Philipp Holzer dbd5b5bb6e
- Fixing SystemResource
- Adding tests for StorageManager
- Updating doc
2020-01-10 13:21:58 +01:00
Philipp Holzer 08edeae2f9
Make Storage testable & add tests
- Making StorageManager dynamic (DI::facStorage())
- Making concrete Storage dynamic (DI::storage())
- Add tests for Storage backend and failure handling
- Bumping Level-2/Dice to "dev-master" until new release
- Using Storage-Names instead of Storage-Classes in config (includes migration)
2020-01-10 13:21:57 +01:00
Hypolite Petovan b8f85f0484
Merge pull request #8075 from annando/html-escaping
Fix: removed unneeded HTML escaping
2020-01-08 16:18:36 -05:00
Michael 7f2356c7fe Tests, still ongoing ... 2020-01-08 20:39:27 +00:00
Michael b9b19f7744 tests ... 2020-01-08 20:27:54 +00:00
Michael a2af9f55a9 Reverted notify, changed test 2020-01-08 20:15:01 +00:00
Michael e80234d20a Corrected test 2020-01-08 09:36:05 +00:00
Michael 6133ccb1b6 Tests, next try 2020-01-08 06:43:15 +00:00
Michael 5bc4d24e70 Removed tests 2020-01-07 23:23:38 +00:00
Michael d07760f629 Added test files, don't know if this works 2020-01-07 23:05:07 +00:00