Commit graph

13,087 commits

Author SHA1 Message Date
13214843d8 Add expected final return in Console\Storage->doMove
- Address https://github.com/friendica/friendica/issues/14646#issuecomment-2621372228
2025-01-29 09:56:06 -05:00
3791635143 Fix coding style in Console\Storage 2025-01-29 09:55:42 -05:00
Michael Vogel
6e264724f8
Merge pull request #14745 from MrPetovan/bug/14744-mastodon-api-instance
Fix wrong default value for contact_account in Mastodon\Instance
2025-01-28 21:15:14 +01:00
5d6be39a0c Fix coding style in Repository\Notify and Util\Emailer 2025-01-28 07:50:30 -05:00
0006d838f5 Remove potential new lines in reported logger instances
- Thanks to @MrKaplan-lw for the investigative work
2025-01-28 07:50:30 -05:00
56e7b05d99 Fix coding style in Object/Api/Mastodon/Instance 2025-01-28 07:35:17 -05:00
186b82d71d Fix wrong default value for contact_account in Mastodon\Instance 2025-01-27 22:01:40 -05:00
e4fa1aa418 Add type hints in Mastodon\Instance 2025-01-27 22:01:17 -05:00
73fd2b23a5
Merge pull request #14737 from MrPetovan/bug/14131-dropzone-error
Account for calendar post edition in editpost()
2025-01-27 06:31:10 +01:00
80f5856764
Merge pull request #14736 from MrPetovan/bug/fatal-errors
Ward against invalid URLs in Model\Post\Media::isFederatedServer
2025-01-27 06:22:44 +01:00
b4b7e9a3c7 Avoid matching invalid URLs in Model\Post\Media::insertFromRelevantUrl
- Replace * with + to prevent matching empty domains
2025-01-26 17:54:17 -05:00
657c04a041 Ward against invalid URLs in Model\Post\Media::isFederatedServer
- Add logger call for exception case
- Address https://github.com/friendica/friendica/issues/14646#issuecomment-2614231345
2025-01-26 17:54:17 -05:00
f632acb6c2 Fix coding style in src/Module/Conversation/Timeline.php 2025-01-26 17:53:24 -05:00
403a4684e5 Return early if system.max_author_posts_community_page isn't set in Conversation\Timeline->getCommunityItems 2025-01-26 17:52:35 -05:00
8f0a31dc1e Fix code style in src/Util/Temporal 2025-01-26 17:47:23 -05:00
d9c11bb853 Set first_day_of_week config value default correctly
↪ Config value could be empty string and cause a script error
2025-01-26 17:45:23 -05:00
20ab8de06d Ward against empty string in Model\Item::replacePlatformIcon
- Add logger call to troubleshoot
2025-01-26 14:49:00 -05:00
c8042e92df
Merge pull request #14730 from annando/accessibility
Several accessibility improvements
2025-01-26 12:20:29 -05:00
c0723e3d48 Fix codestyle 2025-01-26 12:59:59 +00:00
c978c8e027 Several accessibility improvements 2025-01-26 12:46:18 +00:00
5cd6d9a0f1 Remove test code from GroupManager::widget
Oops.
2025-01-25 12:45:47 -05:00
80fe8f837e Unneeded check removed 2025-01-24 06:59:38 +00:00
e5bf1b976a New function "add" 2025-01-24 06:52:20 +00:00
d45cd93278 Improved performance on relation discovery 2025-01-24 06:52:20 +00:00
b915252e7e Fix warning "Trying to access array offset on value of type bool" 2025-01-23 21:24:14 +00:00
4917380716
Merge pull request #14719 from MrPetovan/bug/14717-revert-moderation
Partially revert "Improve search for user in Modration module"
2025-01-23 07:38:48 +01:00
1794d58a5b Fix code style in Content\GroupManager 2025-01-22 22:17:22 -05:00
354e3adc04 Show Create new Group link in widget even if there's no group membership to display 2025-01-22 22:14:38 -05:00
cbb6b7819a Extract GET action processing in Moderation modules 2025-01-22 21:51:03 -05:00
3e465cb761 Partially revert "Improve search for user in Modration module"
This reverts commit 78444ff25c.
↪️ When the uid parameter isn't set, the regular list should be shown instead of throwing an error.
2025-01-22 21:37:39 -05:00
822b4429f3 Merge branch 'develop' into Art4/fix-code-style-for-pr-14688
# Conflicts:
#	src/Model/GServer.php
#	src/Util/HTTPSignature.php
2025-01-22 21:05:24 -05:00
0d97118cfb
Merge pull request #14718 from Art4/mark-internal-code
Mark internal code, move deprecation warnings into entry points
2025-01-22 20:58:45 -05:00
3d1ab8c5b9
Merge pull request #14700 from annando/get-signer
Issue 14692: Prevent loops with remote servers
2025-01-22 20:50:41 -05:00
15cec1ac10
Merge pull request #14699 from annando/update-contact
New option to only update contacts that have got a relation to local users
2025-01-22 20:48:50 -05:00
3da2a3ef3d Fix logger calls 2025-01-22 21:02:15 +00:00
d74ca3ecf5 Fix codestyle 2025-01-22 20:56:21 +00:00
0f8786f8b1 Fix codestyle 2025-01-22 20:31:14 +00:00
bccf95a088 Changes after review 2025-01-22 20:26:05 +00:00
Art4
0b84cf401d Mark more new classes as internal 2025-01-22 19:52:48 +00:00
Art4
179ccbc08c Merge branch 'develop' into mark-internal-code 2025-01-22 19:46:49 +00:00
Art4
65b79b5ea0 Remove unused AbstractConsole 2025-01-22 15:57:21 +00:00
Art4
23fcb4f87f Dont show deprecation message twice 2025-01-22 15:47:49 +00:00
Art4
700cedd69b Mark DI::getDice() as internal 2025-01-22 15:31:11 +00:00
Art4
92aabbdcec Mark App as final and internal 2025-01-22 15:24:32 +00:00
Art4
ed184ab520 Revert "Inject Mode into App::runFrontend() via parameter"
This reverts commit 52c6f93c9a.
2025-01-22 13:58:50 +00:00
Art4
5a40fdd7e1 Call App::load() on App::processConsole() and procesEjabberd() 2025-01-22 13:53:30 +00:00
Art4
c9bcc45d7c Provide $_SERVER to App::processConsole() 2025-01-22 13:47:58 +00:00
Art4
15446f35a5 Inject AppHelper into App::loadDefaultTimezone() via parameter 2025-01-22 13:19:17 +00:00
Art4
7cc37ff2cb Inject AppHelper into App::load() via parameter 2025-01-22 13:17:53 +00:00
Art4
e57424ec35 Inject profiler into App::load() via parameter 2025-01-22 12:46:24 +00:00