]> git.mxchange.org Git - friendica.git/log
friendica.git
7 weeks agoDo not use AddonHelper in StrategiesFileManager
Art4 [Thu, 15 May 2025 14:06:36 +0000 (14:06 +0000)]
Do not use AddonHelper in StrategiesFileManager

to avoid circular dependendy with strategies ans cache

7 weeks agoFix bath to static folder
Art4 [Thu, 15 May 2025 13:55:48 +0000 (13:55 +0000)]
Fix bath to static folder

7 weeks agoFix unit tests
Art4 [Thu, 15 May 2025 13:26:34 +0000 (13:26 +0000)]
Fix unit tests

7 weeks agoSoft deprecate AddonLoader and ICanLoadAddons
Art4 [Thu, 15 May 2025 13:15:52 +0000 (13:15 +0000)]
Soft deprecate AddonLoader and ICanLoadAddons

7 weeks agoInline AddonLoader for strategies into StrategiesFileManager
Art4 [Thu, 15 May 2025 13:12:17 +0000 (13:12 +0000)]
Inline AddonLoader for strategies into StrategiesFileManager

7 weeks agoImplement getAddonDependencyConfig
Art4 [Thu, 15 May 2025 12:37:57 +0000 (12:37 +0000)]
Implement getAddonDependencyConfig

7 weeks agoHard deprecate Friendica\Core\Addon class
Art4 [Thu, 15 May 2025 07:34:17 +0000 (07:34 +0000)]
Hard deprecate Friendica\Core\Addon class

7 weeks agoRemove unused AddonProxy class
Art4 [Thu, 15 May 2025 07:33:50 +0000 (07:33 +0000)]
Remove unused AddonProxy class

7 weeks agoRemove debug line from #14931
Art4 [Thu, 15 May 2025 07:23:37 +0000 (07:23 +0000)]
Remove debug line from #14931

7 weeks agoReplace AddonProxy with AddonManagerHelper
Art4 [Thu, 15 May 2025 07:18:34 +0000 (07:18 +0000)]
Replace AddonProxy with AddonManagerHelper

7 weeks agoFix code style
Art4 [Thu, 15 May 2025 07:15:23 +0000 (07:15 +0000)]
Fix code style

7 weeks agoReplace test addon with vfs files
Art4 [Thu, 15 May 2025 07:14:11 +0000 (07:14 +0000)]
Replace test addon with vfs files

7 weeks agoRemove unused AddonProxy
Art4 [Thu, 15 May 2025 07:00:36 +0000 (07:00 +0000)]
Remove unused AddonProxy

7 weeks agoImplement reloadAddons()
Art4 [Thu, 15 May 2025 06:59:37 +0000 (06:59 +0000)]
Implement reloadAddons()

7 weeks agoImplement uninstallAddon
Art4 [Wed, 14 May 2025 14:54:14 +0000 (14:54 +0000)]
Implement uninstallAddon

7 weeks agoImplement installAddon
Art4 [Wed, 14 May 2025 11:37:47 +0000 (11:37 +0000)]
Implement installAddon

7 weeks agoReplace glob() with stream safe alternative scandir()
Art4 [Wed, 14 May 2025 09:52:33 +0000 (09:52 +0000)]
Replace glob() with stream safe alternative scandir()

7 weeks agoremove name parameter
Art4 [Wed, 14 May 2025 08:20:49 +0000 (08:20 +0000)]
remove name parameter

7 weeks agoMerge branch 'develop' into rework-addon-class
Art4 [Wed, 14 May 2025 07:53:31 +0000 (07:53 +0000)]
Merge branch 'develop' into rework-addon-class

7 weeks agoImplement getAvailableAddons
Art4 [Wed, 14 May 2025 07:52:53 +0000 (07:52 +0000)]
Implement getAvailableAddons

7 weeks agoMerge pull request #14931 from Art4/remove-dependency-from-addon-class
Philipp [Wed, 14 May 2025 07:01:50 +0000 (09:01 +0200)]
Merge pull request #14931 from Art4/remove-dependency-from-addon-class

Move contact fetching into module

