]> git.mxchange.org Git - friendica.git/log
friendica.git
7 months agoFix namespace
Art4 [Fri, 8 Nov 2024 08:01:07 +0000 (08:01 +0000)]
Fix namespace

8 months agoIgnore false positive PHPStan error
Art4 [Tue, 5 Nov 2024 15:26:24 +0000 (15:26 +0000)]
Ignore false positive PHPStan error

see https://github.com/friendica/friendica-addons/pull/1363

8 months agoFix name of Mode class
Art4 [Tue, 5 Nov 2024 12:20:43 +0000 (12:20 +0000)]
Fix name of Mode class

8 months agoadd missing use statement
Art4 [Tue, 5 Nov 2024 12:17:41 +0000 (12:17 +0000)]
add missing use statement

8 months agoFix returns in Console commands
Art4 [Tue, 5 Nov 2024 12:13:18 +0000 (12:13 +0000)]
Fix returns in Console commands

8 months agoAdd missing return
Art4 [Tue, 5 Nov 2024 11:52:23 +0000 (11:52 +0000)]
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.

8 months agoFix usage of static
Art4 [Tue, 5 Nov 2024 11:27:29 +0000 (11:27 +0000)]
Fix usage of static

8 months agoadd missing property in FixAPDeliveryWorkerTaskParameters
Art4 [Tue, 5 Nov 2024 11:25:35 +0000 (11:25 +0000)]
add missing property in FixAPDeliveryWorkerTaskParameters

8 months agoRemove missleading template phpdoc
Art4 [Tue, 5 Nov 2024 07:14:24 +0000 (07:14 +0000)]
Remove missleading template phpdoc

8 months agoRemove support for apc
Art4 [Tue, 5 Nov 2024 07:07:58 +0000 (07:07 +0000)]
Remove support for apc

8 months agoRemove support for apc
Art4 [Mon, 4 Nov 2024 20:34:32 +0000 (20:34 +0000)]
Remove support for apc

apc is deprecated since PHP 5.5 and not compatible with PHP 7

8 months agoFix defaults in Contact model
Art4 [Mon, 4 Nov 2024 20:02:44 +0000 (20:02 +0000)]
Fix defaults in Contact model

8 months agoFix variable name
Art4 [Mon, 4 Nov 2024 15:28:10 +0000 (15:28 +0000)]
Fix variable name

The variable was renamed but this line was accidently overseen

see https://github.com/friendica/friendica/commit/62eb16e9ad9adbd2fa712cccbb40ab53b8b16e5b#diff-785d24b46fdf749363656f33208f941ea0eca809c7c76452180a0bfc16df68a3R2555

8 months agoRemove unused code
Art4 [Mon, 4 Nov 2024 15:09:33 +0000 (15:09 +0000)]
Remove unused code

8 months agoremove unused code
Art4 [Mon, 4 Nov 2024 15:04:06 +0000 (15:04 +0000)]
remove unused code

this code was never called because $body is never declared
and hence the if could never be true

8 months agoFix wrong use of static
Art4 [Mon, 4 Nov 2024 13:46:33 +0000 (13:46 +0000)]
Fix wrong use of static

8 months agoRemove call of non-existing functions
Art4 [Mon, 4 Nov 2024 12:56:04 +0000 (13:56 +0100)]
Remove call of non-existing functions

This functions were removed in commit a97b3f690c9e4476ba638236897507100f77af6f

- twitter_statuses_show()
- twitter_media_entities()
- twitter_expand_entities()

see https://github.com/friendica/friendica-addons/commit/a97b3f690c9e4476ba638236897507100f77af6f

8 months agoRefactor Friendica\Module\Debug\ItemBody class
Art4 [Mon, 4 Nov 2024 12:36:57 +0000 (13:36 +0100)]
Refactor Friendica\Module\Debug\ItemBody class

8 months agorefactor of Friendica\Object\Api\Mastodon\Preferences class
Art4 [Mon, 4 Nov 2024 12:30:26 +0000 (13:30 +0100)]
refactor of Friendica\Object\Api\Mastodon\Preferences class

8 months agoadd test for Preferences class
Art4 [Mon, 4 Nov 2024 12:22:26 +0000 (13:22 +0100)]
add test for Preferences class

8 months agoFix warnings in Receiver.php
Art4 [Mon, 4 Nov 2024 11:58:08 +0000 (11:58 +0000)]
Fix warnings in Receiver.php

