Commit graph

40957 commits

Author SHA1 Message Date
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
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
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
795873b911 Fix code standard 2025-02-04 04:55:05 +00:00
7bbefae3e6 Skip to content 2025-02-04 04:49:05 +00:00
b5bff3f758 Codestyle changes 2025-02-04 04:49:05 +00:00
f3c5855fc1 Some more screenreader improvements 2025-02-04 04:49:05 +00:00
95d3ce5441
Merge pull request #14775 from waldyrious/normalize-signup-form-labels
Normalize punctuation in signup form field labels
2025-02-03 21:52:51 -05:00
Waldir Pimenta
773f654e99 Normalize punctuation in signup form field labels 2025-02-03 21:53:02 +00:00
afba22e2cc
Merge pull request #14773 from waldyrious/close-paren
Close paren in message shown at the signup form
2025-02-03 16:42:37 -05:00
Waldir Pimenta
7b5b9c164e Close paren in message shown at the signup form 2025-02-03 21:09:00 +00:00
Waldir Pimenta
2abc7b4986 Update messages.po main translation file 2025-02-03 19:54:15 +00:00
Art4
b84eb33ae2 Add AddonHelper::getAvailableAddons() method 2025-02-03 15:23:44 +00:00
Art4
4ea648475f Replace calls of Addon::getVisibleList() with AddonHelper::getVisibleEnabledAddons() 2025-02-03 14:54:45 +00:00
Art4
04df082d4e Rename method names in AddonHelper 2025-02-03 14:27:23 +00:00
Art4
bc6145c684 Fix code style 2025-02-03 14:23:31 +00:00
Art4
655df1fd8e Use AddonHelper in Router 2025-02-03 14:21:52 +00:00
Art4
9c002a1aa2 Fix code style 2025-02-03 13:59:58 +00:00
Art4
d82483f342 Merge branch 'develop' into new-addonproxy 2025-02-03 13:58:10 +00:00
9d506071c8
Merge pull request #14764 from haheute/circle-update-wrapper-css
[frio] Small CSS fix for circle-update-wrapper shortmode headings
2025-02-02 14:44:14 -05:00
5ad82bce23
Merge pull request #14762 from juliend2/add-addon-dir
Create `addon/` folder in the proper order, since it's now mandatory
2025-02-02 14:43:34 -05:00
Art4
c4469cb624 Move getVisibleList() into AddonHelper 2025-02-02 19:32:17 +00:00
7b0e31714f
Merge pull request #14758 from Art4/hard-deprecate-logger
Hard deprecate `Friendica\Core\Logger`
2025-02-02 13:13:24 -05:00
Art4
5504fdcd06 Move getEnabledList into AddonHelper 2025-02-02 06:55:38 +00:00
Art4
91bd6089b5 Create AddonHelper and proxy to check if addon is enabled 2025-02-01 21:58:59 +00:00
410fe15507 [frio] Small CSS fix for circle-update-wrapper shortmode headings 2025-02-01 20:45:15 +01:00
Julien Desrosiers
f1bf64a8ff If we follow the installation doc, it says to clone the addon repo inside this dir
which would fail if said dir exist and is not empty.
2025-02-01 13:21:37 -05:00