]> git.mxchange.org Git - friendica.git/log
friendica.git
5 months agoFix PHP warning
Art4 [Sun, 12 Jan 2025 13:20:01 +0000 (13:20 +0000)]
Fix PHP warning

5 months agoRename method to setup logger
Art4 [Sun, 12 Jan 2025 13:19:47 +0000 (13:19 +0000)]
Rename method to setup logger

5 months agoRemove unused Friendica\Core\Logger::enableWorker() and disableWorker()
Art4 [Sun, 12 Jan 2025 13:07:05 +0000 (13:07 +0000)]
Remove unused Friendica\Core\Logger::enableWorker() and disableWorker()

5 months agoFix PHPStan error, fix code style
Art4 [Sun, 12 Jan 2025 13:04:49 +0000 (13:04 +0000)]
Fix PHPStan error, fix code style

5 months agoFix code style
Art4 [Sun, 12 Jan 2025 08:23:45 +0000 (08:23 +0000)]
Fix code style

5 months agoAdd support for WorkerLogger decorator in LoggerManager, deprecate core Logger class...
Art4 [Sun, 12 Jan 2025 08:21:30 +0000 (08:21 +0000)]
Add support for WorkerLogger decorator in LoggerManager, deprecate core Logger class, deprecate DI::workerLogger()

5 months agoLegacyLoggerFactory uses Logger as factory
Art4 [Sat, 11 Jan 2025 21:05:35 +0000 (21:05 +0000)]
LegacyLoggerFactory uses Logger as factory

5 months agoMerge branch 'develop' into refactor-logger
Art4 [Sat, 11 Jan 2025 17:08:07 +0000 (17:08 +0000)]
Merge branch 'develop' into refactor-logger

5 months agoMerge pull request #14677 from Art4/refactor-container
Hypolite Petovan [Sat, 11 Jan 2025 16:37:54 +0000 (11:37 -0500)]
Merge pull request #14677 from Art4/refactor-container

Refactor Container and App class

5 months agoCreate LoggerManager::changeLogChannel()
Art4 [Sat, 11 Jan 2025 08:05:50 +0000 (08:05 +0000)]
Create LoggerManager::changeLogChannel()

5 months agoCreate LegacyLoggerFactory
Art4 [Fri, 10 Jan 2025 21:58:21 +0000 (21:58 +0000)]
Create LegacyLoggerFactory

5 months agoRename LoggerFactory into LoggerManager
Art4 [Fri, 10 Jan 2025 15:21:56 +0000 (15:21 +0000)]
Rename LoggerFactory into LoggerManager

5 months agoAdd support for LogLevel and LogChannel
Art4 [Fri, 10 Jan 2025 15:15:58 +0000 (15:15 +0000)]
Add support for LogLevel and LogChannel

5 months agoLoggerFactory can create ProfilerLogger
Art4 [Fri, 10 Jan 2025 13:28:42 +0000 (13:28 +0000)]
LoggerFactory can create ProfilerLogger

5 months agoAlways return NullLogger if debug is disabled
Art4 [Fri, 10 Jan 2025 12:36:13 +0000 (12:36 +0000)]
Always return NullLogger if debug is disabled

5 months agoLoggerFactory returns same object
Art4 [Fri, 10 Jan 2025 10:33:55 +0000 (10:33 +0000)]
LoggerFactory returns same object

5 months agoCreate new LoggerFactory
Art4 [Fri, 10 Jan 2025 10:30:11 +0000 (10:30 +0000)]
Create new LoggerFactory

5 months agoFix namespace for DiceContainer test
Art4 [Thu, 9 Jan 2025 19:53:47 +0000 (19:53 +0000)]
Fix namespace for DiceContainer test

5 months agoRemove Container::setup()
Art4 [Thu, 9 Jan 2025 13:35:03 +0000 (13:35 +0000)]
Remove Container::setup()

5 months agoMove setupLegacyServiceLocator() into App class
Art4 [Thu, 9 Jan 2025 13:34:10 +0000 (13:34 +0000)]
Move setupLegacyServiceLocator() into App class