7 weeks agoMerge pull request #14932 from Art4/fix-14930
Philipp [Tue, 13 May 2025 18:03:10 +0000 (20:03 +0200)]
Merge pull request #14932 from Art4/fix-14930

Add missing EventDispatcher dependency in Profile module

7 weeks agoimplement getVisibleEnablesAddons and getEnabledAddonsWithAdminSettings
Art4 [Tue, 13 May 2025 14:16:10 +0000 (14:16 +0000)]
implement getVisibleEnablesAddons and getEnabledAddonsWithAdminSettings

7 weeks agoImplement loading addons in AddonManagerHelper
Art4 [Tue, 13 May 2025 14:04:57 +0000 (14:04 +0000)]
Implement loading addons in AddonManagerHelper

7 weeks agoAdd EventDispatcher dependency in Profile Module
Art4 [Tue, 13 May 2025 12:01:51 +0000 (12:01 +0000)]
Add EventDispatcher dependency in Profile Module

7 weeks agomove contact fetching into admin module
Art4 [Tue, 13 May 2025 11:26:05 +0000 (11:26 +0000)]
move contact fetching into admin module

7 weeks agoCreate AddonManagerHelper
Art4 [Tue, 13 May 2025 10:48:41 +0000 (10:48 +0000)]
Create AddonManagerHelper

7 weeks agoFix warning if author or maintainer is missing in addon info
Art4 [Tue, 13 May 2025 08:14:09 +0000 (08:14 +0000)]
Fix warning if author or maintainer is missing in addon info

7 weeks agoMerge branch 'develop' into rework-addon-class
Art4 [Tue, 13 May 2025 07:06:09 +0000 (07:06 +0000)]
Merge branch 'develop' into rework-addon-class

7 weeks agoMerge pull request #14853 from Art4/eventdispatcher-part3
Philipp [Tue, 13 May 2025 06:32:27 +0000 (08:32 +0200)]
Merge pull request #14853 from Art4/eventdispatcher-part3

Replace Hooks with EventDispatcher Part 3

7 weeks agoFix code style
Art4 [Tue, 13 May 2025 06:18:41 +0000 (06:18 +0000)]
Fix code style

7 weeks agoFix PHPStan errors
Art4 [Tue, 13 May 2025 06:12:16 +0000 (06:12 +0000)]
Fix PHPStan errors

7 weeks agoMerge branch 'develop' into eventdispatcher-part3
Art4 [Mon, 12 May 2025 14:32:53 +0000 (14:32 +0000)]
Merge branch 'develop' into eventdispatcher-part3

7 weeks agoMerge pull request #14830 from Art4/phpstan-level-3
Philipp [Sat, 10 May 2025 23:22:11 +0000 (01:22 +0200)]
Merge pull request #14830 from Art4/phpstan-level-3

Phpstan level 3

8 weeks agoMerge branch 'develop' into eventdispatcher-part3
Art4 [Fri, 9 May 2025 06:56:17 +0000 (06:56 +0000)]
Merge branch 'develop' into eventdispatcher-part3

8 weeks agoMerge branch 'develop' into rework-addon-class
Art4 [Fri, 9 May 2025 06:50:55 +0000 (06:50 +0000)]
Merge branch 'develop' into rework-addon-class

8 weeks agoFix PHPStan errors
Art4 [Fri, 9 May 2025 06:40:49 +0000 (06:40 +0000)]
Fix PHPStan errors

8 weeks agoMerge branch 'develop' into phpstan-level-3
Art4 [Fri, 9 May 2025 06:29:29 +0000 (06:29 +0000)]
Merge branch 'develop' into phpstan-level-3

2 months agoMerge pull request #14904 from nupplaphil/feat/stats_caching
Michael Vogel [Sun, 4 May 2025 02:11:45 +0000 (07:41 +0530)]
Merge pull request #14904 from nupplaphil/feat/stats_caching

Add Caching statistics

2 months agoMerge pull request #14891 from annando/issue-14890
Philipp [Sat, 3 May 2025 19:57:55 +0000 (21:57 +0200)]
Merge pull request #14891 from annando/issue-14890

Issue 14890: Translate page titles

