]> git.mxchange.org Git - friendica.git/log
friendica.git
5 months agoFix code style in itemFiler()
Hypolite Petovan [Sun, 26 Jan 2025 19:32:14 +0000 (14:32 -0500)]
Fix code style in itemFiler()

5 months agoMerge pull request #14742 from haheute/media-heading
Hypolite Petovan [Mon, 27 Jan 2025 13:10:03 +0000 (08:10 -0500)]
Merge pull request #14742 from haheute/media-heading

fix font-size for .media-heading

5 months agofix font-size for .media-heading
Hannes Heute [Mon, 27 Jan 2025 12:14:46 +0000 (13:14 +0100)]
fix font-size for .media-heading

5 months agoMerge pull request #14737 from MrPetovan/bug/14131-dropzone-error
Tobias Diekershoff [Mon, 27 Jan 2025 05:31:10 +0000 (06:31 +0100)]
Merge pull request #14737 from MrPetovan/bug/14131-dropzone-error

Account for calendar post edition in editpost()

5 months agoMerge pull request #14736 from MrPetovan/bug/fatal-errors
Tobias Diekershoff [Mon, 27 Jan 2025 05:22:44 +0000 (06:22 +0100)]
Merge pull request #14736 from MrPetovan/bug/fatal-errors

Ward against invalid URLs in Model\Post\Media::isFederatedServer

5 months agoMerge pull request #14735 from MrPetovan/bug/14424-pendign-invite
Tobias Diekershoff [Mon, 27 Jan 2025 05:17:50 +0000 (06:17 +0100)]
Merge pull request #14735 from MrPetovan/bug/14424-pendign-invite

Exclude invitation register rows from pending-view

5 months agoMerge pull request #14738 from MrPetovan/bug/14689-community-empty
Tobias Diekershoff [Mon, 27 Jan 2025 05:14:52 +0000 (06:14 +0100)]
Merge pull request #14738 from MrPetovan/bug/14689-community-empty

Return early if system.max_author_posts_community_page isn't set in Conversation\Timeline->getCommunityItems

5 months agoAvoid matching invalid URLs in Model\Post\Media::insertFromRelevantUrl
Hypolite Petovan [Sun, 26 Jan 2025 17:38:15 +0000 (12:38 -0500)]
Avoid matching invalid URLs in Model\Post\Media::insertFromRelevantUrl

- Replace * with + to prevent matching empty domains

5 months agoWard against invalid URLs in Model\Post\Media::isFederatedServer
Hypolite Petovan [Sun, 26 Jan 2025 17:31:08 +0000 (12:31 -0500)]
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

5 months agoExclude invitation register rows from pending-view
Hypolite Petovan [Sun, 26 Jan 2025 16:45:37 +0000 (11:45 -0500)]
Exclude invitation register rows from pending-view

↪ They were wrongly appearing in the moderation screen and in the notifications

5 months agoFix coding style in src/Module/Conversation/Timeline.php
Hypolite Petovan [Sun, 26 Jan 2025 22:53:24 +0000 (17:53 -0500)]
Fix coding style in src/Module/Conversation/Timeline.php

5 months agoReturn early if system.max_author_posts_community_page isn't set in Conversation...
Hypolite Petovan [Sun, 26 Jan 2025 18:55:58 +0000 (13:55 -0500)]
Return early if system.max_author_posts_community_page isn't set in Conversation\Timeline->getCommunityItems

5 months agoFix code style in src/Util/Temporal
Hypolite Petovan [Sun, 26 Jan 2025 22:47:23 +0000 (17:47 -0500)]
Fix code style in src/Util/Temporal

5 months agoAccount for calendar post edition in editpost()
Hypolite Petovan [Sun, 26 Jan 2025 18:34:03 +0000 (13:34 -0500)]
Account for calendar post edition in editpost()

- Calendar form doesn't have a dropzone nor link preview capability

5 months agoSet first_day_of_week config value default correctly
Hypolite Petovan [Sun, 26 Jan 2025 18:33:14 +0000 (13:33 -0500)]
Set first_day_of_week config value default correctly

