]> git.mxchange.org Git - friendica.git/log
friendica.git
23 months agoMerge pull request #11756 from tobiasd/20220720-pl
Philipp [Wed, 20 Jul 2022 05:18:55 +0000 (07:18 +0200)]
Merge pull request #11756 from tobiasd/20220720-pl

PL translation update THX strebski

23 months agoPL translation update THX strebski
Tobias Diekershoff [Wed, 20 Jul 2022 05:03:05 +0000 (07:03 +0200)]
PL translation update THX strebski

23 months agowrong parameter for BaseURL get in smoothly theme
Tobias Diekershoff [Wed, 20 Jul 2022 04:58:26 +0000 (06:58 +0200)]
wrong parameter for BaseURL get in smoothly theme

Fixes at least the smoothly aspect pf #11752 other themes brokeness could not be reproduced on my node.

23 months agoMerge pull request #11754 from Quix0r/rewrites/protocol-diaspora
Hypolite Petovan [Wed, 20 Jul 2022 00:36:06 +0000 (20:36 -0400)]
Merge pull request #11754 from Quix0r/rewrites/protocol-diaspora

Rewrote a lot local variables in createProfileData() + other changes

23 months agoChanges:
Roland Häder [Tue, 19 Jul 2022 23:06:05 +0000 (01:06 +0200)]
Changes:
- rewrote a lot local variables to an array and returned it instead of an
  anonymous array
- added more debug/warning logging in case something went wrong -> lesser guessing! ;-)
- changed double-quote to single

23 months agoMerge pull request #11753 from Quix0r/fixes/missing-contact-array
Hypolite Petovan [Tue, 19 Jul 2022 21:58:02 +0000 (17:58 -0400)]
Merge pull request #11753 from Quix0r/fixes/missing-contact-array

Fixed missing $contact array, at least initialize it empty

23 months agoMerge pull request #11750 from Quix0r/fixes/type-hints-doctag
Hypolite Petovan [Tue, 19 Jul 2022 21:57:28 +0000 (17:57 -0400)]
Merge pull request #11750 from Quix0r/fixes/type-hints-doctag

Fixes/type hints doctag

23 months agoFixed:
Roland Häder [Tue, 19 Jul 2022 21:44:54 +0000 (23:44 +0200)]
Fixed:
- "Undefined variable: contact in .../src/Protocol/Diaspora.php on line 4097
Trying to access array offset on value of type null in .../src/Protocol/Diaspora.php on line 4097"
- see https://github.com/friendica/friendica/issues/11632#issuecomment-1189465336

23 months agoOps
Roland Häder [Tue, 19 Jul 2022 21:39:13 +0000 (23:39 +0200)]
Ops

