]> git.mxchange.org Git - friendica.git/log
friendica.git
9 months agoMerge branch 'develop' into refactoring-of-app-class
Art4 [Sat, 16 Nov 2024 19:29:56 +0000 (19:29 +0000)]
Merge branch 'develop' into refactoring-of-app-class

9 months agoMerge pull request #14555 from Art4/merge-2024.09-rc-branch
Hypolite Petovan [Sat, 16 Nov 2024 18:00:28 +0000 (13:00 -0500)]
Merge pull request #14555 from Art4/merge-2024.09-rc-branch

Merge 2024.09-rc branch into develop

9 months agoRemove App dependency in test
Art4 [Sat, 16 Nov 2024 14:27:31 +0000 (14:27 +0000)]
Remove App dependency in test

9 months agoRecreate messages.po
Art4 [Sat, 16 Nov 2024 10:27:54 +0000 (10:27 +0000)]
Recreate messages.po

9 months agoFix tests for now because of side effect in Friendica\App class
Art4 [Sat, 16 Nov 2024 10:21:29 +0000 (10:21 +0000)]
Fix tests for now because of side effect in Friendica\App class

9 months agoMerge branch 'develop' into refactoring-of-app-class
Art4 [Sat, 16 Nov 2024 09:08:22 +0000 (09:08 +0000)]
Merge branch 'develop' into refactoring-of-app-class

9 months agobump version to 2024.12-dev
Art4 [Sat, 16 Nov 2024 08:39:37 +0000 (08:39 +0000)]
bump version to 2024.12-dev

9 months agoMerge branch 'develop' into merge-2024.09-rc-branch
Art4 [Sat, 16 Nov 2024 08:32:25 +0000 (08:32 +0000)]
Merge branch 'develop' into merge-2024.09-rc-branch

9 months agoMerge pull request #14529 from Art4/add-static-code-analysis
Hypolite Petovan [Fri, 15 Nov 2024 18:52:45 +0000 (13:52 -0500)]
Merge pull request #14529 from Art4/add-static-code-analysis

Add static code analysis with PHPStan level 0

9 months agoMerge branch '2024.09-rc' into merge-2024.09-rc-branch
Art4 [Fri, 15 Nov 2024 14:32:05 +0000 (14:32 +0000)]
Merge branch '2024.09-rc' into merge-2024.09-rc-branch

9 months agoMerge pull request #14553 from annando/issue-14524
Tobias Diekershoff [Fri, 15 Nov 2024 07:22:43 +0000 (08:22 +0100)]
Merge pull request #14553 from annando/issue-14524

Issue 14524: Fix Open Search

9 months agoMerge pull request #14552 from annando/notice
Tobias Diekershoff [Fri, 15 Nov 2024 07:21:03 +0000 (08:21 +0100)]
Merge pull request #14552 from annando/notice

Fix notice because of missing "gsid"

9 months agoIssue 14524: Fix Open Search
Michael [Fri, 15 Nov 2024 06:08:54 +0000 (06:08 +0000)]
Issue 14524: Fix Open Search

9 months agoFix notice because of missing "gsid"
Michael [Fri, 15 Nov 2024 04:51:35 +0000 (04:51 +0000)]
Fix notice because of missing "gsid"

9 months agoMerge pull request #14549 from annando/wordwrap
Hypolite Petovan [Thu, 14 Nov 2024 20:35:11 +0000 (15:35 -0500)]
Merge pull request #14549 from annando/wordwrap

Message split at commas, exclamation mark or question mark

9 months agoMessage split at commas, exclamation mark or question mark
Michael [Tue, 12 Nov 2024 09:53:20 +0000 (09:53 +0000)]
Message split at commas, exclamation mark or question mark

9 months agorefactor Receiver::processObject() method
Art4 [Thu, 14 Nov 2024 07:32:25 +0000 (07:32 +0000)]
refactor Receiver::processObject() method

9 months agoreplace method with anonymous function
Art4 [Wed, 13 Nov 2024 07:49:29 +0000 (07:49 +0000)]
replace method with anonymous function