5 months agoRemove unused import
Art4 [Thu, 9 Jan 2025 10:18:11 +0000 (10:18 +0000)]
Remove unused import

5 months agoMove setupContainerForLogger() and determine log channel into App class
Art4 [Thu, 9 Jan 2025 10:13:33 +0000 (10:13 +0000)]
Move setupContainerForLogger() and determine log channel into App class

5 months agoRemove default logchannel from Container::setup()
Art4 [Thu, 9 Jan 2025 09:34:43 +0000 (09:34 +0000)]
Remove default logchannel from Container::setup()

5 months agoFix code style
Art4 [Thu, 9 Jan 2025 09:21:10 +0000 (09:21 +0000)]
Fix code style

5 months agoRemove Dice rules for unused $devLogger service
Art4 [Thu, 9 Jan 2025 09:16:52 +0000 (09:16 +0000)]
Remove Dice rules for unused $devLogger service

5 months agoremove unused DI::devLogger() method
Art4 [Thu, 9 Jan 2025 09:10:09 +0000 (09:10 +0000)]
remove unused DI::devLogger() method

5 months agoremove unused Logger::devLog() method
Art4 [Thu, 9 Jan 2025 09:08:14 +0000 (09:08 +0000)]
remove unused Logger::devLog() method

5 months agoMove registerErrorHandler() into App class
Art4 [Thu, 9 Jan 2025 08:53:07 +0000 (08:53 +0000)]
Move registerErrorHandler() into App class

5 months agoMove registerTemplateEngine() into App class
Art4 [Thu, 9 Jan 2025 08:36:47 +0000 (08:36 +0000)]
Move registerTemplateEngine() into App class

5 months agoMove setupContainerForAddons() into App
Art4 [Thu, 9 Jan 2025 08:17:43 +0000 (08:17 +0000)]
Move setupContainerForAddons() into App

5 months agoDeprecate Container::setup()
Art4 [Thu, 9 Jan 2025 08:11:38 +0000 (08:11 +0000)]
Deprecate Container::setup()

5 months agoRemove unused import
Art4 [Wed, 8 Jan 2025 23:10:31 +0000 (23:10 +0000)]
Remove unused import

5 months agoRemove DiceContainer::fromDice()
Art4 [Wed, 8 Jan 2025 23:00:38 +0000 (23:00 +0000)]
Remove DiceContainer::fromDice()

5 months agoCreate Container interface, add DiceContainer as implementation
Art4 [Wed, 8 Jan 2025 22:59:29 +0000 (22:59 +0000)]
Create Container interface, add DiceContainer as implementation

5 months agoAdd tests for Container::fromBasePath()
Art4 [Wed, 8 Jan 2025 22:52:30 +0000 (22:52 +0000)]
Add tests for Container::fromBasePath()

5 months agoMove creation of Dice into Container class
Art4 [Wed, 8 Jan 2025 22:35:27 +0000 (22:35 +0000)]
Move creation of Dice into Container class

5 months agoMove Console call into App class
Art4 [Wed, 8 Jan 2025 22:20:06 +0000 (22:20 +0000)]
Move Console call into App class

5 months agoFix depreation message for old bin files
Art4 [Wed, 8 Jan 2025 22:07:16 +0000 (22:07 +0000)]
Fix depreation message for old bin files

5 months agoMerge pull request #14671 from MrPetovan/bug/14469-content-after-post
Michael Vogel [Tue, 7 Jan 2025 22:29:47 +0000 (23:29 +0100)]
Merge pull request #14671 from MrPetovan/bug/14469-content-after-post

Force exits in PushSubscription PUT, POST and DELETE handlers

5 months agoMake PHP-CS happy
Philipp [Sun, 5 Jan 2025 21:53:00 +0000 (22:53 +0100)]
Make PHP-CS happy

5 months agoForce exits in PushSubscription PUT, POST and DELETE endpoints
Hypolite Petovan [Sun, 5 Jan 2025 02:49:05 +0000 (21:49 -0500)]
Force exits in PushSubscription PUT, POST and DELETE endpoints