23 months agoThis is the correct way:
Roland Häder [Tue, 19 Jul 2022 16:06:36 +0000 (18:06 +0200)]
This is the correct way:
<?php
if (!isset($foo['account_removed) || $foo['account_removed'])
?>

23 months agoChanges:
Roland Häder [Tue, 19 Jul 2022 14:27:32 +0000 (16:27 +0200)]
Changes:
- added some missing type-hints
- fixed some documentation (e.g. empty * line between @param and @return/throws)

23 months agoMerge pull request #11748 from Quix0r/fixes/e_notice-account_removed
Hypolite Petovan [Mon, 18 Jul 2022 22:23:42 +0000 (18:23 -0400)]
Merge pull request #11748 from Quix0r/fixes/e_notice-account_removed

Fixed E_NOTICE, for some strange reason 'account_removed' isn't around?

23 months agoFixed E_NOTICE, for some strange reason 'account_removed' isn't around?
Roland Häder [Mon, 18 Jul 2022 21:48:36 +0000 (23:48 +0200)]
Fixed E_NOTICE, for some strange reason 'account_removed' isn't around?

23 months agoMerge remote-tracking branch 'upstream/develop' into enqueue-posts
Michael [Mon, 18 Jul 2022 14:05:04 +0000 (14:05 +0000)]
Merge remote-tracking branch 'upstream/develop' into enqueue-posts

23 months agoAdd and delete entries
Michael [Mon, 18 Jul 2022 14:03:49 +0000 (14:03 +0000)]
Add and delete entries

23 months agoMerge pull request #11742 from annando/server-detection
Hypolite Petovan [Mon, 18 Jul 2022 12:50:59 +0000 (08:50 -0400)]
Merge pull request #11742 from annando/server-detection

Improved server detection

23 months agoMerge pull request #11746 from annando/warn
Hypolite Petovan [Mon, 18 Jul 2022 12:49:50 +0000 (08:49 -0400)]
Merge pull request #11746 from annando/warn

Check for GMP module

23 months agoMerge remote-tracking branch 'upstream/develop' into enqueue-posts
Michael [Mon, 18 Jul 2022 05:32:44 +0000 (05:32 +0000)]
Merge remote-tracking branch 'upstream/develop' into enqueue-posts

23 months agoRenamed platform definition file
Michael [Mon, 18 Jul 2022 03:48:19 +0000 (03:48 +0000)]
Renamed platform definition file

23 months agoSuperfluous todo removed
Michael [Mon, 18 Jul 2022 03:32:49 +0000 (03:32 +0000)]
Superfluous todo removed

23 months agoStore incoming posts in a queue
Michael [Mon, 18 Jul 2022 03:31:00 +0000 (03:31 +0000)]
Store incoming posts in a queue

23 months agoMerge pull request #11740 from annando/json-ld
Hypolite Petovan [Sun, 17 Jul 2022 21:44:53 +0000 (17:44 -0400)]
Merge pull request #11740 from annando/json-ld

Improved JsonLD parsing

23 months agoMerge pull request #11743 from Quix0r/fixes/misc-fixes
Hypolite Petovan [Sun, 17 Jul 2022 21:42:14 +0000 (17:42 -0400)]
Merge pull request #11743 from Quix0r/fixes/misc-fixes

Added missing @return documentation, double->single

23 months agoChanges:
Roland Häder [Wed, 13 Jul 2022 04:50:40 +0000 (06:50 +0200)]
Changes:
- double-quotes to single
- added missing `@return`

23 months agoMerge remote-tracking branch 'upstream/develop' into server-detection
Michael [Sun, 17 Jul 2022 15:42:09 +0000 (15:42 +0000)]
Merge remote-tracking branch 'upstream/develop' into server-detection

23 months agoMerge pull request #11747 from annando/fixes
Philipp [Sun, 17 Jul 2022 14:34:53 +0000 (16:34 +0200)]
Merge pull request #11747 from annando/fixes

Emergency fixes to fix a bunch of fatal errors

23 months agoOnly check for string value
Michael [Sun, 17 Jul 2022 13:13:14 +0000 (13:13 +0000)]
Only check for string value

23 months agoMatch the documentation
Michael [Sun, 17 Jul 2022 13:00:34 +0000 (13:00 +0000)]
Match the documentation

23 months agoEmergency fixes to fix a bunch of fatal errors
Michael [Sun, 17 Jul 2022 11:47:12 +0000 (11:47 +0000)]
Emergency fixes to fix a bunch of fatal errors

23 months agoTest?
Michael [Sun, 17 Jul 2022 09:31:44 +0000 (09:31 +0000)]
Test?

23 months agoPossibly now the tests work
Michael [Sun, 17 Jul 2022 09:17:07 +0000 (09:17 +0000)]
Possibly now the tests work

23 months agoFixed test
Michael [Sun, 17 Jul 2022 09:08:12 +0000 (09:08 +0000)]
Fixed test

23 months agoTest added
Michael [Sun, 17 Jul 2022 09:02:28 +0000 (09:02 +0000)]
Test added

23 months agoMerge remote-tracking branch 'upstream/develop' into warn
Michael [Sun, 17 Jul 2022 08:51:46 +0000 (08:51 +0000)]
Merge remote-tracking branch 'upstream/develop' into warn

23 months agoUpdated messages.po
Michael [Sun, 17 Jul 2022 07:39:12 +0000 (07:39 +0000)]
Updated messages.po

23 months agoCheck for GMP module
Michael [Sun, 17 Jul 2022 06:34:37 +0000 (06:34 +0000)]
Check for GMP module

23 months agoSomed added documentation
Michael [Sun, 17 Jul 2022 05:42:44 +0000 (05:42 +0000)]
Somed added documentation

23 months agoMerge pull request #11745 from nupplaphil/bug/woodpecker
Tobias Diekershoff [Sun, 17 Jul 2022 05:07:31 +0000 (07:07 +0200)]
Merge pull request #11745 from nupplaphil/bug/woodpecker

Fix CI / CD woodpecker pipeline

23 months agoFix CI / CD woodpecker pipeline
Philipp [Sun, 17 Jul 2022 00:26:46 +0000 (02:26 +0200)]
Fix CI / CD woodpecker pipeline
- Combination of `labels` and `matrix`-build is broken

23 months agoMerge pull request #11739 from Quix0r/fixes/missing-return-statements
Philipp [Sat, 16 Jul 2022 14:23:32 +0000 (16:23 +0200)]
Merge pull request #11739 from Quix0r/fixes/missing-return-statements

Fixes/missing return statements

23 months agoMerge pull request #11741 from Quix0r/fixes/missing-array-object-type
Philipp [Sat, 16 Jul 2022 14:19:21 +0000 (16:19 +0200)]
Merge pull request #11741 from Quix0r/fixes/missing-array-object-type

Fixed E_NOTICE due to wrong array

23 months agoFix wrong variable type
Michael [Sat, 16 Jul 2022 13:44:35 +0000 (13:44 +0000)]
Fix wrong variable type

23 months agoMerge remote-tracking branch 'upstream/develop' into server-detection
Michael [Sat, 16 Jul 2022 12:44:21 +0000 (12:44 +0000)]
Merge remote-tracking branch 'upstream/develop' into server-detection

23 months agoFixed:
Roland Häder [Sat, 16 Jul 2022 10:18:08 +0000 (12:18 +0200)]
Fixed:
- $item is the proper array here,
- see https://github.com/friendica/friendica/issues/11632#issuecomment-1186119430

23 months agoMerge remote-tracking branch 'upstream/develop' into json-ld
Michael [Sat, 16 Jul 2022 09:33:24 +0000 (09:33 +0000)]
Merge remote-tracking branch 'upstream/develop' into json-ld

23 months agoImproved JSonLD parsing
Michael [Sat, 16 Jul 2022 09:25:12 +0000 (09:25 +0000)]
Improved JSonLD parsing

23 months agoImproved check for invalid certificates
Michael [Sat, 16 Jul 2022 08:27:38 +0000 (08:27 +0000)]
Improved check for invalid certificates

23 months agoAll these methods need to return an integer (0=Success) or otherwise doExecute()
Roland Häder [Sat, 16 Jul 2022 05:43:29 +0000 (07:43 +0200)]
All these methods need to return an integer (0=Success) or otherwise doExecute()
will return NULL.

23 months agoThis class has already been "imported".
Roland Häder [Sat, 16 Jul 2022 05:25:46 +0000 (07:25 +0200)]
This class has already been "imported".

23 months agoUse the redirect value
Michael [Thu, 14 Jul 2022 05:39:25 +0000 (05:39 +0000)]
Use the redirect value

23 months agoMerge pull request #11735 from MrPetovan/bug/11732-frio-scheme-accent
Michael Vogel [Thu, 14 Jul 2022 03:37:38 +0000 (05:37 +0200)]
Merge pull request #11735 from MrPetovan/bug/11732-frio-scheme-accent

[frio] Accept 0 as a valid content background transparency in frio/style.php

23 months ago[frio] Accept 0 as a valid content background transparency in frio/style.php
Hypolite Petovan [Wed, 13 Jul 2022 21:51:07 +0000 (17:51 -0400)]
[frio] Accept 0 as a valid content background transparency in frio/style.php

23 months agoMerge pull request #11734 from Quix0r/fixes/added-final-check-link_item
Hypolite Petovan [Wed, 13 Jul 2022 21:08:48 +0000 (17:08 -0400)]
Merge pull request #11734 from Quix0r/fixes/added-final-check-link_item

$link_item might be boolean (no record found) under rare conditions

23 months agoChanged:
Roland Häder [Wed, 13 Jul 2022 20:04:16 +0000 (22:04 +0200)]
Changed:
- added a final check on $link_item, as it might not be initialized or no
  record was found, thanks to @AlfredSK for reporting this
- see #11632

23 months agoMerge pull request #11733 from Quix0r/fixes/returned-type-hint
Philipp [Wed, 13 Jul 2022 19:14:28 +0000 (21:14 +0200)]
Merge pull request #11733 from Quix0r/fixes/returned-type-hint

Added returned type-int "int"

23 months agoAdded returned type-int "int"
Roland Häder [Wed, 13 Jul 2022 19:09:49 +0000 (21:09 +0200)]
Added returned type-int "int"

23 months agoMerge pull request #11730 from HankG/bugfix-frio-display-settings-error
Hypolite Petovan [Wed, 13 Jul 2022 12:50:23 +0000 (08:50 -0400)]
Merge pull request #11730 from HankG/bugfix-frio-display-settings-error

Fix frio settings display error setting scheme to custom type if null

23 months agoFix frio settings display error setting scheme to custom type if null
Hank Grabowski [Wed, 13 Jul 2022 12:40:54 +0000 (08:40 -0400)]
Fix frio settings display error setting scheme to custom type if null

23 months agoMerge pull request #11729 from MrPetovan/bug/11723-maintenance-mode-view-module
Tobias Diekershoff [Wed, 13 Jul 2022 04:32:28 +0000 (06:32 +0200)]
Merge pull request #11729 from MrPetovan/bug/11723-maintenance-mode-view-module

Enable the view module in maintenance mode

23 months agoEnable the view module in maintenance mode
Hypolite Petovan [Tue, 12 Jul 2022 23:48:36 +0000 (19:48 -0400)]
Enable the view module in maintenance mode

- This allows to load the default theme CSS
- Theme scripts have been updated to reflect the possibility they will be included in maintenance mode

23 months agoMerge pull request #11728 from nupplaphil/feat/split_db_definitions
Hypolite Petovan [Tue, 12 Jul 2022 22:57:35 +0000 (18:57 -0400)]
Merge pull request #11728 from nupplaphil/feat/split_db_definitions

Split DBStructure & View

23 months agoAdd docs
Philipp [Tue, 12 Jul 2022 22:27:39 +0000 (00:27 +0200)]
Add docs

23 months agoinclude suggested changes
Philipp [Tue, 12 Jul 2022 22:23:12 +0000 (00:23 +0200)]
include suggested changes

23 months agoAdd dbview.config.php for vfs directory mocking
Philipp [Tue, 12 Jul 2022 21:46:21 +0000 (23:46 +0200)]
Add dbview.config.php for vfs directory mocking

23 months agoFix tests
Philipp [Tue, 12 Jul 2022 21:30:29 +0000 (23:30 +0200)]
Fix tests

23 months agoSplit DBStructure & View to avoid DB-calls and dependencies for basic operations
Philipp [Tue, 12 Jul 2022 21:21:16 +0000 (23:21 +0200)]
Split DBStructure & View to avoid DB-calls and dependencies for basic operations
- new "Definition" classes vor DB and Views
- new "Writer" classes to create SQL definitions for DB and Views
- DBStructure & View are responsible to execute DB-querys

23 months agoMerge pull request #11727 from nupplaphil/bug/redirect
Hypolite Petovan [Tue, 12 Jul 2022 19:24:58 +0000 (15:24 -0400)]
Merge pull request #11727 from nupplaphil/bug/redirect

Fix HTTP Client redirect Bug

23 months agoFix HTTP Client redirect Bug
Philipp [Tue, 12 Jul 2022 18:09:18 +0000 (20:09 +0200)]
Fix HTTP Client redirect Bug

23 months agoAdd test case for https://github.com/friendica/friendica/issues/11726
Philipp [Tue, 12 Jul 2022 17:49:39 +0000 (19:49 +0200)]
Add test case for https://github.com/friendica/friendica/issues/11726

23 months agoMerge pull request #11725 from MrPetovan/bug/fatal-errors
Michael Vogel [Tue, 12 Jul 2022 05:13:27 +0000 (07:13 +0200)]
Merge pull request #11725 from MrPetovan/bug/fatal-errors

Fix type hint typo in Protocol\Email::messageGetPart

23 months agoFix type hint typo in Protocol\Email::messageGetPart
Hypolite Petovan [Tue, 12 Jul 2022 03:05:13 +0000 (23:05 -0400)]
Fix type hint typo in Protocol\Email::messageGetPart

- Address https://github.com/friendica/friendica/issues/11724

23 months agoOnly fetch the first word for the platform
Michael [Sun, 10 Jul 2022 13:52:38 +0000 (13:52 +0000)]
Only fetch the first word for the platform

23 months agoImproved server detection
Michael [Sun, 10 Jul 2022 13:01:47 +0000 (13:01 +0000)]
Improved server detection

23 months agoMerge pull request #11719 from nupplaphil/feat/type_use
Hypolite Petovan [Sat, 9 Jul 2022 21:42:42 +0000 (17:42 -0400)]
Merge pull request #11719 from nupplaphil/feat/type_use

adhere `use` and type-hints :-)

23 months agoMerge pull request #11720 from MrPetovan/bug/fatal-errors
Michael Vogel [Sat, 9 Jul 2022 11:52:57 +0000 (13:52 +0200)]
Merge pull request #11720 from MrPetovan/bug/fatal-errors

Remove unused uid parameter in Item::newURI

23 months agoRemove unused uid parameter in Item::newURI
Hypolite Petovan [Sat, 9 Jul 2022 11:32:32 +0000 (07:32 -0400)]
Remove unused uid parameter in Item::newURI

23 months agoadhere `use` and type-hints :-)
Philipp [Sat, 9 Jul 2022 09:41:36 +0000 (11:41 +0200)]
adhere `use` and type-hints :-)

