Commit graph

40827 commits

Author SHA1 Message Date
Art4
f634ec4758 Move HookEventBridge into Friendica\Core\Hooks namespace 2025-02-04 13:23:50 -05:00
Art4
0837ad647a Fix code style 2025-02-04 13:23:50 -05:00
Art4
70a6c6ed01 Change code style 2025-02-04 13:22:55 -05:00
Art4
d9a2d676d2 Replace Hook with EventDispatcher in Feature class 2025-02-04 13:22:55 -05:00
Art4
673fc71c21 Stop calling DI container over and over again 2025-02-04 13:22:54 -05:00
Art4
f3ccd198a4 Replace Hook with EventDispatcher in Feature class 2025-02-04 13:22:54 -05:00
Art4
b9a191f6d8 Replace Hook with EventDispatcher in Content Nav class 2025-02-04 13:22:54 -05:00
Art4
715248d6a2 Add ArrayFilterEvent, replace app_menu hook 2025-02-04 13:22:54 -05:00
Art4
5b28b3d28f Let event classes extending Event 2025-02-04 13:22:53 -05:00
Art4
4cbee618d6 Refactor HookEventBridge 2025-02-04 13:22:53 -05:00
Art4
16fb80be1f Add missing files 2025-02-04 13:22:53 -05:00
Art4
0c406a3696 Create ConfigLoadedEvent 2025-02-04 13:22:53 -05:00
Art4
7e199f034b Create DI::eventDispatcher() where constructor injection is not possible atm 2025-02-04 13:22:53 -05:00
Art4
2a02f58886 Remove unused StaticEventSubscriber interface 2025-02-04 13:22:53 -05:00
Art4
2e660f44f2 Mark new event and eventdispatcher classes as internal 2025-02-04 13:22:52 -05:00
Art4
9e6f77c4b1 EventDispatcher proof of concept 2025-02-04 13:22:52 -05:00
Hypolite Petovan
df17de7ea7
Merge pull request #14749 from MarekBenjamin/bugfix/14748-frio-filer-dialog-colors
Fix filer dialog colors
2025-02-04 13:22:09 -05:00
Hypolite Petovan
23f66d1708 Updated main translation file 2025-02-04 13:20:41 -05:00
Marek Bachmann
01f852a87c Change filer dialog from color box to modal usage 2025-02-04 13:20:33 -05:00
Hypolite Petovan
827541ed86
Merge pull request #14781 from Eduu/covering-index-for-count-queries
Faster count queries when updating the info about current node
2025-02-04 12:54:29 -05:00
Esko Arajärvi
25bb9b12c1 Faster count queries when updating the info about current node
MySQL optimiser seems to prefer a full table scan of `post-user`
table in the count query mentioned in issue #14763. When the origin
and deleted columns are added to the index, the IN-query part of
the query can be done with index-only scan, which is much faster.

Adding the columns in the order

    uri-id, origin, deleted

allows some other queries to also use it when checking
for uri-id and origin.

Fixes #14763
2025-02-04 19:47:31 +02:00
Art4
86516d8b28 Fix code style 2025-02-04 15:21:14 +00:00
Art4
a006aba9d4 Merge branch 'develop' into new-addonproxy 2025-02-04 15:20:01 +00:00
Art4
d8470b68df Replace Addon::DIRECTORY with AddonHelper::getAddonPath() 2025-02-04 15:18:23 +00:00
Art4
4e9276e1c9 Move style logic from Addon class to BaseAdmin module 2025-02-04 14:44:46 +00:00
Art4
8cb48ded4d Remove debug execption 2025-02-04 14:37:29 +00:00
Art4
b0e3f1f64d Fix support for multiple authors and maintainers 2025-02-04 14:35:57 +00:00
Tobias Diekershoff
edbf86449d
Merge pull request #14760 from MrPetovan/bug/warnings
Prioritize coalescing parameters in Moderation\Users\*->processGetActions
2025-02-04 14:59:47 +01:00
Art4
a80bf0ddf1 Simplify AddonHelper::getAvailableAddons(), move style logic into Module class 2025-02-04 13:48:04 +00:00
Art4
af1894504d Merge branch 'develop' into new-addonproxy 2025-02-04 13:17:24 +00:00
Art4
4c71ac643d Deprecate Addon::DIRECTORY in favor of AddonHelper::getAddonPath() 2025-02-04 13:13:57 +00:00
Art4
9f086c40e4 Fix code style 2025-02-04 12:59:21 +00:00
Art4
e596a0b624 Implement AddonHelper::loadAddons() 2025-02-04 12:57:32 +00:00
Hypolite Petovan
0cf1ef397b
Merge pull request #14769 from annando/acessibility
Some more screenreader improvements
2025-02-04 07:40:14 -05:00
Art4
5497fd3559 Use AddonHelper in Cron worker and addon console command 2025-02-04 12:39:54 +00:00
Art4
31f62b807a Replace Addon class with AddonHelper in addon index 2025-02-04 12:27:59 +00:00
Art4
fda70f3fe3 Create AddonHelper::getEnabledAddonsWithAdminSettings() 2025-02-04 12:18:08 +00:00
Art4
a678f41ca7 Fix PHP 7.4 support 2025-02-04 11:45:32 +00:00
Art4
a276337752 Fix code style 2025-02-04 10:50:06 +00:00
Art4
105f848dd7 Use AddonInfo in addon Details 2025-02-04 10:47:57 +00:00
Art4
ecbd0423da Deprecate more Addon methods 2025-02-04 10:47:31 +00:00
Art4
a8249be928 Create AddonInfo class 2025-02-04 09:41:52 +00:00
Art4
61fa36b227 Add install, uninstall and reload in AddonHelper 2025-02-04 08:03:32 +00:00
Art4
db37a93efa Fix code style 2025-02-04 07:00:09 +00:00
Art4
776781e522 Merge branch 'develop' into new-addonproxy 2025-02-04 06:54:59 +00:00
Art4
c50827a803 Replace Addon class with AddonHelper in mod photos.php 2025-02-04 06:54:53 +00:00
Michael
795873b911 Fix code standard 2025-02-04 04:55:05 +00:00
Michael
7bbefae3e6 Skip to content 2025-02-04 04:49:05 +00:00
Michael
b5bff3f758 Codestyle changes 2025-02-04 04:49:05 +00:00
Michael
f3c5855fc1 Some more screenreader improvements 2025-02-04 04:49:05 +00:00