8 months agoExtract visible_whitespace() into separate method in ActivityPubConversion
Art4 [Sun, 3 Nov 2024 14:54:37 +0000 (15:54 +0100)]
Extract visible_whitespace() into separate method in ActivityPubConversion

8 months agoExtract visible_whitespace() into separate method
Art4 [Sun, 3 Nov 2024 14:52:46 +0000 (15:52 +0100)]
Extract visible_whitespace() into separate method

8 months agoadd missing return statement
Art4 [Sun, 3 Nov 2024 14:49:44 +0000 (15:49 +0100)]
add missing return statement

8 months agoAdd license note an scan directory for PHPStan
Art4 [Sun, 3 Nov 2024 10:24:15 +0000 (11:24 +0100)]
Add license note an scan directory for PHPStan

8 months agoinstall PHPStan for static code analysis
Art4 [Sat, 2 Nov 2024 21:24:10 +0000 (22:24 +0100)]
install PHPStan for static code analysis

8 months agoFix tests
Art4 [Sat, 2 Nov 2024 21:06:02 +0000 (22:06 +0100)]
Fix tests

8 months agoFix mocking namespace
Art4 [Sat, 2 Nov 2024 19:57:11 +0000 (20:57 +0100)]
Fix mocking namespace

8 months agoFix namespace in IntallerTest, mock function_exists() with PHPMock
Art4 [Sat, 2 Nov 2024 16:43:43 +0000 (17:43 +0100)]
Fix namespace in IntallerTest, mock function_exists() with PHPMock

8 months agoFix namespace for CryptoTest
Art4 [Fri, 1 Nov 2024 21:46:09 +0000 (21:46 +0000)]
Fix namespace for CryptoTest

8 months agorequire php-mock/php-mock-phpunit for mocking php builtin functions
Art4 [Fri, 1 Nov 2024 21:45:45 +0000 (21:45 +0000)]
require php-mock/php-mock-phpunit for mocking php builtin functions

8 months agoautoload addons via classmap instead of psr-4
Art4 [Fri, 1 Nov 2024 21:15:34 +0000 (21:15 +0000)]
autoload addons via classmap instead of psr-4

8 months agoreplace bower-asset/fork-awesome with npm-asset/fork-awesome
Art4 [Fri, 1 Nov 2024 14:45:38 +0000 (14:45 +0000)]
replace bower-asset/fork-awesome with npm-asset/fork-awesome

8 months agoreplace bower-asset/dompurify with npm-asset/dompurify
Art4 [Fri, 1 Nov 2024 14:40:10 +0000 (14:40 +0000)]
replace bower-asset/dompurify with npm-asset/dompurify

8 months agoreplace bower-asset/chart-js with npm-asset/chart.js
Art4 [Fri, 1 Nov 2024 14:37:31 +0000 (14:37 +0000)]
replace bower-asset/chart-js with npm-asset/chart.js

8 months agofix path name for chart.js
Art4 [Fri, 1 Nov 2024 12:29:14 +0000 (12:29 +0000)]
fix path name for chart.js

8 months agoRemove fxp-asset config
Art4 [Fri, 1 Nov 2024 12:11:16 +0000 (12:11 +0000)]
Remove fxp-asset config

8 months agoinstall all bower and npm dependencies with composer
Art4 [Fri, 1 Nov 2024 12:07:32 +0000 (13:07 +0100)]
install all bower and npm dependencies with composer

8 months agoreplace composer/installers with oomphinc/composer-installers-extender
Art4 [Fri, 1 Nov 2024 11:46:04 +0000 (11:46 +0000)]
replace composer/installers with oomphinc/composer-installers-extender

8 months agoinstall composer/installers, add asset-packagist as new repository
Art4 [Fri, 1 Nov 2024 11:27:42 +0000 (11:27 +0000)]
install composer/installers, add asset-packagist as new repository

8 months agoremove fxp/composer-asset-plugin dependency
Art4 [Fri, 1 Nov 2024 11:17:55 +0000 (11:17 +0000)]
remove fxp/composer-asset-plugin dependency

8 months agoUpdate to Compose v2
Art4 [Thu, 31 Oct 2024 14:40:00 +0000 (14:40 +0000)]
Update to Compose v2

8 months agoMerge pull request #14462 from tobiasd/reuseOct
Michael Vogel [Mon, 14 Oct 2024 08:02:33 +0000 (10:02 +0200)]
Merge pull request #14462 from tobiasd/reuseOct