- These add their own content to the response, which makes rawContent() redundant

5 months agoUpdate messages.po main translation file
Hypolite Petovan [Sun, 5 Jan 2025 01:57:07 +0000 (20:57 -0500)]
Update messages.po main translation file

5 months agoRevert "Fix installation"
Hypolite Petovan [Sun, 5 Jan 2025 02:03:27 +0000 (21:03 -0500)]
Revert "Fix installation"

This reverts commit 67a8c5073cc45c1f9beb8f25d66f1d64540950de.

5 months agoRevert "QuickFix: 2FA - App specific password"
Hypolite Petovan [Sun, 5 Jan 2025 01:50:20 +0000 (20:50 -0500)]
Revert "QuickFix: 2FA - App specific password"

This reverts commit dc4eac2742c09199e0a8a6a85c0129a7097e4a9d.

5 months agoRevert "Issue 14325: Process "post" requests only once"
Hypolite Petovan [Sun, 5 Jan 2025 02:42:18 +0000 (21:42 -0500)]
Revert "Issue 14325: Process "post" requests only once"

This reverts commit 0b710ce4fb7443ecdac83a058c0de0cf4dfe8772.

5 months agoMerge pull request #14675 from annando/get
Hypolite Petovan [Tue, 7 Jan 2025 11:40:50 +0000 (06:40 -0500)]
Merge pull request #14675 from annando/get

New function to handle "get" requests

5 months agoImproved code style
Michael [Mon, 6 Jan 2025 22:15:41 +0000 (22:15 +0000)]
Improved code style

5 months agoNew function to handle "get" requests
Michael [Mon, 6 Jan 2025 22:04:45 +0000 (22:04 +0000)]
New function to handle "get" requests

5 months agoMerge pull request #14659 from nupplaphil/feat/worker_console
Hypolite Petovan [Mon, 6 Jan 2025 19:42:00 +0000 (14:42 -0500)]
Merge pull request #14659 from nupplaphil/feat/worker_console

Move 'bin/worker.php' to 'bin/console.php worker'

5 months agoAdd cons
Philipp [Mon, 6 Jan 2025 17:59:22 +0000 (18:59 +0100)]
Add cons

5 months agoUpdate deprecated version
Philipp [Mon, 6 Jan 2025 17:45:33 +0000 (18:45 +0100)]
Update deprecated version

6 months agoCentralize deprecated check
Philipp [Sun, 5 Jan 2025 22:12:22 +0000 (23:12 +0100)]
Centralize deprecated check

6 months agoFix default log channel
Philipp [Sun, 5 Jan 2025 22:08:13 +0000 (23:08 +0100)]
Fix default log channel

6 months agoMake PHP-CS happy
Philipp [Sun, 5 Jan 2025 22:05:57 +0000 (23:05 +0100)]
Make PHP-CS happy

6 months agoUse correct typing
Philipp [Sun, 5 Jan 2025 21:59:01 +0000 (22:59 +0100)]
Use correct typing

6 months agoMake PHP-CS happy :-)
Philipp [Sun, 5 Jan 2025 21:49:56 +0000 (22:49 +0100)]
Make PHP-CS happy :-)

6 months agoAdd UnitTest for Container
Philipp [Sun, 5 Jan 2025 21:48:24 +0000 (22:48 +0100)]
Add UnitTest for Container

6 months agoAdd license
Philipp [Sun, 5 Jan 2025 21:39:09 +0000 (22:39 +0100)]
Add license

6 months agoAdd doc & fix test
Philipp [Sun, 5 Jan 2025 21:36:53 +0000 (22:36 +0100)]
Add doc & fix test

6 months agoUpdate src/Console/Worker.php
Philipp [Sun, 5 Jan 2025 21:27:12 +0000 (22:27 +0100)]
Update src/Console/Worker.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
6 months agoFixup LogChannels
Philipp [Sun, 5 Jan 2025 21:26:08 +0000 (22:26 +0100)]
Fixup LogChannels

