]> git.mxchange.org Git - friendica.git/log
friendica.git
2 years agoReplace references to UTC_TIMESTAMP in SQL queries with a DateTimeFormat generated...
Hypolite Petovan [Thu, 2 Dec 2021 14:19:01 +0000 (09:19 -0500)]
Replace references to UTC_TIMESTAMP in SQL queries with a DateTimeFormat generated parameter

2 years agoUpdate DateTimeFormat documentation
Hypolite Petovan [Thu, 2 Dec 2021 14:07:54 +0000 (09:07 -0500)]
Update DateTimeFormat documentation

- Remove an explicit default value parameter

2 years agoMerge pull request #11068 from annando/improved-embed
Hypolite Petovan [Sat, 4 Dec 2021 20:16:15 +0000 (15:16 -0500)]
Merge pull request #11068 from annando/improved-embed

Improved page info detection

2 years agoImproved page info detection
Michael [Sat, 4 Dec 2021 19:54:33 +0000 (19:54 +0000)]
Improved page info detection

2 years agoMerge pull request #11067 from tobiasd/20211204-phpversion
Hypolite Petovan [Sat, 4 Dec 2021 11:09:05 +0000 (06:09 -0500)]
Merge pull request #11067 from tobiasd/20211204-phpversion

Friendica now requires PHP 7.3 or above

2 years agoFriendica now requires PHP 7.3 or above
Tobias Diekershoff [Sat, 4 Dec 2021 09:21:11 +0000 (10:21 +0100)]
Friendica now requires PHP 7.3 or above

2 years agoMerge pull request #11066 from annando/issue-11063
Hypolite Petovan [Sat, 4 Dec 2021 04:47:19 +0000 (23:47 -0500)]
Merge pull request #11066 from annando/issue-11063

Issue 11063: Fix check for current user

2 years agoMerge pull request #11065 from annando/podcast
Hypolite Petovan [Sat, 4 Dec 2021 04:46:36 +0000 (23:46 -0500)]
Merge pull request #11065 from annando/podcast

Fix media handling upon creation and display

2 years agoIssue 11063: Fix check for current user
Michael [Sat, 4 Dec 2021 04:30:46 +0000 (04:30 +0000)]
Issue 11063: Fix check for current user

2 years agoMerge remote-tracking branch 'upstream/2021.12-rc' into podcast
Michael [Sat, 4 Dec 2021 04:12:44 +0000 (04:12 +0000)]
Merge remote-tracking branch 'upstream/2021.12-rc' into podcast

2 years agoMerge pull request #11064 from MrPetovan/bug/api-getRequest-PUT
Michael Vogel [Sat, 4 Dec 2021 04:08:07 +0000 (05:08 +0100)]
Merge pull request #11064 from MrPetovan/bug/api-getRequest-PUT

Add expected second parameter to BaseApi::getRequest in a few put() methods

2 years agoFix media handling upon creation and display
Michael [Sat, 4 Dec 2021 04:03:18 +0000 (04:03 +0000)]
Fix media handling upon creation and display

2 years agoAdd expected second parameter to BaseApi::getRequest in a few put() methods
Hypolite Petovan [Fri, 3 Dec 2021 22:57:11 +0000 (17:57 -0500)]
Add expected second parameter to BaseApi::getRequest in a few put() methods

2 years agoMerge pull request #11056 from MrPetovan/bug/11055-probe-detect-url
Michael Vogel [Fri, 3 Dec 2021 22:46:39 +0000 (23:46 +0100)]
Merge pull request #11056 from MrPetovan/bug/11055-probe-detect-url

Fix URI structure condition in Probe::detect

2 years agoFix URI structure condition in Probe::detect
Hypolite Petovan [Thu, 2 Dec 2021 12:54:48 +0000 (07:54 -0500)]
Fix URI structure condition in Probe::detect

- This condition was wrongly discarding all URIs with a schemes

2 years agoDeprecate Network::unparseURL in favor of UriInterfact objects
Hypolite Petovan [Thu, 2 Dec 2021 12:53:14 +0000 (07:53 -0500)]
Deprecate Network::unparseURL in favor of UriInterfact objects

- Added specific test for Probe::cleanURI

2 years agoMerge pull request #11062 from tobiasd/20211203-hu
Michael Vogel [Fri, 3 Dec 2021 20:25:58 +0000 (21:25 +0100)]
Merge pull request #11062 from tobiasd/20211203-hu