more REUSE information

8 months agoadded missing license
Tobias Diekershoff [Mon, 14 Oct 2024 04:45:03 +0000 (04:45 +0000)]
added missing license

8 months agomore REUSE information
Tobias Diekershoff [Sun, 13 Oct 2024 08:51:21 +0000 (10:51 +0200)]
more REUSE information

8 months agoMerge pull request #14459 from annando/fix-contact-settings
Tobias Diekershoff [Fri, 11 Oct 2024 05:25:03 +0000 (07:25 +0200)]
Merge pull request #14459 from annando/fix-contact-settings

Fix: changing contact settings

8 months agoFix: changing contact settings
Michael [Tue, 8 Oct 2024 20:49:24 +0000 (20:49 +0000)]
Fix: changing contact settings

8 months agoMerge pull request #14457 from annando/length-check
Tobias Diekershoff [Tue, 8 Oct 2024 06:06:31 +0000 (08:06 +0200)]
Merge pull request #14457 from annando/length-check

Fix for the string truncation for "latin1" charset

8 months agoMerge pull request #14456 from annando/linefeeds
Tobias Diekershoff [Tue, 8 Oct 2024 06:05:18 +0000 (08:05 +0200)]
Merge pull request #14456 from annando/linefeeds

Fix linefeeds in "detected languages" popup

8 months agoFix linefeeds in "detected languages" popup
Michael [Mon, 7 Oct 2024 05:22:53 +0000 (05:22 +0000)]
Fix linefeeds in "detected languages" popup

8 months agoFixed for the string truncation for "latin1" charset
Michael [Mon, 7 Oct 2024 05:26:51 +0000 (05:26 +0000)]
Fixed for the string truncation for "latin1" charset

9 months agoMerge pull request #14455 from haheute/textarea-event-description
Tobias Diekershoff [Thu, 3 Oct 2024 13:06:49 +0000 (15:06 +0200)]
Merge pull request #14455 from haheute/textarea-event-description

add rows=8 for event description textarea

9 months agolittle typo in the CSS file
Hannes Heute [Thu, 3 Oct 2024 11:48:59 +0000 (13:48 +0200)]
little typo in the CSS file

9 months agoadd rows=8 for event description textarea
Hannes Heute [Thu, 3 Oct 2024 10:16:15 +0000 (12:16 +0200)]
add rows=8 for event description textarea

9 months agoMerge pull request #14453 from annando/platform-icons
Tobias Diekershoff [Mon, 30 Sep 2024 05:51:41 +0000 (07:51 +0200)]
Merge pull request #14453 from annando/platform-icons

Platform icons assigned for Hometown and Akkoma

9 months agoPlatform icons assigned for Hometown and Akkoma
Michael [Sun, 29 Sep 2024 18:14:14 +0000 (18:14 +0000)]
Platform icons assigned for Hometown and Akkoma

9 months agoMerge pull request #14452 from annando/issue-14451
Tobias Diekershoff [Sat, 28 Sep 2024 06:46:14 +0000 (08:46 +0200)]
Merge pull request #14452 from annando/issue-14451

Issue 14451: Accept GZIP content encoding

9 months agoIssue 14451: Accept GZIP content encoding
Michael [Fri, 27 Sep 2024 19:34:49 +0000 (19:34 +0000)]
Issue 14451: Accept GZIP content encoding

9 months agoMerge pull request #14449 from annando/issue-14448
Tobias Diekershoff [Wed, 25 Sep 2024 04:45:54 +0000 (06:45 +0200)]
Merge pull request #14449 from annando/issue-14448

Issue 14448: Fix the Pertube context

9 months agoIssue 14448: Fix the Pertube context
Michael [Tue, 24 Sep 2024 05:59:03 +0000 (05:59 +0000)]
Issue 14448: Fix the Pertube context

9 months agoMerge pull request #14444 from annando/Emoji-count
Tobias Diekershoff [Sun, 22 Sep 2024 15:35:26 +0000 (17:35 +0200)]
Merge pull request #14444 from annando/Emoji-count

Fix counter for emoji reactions

9 months agoMerge pull request #14445 from haheute/dropzone-overflow
Michael Vogel [Sat, 21 Sep 2024 05:57:50 +0000 (07:57 +0200)]
Merge pull request #14445 from haheute/dropzone-overflow

remove unnecessary overflow:scroll from compose template

9 months agomessages.po
Hannes Heute [Thu, 19 Sep 2024 12:20:34 +0000 (14:20 +0200)]
messages.po