↪ Config value could be empty string and cause a script error

5 months agoMerge pull request #14734 from MrPetovan/bug/empty-dom-string
Michael Vogel [Sun, 26 Jan 2025 21:45:43 +0000 (22:45 +0100)]
Merge pull request #14734 from MrPetovan/bug/empty-dom-string

Ward against empty string in Model\Item::replacePlatformIcon

5 months agoWard against empty string in Model\Item::replacePlatformIcon
Hypolite Petovan [Sun, 26 Jan 2025 16:32:41 +0000 (11:32 -0500)]
Ward against empty string in Model\Item::replacePlatformIcon

- Add logger call to troubleshoot

5 months agoMerge pull request #14730 from annando/accessibility
Hypolite Petovan [Sun, 26 Jan 2025 17:20:29 +0000 (12:20 -0500)]
Merge pull request #14730 from annando/accessibility

Several accessibility improvements

5 months agoMerge pull request #14733 from MarekBenjamin/bugfix/illegal-whitespace
Hypolite Petovan [Sun, 26 Jan 2025 16:47:52 +0000 (11:47 -0500)]
Merge pull request #14733 from MarekBenjamin/bugfix/illegal-whitespace

Refactor view.tpl for admin/logs: Fixed illegal whitespace

5 months agoRefactor view.tpl for admin/logs: Fixed illegal whitespace
Marek Bachmann [Sun, 26 Jan 2025 16:28:49 +0000 (16:28 +0000)]
Refactor view.tpl for admin/logs: Fixed illegal whitespace

5 months agoHide dots from screenreaders
Michael [Sun, 26 Jan 2025 13:37:32 +0000 (13:37 +0000)]
Hide dots from screenreaders

5 months agoFix codestyle
Michael [Sun, 26 Jan 2025 12:59:59 +0000 (12:59 +0000)]
Fix codestyle

5 months agoSeveral accessibility improvements
Michael [Sun, 26 Jan 2025 12:35:26 +0000 (12:35 +0000)]
Several accessibility improvements

5 months agoMerge pull request #14728 from MarekBenjamin/bugfix/log-table-appeareance
Tobias Diekershoff [Sun, 26 Jan 2025 07:21:45 +0000 (08:21 +0100)]
Merge pull request #14728 from MarekBenjamin/bugfix/log-table-appeareance

Bugfix/log table: Log level not readable in dark and black frio appeareance