HU translation updated THX Balázs Úr

2 years agoHU translation updated THX Balázs Úr
Tobias Diekershoff [Fri, 3 Dec 2021 19:19:32 +0000 (20:19 +0100)]
HU translation updated THX Balázs Úr

2 years agoMerge pull request #11053 from MrPetovan/task/php7.3
Tobias Diekershoff [Fri, 3 Dec 2021 06:23:06 +0000 (07:23 +0100)]
Merge pull request #11053 from MrPetovan/task/php7.3

Bump minimum required PHP version to 7.3

2 years ago[Composer] Update dependencies after bumping minimum PHP version to 7.3
Hypolite Petovan [Thu, 2 Dec 2021 03:13:03 +0000 (22:13 -0500)]
[Composer] Update dependencies after bumping minimum PHP version to 7.3

- Removing symfony/polyfill-util (v1.19.0)
- Removing symfony/polyfill-php70 (v1.19.0)
- Updating michelf/php-markdown (1.9.0 => 1.9.1): Downloading (100%)
- Updating brick/math (0.9.2 => 0.9.3): Downloading (100%)
- Updating web-token/jwt-util-ecc (v2.2.10 => v2.2.11): Downloading (100%)
- Updating web-token/jwt-core (v2.2.10 => v2.2.11): Downloading (100%)
- Updating web-token/jwt-signature (v2.2.10 => v2.2.11): Downloading (100%)
- Updating web-token/jwt-signature-algorithm-ecdsa (v2.2.10 => v2.2.11): Downloading (100%)
- Updating web-token/jwt-key-mgmt (v2.2.10 => v2.2.11): Downloading (100%)
- Updating symfony/polyfill-php72 (v1.19.0 => v1.23.0): Downloading (100%)
- Updating symfony/polyfill-intl-normalizer (v1.19.0 => v1.23.0): Downloading (100%)
- Updating symfony/polyfill-intl-idn (v1.19.0 => v1.23.0): Downloading (100%)
- Updating guzzlehttp/psr7 (1.8.2 => 1.8.3): Downloading (100%)
- Updating guzzlehttp/promises (1.4.1 => 1.5.1): Downloading (100%)
- Updating minishlink/web-push (v6.0.5 => v6.0.7): Downloading (100%)
- Updating patrickschur/language-detection (v3.4.0 => v3.4.2): Downloading (100%)
- Updating phpseclib/phpseclib (2.0.31 => 2.0.35): Downloading (100%)
- Updating psr/container (1.0.0 => 1.1.1): Downloading (100%)
- Updating smarty/smarty (v3.1.39 => v3.1.40): Downloading (100%)
- Updating composer/ca-bundle (1.2.9 => 1.3.1): Downloading (100%)
- Updating ua-parser/uap-php (v3.9.7 => v3.9.14): Downloading (100%)
- Updating bower-asset/fork-awesome (1.1.7 => 1.2.0): Downloading (100%)
- Updating bower-asset/vue (v2.6.12 => v2.6.14): Downloading (100%)
- Updating npm-asset/fullcalendar (3.10.2 => 3.10.5): Downloading (100%)
- Updating mockery/mockery (1.3.4 => 1.4.4): Downloading (100%)
- Updating mikey179/vfsstream (v1.6.8 => v1.6.10): Downloading (100%)
- Updating sebastian/exporter (3.1.3 => 3.1.4): Downloading (100%)
- Updating phpunit/php-token-stream (3.1.3 => 4.0.4): Downloading (100%)
- Updating phpdocumentor/type-resolver (1.4.0 => 1.5.1): Downloading (100%)
- Updating phpdocumentor/reflection-docblock (5.2.2 => 5.3.0): Downloading (100%)
- Updating phpspec/prophecy (1.13.0 => 1.14.0): Downloading (100%)
- Updating phpunit/phpunit (8.5.19 => 8.5.21): Downloading (100%)
- Updating paragonie/sodium_compat (v1.16.1 => v1.17.0): Downloading (100%)
- Updating paragonie/certainty (v2.8.1 => v2.8.2): Downloading (100%)
- Removing symfony/polyfill-php56 (v1.19.0)
- Installing symfony/polyfill-php56 (v1.20.0)

