Commit graph

13,100 commits

Author SHA1 Message Date
Marek Bachmann
01f852a87c Change filer dialog from color box to modal usage 2025-02-04 13:20:33 -05:00
edbf86449d
Merge pull request #14760 from MrPetovan/bug/warnings
Prioritize coalescing parameters in Moderation\Users\*->processGetActions
2025-02-04 14:59:47 +01:00
7bbefae3e6 Skip to content 2025-02-04 04:49:05 +00:00
b5bff3f758 Codestyle changes 2025-02-04 04:49:05 +00:00
f3c5855fc1 Some more screenreader improvements 2025-02-04 04:49:05 +00:00
Waldir Pimenta
773f654e99 Normalize punctuation in signup form field labels 2025-02-03 21:53:02 +00:00
Waldir Pimenta
7b5b9c164e Close paren in message shown at the signup form 2025-02-03 21:09:00 +00:00
3799f6c69e Fix code style in Moderation\Users classes 2025-01-31 12:15:31 -05:00
e6f4df3442 Prioritize coalescing parameters in Moderation\Users\*->processGetActions
↪ This was causing missing array index warnings when the casting took precedence
2025-01-31 12:11:59 -05:00
Art4
af96a957cd Log trigger_error() of deprecated code 2025-01-31 15:36:08 +00:00
Art4
02cde27a12 Mute calles of trigger_error() 2025-01-31 15:35:07 +00:00
Art4
c206e60ad4 Hard deprecate DI::workerLogger(), mark DI::loggerManager() as internal 2025-01-31 07:56:30 +00:00
Art4
c363b45e0d Hard deprecate all Logger methods 2025-01-31 07:55:53 +00:00
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