23 months agoMerge pull request #11718 from HankG/feature-optional-network-group-count
Hypolite Petovan [Sat, 9 Jul 2022 00:40:22 +0000 (20:40 -0400)]
Merge pull request #11718 from HankG/feature-optional-network-group-count

Feature optional network group count

23 months agoMerge branch 'develop' into feature-optional-network-group-count
Hank Grabowski [Fri, 8 Jul 2022 19:35:26 +0000 (15:35 -0400)]
Merge branch 'develop' into feature-optional-network-group-count

23 months agoMake network counts at the group level system level configurable
Hank Grabowski [Fri, 8 Jul 2022 19:29:34 +0000 (15:29 -0400)]
Make network counts at the group level system level configurable

23 months agoMerge pull request #11717 from tobiasd/20220708-de2
Hypolite Petovan [Fri, 8 Jul 2022 14:16:47 +0000 (10:16 -0400)]
Merge pull request #11717 from tobiasd/20220708-de2

DE translation updates THX FOSS+

23 months agoDE translation updates THX FOSS+
Tobias Diekershoff [Fri, 8 Jul 2022 13:33:12 +0000 (15:33 +0200)]
DE translation updates THX FOSS+

2 years agoMerge pull request #11715 from tobiasd/20220708-de
Philipp [Fri, 8 Jul 2022 06:29:38 +0000 (08:29 +0200)]
Merge pull request #11715 from tobiasd/20220708-de