2 years agoBump minimum required PHP version to 7.3
Hypolite Petovan [Thu, 2 Dec 2021 03:04:18 +0000 (22:04 -0500)]
Bump minimum required PHP version to 7.3

- Code already references some PHP 7.3 specific features

2 years agoMerge pull request #11059 from MrPetovan/bug/notices
Michael Vogel [Thu, 2 Dec 2021 20:48:20 +0000 (21:48 +0100)]
Merge pull request #11059 from MrPetovan/bug/notices

Suppress notice messages related to the VCard::getHTML call in mod/display

2 years agoSuppress notice messages related to the VCard::getHTML call in mod/display
Hypolite Petovan [Thu, 2 Dec 2021 14:45:32 +0000 (09:45 -0500)]
Suppress notice messages related to the VCard::getHTML call in mod/display

- Address https://soc.schuerz.at/display/4edd2508-6661-a8d1-f168-b2a245440386

2 years agoFix wrong call to module in mod/display
Hypolite Petovan [Thu, 2 Dec 2021 14:44:41 +0000 (09:44 -0500)]
Fix wrong call to module in mod/display

2 years agoMerge pull request #11057 from MrPetovan/bug/10971-probe-numeric-username
Tobias Diekershoff [Thu, 2 Dec 2021 13:59:22 +0000 (14:59 +0100)]
Merge pull request #11057 from MrPetovan/bug/10971-probe-numeric-username

Remove all-numeric usernames condition

2 years agoRemove all-numeric usernames condition
Hypolite Petovan [Thu, 2 Dec 2021 13:03:38 +0000 (08:03 -0500)]
Remove all-numeric usernames condition

- False negatives aren't recoverable

2 years agoReformat Probe::getWebfingerArray
Hypolite Petovan [Thu, 2 Dec 2021 13:02:26 +0000 (08:02 -0500)]
Reformat Probe::getWebfingerArray

2 years agoMerge pull request #11054 from annando/fix-api-reshare
Hypolite Petovan [Thu, 2 Dec 2021 11:22:03 +0000 (06:22 -0500)]
Merge pull request #11054 from annando/fix-api-reshare

Diaspora reshares via API are fixed now

2 years agoUnused use removed
Michael [Thu, 2 Dec 2021 06:37:06 +0000 (06:37 +0000)]
Unused use removed

2 years agoTest code removed
Michael [Thu, 2 Dec 2021 06:36:09 +0000 (06:36 +0000)]
Test code removed

2 years agoDiaspora reshares via API are fixed now
Michael [Thu, 2 Dec 2021 06:33:19 +0000 (06:33 +0000)]
Diaspora reshares via API are fixed now

2 years agoMerge pull request #11043 from annando/api-fixes
Hypolite Petovan [Wed, 1 Dec 2021 21:54:46 +0000 (16:54 -0500)]
Merge pull request #11043 from annando/api-fixes

API: Added more functions, fixed function names

2 years agoChanged documentation to reflect the changes
Michael [Wed, 1 Dec 2021 19:23:27 +0000 (19:23 +0000)]
Changed documentation to reflect the changes

2 years agoMerge pull request #11052 from tobiasd/20211130-ru
Michael Vogel [Wed, 1 Dec 2021 06:51:38 +0000 (07:51 +0100)]
Merge pull request #11052 from tobiasd/20211130-ru

RU translations THX Alexander An

2 years agoRU translations THX Alexander An
Tobias Diekershoff [Wed, 1 Dec 2021 05:52:54 +0000 (06:52 +0100)]
RU translations THX Alexander An

2 years agoMerge branch 'api-fixes' of github.com:annando/friendica into api-fixes
Michael [Tue, 30 Nov 2021 21:41:14 +0000 (21:41 +0000)]
Merge branch 'api-fixes' of github.com:annando/friendica into api-fixes

2 years agoRemoved second ppst parameter
Michael [Tue, 30 Nov 2021 21:41:10 +0000 (21:41 +0000)]
Removed second ppst parameter

2 years agoFix test
Philipp [Tue, 30 Nov 2021 19:53:47 +0000 (20:53 +0100)]
Fix test

2 years agoPossibly fixing tests
Michael [Tue, 30 Nov 2021 19:17:33 +0000 (19:17 +0000)]
Possibly fixing tests