6 months agoMove Container logic into own class
Philipp [Sun, 5 Jan 2025 21:02:38 +0000 (22:02 +0100)]
Move Container logic into own class

6 months agoMake PHP-CS happy
Philipp [Thu, 2 Jan 2025 20:10:58 +0000 (21:10 +0100)]
Make PHP-CS happy

6 months agoAdapt run-command for console.php executions
Philipp [Thu, 2 Jan 2025 19:53:16 +0000 (20:53 +0100)]
Adapt run-command for console.php executions

6 months agoReplace 'bin/worker.php' calls and help
Philipp [Thu, 2 Jan 2025 19:29:17 +0000 (20:29 +0100)]
Replace 'bin/worker.php' calls and help

6 months agoReplace 'bin/daemon.php' and 'bin/jetstream.php' calls and help
Philipp [Thu, 2 Jan 2025 19:24:49 +0000 (20:24 +0100)]
Replace 'bin/daemon.php' and 'bin/jetstream.php' calls and help

6 months agoUpdate doc
Philipp [Thu, 2 Jan 2025 13:41:59 +0000 (14:41 +0100)]
Update doc

6 months agoMove 'bin/worker.php' to 'bin/console.php worker'
Philipp [Thu, 2 Jan 2025 13:37:56 +0000 (14:37 +0100)]
Move 'bin/worker.php' to 'bin/console.php worker'

6 months agoMerge pull request #14673 from annando/issue-14275
Philipp [Sun, 5 Jan 2025 22:03:55 +0000 (22:03 +0000)]
Merge pull request #14673 from annando/issue-14275

Issue 14275: Avoid "Data too long" error

6 months agoCode Style fixed for "Photo.php"
Michael [Sun, 5 Jan 2025 21:43:16 +0000 (21:43 +0000)]
Code Style fixed for "Photo.php"

6 months agoIssue 14275: Avoid "Data too long" error
Michael [Sun, 5 Jan 2025 21:35:06 +0000 (21:35 +0000)]
Issue 14275: Avoid "Data too long" error

6 months agoMerge pull request #14668 from annando/mime
Hypolite Petovan [Sun, 5 Jan 2025 15:34:24 +0000 (10:34 -0500)]
Merge pull request #14668 from annando/mime

Use the fetched mimetype if present / improved detection of quoted posts

6 months agoFix code style Receiver.php
Michael [Sun, 5 Jan 2025 08:48:02 +0000 (08:48 +0000)]
Fix code style Receiver.php

6 months agoFix code style Media.php
Michael [Sun, 5 Jan 2025 08:29:10 +0000 (08:29 +0000)]
Fix code style Media.php

6 months agoUse the fetched mimetype if present
Michael [Sat, 4 Jan 2025 08:48:22 +0000 (08:48 +0000)]
Use the fetched mimetype if present

6 months agoMerge pull request #14663 from MrPetovan/bug/fatal-errors
Philipp [Fri, 3 Jan 2025 09:43:02 +0000 (09:43 +0000)]
Merge pull request #14663 from MrPetovan/bug/fatal-errors

Restore template engine registration for Worker execution

6 months agoRestore template engine registration for Worker execution
Hypolite Petovan [Thu, 2 Jan 2025 23:30:30 +0000 (18:30 -0500)]
Restore template engine registration for Worker execution

- Template engine is used in BBCode processing

6 months agoMerge pull request #14660 from annando/set-quote-id
Hypolite Petovan [Thu, 2 Jan 2025 17:05:35 +0000 (12:05 -0500)]
Merge pull request #14660 from annando/set-quote-id

Set the quote-uri-id when a post is linked

6 months agoSet the quote-uri-id when a post is linked
Michael [Thu, 2 Jan 2025 16:57:30 +0000 (16:57 +0000)]
Set the quote-uri-id when a post is linked

6 months agoMerge pull request #14658 from tobiasd/20250102-note
Hypolite Petovan [Thu, 2 Jan 2025 13:42:11 +0000 (08:42 -0500)]
Merge pull request #14658 from tobiasd/20250102-note

CHANGELOG note for 2025.02

