Wykres commitów

1184 Commity (5920fc9d6bc874313edcdef802f23992b5634cb0)

Autor SHA1 Wiadomość Data
Michael Vogel f3bef7a7aa
Merge pull request #14996 from Art4/update-deprecation-messages
Fix version in deprecation messages for 2025.07
2025-07-03 16:41:10 +02:00
Art4 423663af6c Fix version in deprecation messages 2025-06-30 10:41:58 +00:00
Art4 9ee4d87f49 deactivate shared instances for LoggerInterface in Dice 2025-06-24 11:08:36 +00:00
Art4 1428085c4b Soft deprecate AddonLoader and ICanLoadAddons 2025-05-15 13:15:52 +00:00
Art4 7f55714296 Replace AddonProxy with AddonManagerHelper 2025-05-15 07:18:34 +00:00
Michael Vogel 4d879781c2
Merge pull request #14904 from nupplaphil/feat/stats_caching
Add Caching statistics
2025-05-04 07:41:45 +05:30
Philipp b782ff6e22
Merge remote-tracking branch 'origin/develop' into task/obsolete-urlpath 2025-05-03 21:48:32 +02:00
Philipp a20828f618
Add Caching stats 2025-04-27 21:26:43 +02:00
Art4 af29baf11e deprecate value `monolog` for config `system.logger_config` 2025-04-14 14:36:46 +00:00
Art4 6b36d3e87f Replace LegacyLoggerFactory with DelegatingLoggerFactory 2025-04-14 13:54:48 +00:00
Hypolite Petovan fb8cc06ce2 Remove remaining references of unused urlpath config key 2025-03-29 15:45:59 -04:00
Michael fc8946cf02 Support for language and publification date 2025-03-02 16:47:21 +00:00
Michael c3f2bfaef3 Fixes PR #14819: Add missing index 2025-02-16 10:52:55 +00:00
Michael 0025467500 Handle redirected servers in server detection. 2025-02-15 14:43:23 +00:00
Art4 d086a982f9 Merge branch 'develop' into new-addonproxy 2025-02-05 19:20:27 +00:00
Art4 9f7774faab Merge branch 'develop' into new-addonproxy 2025-02-04 19:19:16 +00:00
Art4 9e6f77c4b1 EventDispatcher proof of concept 2025-02-04 13:22:52 -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 d8470b68df Replace Addon::DIRECTORY with AddonHelper::getAddonPath() 2025-02-04 15:18:23 +00:00
Art4 4c71ac643d Deprecate Addon::DIRECTORY in favor of AddonHelper::getAddonPath() 2025-02-04 13:13:57 +00:00
Art4 91bd6089b5 Create AddonHelper and proxy to check if addon is enabled 2025-02-01 21:58:59 +00:00
Hypolite Petovan e3a2c70ccb Exclude invitation register rows from pending-view
↪ They were wrongly appearing in the moderation screen and in the notifications
2025-01-26 17:53:58 -05:00
Michael d74ca3ecf5 Fix codestyle 2025-01-22 20:56:21 +00:00
Michael c6a9e7aa4c New option to only update contacts with local relations 2025-01-22 06:40:04 +00:00
Art4 3eab8eb3dd Merge branch 'develop' into refactor-logger 2025-01-13 16:54:48 +00:00
Michael dbf42db0fc Issue 14681: enable path "remote_follow/{nickname}" 2025-01-12 07:33:33 +00:00
Art4 0804413c41 LegacyLoggerFactory uses Logger as factory 2025-01-11 21:05:35 +00:00
Art4 b40db06ef3 Merge branch 'develop' into refactor-logger 2025-01-11 17:08:07 +00:00
Art4 48154a090a Create LoggerManager::changeLogChannel() 2025-01-11 08:05:50 +00:00
Art4 27fa4c0cdf Remove Dice rules for unused $devLogger service 2025-01-09 09:16:52 +00:00
Art4 fa315cf44a remove constructor injection of Dice in Router 2024-12-28 13:10:28 +00:00
Hypolite Petovan e3067095f4
Merge pull request #14616 from Art4/refactor-dice-rules
Refactor DICE rules
2024-12-26 23:23:59 -05:00
Art4 962a76759f Fix indentation 2024-12-26 18:36:40 +00:00
Art4 ed06480e75 Remove comment 2024-12-26 07:00:21 +00:00
Art4 0bd8118673 Fix code style 2024-12-23 14:51:41 +00:00
Art4 dd4fbc0194 Replace Util class names with FQCN 2024-12-23 14:34:57 +00:00
Art4 899ac663fc Replace Network class names with FQCN 2024-12-23 14:34:23 +00:00
Art4 011c098c63 Replace Model class names with FQCN 2024-12-23 14:32:47 +00:00
Art4 c33223a0eb Replace Database class names with FQCN 2024-12-23 14:31:41 +00:00
Art4 ce5789690d Replace Core class names with FQCN 2024-12-23 14:30:14 +00:00
Art4 5edc36d6fc Fix PHPDoc and add link to DICE docs 2024-12-23 14:28:01 +00:00
Art4 31a731deb7 Refactor dependency for $_COOKIE 2024-12-23 14:23:58 +00:00
Art4 48bd6b2f81 Refactor dependency for $basepath 2024-12-23 14:22:52 +00:00
Art4 b4762238ed Replace DiceInstanceManager class names with FQCN 2024-12-23 14:19:31 +00:00
Art4 7587517499 Refactor dependency for $_GET 2024-12-23 14:18:22 +00:00
Art4 c53a75bc38 Refactor dependency for $_SERVER 2024-12-23 14:12:37 +00:00
Art4 5803c1e760 Replace Hooks class names with FQCN 2024-12-23 14:11:45 +00:00
Art4 f1405cdb6c Replace Config class names with FQCN 2024-12-23 14:06:04 +00:00
Art4 4a766b9750 Replace class names with FQCN 2024-12-23 14:03:32 +00:00
Art4 b9b44931ac Remove Dice rules for $basepath 2024-12-23 13:42:01 +00:00