DE translation updates

2 years agoDE translation updates
Tobias Diekershoff [Fri, 8 Jul 2022 06:23:25 +0000 (08:23 +0200)]
DE translation updates

2 years agoMerge pull request #11714 from nupplaphil/bug/trust
Hypolite Petovan [Thu, 7 Jul 2022 22:10:40 +0000 (18:10 -0400)]
Merge pull request #11714 from nupplaphil/bug/trust

[2FA] Add a lot of log-points

2 years agoAdd the right exceptions for BaseUrl::redirect and respect them when catching excepti...
Philipp [Thu, 7 Jul 2022 19:47:39 +0000 (21:47 +0200)]
Add the right exceptions for BaseUrl::redirect and respect them when catching exceptions at the Trust page

2 years agoAdd a lot of log-points
Philipp [Thu, 7 Jul 2022 19:33:41 +0000 (21:33 +0200)]
Add a lot of log-points

2 years agoMerge pull request #11711 from tobiasd/20220707_plsv
Hypolite Petovan [Thu, 7 Jul 2022 12:47:31 +0000 (08:47 -0400)]
Merge pull request #11711 from tobiasd/20220707_plsv

PL, SV translation updates THX strebski and viktorbagare

2 years agoSV update to the strings THX viktorbagare
Tobias Diekershoff [Thu, 7 Jul 2022 09:08:05 +0000 (11:08 +0200)]
SV update to the strings THX viktorbagare