2 months agoMerge pull request #14871 from MrPetovan/task/obsolete-urlpath
Philipp [Sat, 3 May 2025 19:56:17 +0000 (21:56 +0200)]
Merge pull request #14871 from MrPetovan/task/obsolete-urlpath

Remove remaining references of unused urlpath config key

2 months agoMerge remote-tracking branch 'origin/develop' into issue-14890
Philipp [Sat, 3 May 2025 19:51:48 +0000 (21:51 +0200)]
Merge remote-tracking branch 'origin/develop' into issue-14890

2 months agoMerge remote-tracking branch 'origin/develop' into task/obsolete-urlpath
Philipp [Sat, 3 May 2025 19:48:32 +0000 (21:48 +0200)]
Merge remote-tracking branch 'origin/develop' into task/obsolete-urlpath

2 months agoUpdate BaseURL.php
Philipp [Sat, 3 May 2025 19:39:58 +0000 (21:39 +0200)]
Update BaseURL.php

Fix PHP-CS

2 months agoMerge pull request #14915 from haheute/calendar-default-view-mode
Philipp [Sat, 3 May 2025 19:34:29 +0000 (21:34 +0200)]
Merge pull request #14915 from haheute/calendar-default-view-mode

Make the calendar use the default view mode

2 months agoMerge pull request #14909 from Art4/replace-addon-class-with-addonhelper
Philipp [Sat, 3 May 2025 19:18:31 +0000 (21:18 +0200)]
Merge pull request #14909 from Art4/replace-addon-class-with-addonhelper

Replace Addon class with AddonHelper

2 months agoMerge pull request #14889 from annando/contact-refresh
Philipp [Sat, 3 May 2025 19:16:09 +0000 (21:16 +0200)]
Merge pull request #14889 from annando/contact-refresh

Bluesky: Update actors regularly

2 months agoindentation
Hannes Heute [Thu, 1 May 2025 23:36:37 +0000 (01:36 +0200)]
indentation

2 months agomake calendar use the default view mode
Hannes Heute [Thu, 1 May 2025 20:40:16 +0000 (22:40 +0200)]
make calendar use the default view mode

2 months agoMerge pull request #14888 from mf-fx/trending_tags_missing_translations
Philipp [Thu, 1 May 2025 07:30:58 +0000 (09:30 +0200)]
Merge pull request #14888 from mf-fx/trending_tags_missing_translations

Add missing translations to trending tags

2 months agoAdd missing translations to trending tags
Marcus Funch [Wed, 30 Apr 2025 18:28:29 +0000 (20:28 +0200)]
Add missing translations to trending tags

2 months agoImplement parsing of addon files to AddonInfo
Art4 [Tue, 29 Apr 2025 13:59:58 +0000 (13:59 +0000)]
Implement parsing of addon files to AddonInfo

2 months agofix code style
Art4 [Mon, 28 Apr 2025 14:12:27 +0000 (14:12 +0000)]
fix code style

2 months agoReplace Addon class with AddonHelper in vier theme
Art4 [Mon, 28 Apr 2025 14:10:32 +0000 (14:10 +0000)]
Replace Addon class with AddonHelper in vier theme

2 months agoReplace Addon class with AddonHelper in Post Object
Art4 [Mon, 28 Apr 2025 14:07:20 +0000 (14:07 +0000)]
Replace Addon class with AddonHelper in Post Object

2 months agoReplace Addon class with AddonHelper in Nodeinfo Model
Art4 [Mon, 28 Apr 2025 13:57:21 +0000 (13:57 +0000)]
Replace Addon class with AddonHelper in Nodeinfo Model

2 months agoReplace Addon class with AddonHelper in stats modules
Art4 [Mon, 28 Apr 2025 13:32:18 +0000 (13:32 +0000)]
Replace Addon class with AddonHelper in stats modules

2 months agoMerge branch 'develop' into phpstan-level-3
Art4 [Mon, 28 Apr 2025 11:44:30 +0000 (11:44 +0000)]
Merge branch 'develop' into phpstan-level-3