9 months agoUpdate src/Protocol/ActivityPub/Receiver.php
Artur Weigandt [Tue, 12 Nov 2024 21:03:09 +0000 (22:03 +0100)]
Update src/Protocol/ActivityPub/Receiver.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
9 months agoUpgrade to PHPStan 2.0
Art4 [Tue, 12 Nov 2024 21:02:21 +0000 (21:02 +0000)]
Upgrade to PHPStan 2.0

9 months agoMerge pull request #14550 from annando/log-warning
Hypolite Petovan [Tue, 12 Nov 2024 13:14:49 +0000 (08:14 -0500)]
Merge pull request #14550 from annando/log-warning

Avoid useless "warning" logging

9 months agoAvoid useless "warning" logging
Michael [Tue, 12 Nov 2024 10:19:28 +0000 (10:19 +0000)]
Avoid useless "warning" logging

9 months agoMerge pull request #14548 from annando/wordwrap
Tobias Diekershoff [Tue, 12 Nov 2024 07:25:33 +0000 (08:25 +0100)]
Merge pull request #14548 from annando/wordwrap

Improved message splitting when posting to Bluesky or Twitter

9 months agoImproved message splitting when posting to Bluesky or Twitter
Michael [Tue, 12 Nov 2024 06:26:15 +0000 (06:26 +0000)]
Improved message splitting when posting to Bluesky or Twitter

9 months agoImprove check for unlisted receiver
Art4 [Tue, 12 Nov 2024 00:20:30 +0000 (00:20 +0000)]
Improve check for unlisted receiver

9 months agouse get_class() instead of static() in BaseCollection
Art4 [Mon, 11 Nov 2024 23:40:45 +0000 (23:40 +0000)]
use get_class() instead of static() in BaseCollection

9 months agoMerge pull request #14547 from annando/svg-disabled
Hypolite Petovan [Mon, 11 Nov 2024 15:51:34 +0000 (10:51 -0500)]
Merge pull request #14547 from annando/svg-disabled

New option to disable SVG icons / Functionality added to Vier

9 months agoNew option to disable SVG icons / Functionality added to Vier
Michael [Mon, 11 Nov 2024 15:42:42 +0000 (15:42 +0000)]
New option to disable SVG icons / Functionality added to Vier

9 months agoMerge pull request #14546 from annando/color-white
Hypolite Petovan [Mon, 11 Nov 2024 14:35:17 +0000 (09:35 -0500)]
Merge pull request #14546 from annando/color-white

Fix for white svg icons

9 months agoMerge pull request #14545 from loma-one/friendica
Michael Vogel [Mon, 11 Nov 2024 09:50:18 +0000 (10:50 +0100)]
Merge pull request #14545 from loma-one/friendica

Add missing platform icon

9 months agoUpdate ContactSelector.php
loma-one [Mon, 11 Nov 2024 08:08:52 +0000 (09:08 +0100)]
Update ContactSelector.php

Add tumblr

9 months agoFix for white svg icons
Michael [Mon, 11 Nov 2024 07:58:36 +0000 (07:58 +0000)]
Fix for white svg icons

9 months agoAdd missing platform icon
loma-one [Mon, 11 Nov 2024 07:20:04 +0000 (08:20 +0100)]
Add missing platform icon

Add tumblr icon and licence

9 months agoMerge pull request #14544 from annando/more-white
Hypolite Petovan [Mon, 11 Nov 2024 01:31:07 +0000 (20:31 -0500)]
Merge pull request #14544 from annando/more-white

More white icons added / automated style

9 months agorefactor usage of Friendica\App namespace
Art4 [Mon, 11 Nov 2024 00:30:58 +0000 (00:30 +0000)]
refactor usage of Friendica\App namespace

9 months agoReplace typehint App with AppHelper in view folder
Art4 [Sun, 10 Nov 2024 23:53:03 +0000 (23:53 +0000)]
Replace typehint App with AppHelper in view folder

9 months agoFix variable names
Art4 [Sun, 10 Nov 2024 23:51:04 +0000 (23:51 +0000)]
Fix variable names

9 months agoReplace typehint App with AppHelper in mod folder
Art4 [Sun, 10 Nov 2024 23:37:46 +0000 (23:37 +0000)]
Replace typehint App with AppHelper in mod folder

9 months agoReplace typehint App with AppHelper in all classes
Art4 [Sun, 10 Nov 2024 23:33:28 +0000 (23:33 +0000)]
Replace typehint App with AppHelper in all classes