9 months agoremove unnecessary overflow:scroll from compose template
Hannes Heute [Thu, 19 Sep 2024 12:08:41 +0000 (14:08 +0200)]
remove unnecessary overflow:scroll from compose template

9 months agoMerge pull request #14441 from loma-one/loma-one-patch-5
Michael Vogel [Thu, 19 Sep 2024 05:34:35 +0000 (07:34 +0200)]
Merge pull request #14441 from loma-one/loma-one-patch-5

Saving the post content using localstorage

9 months agoFix counter for emoji reactions
Michael [Wed, 18 Sep 2024 20:25:51 +0000 (20:25 +0000)]
Fix counter for emoji reactions

9 months agoMerge pull request #14443 from annando/webp-animated
Tobias Diekershoff [Wed, 18 Sep 2024 04:56:38 +0000 (06:56 +0200)]
Merge pull request #14443 from annando/webp-animated

Issue 14419: Avoid fatal errors with animated WebP images and GDlib

9 months agoIssue 14419: Avoid fatal errors with animated WebP images and GDlib
Michael [Wed, 18 Sep 2024 04:06:57 +0000 (04:06 +0000)]
Issue 14419: Avoid fatal errors with animated WebP images and GDlib

9 months agoSaving the post content using localstorage
loma-one [Mon, 16 Sep 2024 16:22:58 +0000 (18:22 +0200)]
Saving the post content using localstorage

If a post is created and the browser window crashes or the Composer window is hard-closed in some other way, all content is lost. Content is now saved temporarily so that it can be displayed again when the browser is restarted.

The content in the localstorage is discarded after 10 minutes after the editor has been exited.

The system now checks whether the editor field is filled. If there are no characters, there is no reload check.

9 months agoSaving the post content using localstorage
loma-one [Sun, 15 Sep 2024 15:55:50 +0000 (17:55 +0200)]
Saving the post content using localstorage

If a post is created and the browser window crashes or the Composer window is hard-closed in some other way, all content is lost.
Content is now saved temporarily so that it can be displayed again when the browser is restarted.

9 months agoMerge pull request #14437 from annando/network-blank
Tobias Diekershoff [Sun, 15 Sep 2024 07:03:07 +0000 (09:03 +0200)]
Merge pull request #14437 from annando/network-blank

Avoid blank network page on database issues

9 months agoMerge pull request #14436 from annando/hls
Tobias Diekershoff [Sun, 15 Sep 2024 07:01:29 +0000 (09:01 +0200)]
Merge pull request #14436 from annando/hls

Support for HLS added

9 months agoAvoid blank network page on database issues
Michael [Sun, 15 Sep 2024 05:35:30 +0000 (05:35 +0000)]
Avoid blank network page on database issues

9 months agoBasic support for HLS added
Michael [Sat, 14 Sep 2024 13:12:05 +0000 (13:12 +0000)]
Basic support for HLS added

9 months agoMerge pull request #14431 from annando/fix-poll
Tobias Diekershoff [Sat, 14 Sep 2024 14:05:01 +0000 (16:05 +0200)]
Merge pull request #14431 from annando/fix-poll

Fix polling of feeds

9 months agoFix polling of feeds
Michael [Thu, 12 Sep 2024 12:41:23 +0000 (12:41 +0000)]
Fix polling of feeds

9 months agoMerge pull request #14387 from annando/ostatus
Tobias Diekershoff [Wed, 11 Sep 2024 05:39:55 +0000 (07:39 +0200)]
Merge pull request #14387 from annando/ostatus

OStatus support removed

9 months agoOStatus support removed
Michael [Sat, 24 Aug 2024 04:27:00 +0000 (04:27 +0000)]
OStatus support removed

9 months agoMerge pull request #14430 from annando/warning
Tobias Diekershoff [Tue, 10 Sep 2024 20:25:20 +0000 (22:25 +0200)]
Merge pull request #14430 from annando/warning

Fixes warning "Undefined array key "@type"

9 months agoFixes warning "Undefined array key "@type"
Michael [Tue, 10 Sep 2024 11:23:06 +0000 (11:23 +0000)]
Fixes warning "Undefined array key "@type"

9 months agoMerge pull request #14428 from annando/gserver-loop
Tobias Diekershoff [Tue, 10 Sep 2024 05:30:30 +0000 (07:30 +0200)]
Merge pull request #14428 from annando/gserver-loop

