Hypolite Petovan
561230d1ab
Merge pull request #11757 from annando/diaspora
...
Fix processing of incoming Diaspora messages
2022-07-20 07:54:46 -04:00
Michael Vogel
fc52296a77
Merge branch 'develop' into diaspora
2022-07-20 08:12:30 +02:00
Michael
c20c0a1812
Restore the original functionality
2022-07-20 05:47:30 +00:00
Michael
138a15404f
Fix processing of incoming Diaspora messages
2022-07-20 05:38:53 +00:00
Philipp
c35e11e01f
Merge pull request #11755 from tobiasd/fix11752
...
wrong parameter for BaseURL get in smoothly theme
2022-07-20 07:19:45 +02:00
Philipp
42655571eb
Merge pull request #11756 from tobiasd/20220720-pl
...
PL translation update THX strebski
2022-07-20 07:18:55 +02:00
Tobias Diekershoff
66d77112dc
PL translation update THX strebski
2022-07-20 07:03:05 +02:00
Tobias Diekershoff
d6123976f5
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.
2022-07-20 06:58:26 +02:00
Hypolite Petovan
163f0aa14d
Merge pull request #11754 from Quix0r/rewrites/protocol-diaspora
...
Rewrote a lot local variables in createProfileData() + other changes
2022-07-19 20:36:06 -04:00
Roland Häder
1fbda27aad
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
2022-07-20 01:08:15 +02:00
Hypolite Petovan
d69ac56338
Merge pull request #11753 from Quix0r/fixes/missing-contact-array
...
Fixed missing $contact array, at least initialize it empty
2022-07-19 17:58:02 -04:00
Hypolite Petovan
078e619023
Merge pull request #11750 from Quix0r/fixes/type-hints-doctag
...
Fixes/type hints doctag
2022-07-19 17:57:28 -04:00
Roland Häder
2ef0566ba5
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
2022-07-19 23:46:09 +02:00
Roland Häder
3c540517e7
Ops
2022-07-19 23:40:29 +02:00
Roland Häder
cf8698afe6
This is the correct way:
...
<?php
if (!isset($foo['account_removed) || $foo['account_removed'])
?>
2022-07-19 18:08:18 +02:00
Roland Häder
4e5179a7b3
Changes:
...
- added some missing type-hints
- fixed some documentation (e.g. empty * line between @param and @return/throws)
2022-07-19 18:02:38 +02:00
Hypolite Petovan
4a11773d7e
Merge pull request #11748 from Quix0r/fixes/e_notice-account_removed
...
Fixed E_NOTICE, for some strange reason 'account_removed' isn't around?
2022-07-18 18:23:42 -04:00
Roland Häder
cb2a052a70
Fixed E_NOTICE, for some strange reason 'account_removed' isn't around?
2022-07-18 23:49:58 +02:00
Hypolite Petovan
42d411712b
Merge pull request #11742 from annando/server-detection
...
Improved server detection
2022-07-18 08:50:59 -04:00
Hypolite Petovan
2e9d1a9046
Merge pull request #11746 from annando/warn
...
Check for GMP module
2022-07-18 08:49:50 -04:00
Michael
af8e059990
Renamed platform definition file
2022-07-18 03:48:19 +00:00
Michael
3bd706fcfc
Superfluous todo removed
2022-07-18 03:32:49 +00:00
Hypolite Petovan
121607b8d9
Merge pull request #11740 from annando/json-ld
...
Improved JsonLD parsing
2022-07-17 17:44:53 -04:00
Hypolite Petovan
8cd6ec2e3f
Merge pull request #11743 from Quix0r/fixes/misc-fixes
...
Added missing @return documentation, double->single
2022-07-17 17:42:14 -04:00
Roland Häder
db095b8559
Changes:
...
- double-quotes to single
- added missing `@return`
2022-07-17 22:54:52 +02:00
Michael
46fdd9893c
Merge remote-tracking branch 'upstream/develop' into server-detection
2022-07-17 15:42:09 +00:00
Philipp
6175f9086e
Merge pull request #11747 from annando/fixes
...
Emergency fixes to fix a bunch of fatal errors
2022-07-17 16:34:53 +02:00
Michael
9a4be84853
Only check for string value
2022-07-17 13:13:14 +00:00
Michael
6882e70024
Match the documentation
2022-07-17 13:00:34 +00:00
Michael
2ddf37f32d
Emergency fixes to fix a bunch of fatal errors
2022-07-17 11:47:12 +00:00
Michael
06698cc5f6
Test?
2022-07-17 09:31:44 +00:00
Michael
f0fe323832
Possibly now the tests work
2022-07-17 09:17:07 +00:00
Michael
5188180094
Fixed test
2022-07-17 09:08:12 +00:00
Michael
760aecefd8
Test added
2022-07-17 09:02:28 +00:00
Michael
23953be7cb
Merge remote-tracking branch 'upstream/develop' into warn
2022-07-17 08:51:46 +00:00
Michael
6454f9a32c
Updated messages.po
2022-07-17 07:39:12 +00:00
Michael
f2a4aecc05
Check for GMP module
2022-07-17 06:34:37 +00:00
Michael
d52f52f45f
Somed added documentation
2022-07-17 05:42:44 +00:00
Tobias Diekershoff
085254516c
Merge pull request #11745 from nupplaphil/bug/woodpecker
...
Fix CI / CD woodpecker pipeline
2022-07-17 07:07:31 +02:00
Philipp
3f7c98fd37
Fix CI / CD woodpecker pipeline
...
- Combination of `labels` and `matrix`-build is broken
2022-07-17 02:26:46 +02:00
Philipp
1894302011
Merge pull request #11739 from Quix0r/fixes/missing-return-statements
...
Fixes/missing return statements
2022-07-16 16:23:32 +02:00
Philipp
15323d91d4
Merge pull request #11741 from Quix0r/fixes/missing-array-object-type
...
Fixed E_NOTICE due to wrong array
2022-07-16 16:19:21 +02:00
Michael
0a19759e4f
Fix wrong variable type
2022-07-16 13:44:35 +00:00
Michael
8b7cb5d9ef
Merge remote-tracking branch 'upstream/develop' into server-detection
2022-07-16 12:44:21 +00:00
Roland Häder
cb7f52cc6a
Fixed:
...
- $item is the proper array here,
- see https://github.com/friendica/friendica/issues/11632#issuecomment-1186119430
2022-07-16 12:19:09 +02:00
Michael
8db0e090d7
Merge remote-tracking branch 'upstream/develop' into json-ld
2022-07-16 09:33:24 +00:00
Michael
8cc362fb8b
Improved JSonLD parsing
2022-07-16 09:25:12 +00:00
Michael
abe3fd7605
Improved check for invalid certificates
2022-07-16 08:27:38 +00:00
Roland Häder
ce7af4edb8
All these methods need to return an integer (0=Success) or otherwise doExecute()
...
will return NULL.
2022-07-16 08:17:47 +02:00
Roland Häder
3546d0aabe
This class has already been "imported".
2022-07-16 08:17:43 +02:00