9 months agoMore white icons added / automated style
Michael [Sun, 10 Nov 2024 22:54:13 +0000 (22:54 +0000)]
More white icons added / automated style

9 months agoMerge pull request #14543 from Art4/fix-continous-deployment-pipeline
Michael Vogel [Sun, 10 Nov 2024 23:08:42 +0000 (00:08 +0100)]
Merge pull request #14543 from Art4/fix-continous-deployment-pipeline

Fix composer installation in woodpecker pipelines

9 months agoFix lang strings object in PhpToPo command
Art4 [Sun, 10 Nov 2024 22:50:54 +0000 (22:50 +0000)]
Fix lang strings object in PhpToPo command

9 months agoFix composer installation in woodpecker pipelines
Art4 [Sun, 10 Nov 2024 21:17:41 +0000 (21:17 +0000)]
Fix composer installation in woodpecker pipelines

9 months agoMerge branch 'add-static-code-analysis' into refactoring-of-app-class
Art4 [Sun, 10 Nov 2024 21:11:05 +0000 (21:11 +0000)]
Merge branch 'add-static-code-analysis' into refactoring-of-app-class

9 months agoMerge branch 'develop' into add-static-code-analysis
Art4 [Sun, 10 Nov 2024 21:03:31 +0000 (21:03 +0000)]
Merge branch 'develop' into add-static-code-analysis

9 months agoMerge pull request #14541 from annando/style-select
Hypolite Petovan [Sun, 10 Nov 2024 20:51:43 +0000 (15:51 -0500)]
Merge pull request #14541 from annando/style-select

Preparation for multiple icon styles / improved code

9 months agoMerge pull request #14526 from Art4/improve-tests
Hypolite Petovan [Sun, 10 Nov 2024 20:14:07 +0000 (15:14 -0500)]
Merge pull request #14526 from Art4/improve-tests

Improve tests

9 months agoPreparation für multiple icon styles / improved code
Michael [Sat, 9 Nov 2024 14:39:32 +0000 (14:39 +0000)]
Preparation für multiple icon styles / improved code

9 months agoReplace calls for App::redirect() with AppHelper
Art4 [Sun, 10 Nov 2024 16:19:02 +0000 (16:19 +0000)]
Replace calls for App::redirect() with AppHelper

9 months agoReplace calls for App::setCurrentTheme() with AppHelper
Art4 [Sun, 10 Nov 2024 16:09:30 +0000 (16:09 +0000)]
Replace calls for App::setCurrentTheme() with AppHelper

9 months agoFix missing $app
Art4 [Sun, 10 Nov 2024 12:13:32 +0000 (12:13 +0000)]
Fix missing $app

9 months agoRefactor App class
Art4 [Sun, 10 Nov 2024 12:02:31 +0000 (12:02 +0000)]
Refactor App class

9 months agoReplace calls for App::getCurrentTheme() with AppHelper
Art4 [Sun, 10 Nov 2024 11:59:43 +0000 (11:59 +0000)]
Replace calls for App::getCurrentTheme() with AppHelper

9 months agoFix cs in App and AppLegacy classes
Art4 [Sun, 10 Nov 2024 11:42:59 +0000 (11:42 +0000)]
Fix cs in App and AppLegacy classes

9 months agoreplace calls for App::getBasePath() with AppHelper
Art4 [Sun, 10 Nov 2024 10:57:13 +0000 (10:57 +0000)]
replace calls for App::getBasePath() with AppHelper

9 months agoReplace temp variable with property
Art4 [Sun, 10 Nov 2024 08:53:36 +0000 (08:53 +0000)]
Replace temp variable with property

9 months agoReplace calls for App with AppHelper in Module\Install
Art4 [Sun, 10 Nov 2024 08:46:50 +0000 (08:46 +0000)]
Replace calls for App with AppHelper in Module\Install

9 months agoMerge branch 'add-static-code-analysis' into refactoring-of-app-class
Art4 [Sun, 10 Nov 2024 08:10:17 +0000 (08:10 +0000)]
Merge branch 'add-static-code-analysis' into refactoring-of-app-class

9 months agorecreate messages.po
Art4 [Sun, 10 Nov 2024 07:45:24 +0000 (07:45 +0000)]
recreate messages.po