6 months agoUpdate CHANGELOG
Tobias Diekershoff [Thu, 2 Jan 2025 13:37:53 +0000 (14:37 +0100)]
Update CHANGELOG

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
6 months agoMerge pull request #14655 from nupplaphil/feat/worker_daemon
Hypolite Petovan [Thu, 2 Jan 2025 12:40:03 +0000 (07:40 -0500)]
Merge pull request #14655 from nupplaphil/feat/worker_daemon

Add JetStream to Console

6 months agoupdated message
Philipp [Thu, 2 Jan 2025 12:06:42 +0000 (13:06 +0100)]
updated message

6 months agoAdd deprecation notice
Philipp [Thu, 2 Jan 2025 12:03:28 +0000 (13:03 +0100)]
Add deprecation notice

6 months agoremove dependency
Philipp [Wed, 1 Jan 2025 23:49:56 +0000 (00:49 +0100)]
remove dependency

6 months agoMove Addon/Hook dependency where it belongs :)
Philipp [Wed, 1 Jan 2025 23:48:02 +0000 (00:48 +0100)]
Move Addon/Hook dependency where it belongs :)

6 months agoUpdate messages.po ...
Philipp [Wed, 1 Jan 2025 23:34:20 +0000 (00:34 +0100)]
Update messages.po ...

6 months agoMake PHP-CS even more happy :)
Philipp [Wed, 1 Jan 2025 23:26:48 +0000 (00:26 +0100)]
Make PHP-CS even more happy :)

6 months agoApply suggestions from code review
Philipp [Wed, 1 Jan 2025 23:20:56 +0000 (00:20 +0100)]
Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
6 months agoMake PHP-CS even more happy :)
Philipp [Wed, 1 Jan 2025 23:19:08 +0000 (00:19 +0100)]
Make PHP-CS even more happy :)

6 months agoMake PHP-CS super-happy :)
Philipp [Wed, 1 Jan 2025 23:14:25 +0000 (00:14 +0100)]
Make PHP-CS super-happy :)

6 months agoAdd docs :-)
Philipp [Wed, 1 Jan 2025 23:07:01 +0000 (00:07 +0100)]
Add docs :-)

6 months agoAdd Jetstream daemon to console
Philipp [Wed, 1 Jan 2025 22:52:48 +0000 (23:52 +0100)]
Add Jetstream daemon to console

6 months agoAdd system daemon class
Philipp [Wed, 1 Jan 2025 22:38:19 +0000 (23:38 +0100)]
Add system daemon class

6 months agoCHANGELOG note for 2025.02
Tobias Diekershoff [Thu, 2 Jan 2025 06:42:07 +0000 (07:42 +0100)]
CHANGELOG note for 2025.02

This adds a note to the CHANGELOG so the important deprecation information is not forgotten.

see #14642

6 months agoMerge pull request #14656 from nupplaphil/feat/fix-codestyle
Hypolite Petovan [Thu, 2 Jan 2025 02:01:34 +0000 (21:01 -0500)]
Merge pull request #14656 from nupplaphil/feat/fix-codestyle

Add `bin/dev/fix-codestyle.sh`

6 months agoExecute `COMMAND=fix TARGET_BRANCH=develop bin/dev/fix-codestyle.sh`
Philipp [Thu, 2 Jan 2025 01:03:58 +0000 (02:03 +0100)]
Execute `COMMAND=fix TARGET_BRANCH=develop bin/dev/fix-codestyle.sh`

6 months agotemporary add App.php
Philipp [Thu, 2 Jan 2025 00:39:10 +0000 (01:39 +0100)]
temporary add App.php

6 months agoAdd fix-codestyle.sh
Philipp [Thu, 2 Jan 2025 00:13:21 +0000 (01:13 +0100)]
Add fix-codestyle.sh

6 months agoMerge pull request #14645 from MrPetovan/docs/making-new-friends
Michael Vogel [Wed, 1 Jan 2025 21:56:00 +0000 (22:56 +0100)]
Merge pull request #14645 from MrPetovan/docs/making-new-friends

Fix links in Quick-Start-makingnewfriends