2 months agoMerge branch 'develop' into eventdispatcher-part3
Art4 [Mon, 28 Apr 2025 11:02:09 +0000 (11:02 +0000)]
Merge branch 'develop' into eventdispatcher-part3

2 months agoFixup woodpecker
Philipp [Sun, 27 Apr 2025 20:08:01 +0000 (22:08 +0200)]
Fixup woodpecker

2 months agoMak PHPCS happy
Philipp [Sun, 27 Apr 2025 00:08:01 +0000 (02:08 +0200)]
Mak PHPCS happy

2 months agoAdd doc
Philipp [Sat, 26 Apr 2025 23:58:20 +0000 (01:58 +0200)]
Add doc

2 months agofix test
Philipp [Sat, 26 Apr 2025 23:58:03 +0000 (01:58 +0200)]
fix test

2 months agoAdd a bunch of tests for StatsCaching
Philipp [Sat, 26 Apr 2025 23:36:30 +0000 (01:36 +0200)]
Add a bunch of tests for StatsCaching

2 months agoMake PHPCS happy - again
Philipp [Mon, 21 Apr 2025 18:53:28 +0000 (20:53 +0200)]
Make PHPCS happy - again

2 months agoAdd missing license
Philipp [Mon, 21 Apr 2025 18:50:26 +0000 (20:50 +0200)]
Add missing license

2 months agoMake PHPCS happy
Philipp [Mon, 21 Apr 2025 18:49:41 +0000 (20:49 +0200)]
Make PHPCS happy

2 months agoAdd Caching stats
Philipp [Mon, 21 Apr 2025 18:12:54 +0000 (20:12 +0200)]
Add Caching stats

2 months agoAdd getStats() method for MemoryCaches
Philipp [Mon, 21 Apr 2025 17:37:37 +0000 (19:37 +0200)]
Add getStats() method for MemoryCaches

2 months agoMerge pull request #14882 from Art4/refractor-logger-factories
Philipp [Sun, 27 Apr 2025 00:15:48 +0000 (02:15 +0200)]
Merge pull request #14882 from Art4/refractor-logger-factories

Rework logger factories

2 months agoMerge pull request #14907 from mf-fx/frio_fix_tooltips_positions_scroll
Michael Vogel [Sat, 26 Apr 2025 06:23:53 +0000 (08:23 +0200)]
Merge pull request #14907 from mf-fx/frio_fix_tooltips_positions_scroll

Frio: Fix bug making navigation tooltips disappear after scroll

2 months agoFrio: Fix bug making navigation tooltips disappear after scroll
Marcus Funch [Fri, 25 Apr 2025 22:38:25 +0000 (00:38 +0200)]
Frio: Fix bug making navigation tooltips disappear after scroll

2 months agoIssue 14890: Translate page titles
Michael [Fri, 18 Apr 2025 03:45:04 +0000 (03:45 +0000)]
Issue 14890: Translate page titles

2 months agoBluesky: Update actors regularly
Michael [Thu, 17 Apr 2025 20:13:03 +0000 (20:13 +0000)]
Bluesky: Update actors regularly

2 months agoMerge pull request #14885 from annando/bluesky-profile-links
Hypolite Petovan [Thu, 17 Apr 2025 04:00:01 +0000 (00:00 -0400)]
Merge pull request #14885 from annando/bluesky-profile-links

Bluesky: use did based profile links

2 months agoMerge pull request #14883 from annando/issue-14881
Hypolite Petovan [Thu, 17 Apr 2025 03:58:58 +0000 (23:58 -0400)]
Merge pull request #14883 from annando/issue-14881

Issue 14881: Fixed language detection for danish

2 months agoBluesky: use did based profile links
Michael [Wed, 16 Apr 2025 04:13:09 +0000 (04:13 +0000)]
Bluesky: use did based profile links

2 months agoFix compat with PHP 7.4
Art4 [Tue, 15 Apr 2025 06:11:17 +0000 (06:11 +0000)]
Fix compat with PHP 7.4

2 months agoFixed codestyle
Michael [Tue, 15 Apr 2025 02:09:19 +0000 (02:09 +0000)]
Fixed codestyle