5 months agoRefactor view.tpl for admin/logs: Assign bootstrap.css text classes only (no bg...
Marek Bachmann [Sat, 25 Jan 2025 23:07:17 +0000 (23:07 +0000)]
Refactor view.tpl for admin/logs: Assign bootstrap.css  text classes only (no bg adjustment)

5 months agoRefactor view.tpl for admin/logs: Assign bootstrap.css bg and text classes dynamicall...
Marek Bachmann [Sat, 25 Jan 2025 22:53:42 +0000 (22:53 +0000)]
Refactor view.tpl for admin/logs: Assign bootstrap.css bg and text classes dynamically for log rows

5 months agoRefactor view.tpl for admin/logs: Use class variable for log rows to eliminate whites...
Marek Bachmann [Sat, 25 Jan 2025 22:40:23 +0000 (22:40 +0000)]
Refactor view.tpl for admin/logs: Use class variable for log rows to eliminate whitespace from indentation in tr class attribute"

5 months agoMerge pull request #14727 from MrPetovan/bug/14725-restore-group-widget
Hypolite Petovan [Sat, 25 Jan 2025 17:47:12 +0000 (12:47 -0500)]
Merge pull request #14727 from MrPetovan/bug/14725-restore-group-widget

Remove test code from GroupManager::widget

5 months agoRemove test code from GroupManager::widget
Hypolite Petovan [Sat, 25 Jan 2025 17:45:47 +0000 (12:45 -0500)]
Remove test code from GroupManager::widget

Oops.

5 months agoMerge pull request #14686 from annando/relation
Hypolite Petovan [Fri, 24 Jan 2025 14:03:25 +0000 (09:03 -0500)]
Merge pull request #14686 from annando/relation

Improves the performance for contact relation discovery

5 months agoUnneeded check removed
Michael [Fri, 24 Jan 2025 06:53:48 +0000 (06:53 +0000)]
Unneeded check removed

5 months agoNew function "add"
Michael [Thu, 23 Jan 2025 21:42:11 +0000 (21:42 +0000)]
New function "add"

5 months agoImproved performance on relation discovery
Michael [Sun, 12 Jan 2025 19:43:34 +0000 (19:43 +0000)]
Improved performance on relation discovery

5 months agoMerge pull request #14639 from annando/warning
Hypolite Petovan [Fri, 24 Jan 2025 02:51:28 +0000 (21:51 -0500)]
Merge pull request #14639 from annando/warning

Fix warning "Trying to access array offset on value of type bool"

5 months agomessages.po updated
Michael [Thu, 23 Jan 2025 21:30:07 +0000 (21:30 +0000)]
messages.po updated

5 months agoFix warning "Trying to access array offset on value of type bool"
Michael [Sun, 29 Dec 2024 15:51:42 +0000 (15:51 +0000)]
Fix warning "Trying to access array offset on value of type bool"

5 months agoMerge pull request #14719 from MrPetovan/bug/14717-revert-moderation
Tobias Diekershoff [Thu, 23 Jan 2025 06:38:48 +0000 (07:38 +0100)]
Merge pull request #14719 from MrPetovan/bug/14717-revert-moderation

Partially revert "Improve search for user in Modration module"

5 months agoMerge pull request #14720 from MrPetovan/bug/14099-create-new-group
Tobias Diekershoff [Thu, 23 Jan 2025 06:35:45 +0000 (07:35 +0100)]
Merge pull request #14720 from MrPetovan/bug/14099-create-new-group

Show Create new Group link in widget even if there's no group membership to display

5 months agoFix code style in Content\GroupManager
Hypolite Petovan [Thu, 23 Jan 2025 03:17:22 +0000 (22:17 -0500)]
Fix code style in Content\GroupManager

5 months agoShow Create new Group link in widget even if there's no group membership to display
Hypolite Petovan [Thu, 23 Jan 2025 03:14:38 +0000 (22:14 -0500)]
Show Create new Group link in widget even if there's no group membership to display

5 months agoMerge pull request #14696 from xundeenergie/dropzone-upload-improvement
Hypolite Petovan [Thu, 23 Jan 2025 03:00:07 +0000 (22:00 -0500)]
Merge pull request #14696 from xundeenergie/dropzone-upload-improvement

Do not change cursor position while replacing upload-placeholder, add video, audio and documents to upload

5 months agoMerge branch 'develop' into xundeenergy/dropzone-upload-improvement
Hypolite Petovan [Thu, 23 Jan 2025 02:52:52 +0000 (21:52 -0500)]
Merge branch 'develop' into xundeenergy/dropzone-upload-improvement

5 months agoExtract GET action processing in Moderation modules
Hypolite Petovan [Thu, 23 Jan 2025 02:51:03 +0000 (21:51 -0500)]
Extract GET action processing in Moderation modules

5 months agoPartially revert "Improve search for user in Modration module"
Hypolite Petovan [Thu, 23 Jan 2025 02:36:32 +0000 (21:36 -0500)]
Partially revert "Improve search for user in Modration module"

This reverts commit 78444ff25cfb0e30d79b78e4744a8b84aa06c52a.
↪️ When the uid parameter isn't set, the regular list should be shown instead of throwing an error.

5 months agoMerge pull request #14690 from Art4/fix-code-style-for-pr-14688
Hypolite Petovan [Thu, 23 Jan 2025 02:20:26 +0000 (21:20 -0500)]
Merge pull request #14690 from Art4/fix-code-style-for-pr-14688

Fix code style for #14688

5 months agoMerge branch 'develop' into Art4/fix-code-style-for-pr-14688
Hypolite Petovan [Thu, 23 Jan 2025 02:05:24 +0000 (21:05 -0500)]
Merge branch 'develop' into Art4/fix-code-style-for-pr-14688

# Conflicts:
# src/Model/GServer.php
# src/Util/HTTPSignature.php

5 months agoMerge pull request #14718 from Art4/mark-internal-code
Hypolite Petovan [Thu, 23 Jan 2025 01:58:45 +0000 (20:58 -0500)]
Merge pull request #14718 from Art4/mark-internal-code

Mark internal code, move deprecation warnings into entry points

5 months agoMerge pull request #14700 from annando/get-signer
Hypolite Petovan [Thu, 23 Jan 2025 01:50:41 +0000 (20:50 -0500)]
Merge pull request #14700 from annando/get-signer

Issue 14692: Prevent loops with remote servers

5 months agoMerge pull request #14699 from annando/update-contact
Hypolite Petovan [Thu, 23 Jan 2025 01:48:50 +0000 (20:48 -0500)]
Merge pull request #14699 from annando/update-contact

New option to only update contacts that have got a relation to local users

5 months agoFix logger calls
Michael [Wed, 22 Jan 2025 21:02:15 +0000 (21:02 +0000)]
Fix logger calls

5 months agoFix codestyle
Michael [Wed, 22 Jan 2025 20:56:21 +0000 (20:56 +0000)]
Fix codestyle

5 months agoFix codestyle
Michael [Wed, 22 Jan 2025 20:31:14 +0000 (20:31 +0000)]
Fix codestyle

5 months agoChanges after review
Michael [Wed, 22 Jan 2025 20:26:05 +0000 (20:26 +0000)]
Changes after review

5 months agoMark more new classes as internal
Art4 [Wed, 22 Jan 2025 19:52:48 +0000 (19:52 +0000)]
Mark more new classes as internal

5 months agoMerge branch 'develop' into mark-internal-code
Art4 [Wed, 22 Jan 2025 19:46:49 +0000 (19:46 +0000)]
Merge branch 'develop' into mark-internal-code

5 months agoMerge pull request #14716 from Art4/fix-load-hooks
Hypolite Petovan [Wed, 22 Jan 2025 19:29:02 +0000 (14:29 -0500)]
Merge pull request #14716 from Art4/fix-load-hooks

Fix App not loading Hooks

5 months agoMerge pull request #14694 from Art4/deprecation-process
Hypolite Petovan [Wed, 22 Jan 2025 17:04:13 +0000 (12:04 -0500)]
Merge pull request #14694 from Art4/deprecation-process

Backward Compatibility Promise

5 months agoRemove unused AbstractConsole
Art4 [Wed, 22 Jan 2025 15:57:21 +0000 (15:57 +0000)]
Remove unused AbstractConsole

5 months agoDont show deprecation message twice
Art4 [Wed, 22 Jan 2025 15:47:49 +0000 (15:47 +0000)]
Dont show deprecation message twice

5 months agoMove deprecation message into bin-files
Art4 [Wed, 22 Jan 2025 15:43:26 +0000 (15:43 +0000)]
Move deprecation message into bin-files

5 months agoMark DI::getDice() as internal
Art4 [Wed, 22 Jan 2025 15:31:11 +0000 (15:31 +0000)]
Mark DI::getDice() as internal

5 months agoMark App as final and internal
Art4 [Wed, 22 Jan 2025 15:24:32 +0000 (15:24 +0000)]
Mark App as final and internal

5 months agoChange BC promise to 5 months, fix some wording
Art4 [Wed, 22 Jan 2025 14:59:01 +0000 (14:59 +0000)]
Change BC promise to 5 months, fix some wording

5 months agoRevert "Inject Mode into App::runFrontend() via parameter"
Art4 [Wed, 22 Jan 2025 13:58:50 +0000 (13:58 +0000)]
Revert "Inject Mode into App::runFrontend() via parameter"

This reverts commit 52c6f93c9adc497decc7abf75b17ecf345b279da.

5 months agoCall App::load() on App::processConsole() and procesEjabberd()
Art4 [Wed, 22 Jan 2025 13:53:30 +0000 (13:53 +0000)]
Call App::load() on App::processConsole() and procesEjabberd()

5 months agoProvide $_SERVER to App::processConsole()
Art4 [Wed, 22 Jan 2025 13:47:58 +0000 (13:47 +0000)]
Provide $_SERVER to App::processConsole()

5 months agoInject AppHelper into App::loadDefaultTimezone() via parameter
Art4 [Wed, 22 Jan 2025 13:19:17 +0000 (13:19 +0000)]
Inject AppHelper into App::loadDefaultTimezone() via parameter

5 months agoInject AppHelper into App::load() via parameter
Art4 [Wed, 22 Jan 2025 13:17:53 +0000 (13:17 +0000)]
Inject AppHelper into App::load() via parameter

5 months agoInject profiler into App::load() via parameter
Art4 [Wed, 22 Jan 2025 12:46:24 +0000 (12:46 +0000)]
Inject profiler into App::load() via parameter

5 months agoInject config into App::loadDefaultTimezone() via parameter
Art4 [Wed, 22 Jan 2025 12:36:14 +0000 (12:36 +0000)]
Inject config into App::loadDefaultTimezone() via parameter

5 months agoInject config into App::load() via parameter
Art4 [Wed, 22 Jan 2025 12:13:57 +0000 (12:13 +0000)]
Inject config into App::load() via parameter

5 months agoInject Mode into App::runFrontend() via parameter
Art4 [Wed, 22 Jan 2025 12:11:06 +0000 (12:11 +0000)]
Inject Mode into App::runFrontend() via parameter

5 months agoInject Mode into App::load() via parameter
Art4 [Wed, 22 Jan 2025 12:06:53 +0000 (12:06 +0000)]
Inject Mode into App::load() via parameter

5 months agoMove Mode::setExecutor() call inside App::runFrontend()
Art4 [Wed, 22 Jan 2025 11:59:24 +0000 (11:59 +0000)]
Move Mode::setExecutor() call inside App::runFrontend()

5 months agoRemove dependency for ServerRequestInterface in App::load()
Art4 [Wed, 22 Jan 2025 11:56:23 +0000 (11:56 +0000)]
Remove dependency for ServerRequestInterface in App::load()

5 months agoRename back App::load()
Art4 [Wed, 22 Jan 2025 10:53:34 +0000 (10:53 +0000)]
Rename back App::load()

5 months agoMerge branch 'develop' into deprecation-process
Art4 [Wed, 22 Jan 2025 10:31:50 +0000 (10:31 +0000)]
Merge branch 'develop' into deprecation-process

5 months agoMerge branch 'develop' into fix-code-style-for-pr-14688
Art4 [Wed, 22 Jan 2025 09:07:59 +0000 (09:07 +0000)]
Merge branch 'develop' into fix-code-style-for-pr-14688

5 months agoIssue 14692: Prevent loops with remote servers
Michael [Wed, 15 Jan 2025 07:51:30 +0000 (07:51 +0000)]
Issue 14692: Prevent loops with remote servers

5 months agoNew option to only update contacts with local relations
Michael [Wed, 15 Jan 2025 07:42:47 +0000 (07:42 +0000)]
New option to only update contacts with local relations

5 months agoMerge pull request #14688 from Art4/refactor-logger-class-with-logger-object
Michael Vogel [Wed, 22 Jan 2025 06:20:26 +0000 (07:20 +0100)]
Merge pull request #14688 from Art4/refactor-logger-class-with-logger-object

Replace Logger class with LoggerInterface implementation

5 months agoMerge pull request #14715 from MarekBenjamin/bugfix/photoalbum-button-appeareance
Tobias Diekershoff [Wed, 22 Jan 2025 05:22:22 +0000 (06:22 +0100)]
Merge pull request #14715 from MarekBenjamin/bugfix/photoalbum-button-appeareance

fix photo albums button appeareance for dark appereance in frio theme

5 months agofixed button readabilid in media browser for dark appereance in frio theme
Marek Bachmann [Tue, 21 Jan 2025 18:28:20 +0000 (18:28 +0000)]
fixed button readabilid in media browser for dark appereance in frio theme

5 months agoMerge pull request #14708 from annando/exception
Tobias Diekershoff [Sun, 19 Jan 2025 16:36:54 +0000 (17:36 +0100)]
Merge pull request #14708 from annando/exception

Fix exception "Argument #2 ($jsonld) must be of type array, string given"

5 months agoFix codestyle
Michael [Sun, 19 Jan 2025 13:26:22 +0000 (13:26 +0000)]
Fix codestyle

5 months agoFix exception "Argument #2 ($jsonld) must be of type array, string given"
Michael [Sun, 19 Jan 2025 13:24:59 +0000 (13:24 +0000)]
Fix exception "Argument #2 ($jsonld) must be of type array, string given"

5 months agoAdjust fromat
Artur Weigandt [Thu, 16 Jan 2025 15:07:32 +0000 (16:07 +0100)]
Adjust fromat

5 months agoMerge pull request #14703 from annando/atp-archive
Tobias Diekershoff [Thu, 16 Jan 2025 05:36:09 +0000 (06:36 +0100)]
Merge pull request #14703 from annando/atp-archive

Improved handling of archive posts

5 months agoFixed codestyle
Michael [Wed, 15 Jan 2025 21:52:44 +0000 (21:52 +0000)]
Fixed codestyle

5 months agoImproved handling of archive poszs
Michael [Wed, 15 Jan 2025 21:51:10 +0000 (21:51 +0000)]
Improved handling of archive poszs

5 months agoMerge branch 'develop' into deprecation-process
Art4 [Tue, 14 Jan 2025 19:31:59 +0000 (19:31 +0000)]
Merge branch 'develop' into deprecation-process

5 months agoIncrease BC to 6 months
Artur Weigandt [Tue, 14 Jan 2025 19:29:20 +0000 (20:29 +0100)]
Increase BC to 6 months

5 months agoUpdate doc/Developers-Intro.md
Artur Weigandt [Tue, 14 Jan 2025 18:52:03 +0000 (19:52 +0100)]
Update doc/Developers-Intro.md

5 months agoadd upload for video/*, audio/* and application/* via dropzone
Jakobus Schürz [Tue, 14 Jan 2025 10:17:48 +0000 (11:17 +0100)]
add upload for video/*, audio/* and application/* via dropzone

Upload videos, audios and documents (all mimetype application/*) via
Drag&Drop and Copy&Paste in new postings and comments as attachments.
The same as images before with placeholder on insert-position.
You can write text while upload is done.

5 months agoMerge branch 'refactor-logger-class-with-logger-object' into fix-code-style-for-pr...
Art4 [Tue, 14 Jan 2025 09:29:35 +0000 (09:29 +0000)]
Merge branch 'refactor-logger-class-with-logger-object' into fix-code-style-for-pr-14688

5 months agoMerge branch 'develop' into refactor-logger-class-with-logger-object
Art4 [Tue, 14 Jan 2025 09:16:06 +0000 (09:16 +0000)]
Merge branch 'develop' into refactor-logger-class-with-logger-object

5 months agoMerge pull request #14697 from annando/updatecontact
Tobias Diekershoff [Tue, 14 Jan 2025 06:36:33 +0000 (07:36 +0100)]
Merge pull request #14697 from annando/updatecontact

Only update a contact when it should be updated

5 months agoFixed codestyle
Michael [Tue, 14 Jan 2025 06:06:39 +0000 (06:06 +0000)]
Fixed codestyle

5 months agoChanged contact update rule / added logging
Michael [Tue, 14 Jan 2025 06:06:28 +0000 (06:06 +0000)]
Changed contact update rule / added logging

5 months agodo not change cursor position while replacing upload-placeholder
Jakobus Schürz [Tue, 14 Jan 2025 04:49:48 +0000 (05:49 +0100)]
do not change cursor position while replacing upload-placeholder

fixes #14695

Save caret position just before replacing the upload-placeholder.
replace upload-placeholder
Set caret position to the position in textarea as before replacing action.
Setting caret position considers the position before or after
placeholder and therefore the textlength of server-response to find the
right place.