]> git.mxchange.org Git - friendica.git/log
friendica.git
9 months agofix errors in all models
Art4 [Mon, 18 Nov 2024 23:30:37 +0000 (23:30 +0000)]
fix errors in all models

9 months agoRefactor Item model
Art4 [Mon, 18 Nov 2024 23:23:47 +0000 (23:23 +0000)]
Refactor Item model

9 months agoRefactor GServer Model and platforms.config.php
Art4 [Mon, 18 Nov 2024 23:22:16 +0000 (23:22 +0000)]
Refactor GServer Model and platforms.config.php

9 months agoFix docs for themes and theme_admin()
Art4 [Mon, 18 Nov 2024 22:28:35 +0000 (22:28 +0000)]
Fix docs for themes and theme_admin()

9 months agoFix errors in all modules
Art4 [Mon, 18 Nov 2024 22:20:28 +0000 (22:20 +0000)]
Fix errors in all modules

9 months agoRefactor Conversations class
Art4 [Mon, 18 Nov 2024 22:03:56 +0000 (22:03 +0000)]
Refactor Conversations class

9 months agoRefactor Conversation Timeline
Art4 [Mon, 18 Nov 2024 22:00:02 +0000 (22:00 +0000)]
Refactor Conversation Timeline

9 months agoMerge branch 'develop' into phpstan-level-1
Art4 [Mon, 18 Nov 2024 21:45:42 +0000 (21:45 +0000)]
Merge branch 'develop' into phpstan-level-1

9 months agoUpdate src/Network/Probe.php
Artur Weigandt [Mon, 18 Nov 2024 21:40:34 +0000 (22:40 +0100)]
Update src/Network/Probe.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
9 months agoUpdate src/Module/Post/Tag/Remove.php
Artur Weigandt [Mon, 18 Nov 2024 21:40:05 +0000 (22:40 +0100)]
Update src/Module/Post/Tag/Remove.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
9 months agoMerge pull request #14542 from Art4/refactoring-of-app-class
Hypolite Petovan [Mon, 18 Nov 2024 15:37:24 +0000 (10:37 -0500)]
Merge pull request #14542 from Art4/refactoring-of-app-class

[Refactoring] Extract App methods into AppHelper

9 months agocheck for path parts
Art4 [Mon, 18 Nov 2024 14:33:26 +0000 (14:33 +0000)]
check for path parts

9 months agoFix annotation from review
Art4 [Mon, 18 Nov 2024 14:20:57 +0000 (14:20 +0000)]
Fix annotation from review

9 months agoUpdate src/Module/Item/Display.php
Artur Weigandt [Mon, 18 Nov 2024 14:15:58 +0000 (15:15 +0100)]
Update src/Module/Item/Display.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
9 months agoMerge branch 'develop' into refactoring-of-app-class
Art4 [Mon, 18 Nov 2024 13:14:29 +0000 (13:14 +0000)]
Merge branch 'develop' into refactoring-of-app-class

9 months agoMerge pull request #14561 from Art4/introduce-apphelper
Hypolite Petovan [Mon, 18 Nov 2024 12:51:14 +0000 (07:51 -0500)]
Merge pull request #14561 from Art4/introduce-apphelper

Create AppHelper interface

9 months agoRemove dreamhost_error_hack
Art4 [Mon, 18 Nov 2024 08:53:09 +0000 (08:53 +0000)]
Remove dreamhost_error_hack

This was introduced in commit 2c5ba7fc15b96016684f6c9e047144e10e8d7c46 but might never worked
because $dreamhost_error_hack was never defined

9 months agoRefactor module Item Display
Art4 [Mon, 18 Nov 2024 08:39:06 +0000 (08:39 +0000)]
Refactor module Item Display

9 months agoRefactor Magic module
Art4 [Mon, 18 Nov 2024 08:28:32 +0000 (08:28 +0000)]
Refactor Magic module

9 months agoImprove search for user in Modration module
Art4 [Mon, 18 Nov 2024 08:09:59 +0000 (08:09 +0000)]
Improve search for user in Modration module

9 months agoRefactor OAuth Token
Art4 [Mon, 18 Nov 2024 08:02:22 +0000 (08:02 +0000)]
Refactor OAuth Token

9 months agoCheck for explicit types
Art4 [Mon, 18 Nov 2024 07:44:26 +0000 (07:44 +0000)]
Check for explicit types

9 months agoUpdate src/Protocol/ActivityPub/Processor.php
Artur Weigandt [Mon, 18 Nov 2024 07:38:12 +0000 (08:38 +0100)]
Update src/Protocol/ActivityPub/Processor.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
9 months agoUpdate src/Protocol/ActivityPub/ClientToServer.php
Artur Weigandt [Mon, 18 Nov 2024 07:35:45 +0000 (08:35 +0100)]
Update src/Protocol/ActivityPub/ClientToServer.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
9 months agoRemove set_include_path() call
Art4 [Mon, 18 Nov 2024 07:32:01 +0000 (07:32 +0000)]
Remove set_include_path() call

9 months agoAdd return type never, fix more errors
Art4 [Sun, 17 Nov 2024 22:55:42 +0000 (22:55 +0000)]
Add return type never, fix more errors