2 months agoIssue 14881: Fixed language detection for danish
Michael [Tue, 15 Apr 2025 02:03:35 +0000 (02:03 +0000)]
Issue 14881: Fixed language detection for danish

2 months agofix code style
Art4 [Mon, 14 Apr 2025 15:06:30 +0000 (15:06 +0000)]
fix code style

2 months agoHard-deprecation for now unused factory classes
Art4 [Mon, 14 Apr 2025 14:51:44 +0000 (14:51 +0000)]
Hard-deprecation for now unused factory classes

2 months agoRemove obsolet LegacyLoggerFactory
Art4 [Mon, 14 Apr 2025 14:40:44 +0000 (14:40 +0000)]
Remove obsolet LegacyLoggerFactory

2 months agoSet new factories as internal
Art4 [Mon, 14 Apr 2025 14:39:39 +0000 (14:39 +0000)]
Set new factories as internal

2 months agoFix code style
Art4 [Mon, 14 Apr 2025 14:38:49 +0000 (14:38 +0000)]
Fix code style

2 months agodeprecate value `monolog` for config `system.logger_config`
Art4 [Mon, 14 Apr 2025 14:36:46 +0000 (14:36 +0000)]
deprecate value `monolog` for config `system.logger_config`

2 months agoReplace LegacyLoggerFactory with DelegatingLoggerFactory
Art4 [Mon, 14 Apr 2025 13:54:48 +0000 (13:54 +0000)]
Replace LegacyLoggerFactory with DelegatingLoggerFactory

2 months agoCreate DelegatingLoggerFactory
Art4 [Mon, 14 Apr 2025 12:58:15 +0000 (12:58 +0000)]
Create DelegatingLoggerFactory

2 months agoDeprecate SyslogLogger factory in favour of SyslogLoggerFactory
Art4 [Mon, 14 Apr 2025 10:47:11 +0000 (10:47 +0000)]
Deprecate SyslogLogger factory in favour of SyslogLoggerFactory

2 months agoCreate SyslogLoggerFactory
Art4 [Mon, 14 Apr 2025 10:36:12 +0000 (10:36 +0000)]
Create SyslogLoggerFactory

2 months agoDeprecate StreamLogger factory in favour of StreamLoggerFactory
Art4 [Mon, 14 Apr 2025 08:05:43 +0000 (08:05 +0000)]
Deprecate StreamLogger factory in favour of StreamLoggerFactory

2 months agoCreate StreamLoggerFactory with tests
Art4 [Mon, 14 Apr 2025 08:00:31 +0000 (08:00 +0000)]
Create StreamLoggerFactory with tests

2 months agoCreate FileSystemUtil interface
Art4 [Mon, 14 Apr 2025 07:14:31 +0000 (07:14 +0000)]
Create FileSystemUtil interface

2 months agoFix compat with PHP 7.4
Art4 [Fri, 11 Apr 2025 08:38:30 +0000 (08:38 +0000)]
Fix compat with PHP 7.4

2 months agoFix compat with PHP 7.4
Art4 [Fri, 11 Apr 2025 08:32:05 +0000 (08:32 +0000)]
Fix compat with PHP 7.4

2 months agoCreate event for profile_edit and profile_post hooks
Art4 [Fri, 11 Apr 2025 08:21:29 +0000 (08:21 +0000)]
Create event for profile_edit and profile_post hooks

2 months agoCreate events for enotify hooks
Art4 [Fri, 11 Apr 2025 07:46:48 +0000 (07:46 +0000)]
Create events for enotify hooks

2 months agoCreate event for acl_lookup_end hook
Art4 [Fri, 11 Apr 2025 06:55:51 +0000 (06:55 +0000)]
Create event for acl_lookup_end hook

2 months agoMerge branch 'develop' into eventdispatcher-part3
Art4 [Thu, 10 Apr 2025 14:37:40 +0000 (14:37 +0000)]
Merge branch 'develop' into eventdispatcher-part3

2 months agocreate event for profile_advanced hook
Art4 [Thu, 10 Apr 2025 14:36:57 +0000 (14:36 +0000)]
create event for profile_advanced hook