Prevent a loop when trying to detect the server type

9 months agoPrevent a loop when trying to detect the server type
Michael [Mon, 9 Sep 2024 21:26:07 +0000 (21:26 +0000)]
Prevent a loop when trying to detect the server type

9 months agoMerge pull request #14426 from annando/expire-limit
Tobias Diekershoff [Mon, 9 Sep 2024 05:58:37 +0000 (07:58 +0200)]
Merge pull request #14426 from annando/expire-limit

The limit for the expiry can now be configured

9 months agoThe limit for the expiry can now be configured
Michael [Sun, 8 Sep 2024 20:10:24 +0000 (20:10 +0000)]
The limit for the expiry can now be configured

9 months agoMerge pull request #14425 from annando/expiry
Tobias Diekershoff [Sun, 8 Sep 2024 16:59:57 +0000 (18:59 +0200)]
Merge pull request #14425 from annando/expiry

Changed order of expiry commands

9 months agoChanged order of expiry commands
Michael [Sun, 8 Sep 2024 16:19:01 +0000 (16:19 +0000)]
Changed order of expiry commands

9 months agoMerge pull request #14423 from annando/remove-custom-emojis
Tobias Diekershoff [Sat, 7 Sep 2024 13:39:42 +0000 (15:39 +0200)]
Merge pull request #14423 from annando/remove-custom-emojis

Remove custom emojis from contact names

9 months agoMerge pull request #14411 from annando/content-type
Tobias Diekershoff [Sat, 7 Sep 2024 13:34:11 +0000 (15:34 +0200)]
Merge pull request #14411 from annando/content-type

Feeds: Check the content type before fetching feeds

10 months agoRemove custom emojis from contact names
Michael [Sat, 7 Sep 2024 07:33:39 +0000 (07:33 +0000)]
Remove custom emojis from contact names

10 months agoMerge pull request #14422 from annando/issue-14370
Tobias Diekershoff [Sat, 7 Sep 2024 06:28:29 +0000 (08:28 +0200)]
Merge pull request #14422 from annando/issue-14370

Issue 14370: Improved content negogiation

10 months agoIssue 14370: Improved content negogiation
Michael [Fri, 6 Sep 2024 18:05:36 +0000 (18:05 +0000)]
Issue 14370: Improved content negogiation

10 months agoFeeds: Check the content type before fetching feeds
Michael [Mon, 2 Sep 2024 06:14:59 +0000 (06:14 +0000)]
Feeds: Check the content type before fetching feeds

10 months agoMerge pull request #14416 from annando/no-fetchfull
Tobias Diekershoff [Fri, 6 Sep 2024 05:23:09 +0000 (07:23 +0200)]
Merge pull request #14416 from annando/no-fetchfull

The redundant function "fetchfull" is removed

10 months agoMerge pull request #14418 from annando/issue-14413
Tobias Diekershoff [Fri, 6 Sep 2024 05:17:39 +0000 (07:17 +0200)]
Merge pull request #14418 from annando/issue-14413

Issue 14413: Ensure that the expiry is performed

10 months agoIssue 14413: Ensure that the expiry is performed
Michael [Thu, 5 Sep 2024 06:35:38 +0000 (06:35 +0000)]
Issue 14413: Ensure that the expiry is performed

10 months agoThe redundant function "fetchfull" is removed
Michael [Wed, 4 Sep 2024 17:04:45 +0000 (17:04 +0000)]
The redundant function "fetchfull" is removed

10 months agoMerge pull request #14414 from ne20002/fix/14407
Tobias Diekershoff [Wed, 4 Sep 2024 06:30:35 +0000 (08:30 +0200)]
Merge pull request #14414 from ne20002/fix/14407

fix upload of csv server blocklist

10 months agoFixes #14407
ne20002 [Tue, 3 Sep 2024 16:36:22 +0000 (16:36 +0000)]
Fixes #14407

10 months agoMerge pull request #14412 from ne20002/feat/dev-container
Michael Vogel [Tue, 3 Sep 2024 03:18:52 +0000 (05:18 +0200)]
Merge pull request #14412 from ne20002/feat/dev-container

devcontainer: align the containter with the Friendica docker setup

10 months agoMerge pull request #14409 from loma-one/develop
Michael Vogel [Tue, 3 Sep 2024 03:14:13 +0000 (05:14 +0200)]
Merge pull request #14409 from loma-one/develop

User message if the browser window is refreshed unintentionally