2 years agoMerge remote-tracking branch 'upstream/2021.12-rc' into api-fixes
Michael [Tue, 30 Nov 2021 19:07:24 +0000 (19:07 +0000)]
Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes

2 years agoMerge pull request #11050 from MrPetovan/task/10990-api-photo-visibility
Tobias Diekershoff [Tue, 30 Nov 2021 14:15:21 +0000 (15:15 +0100)]
Merge pull request #11050 from MrPetovan/task/10990-api-photo-visibility

Prevent API-submitted public pictures to be published as statuses

2 years agoPrevent API-submitted public pictures to be published as statuses
Hypolite Petovan [Tue, 30 Nov 2021 13:24:09 +0000 (08:24 -0500)]
Prevent API-submitted public pictures to be published as statuses

2 years agoMerge pull request #11044 from nupplaphil/feat/api-tests_2
Hypolite Petovan [Tue, 30 Nov 2021 06:13:20 +0000 (01:13 -0500)]
Merge pull request #11044 from nupplaphil/feat/api-tests_2

Module Fixings&FollowUps

2 years agoUse function to fetch all valid extensions
Michael [Tue, 30 Nov 2021 06:11:58 +0000 (06:11 +0000)]
Use function to fetch all valid extensions

2 years agoFix Introduction user selection
Philipp [Sun, 28 Nov 2021 14:27:39 +0000 (15:27 +0100)]
Fix Introduction user selection

2 years agoReplace `DI::apiResponse()->exit()` with `$this->response->exit()`
Philipp [Sun, 28 Nov 2021 14:05:42 +0000 (15:05 +0100)]
Replace `DI::apiResponse()->exit()` with `$this->response->exit()`

2 years agoMake API call permission checks more reliable
Philipp [Sun, 28 Nov 2021 13:10:40 +0000 (14:10 +0100)]
Make API call permission checks more reliable
- don't need to inherit every Module method anymore

2 years agoMake HTTPInputData dynamic
Philipp [Sun, 28 Nov 2021 13:01:13 +0000 (14:01 +0100)]
Make HTTPInputData dynamic
- Removing DI:: dependency inside App class
- Making testability easier & adapting tests

2 years agoMake $_REQUEST processing independent of sub-calls
Philipp [Sun, 28 Nov 2021 12:44:42 +0000 (13:44 +0100)]
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

2 years agoextract "BaseApi::checkDefaults()" method for later usage
Philipp [Sun, 28 Nov 2021 12:22:27 +0000 (13:22 +0100)]
extract "BaseApi::checkDefaults()" method for later usage

2 years agoPossibly Avoid database error when storing photo item
Michael [Tue, 30 Nov 2021 06:05:37 +0000 (06:05 +0000)]
Possibly Avoid database error when storing photo item

2 years agomessages.po updated
Michael [Tue, 30 Nov 2021 05:49:38 +0000 (05:49 +0000)]
messages.po updated

2 years agoMerge remote-tracking branch 'upstream/2021.12-rc' into api-fixes
Michael [Tue, 30 Nov 2021 05:48:03 +0000 (05:48 +0000)]
Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes

2 years agoMerge pull request #11014 from MrPetovan/task/10978-settings-keyboard-actionable
Michael Vogel [Tue, 30 Nov 2021 05:45:51 +0000 (06:45 +0100)]
Merge pull request #11014 from MrPetovan/task/10978-settings-keyboard-actionable

[frio] Make accordions keyboard actionable

2 years agoTests
Michael [Tue, 30 Nov 2021 05:43:06 +0000 (05:43 +0000)]
Tests

2 years agoFixing tests?
Michael [Tue, 30 Nov 2021 05:38:59 +0000 (05:38 +0000)]
Fixing tests?

2 years agoStandards
Michael [Tue, 30 Nov 2021 05:20:01 +0000 (05:20 +0000)]
Standards

2 years agoMerge pull request #11045 from MrPetovan/bug/11029-contact-group
Michael Vogel [Tue, 30 Nov 2021 05:17:56 +0000 (06:17 +0100)]
Merge pull request #11045 from MrPetovan/bug/11029-contact-group

Use user-specific id to fetch the list of group appartenance in Module\Contact\Profile

2 years agoMerge pull request #11048 from MrPetovan/bug/10990-prepare_photo_data
Michael Vogel [Tue, 30 Nov 2021 05:09:14 +0000 (06:09 +0100)]
Merge pull request #11048 from MrPetovan/bug/10990-prepare_photo_data

