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
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
Art4
3a491b879c
Replace more calls of dirname() with $basepath
2024-12-23 13:35:46 +00:00
Art4
a0e77032cf
remove $basepath from global namespace
2024-12-23 13:34:10 +00:00
Art4
1b4d0d0bb0
Merge branch '2024.09-rc' into merge-2024.09-rc-into-develop
2024-12-23 10:18:56 +00:00
Art4
704ddc2089
simplify basepath
2024-12-22 18:03:54 +00:00
Art4
9987c90faf
Refactor getting the basepath
2024-12-22 16:29:47 +00:00
Michael
ea5417a6a3
Issue 14344: Contact import is relocated to a dedicated place
2024-12-20 08:22:56 +00:00
Art4
c6c29b29b1
Merge branch '2024.09-rc' into merge-2024.09-rc-into-develop
2024-12-16 11:06:45 +01:00
Michael
e7d9c6c254
Reduce the number of HTTP requests in the media handling
2024-12-13 19:18:32 +00:00
Art4
1c43d57233
Merge branch '2024.09-rc' into merge-2024.09-rc-into-develop
2024-12-07 15:40:08 +00:00
Michael
aae57a6903
Jetstream daemon to to receive atproto messages
2024-12-06 17:09:05 +00:00
Art4
65a3bff645
Refactor GServer Model and platforms.config.php
2024-11-18 23:22:16 +00:00
Art4
0e23f35438
Add Dice rule for AppHelper
2024-11-17 20:11:43 +00:00
Michael
24a4b477ea
Fix notice because of missing "gsid"
2024-11-15 04:51:35 +00:00
Michael
306a07ca3c
Improved cached context file
2024-10-26 15:43:23 +00:00
Michael
58cd216eb7
Issue 14145: Fix communication with Hubzilla
2024-10-21 06:08:28 +00:00
Michael
d867d73a23
Improved block behaviour
2024-10-20 08:33:16 +00:00
Michael
acb305cf73
Issue 14212: exclude channel only posts from the API timeline
2024-10-19 19:56:20 +00:00
Michael
7e405f6b61
Platform icons assigned for Hometown and Akkoma
2024-09-29 18:14:14 +00:00
Michael
e8a3be6820
OStatus support removed
2024-09-11 03:44:40 +00:00
Michael
425f23bbdc
Delete unused media attachments
2024-08-24 17:40:25 +00:00