Roland Häder
7560dccc08
Added again more type-hints
2022-06-17 17:18:31 +02:00
Roland Häder
2766c7d9cf
Continued:
...
- added more type-hints
- added some missing documentation
2022-06-17 17:18:31 +02:00
Roland Häder
a587217f47
Fixed "Argument 4 passed to Friendica\Protocol\DFRN::processVerbs() must be of the type bool"
2022-06-17 17:18:31 +02:00
Roland Häder
dd54e52575
MrPetovan brought the right one up:
...
> Since this is depending on remote systems, the log can quickly fill with unactionable messages.
2022-06-17 17:18:31 +02:00
Roland Häder
c351099c5a
Ops, bad type-hint here
2022-06-17 17:18:31 +02:00
Roland Häder
2c5595c358
Another incompatible method declaration fixed + type-hints added
2022-06-17 17:18:31 +02:00
Roland Häder
40d7f29a11
Continued:
...
- more type-hints
- fixed incompatible method declarations
2022-06-17 17:18:31 +02:00
Roland Häder
1edc6b3c3b
Added more type-hints for "App" classes
2022-06-17 17:18:31 +02:00
Roland Häder
42b04f397b
Added more type-hints
2022-06-17 17:18:31 +02:00
Roland Häder
aa5f0d5ec1
Added more type-hints and documented a few methods
2022-06-17 17:18:31 +02:00
Roland Häder
97e27cb523
Added more type-hints
2022-06-17 17:18:31 +02:00
Roland Häder
c2e889cfae
Added more type-hints
2022-06-17 17:18:31 +02:00
Hypolite Petovan
a8a21c7fb6
Merge pull request #11652 from Quix0r/fixes/causer-id
...
Misspelled braces causing "undefined index 'causer-id'" message
2022-06-17 10:12:22 -04:00
Roland Häder
5106bb2881
Added parenthesis
2022-06-17 09:41:11 +02:00
Roland Häder
a903dbd77e
Wrong braces causing 'undefined index causer-id'. See #11632
2022-06-16 23:00:16 +02:00
Hypolite Petovan
51b31a846f
Merge pull request #11649 from Quix0r/fixes/return-type-fetch-content
...
Fixes incompatible returned type from HTTPSignature::fetch() method
2022-06-16 13:16:06 -04:00
Roland Häder
6035de6883
Continued:
...
- added more type-hints
- also cannot return FALSE when array is set
2022-06-16 19:06:41 +02:00
Hypolite Petovan
341d8860d1
Merge pull request #11647 from Quix0r/fixes/type-error-exception
...
Followup PR for bad #11624 PR
2022-06-16 11:53:15 -04:00
Roland Häder
51a7b5c584
Made also this one sweeter (null-coalscing)
2022-06-16 17:36:47 +02:00
Roland Häder
0e1f734b03
Also make this null-coalscing
2022-06-16 17:35:01 +02:00
Roland Häder
e8fee5644b
Ops, syntax errors get unnoticed with a simple editor. :-(
2022-06-16 17:10:02 +02:00
Roland Häder
624e4c192c
Changed to null-coalscing style (??) as sugguested by @MrPetovan
2022-06-16 16:59:54 +02:00
Roland Häder
962b06bf41
Added check as suggested by @MrPetovan for empty $message.
2022-06-16 16:54:51 +02:00
Roland Häder
f2b7326650
This will 2 things:
...
1) The first change prevents "expensive" code in HTML::toBBcode() to be executed
just for an empty string which makes no sense.
2) The above change was maybe flawed as $apcontact['about'] would have never
been created, not even empty which could have side effects
Thanks to @annando to make me rethink this part of code.
2022-06-16 16:54:50 +02:00
Roland Häder
7814ba4fc4
Fixes for bad invocations of HTML::toBBCode() (1st parameter is now string)
2022-06-16 16:54:50 +02:00
Roland Häder
b200874f17
Ops:
...
- wrong way around (!empty($foo)) is proper
- also needed to be checked on $acitivty['content']
2022-06-16 16:54:50 +02:00
Roland Häder
b1e4c0931a
Fixes and type-hints:
...
- added more checked type-hints as they prevent bad method invocations
- fixed TypeError for HTML::toBBCode() invocations with NULL as first (wrong)
argument, thanks to @tobias@social.diekershoff.de pointing this out.
2022-06-16 16:54:49 +02:00
Hypolite Petovan
bb57d45237
Merge pull request #11645 from Quix0r/fixes/e-notice_use
...
Fixed possible "Trying to access array offset on value of type bool" E_NOTICE
2022-06-16 08:45:50 -04:00
Roland Häder
e9af4b5bb9
Shorter code, thanks to @annando pointing this out
2022-06-16 13:29:30 +02:00
Roland Häder
65da5246ca
Fixed possibble "Trying to access array offset on value of type bool" E_NOTICE
...
Signed-off-by: Roland Häder <roland@mxchange.org>
2022-06-16 10:07:41 +02:00
Tobias Diekershoff
13ef86d4a3
Merge pull request #11644 from Quix0r/fixes/file-permissions
...
Fixed file permissions
2022-06-16 10:02:31 +02:00
Roland Häder
58c48977ec
These files should never have executable files
2022-06-16 09:14:23 +02:00
Roland Häder
fd0d4aedee
Font files should NEVER be executable
...
Signed-off-by: Roland Häder <roland@mxchange.org>
2022-06-16 09:13:48 +02:00
Hypolite Petovan
207bf58801
Merge pull request #11624 from Quix0r/fixes/type-hints
...
Added more known type-hints
2022-06-15 16:32:25 -04:00
Roland Häder
5fa954208a
Changes:
...
- ops, wasn't actually fixing `return;` to proper `return '';`
- added more type-hints
- added TODO ($uid is unused)
2022-06-15 22:28:33 +02:00
Roland Häder
a3fa95e8e4
Changes:
...
- added more type-hints
- changed `return;` to `return '';` when `string` was requested as returned type-hint
(thanks to @MrPetovan)
2022-06-15 22:05:38 +02:00
Roland Häder
34aee64349
Added more type-hints
...
Signed-off-by: Roland Häder <roland@mxchange.org>
2022-06-15 21:52:51 +02:00
Roland Häder
143e4c4a18
Added more known type-hints
...
Signed-off-by: Roland Häder <roland@mxchange.org>
2022-06-15 21:52:50 +02:00
Tobias Diekershoff
98954dd14e
Merge pull request #11643 from annando/avatar-path
...
You can now store the avatar in a separate folder and host
2022-06-15 06:25:31 +02:00
Michael
726c4dff7d
You can now store the avatar in a separate folder and host
2022-06-15 03:59:26 +00:00
Hypolite Petovan
f839cd3826
Merge pull request #11642 from annando/platform-default
...
Some more default avatars
2022-06-13 16:31:34 -04:00
Michael
b816ae4db5
Some more default avatars
2022-06-13 20:07:54 +00:00
Michael Vogel
1eadcb4855
Merge pull request #11641 from tobiasd/20220613-lng
...
AR, FR and HU translation updates
2022-06-13 17:42:10 +02:00
Tobias Diekershoff
6d6f356446
AR translation updates THX ButterflyOfFire
2022-06-13 14:27:14 +02:00
Tobias Diekershoff
7614ace843
added HU translation THX Balázs Úr
2022-06-13 14:27:14 +02:00
Tobias Diekershoff
cc77052817
update FR translations THX kalon33
2022-06-13 14:27:06 +02:00
Hypolite Petovan
663296b107
Merge pull request #11639 from annando/platform-default
...
Use platform specific default avatar pictures
2022-06-13 07:59:49 -04:00
Michael
70b9a8114d
Improve license comment
2022-06-13 10:30:21 +00:00
Michael
d9fb081db9
Using separate avatars for different peertube account types
2022-06-13 10:27:46 +00:00
Michael
a47f1efec3
use correct image for Pleroma
2022-06-13 10:18:17 +00:00