9 months agoadd composer script to recreate lang file
Art4 [Sun, 10 Nov 2024 07:44:58 +0000 (07:44 +0000)]
add composer script to recreate lang file

9 months agofix code style
Art4 [Sun, 10 Nov 2024 00:23:35 +0000 (00:23 +0000)]
fix code style

9 months agoMerge branch 'improve-tests' into add-static-code-analysis
Art4 [Sun, 10 Nov 2024 00:20:29 +0000 (00:20 +0000)]
Merge branch 'improve-tests' into add-static-code-analysis

9 months agoImprove phpunit testsuites, add script for unit tests
Art4 [Sun, 10 Nov 2024 00:12:47 +0000 (00:12 +0000)]
Improve phpunit testsuites, add script for unit tests

9 months agoFix code style
Art4 [Sat, 9 Nov 2024 23:56:59 +0000 (23:56 +0000)]
Fix code style

9 months agoRefactor tests for Util\Crypto
Art4 [Sat, 9 Nov 2024 23:50:06 +0000 (23:50 +0000)]
Refactor tests for Util\Crypto

9 months agoRefactor Crypto::randomDigits()
Art4 [Sat, 9 Nov 2024 23:18:13 +0000 (23:18 +0000)]
Refactor Crypto::randomDigits()

9 months agoMerge branch 'develop' into improve-tests
Art4 [Sat, 9 Nov 2024 22:51:40 +0000 (22:51 +0000)]
Merge branch 'develop' into improve-tests

9 months agoMerge pull request #14539 from Art4/fix-composer-install-in-woodpecker-ci
Michael Vogel [Sat, 9 Nov 2024 14:59:23 +0000 (15:59 +0100)]
Merge pull request #14539 from Art4/fix-composer-install-in-woodpecker-ci

Fix woodpecker ci pipelines

9 months agoFix code style
Art4 [Sat, 9 Nov 2024 10:08:40 +0000 (10:08 +0000)]
Fix code style

9 months agoMerge branch 'improve-tests' into add-static-code-analysis
Art4 [Sat, 9 Nov 2024 10:05:06 +0000 (10:05 +0000)]
Merge branch 'improve-tests' into add-static-code-analysis

9 months agoMerge branch 'fix-composer-install-in-woodpecker-ci' into improve-tests
Art4 [Sat, 9 Nov 2024 10:02:52 +0000 (10:02 +0000)]
Merge branch 'fix-composer-install-in-woodpecker-ci' into improve-tests

9 months agocreate empty addon folder in phpunit tests
Art4 [Sat, 9 Nov 2024 09:57:16 +0000 (09:57 +0000)]
create empty addon folder in phpunit tests

9 months agoCreate empty addon folder
Art4 [Sat, 9 Nov 2024 09:50:47 +0000 (09:50 +0000)]
Create empty addon folder

9 months agoMerge branch 'develop' into improve-tests
Art4 [Sat, 9 Nov 2024 09:06:33 +0000 (09:06 +0000)]
Merge branch 'develop' into improve-tests

9 months agoMerge pull request #14523 from Art4/update-composer-v2
Michael Vogel [Sat, 9 Nov 2024 05:15:27 +0000 (06:15 +0100)]
Merge pull request #14523 from Art4/update-composer-v2

Update to Composer v2

9 months agoReplace calls for App:::getThemeInfoValue() with AppHelper
Art4 [Fri, 8 Nov 2024 23:23:01 +0000 (23:23 +0000)]
Replace calls for App:::getThemeInfoValue() with AppHelper

9 months agoReplace calls for App::getThemeInfo() with AppHelper
Art4 [Fri, 8 Nov 2024 23:14:08 +0000 (23:14 +0000)]
Replace calls for App::getThemeInfo() with AppHelper

9 months agoReplace all calls for App::setThemeInfoValue() with AppHelper
Art4 [Fri, 8 Nov 2024 23:11:59 +0000 (23:11 +0000)]
Replace all calls for App::setThemeInfoValue() with AppHelper

9 months agoReplace all calls for App::getTimeZone() with AppHelper
Art4 [Fri, 8 Nov 2024 23:08:40 +0000 (23:08 +0000)]
Replace all calls for App::getTimeZone() with AppHelper