Add expected field uri-id to Post query in prepare_photo_data()

2 years agoStandards
Michael [Tue, 30 Nov 2021 05:07:03 +0000 (05:07 +0000)]
Standards

2 years agoMerge remote-tracking branch 'upstream/2021.12-rc' into api-fixes
Michael [Tue, 30 Nov 2021 05:00:46 +0000 (05:00 +0000)]
Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes

2 years agoAdd expected field uri-id to Post query in prepare_photo_data()
Hypolite Petovan [Tue, 30 Nov 2021 04:51:04 +0000 (23:51 -0500)]
Add expected field uri-id to Post query in prepare_photo_data()

2 years agoFix posting pictures
Michael [Mon, 29 Nov 2021 18:03:34 +0000 (18:03 +0000)]
Fix posting pictures

2 years agoMerge pull request #11037 from MrPetovan/bug/11023-api-photo-delete
Hypolite Petovan [Mon, 29 Nov 2021 13:44:33 +0000 (08:44 -0500)]
Merge pull request #11037 from MrPetovan/bug/11023-api-photo-delete

Fix Api\Friendica\Photo|album\Delete endpoints

2 years agoMerge remote-tracking branch 'upstream/2021.12-rc' into api-fixes
Michael [Mon, 29 Nov 2021 12:52:00 +0000 (12:52 +0000)]
Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes

2 years agoMerge pull request #11046 from MrPetovan/bug/11040-module-parameters
Michael Vogel [Mon, 29 Nov 2021 12:48:27 +0000 (13:48 +0100)]
Merge pull request #11046 from MrPetovan/bug/11040-module-parameters

Fix remaining references to BaseModule->parameters

2 years agoFix remaining references to BaseModule->parameters
Hypolite Petovan [Mon, 29 Nov 2021 12:24:32 +0000 (07:24 -0500)]
Fix remaining references to BaseModule->parameters

2 years agoUse user-specific id to fetch the list of group appartenance in Module\Contact\Profile
Hypolite Petovan [Mon, 29 Nov 2021 12:06:41 +0000 (07:06 -0500)]
Use user-specific id to fetch the list of group appartenance in Module\Contact\Profile

2 years agoFix Photoalbum delete endpoint
Hypolite Petovan [Mon, 29 Nov 2021 11:16:20 +0000 (06:16 -0500)]
Fix Photoalbum delete endpoint

- Fix condition on a removed Item field

2 years agoFix Photo delete endpoint
Hypolite Petovan [Sat, 27 Nov 2021 22:05:58 +0000 (17:05 -0500)]
Fix Photo delete endpoint

- Set the request variable type
- Fix the condition on a nonexistant item field

2 years agoAdd tests to prove error https://github.com/friendica/friendica/issues/11023
Philipp [Sun, 28 Nov 2021 13:52:13 +0000 (14:52 +0100)]
Add tests to prove error https://github.com/friendica/friendica/issues/11023

- Use `$request` instead of `$post` in `BaseModule->run`

2 years agoUpdate translation file after strings were moved
Hypolite Petovan [Mon, 22 Nov 2021 00:12:52 +0000 (19:12 -0500)]
Update translation file after strings were moved

2 years ago[frio] Make connector settings panels keyboard activated
Hypolite Petovan [Sun, 21 Nov 2021 23:49:07 +0000 (18:49 -0500)]
[frio] Make connector settings panels keyboard activated

- Keep the connector panel open after form was submitted

2 years ago[frio] Make addon settings panels keyboard actionable
Hypolite Petovan [Sat, 20 Nov 2021 09:46:45 +0000 (04:46 -0500)]
[frio] Make addon settings panels keyboard actionable

- Keep the addon panel open after form was submitted

2 years ago[frio] Make accordions keyboard actionable
Hypolite Petovan [Sat, 20 Nov 2021 07:16:30 +0000 (02:16 -0500)]
[frio] Make accordions keyboard actionable

2 years agoAdded endpoint
Michael [Mon, 29 Nov 2021 06:09:28 +0000 (06:09 +0000)]
Added endpoint

2 years agoSet item permissions on reshare
Michael [Mon, 29 Nov 2021 04:38:58 +0000 (04:38 +0000)]
Set item permissions on reshare