2 years agoPL translation update THX strebski
Tobias Diekershoff [Thu, 7 Jul 2022 09:07:26 +0000 (11:07 +0200)]
PL translation update THX strebski

2 years agoMerge pull request #11710 from Quix0r/fixes/type-error-send-contact-reject
Hypolite Petovan [Wed, 6 Jul 2022 07:56:12 +0000 (03:56 -0400)]
Merge pull request #11710 from Quix0r/fixes/type-error-send-contact-reject

Type-hint has to be string, instead of int

2 years agoFixed:
Roland Häder [Wed, 6 Jul 2022 03:41:48 +0000 (05:41 +0200)]
Fixed:
> TypeError: "Argument 2 passed to Friendica\Protocol\ActivityPub\Transmitter::sendContactReject()
> must be of the type int, string given

I followed here here the documentation, may fix #11708

2 years agoMerge pull request #11709 from Quix0r/fixes/type-error-null-uri-id
Philipp [Tue, 5 Jul 2022 17:38:18 +0000 (19:38 +0200)]
Merge pull request #11709 from Quix0r/fixes/type-error-null-uri-id

Avoid TypeError because of missing "uri-id" entry

2 years agoFixed:
Roland Häder [Tue, 5 Jul 2022 16:51:29 +0000 (18:51 +0200)]
Fixed:
- added exception to prevent `TypeError` because of missing `uri-id` entry
- maybe fixes #11708