9 months agoFix more errors
Art4 [Sun, 17 Nov 2024 22:26:43 +0000 (22:26 +0000)]
Fix more errors

9 months agofix more errors
Art4 [Sun, 17 Nov 2024 22:13:01 +0000 (22:13 +0000)]
fix more errors

9 months agofix errors in Object namespace
Art4 [Sun, 17 Nov 2024 21:43:06 +0000 (21:43 +0000)]
fix errors in Object namespace

9 months agoMerge branch 'introduce-apphelper' into refactoring-of-app-class
Art4 [Sun, 17 Nov 2024 20:26:02 +0000 (20:26 +0000)]
Merge branch 'introduce-apphelper' into refactoring-of-app-class

9 months agoFix Authentication
Art4 [Sun, 17 Nov 2024 20:22:01 +0000 (20:22 +0000)]
Fix Authentication

9 months agoRecreate messages.po
Art4 [Sun, 17 Nov 2024 20:16:29 +0000 (20:16 +0000)]
Recreate messages.po

9 months agoAdd Dice rule for AppHelper
Art4 [Sun, 17 Nov 2024 20:11:43 +0000 (20:11 +0000)]
Add Dice rule for AppHelper

9 months agoCreate AppHelper interface and AppLegacy class
Art4 [Sun, 17 Nov 2024 20:06:34 +0000 (20:06 +0000)]
Create AppHelper interface and AppLegacy class

9 months agoRename DI::apphelper() to DI::appHeler()
Art4 [Sun, 17 Nov 2024 20:00:34 +0000 (20:00 +0000)]
Rename DI::apphelper() to DI::appHeler()

9 months agoFix method order in App class
Art4 [Sun, 17 Nov 2024 19:53:17 +0000 (19:53 +0000)]
Fix method order in App class

9 months agoImprove Page.php
Art4 [Sun, 17 Nov 2024 19:50:45 +0000 (19:50 +0000)]
Improve Page.php

9 months agofix property scope
Art4 [Sun, 17 Nov 2024 19:50:01 +0000 (19:50 +0000)]
fix property scope

9 months agoFix all errors in Protocol namespace
Art4 [Sun, 17 Nov 2024 18:39:17 +0000 (18:39 +0000)]
Fix all errors in Protocol namespace

9 months agoMerge branch 'develop' into phpstan-level-1
Art4 [Sun, 17 Nov 2024 07:53:09 +0000 (07:53 +0000)]
Merge branch 'develop' into phpstan-level-1

9 months agoMerge branch 'develop' into refactoring-of-app-class
Art4 [Sun, 17 Nov 2024 07:37:58 +0000 (07:37 +0000)]
Merge branch 'develop' into refactoring-of-app-class

9 months agoMerge pull request #14558 from Art4/run-phpstan-in-ci-pipeline
Hypolite Petovan [Sun, 17 Nov 2024 01:52:13 +0000 (20:52 -0500)]
Merge pull request #14558 from Art4/run-phpstan-in-ci-pipeline

Add phpstan check in woodpecker ci

9 months agoMerge branch 'develop' into phpstan-level-1
Art4 [Sat, 16 Nov 2024 19:59:32 +0000 (19:59 +0000)]
Merge branch 'develop' into phpstan-level-1

9 months agoFix phpstan errors
Art4 [Sat, 16 Nov 2024 19:36:08 +0000 (19:36 +0000)]
Fix phpstan errors

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 agoMove phpstan into own workflow step
Art4 [Sat, 16 Nov 2024 19:03:15 +0000 (19:03 +0000)]
Move phpstan into own workflow step

9 months agoMerge branch 'develop' into run-phpstan-in-ci-pipeline
Art4 [Sat, 16 Nov 2024 18:59:55 +0000 (18:59 +0000)]
Merge branch 'develop' into run-phpstan-in-ci-pipeline

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 agofix erros in Util namespace
Art4 [Sat, 16 Nov 2024 17:16:26 +0000 (17:16 +0000)]
fix erros in Util namespace

9 months agoFix errors for missing DB_UPDATE_VERSION const
Art4 [Sat, 16 Nov 2024 15:54:48 +0000 (15:54 +0000)]
Fix errors for missing DB_UPDATE_VERSION const

9 months agobump phpstan to level 1
Art4 [Sat, 16 Nov 2024 15:54:24 +0000 (15:54 +0000)]
bump phpstan to level 1

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 lang
Art4 [Sat, 16 Nov 2024 12:22:39 +0000 (12:22 +0000)]
Recreate lang

9 months agoRemove phpstan ignored errors
Art4 [Sat, 16 Nov 2024 10:41:14 +0000 (10:41 +0000)]
Remove phpstan ignored errors

9 months agoRemove dependency for twitter addon
Art4 [Sat, 16 Nov 2024 10:37:48 +0000 (10:37 +0000)]
Remove dependency for twitter addon

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 agoFix command, move it to top
Art4 [Sat, 16 Nov 2024 09:17:07 +0000 (09:17 +0000)]
Fix command, move it to top

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 agoAdd phpstan check in woodpecker ci
Art4 [Sat, 16 Nov 2024 09:01:20 +0000 (09:01 +0000)]
Add phpstan check in woodpecker ci

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