Commit graph

40850 commits

Author SHA1 Message Date
Hypolite Petovan
5646a8283d
Merge pull request #14788 from Art4/optimize-composer
Add composer script for production installation
2025-02-06 10:59:43 -05:00
ne20002
7812a6d8fe
Downgrade shebang from bin/bash to bin/sh 2025-02-06 09:41:26 +00:00
Art4
006ff7be8f Fix tests 2025-02-06 08:33:18 +00:00
Art4
c7b1961d02 Fix return type of randomDigits 2025-02-06 08:30:05 +00:00
Art4
c6ee2c461c Revert "Refactor Crypto::randomDigits()"
This reverts commit 940884e4bd.
2025-02-06 08:29:14 +00:00
Art4
2cea3203b5 Fix composer path in Vagrant docs 2025-02-06 07:47:51 +00:00
Art4
d71264993d Update docs and scripts to use the correct composer install script 2025-02-06 07:43:52 +00:00
Art4
98f1ae444c Add composer script for install:prod, remove optimization in dev 2025-02-06 07:21:00 +00:00
Tobias Diekershoff
47db6de393
Merge pull request #14787 from annando/issues
Fix notices and missing template variables
2025-02-06 08:02:47 +01:00
Michael
a2e9247936 Fix notices and missing template variables 2025-02-06 05:41:30 +00:00
Hypolite Petovan
91a145106d
Merge pull request #14785 from annando/accessibility-3
Accessibility: Widgets and other menues
2025-02-05 22:38:54 -05:00
Michael
58d1d4c1fb Accessibility: Widgets and other menues 2025-02-05 22:52:39 +00:00
Art4
703024d9b9 Fix namespace in tests 2025-02-05 19:39:35 +00:00
Art4
d086a982f9 Merge branch 'develop' into new-addonproxy 2025-02-05 19:20:27 +00:00
Hypolite Petovan
9e7a527327
Merge pull request #14784 from ne20002/feat/wizard
use env variables in install wizard for values if available
2025-02-05 11:22:31 -05:00
Hypolite Petovan
c77c6140fd
Merge pull request #14779 from annando/issue-14746
Issue 14746: Improved description
2025-02-05 11:08:05 -05:00
Hypolite Petovan
a378a85c04
Merge pull request #14640 from Art4/introduce-eventdispatcher
[EventDispatcher] Proof of concept
2025-02-05 10:42:10 -05:00
ne20002
7f8ac7aaea
use env variables in install wizard for values if available 2025-02-05 14:56:05 +00:00
Michael
22b8be6a8c Fix codestyle 2025-02-05 09:45:46 +00:00
Michael
74bfa7721d Issue 14746: Improved description 2025-02-05 09:38:39 +00:00
Art4
732c32cb0e Fix code style 2025-02-04 19:20:13 +00:00
Art4
9f7774faab Merge branch 'develop' into new-addonproxy 2025-02-04 19:19:16 +00:00
Art4
62f87c13ea Fix test fixture for ConfigFileManager 2025-02-04 19:14:35 +00:00
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