2 years agoFix function name
Michael [Sun, 28 Nov 2021 21:40:38 +0000 (21:40 +0000)]
Fix function name

2 years agoStandards
Michael [Sun, 28 Nov 2021 13:58:26 +0000 (13:58 +0000)]
Standards

2 years agoStandards
Michael [Sun, 28 Nov 2021 13:52:39 +0000 (13:52 +0000)]
Standards

2 years agoFixes standards
Michael [Sun, 28 Nov 2021 13:46:30 +0000 (13:46 +0000)]
Fixes standards

2 years agoMerge remote-tracking branch 'upstream/2021.12-rc' into api-fixes
Michael [Sun, 28 Nov 2021 13:44:02 +0000 (13:44 +0000)]
Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes

2 years agoUpdates messages.po
Michael [Sun, 28 Nov 2021 13:42:07 +0000 (13:42 +0000)]
Updates messages.po

2 years agoAPI: Added more functions, fixed function names
Michael [Sun, 28 Nov 2021 13:34:00 +0000 (13:34 +0000)]
API: Added more functions, fixed function names

2 years agoMerge pull request #11042 from nupplaphil/feat/api-tests_2
Hypolite Petovan [Sun, 28 Nov 2021 13:27:10 +0000 (08:27 -0500)]
Merge pull request #11042 from nupplaphil/feat/api-tests_2

Some Fixings

2 years agoImprove comment wording in ApiTest
Hypolite Petovan [Sun, 28 Nov 2021 13:26:53 +0000 (08:26 -0500)]
Improve comment wording in ApiTest

2 years agoFix BaseApi and corresponding tests
Philipp [Sun, 28 Nov 2021 12:11:12 +0000 (13:11 +0100)]
Fix BaseApi and corresponding tests

2 years agoFix BBCode::expandTags() & Remove AppMockTrait
Philipp [Sun, 28 Nov 2021 11:59:42 +0000 (12:59 +0100)]
Fix BBCode::expandTags() & Remove AppMockTrait

2 years agoBump version string to 2021.12-rc
Philipp [Sun, 28 Nov 2021 11:51:20 +0000 (12:51 +0100)]
Bump version string to 2021.12-rc

2 years agopump version to 2021.12-rc
Tobias Diekershoff [Sun, 28 Nov 2021 09:17:04 +0000 (10:17 +0100)]
pump version to 2021.12-rc

2 years agoMerge pull request #11035 from annando/api-next
Hypolite Petovan [Sun, 28 Nov 2021 03:33:53 +0000 (22:33 -0500)]
Merge pull request #11035 from annando/api-next

API: Next bunch of functions transformed

2 years agoFix tests
Philipp [Sat, 27 Nov 2021 18:03:01 +0000 (19:03 +0100)]
Fix tests

2 years agoDeprecated upload function relocates to a replacement
Michael [Sat, 27 Nov 2021 13:41:49 +0000 (13:41 +0000)]
Deprecated upload function relocates to a replacement

2 years agoAdded group update
Michael [Sat, 27 Nov 2021 12:55:13 +0000 (12:55 +0000)]
Added group update

2 years agoTests deactivated
Michael [Sat, 27 Nov 2021 09:45:42 +0000 (09:45 +0000)]
Tests deactivated

2 years agoAPI: Next bunch of functions transformed
Michael [Sat, 27 Nov 2021 09:42:05 +0000 (09:42 +0000)]
API: Next bunch of functions transformed

2 years agoAdd a second parameter to BaseApi::getRequest to enable API tests
Hypolite Petovan [Sat, 27 Nov 2021 23:30:41 +0000 (18:30 -0500)]
Add a second parameter to BaseApi::getRequest to enable API tests

2 years agoMerge pull request #11036 from nupplaphil/bug/module_di
Hypolite Petovan [Sat, 27 Nov 2021 22:24:46 +0000 (17:24 -0500)]
Merge pull request #11036 from nupplaphil/bug/module_di

Bugfixing Module Method syntax

2 years agoMake PHP-CS happy :)
Philipp [Sat, 27 Nov 2021 19:41:11 +0000 (20:41 +0100)]
Make PHP-CS happy :)

2 years agoFixing wrong inherited methodsyntax
Philipp [Sat, 27 Nov 2021 18:58:24 +0000 (19:58 +0100)]
Fixing wrong inherited methodsyntax