Commit graph

12626 commits

Author SHA1 Message Date
Art4
55709169eb Remove dreamhost_error_hack
This was introduced in commit 2c5ba7fc15 but might never worked
because $dreamhost_error_hack was never defined
2024-11-18 08:53:09 +00:00
Art4
e4ec14767f Refactor module Item Display 2024-11-18 08:39:06 +00:00
Art4
9422b016d7 Refactor Magic module 2024-11-18 08:28:32 +00:00
Art4
78444ff25c Improve search for user in Modration module 2024-11-18 08:09:59 +00:00
Art4
3d97280f52 Refactor OAuth Token 2024-11-18 08:02:22 +00:00
Art4
5772c70216 Check for explicit types 2024-11-18 07:44:26 +00:00
Artur Weigandt
2b40e49e6e
Update src/Protocol/ActivityPub/Processor.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2024-11-18 08:38:12 +01:00
Artur Weigandt
219b258a54
Update src/Protocol/ActivityPub/ClientToServer.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2024-11-18 08:35:45 +01:00
Art4
24f75cd618 Add return type never, fix more errors 2024-11-17 22:55:42 +00:00
Art4
12ed714a9e Fix more errors 2024-11-17 22:26:43 +00:00
Art4
08ecf2c9a4 fix more errors 2024-11-17 22:13:01 +00:00
Art4
36484309d1 fix errors in Object namespace 2024-11-17 21:43:06 +00:00
Art4
9638113244 Fix all errors in Protocol namespace 2024-11-17 18:39:17 +00:00
Art4
5469637f2b Merge branch 'develop' into phpstan-level-1 2024-11-17 07:53:09 +00:00
Art4
8bbf9d25b6 Merge branch 'develop' into phpstan-level-1 2024-11-16 19:59:32 +00:00
Art4
f75fc9a2fb Merge branch 'develop' into run-phpstan-in-ci-pipeline 2024-11-16 18:59:55 +00:00
Art4
e97231683a fix erros in Util namespace 2024-11-16 17:16:26 +00:00
Art4
84048617c9 Remove phpstan ignored errors 2024-11-16 10:41:14 +00:00
Art4
fca8de40a1 Remove dependency for twitter addon 2024-11-16 10:37:48 +00:00
Art4
e5b837f183 bump version to 2024.12-dev 2024-11-16 08:39:37 +00:00
Art4
eb04f3b079 Merge branch 'develop' into merge-2024.09-rc-branch 2024-11-16 08:32:25 +00:00
Art4
5595bfc0d8 Merge branch '2024.09-rc' into merge-2024.09-rc-branch 2024-11-15 14:32:05 +00:00
Michael
b276b89777 Issue 14524: Fix Open Search 2024-11-15 06:55:21 +00:00
Michael
8fdd78ef95 Message split at commas, exclamation mark or question mark 2024-11-14 14:37:44 +00:00
Art4
2ef9982f63 refactor Receiver::processObject() method 2024-11-14 07:32:25 +00:00
Art4
ee2cdc7763 replace method with anonymous function 2024-11-13 07:49:29 +00:00
Artur Weigandt
3e523ddd09
Update src/Protocol/ActivityPub/Receiver.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2024-11-12 22:03:09 +01:00
Art4
ca51b45f04 Upgrade to PHPStan 2.0 2024-11-12 21:02:21 +00:00
Michael
818ea3e33e Avoid useless "warning" logging 2024-11-12 11:12:04 +00:00
Michael
6cb1794c35 Improved message splitting when posting to Bluesky or Twitter 2024-11-12 07:20:10 +00:00
Art4
9a04f90bbd Improve check for unlisted receiver 2024-11-12 00:20:30 +00:00
Art4
12d5e4da44 use get_class() instead of static() in BaseCollection 2024-11-11 23:40:45 +00:00
Michael
f36353e010 New option to disable SVG icons / Functionality added to Vier 2024-11-11 15:43:57 +00:00
Hypolite Petovan
eded4209d2
Merge pull request #14546 from annando/color-white
Fix for white svg icons
2024-11-11 09:35:17 -05:00
loma-one
a60028e0da
Update ContactSelector.php
Add tumblr
2024-11-11 09:08:52 +01:00
Michael
6de167173c Fix for white svg icons 2024-11-11 07:58:36 +00:00
Michael
c80fb8bad4 More white icons added / automated style 2024-11-10 23:12:36 +00:00
Michael
a4c5d7539c Preparation für multiple icon styles / improved code 2024-11-10 19:50:01 +00:00
Art4
221dad7663 Merge branch 'improve-tests' into add-static-code-analysis 2024-11-10 00:20:29 +00:00
Art4
940884e4bd Refactor Crypto::randomDigits() 2024-11-09 23:18:13 +00:00
Michael
e73566c0a1 SVG icons for various fediverse systems 2024-11-08 09:43:19 +00:00
Tobias Diekershoff
435c37bff4
Merge pull request #14533 from annando/warning
Fixes "foreach() argument must be of type array|object, string given"
2024-11-06 06:29:04 +01:00
Michael
97b38b99df Fixes "foreach() argument must be of type array|object, string given" 2024-11-05 19:10:32 +00:00
Art4
dfb821d3b5 Ignore false positive PHPStan error
see https://github.com/friendica/friendica-addons/pull/1363
2024-11-05 15:26:24 +00:00
Art4
a28a207774 Fix name of Mode class 2024-11-05 12:20:43 +00:00
Art4
eff96cc140 add missing use statement 2024-11-05 12:17:41 +00:00
Art4
4b971f84fd Fix returns in Console commands 2024-11-05 12:13:18 +00:00
Art4
01ba276455 Add missing return
This needs some refactoring: returning nothing implicit returns null, thas will be convert to int 0.
I return false instead of nothing to keep this behaviour for BC.
2024-11-05 11:52:23 +00:00
Art4
bf04b3e57d Fix usage of static 2024-11-05 11:27:29 +00:00
Art4
f024de4350 add missing property in FixAPDeliveryWorkerTaskParameters 2024-11-05 11:25:35 +00:00