2 years agoImproved server detection
Michael [Tue, 5 Jul 2022 05:04:05 +0000 (05:04 +0000)]
Improved server detection

2 years agoMerge pull request #11705 from Quix0r/fixes/null-value-invocation
Hypolite Petovan [Sun, 3 Jul 2022 12:57:23 +0000 (08:57 -0400)]
Merge pull request #11705 from Quix0r/fixes/null-value-invocation

Fix for "Argument 1 passed to Friendica\Content\Text\BBCode::toPlaintext() must be of the type string, null given"

2 years agoFixes:
Roland Häder [Sun, 3 Jul 2022 12:43:45 +0000 (14:43 +0200)]
Fixes:
"Argument 1 passed to Friendica\Content\Text\BBCode::toPlaintext() must be of the type string, null given, called in /var/www/.../htdocs/mod/display.php on line 305"

2 years agoMerge pull request #11703 from MrPetovan/bug/fatal-errors
Tobias Diekershoff [Sun, 3 Jul 2022 04:32:37 +0000 (06:32 +0200)]
Merge pull request #11703 from MrPetovan/bug/fatal-errors

Fix fatal errors

2 years agoRemove overly strict type-hint in ActivityPub\Transmission::createCachedActivityFromItem
Hypolite Petovan [Sun, 3 Jul 2022 02:16:46 +0000 (22:16 -0400)]
Remove overly strict type-hint in ActivityPub\Transmission::createCachedActivityFromItem

- Fix "Return value of Friendica\Protocol\ActivityPub\Transmitter::createCachedActivityFromItem() must be of the type array, bool returned" error

2 years agoRename Smilies::pregHeart to better match its purpose
Hypolite Petovan [Sun, 3 Jul 2022 02:14:20 +0000 (22:14 -0400)]
Rename Smilies::pregHeart to better match its purpose

- Fix "Argument 1 passed to Friendica\Content\Smilies::pregHeart() must be of the type string, array given" error