9 months agoReplace all calls for App::getContactId() with AppHelper
Art4 [Fri, 8 Nov 2024 23:04:52 +0000 (23:04 +0000)]
Replace all calls for App::getContactId() with AppHelper

9 months agoReplace calls for App::setContactId() with AppHelper
Art4 [Fri, 8 Nov 2024 22:50:08 +0000 (22:50 +0000)]
Replace calls for App::setContactId() with AppHelper

9 months agoReplace calls for App::getProfileOwner() with AppHelper
Art4 [Fri, 8 Nov 2024 22:45:14 +0000 (22:45 +0000)]
Replace calls for App::getProfileOwner() with AppHelper

9 months agoMerge pull request #14537 from annando/fix-ap-logo
Hypolite Petovan [Fri, 8 Nov 2024 21:00:58 +0000 (16:00 -0500)]
Merge pull request #14537 from annando/fix-ap-logo

black/white Activitypub icon added

9 months agoblack/white Activitypub icon added
Michael [Fri, 8 Nov 2024 19:14:05 +0000 (19:14 +0000)]
black/white Activitypub icon added

9 months agoReplace calls of App::setProfileOwner with AppHelper
Art4 [Fri, 8 Nov 2024 16:20:55 +0000 (16:20 +0000)]
Replace calls of App::setProfileOwner with AppHelper

9 months agoMove AppHelper code to AppLegacy, create interface for AppHelper
Art4 [Fri, 8 Nov 2024 16:07:24 +0000 (16:07 +0000)]
Move AppHelper code to AppLegacy, create interface for AppHelper

9 months agoMerge pull request #14527 from annando/svg
Hypolite Petovan [Fri, 8 Nov 2024 15:12:03 +0000 (10:12 -0500)]
Merge pull request #14527 from annando/svg

SVG icons for various fediverse systems

9 months agoextract redirect method into AppHelper
Art4 [Fri, 8 Nov 2024 12:13:20 +0000 (12:13 +0000)]
extract redirect method into AppHelper

9 months agoExtract config methods into AppHelper
Art4 [Fri, 8 Nov 2024 12:06:30 +0000 (12:06 +0000)]
Extract config methods into AppHelper

9 months agoextract ThemeInfo methods into AppHelper
Art4 [Fri, 8 Nov 2024 11:05:02 +0000 (11:05 +0000)]
extract ThemeInfo methods into AppHelper

9 months agoRemove unused dependencies
Art4 [Fri, 8 Nov 2024 09:44:01 +0000 (09:44 +0000)]
Remove unused dependencies

9 months agoSVG icons for various fediverse systems
Michael [Sat, 2 Nov 2024 16:11:29 +0000 (16:11 +0000)]
SVG icons for various fediverse systems

9 months agoextract getter and setter for current theme into AppHelper
Art4 [Fri, 8 Nov 2024 09:39:16 +0000 (09:39 +0000)]
extract getter and setter for current theme into AppHelper

9 months agoMerge branch 'add-static-code-analysis' into refactoring-of-app-class
Art4 [Fri, 8 Nov 2024 08:31:31 +0000 (08:31 +0000)]
Merge branch 'add-static-code-analysis' into refactoring-of-app-class

9 months agoMove test into Unit test namespace
Art4 [Fri, 8 Nov 2024 08:17:27 +0000 (08:17 +0000)]
Move test into Unit test namespace

9 months agoFix cs
Art4 [Fri, 8 Nov 2024 08:15:03 +0000 (08:15 +0000)]
Fix cs

9 months agoMerge branch 'add-static-code-analysis' into refactoring-of-app-class
Art4 [Fri, 8 Nov 2024 08:03:16 +0000 (08:03 +0000)]
Merge branch 'add-static-code-analysis' into refactoring-of-app-class

9 months agoFix namespace
Art4 [Fri, 8 Nov 2024 08:01:07 +0000 (08:01 +0000)]
Fix namespace

9 months agoReplace App with AppHelper in Worker classes
Art4 [Fri, 8 Nov 2024 07:42:35 +0000 (07:42 +0000)]
Replace App with AppHelper in Worker classes

9 months agoExtract Queue getter and setter into AppHelper
Art4 [Fri, 8 Nov 2024 07:30:36 +0000 (07:30 +0000)]
Extract Queue getter and setter into AppHelper