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
Hypolite Petovan
8b47378720
Welcome version 2025.02-dev!
...
# Conflicts:
# CHANGELOG
# VERSION
# database.sql
# src/App.php
# view/lang/C/messages.po
2025-01-01 12:16:35 -05:00
Tobias Diekershoff
22732678cd
2024.12
2024-12-31 22:13:29 +01: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
e5b837f183
bump version to 2024.12-dev
2024-11-16 08:39:37 +00:00
Michael
24a4b477ea
Fix notice because of missing "gsid"
2024-11-15 04:51:35 +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
Tobias Diekershoff
7bd076fce9
bump version 2024.09-rc
2024-10-15 04:00:50 +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
Michael
d9d9cd45e4
Issue 14377: Support for "postingRestrictedToMods" added
2024-08-20 05:58:24 +00:00
Tobias Diekershoff
60ffd8fe78
bumb version 2024.09-dev
2024-08-17 17:33:40 +02:00
Tobias Diekershoff
6d605f24ee
bumb version 2024.08
2024-08-17 17:28:43 +02:00
Michael
ef71840ddc
Issue 14324: Sanitize profile input
2024-07-28 04:36:16 +00:00
Michael
03189a1c8c
Store the context as a separate field
2024-07-16 20:09:08 +00:00
Michael
2eadad49db
Fetch replies to fetched posts
2024-06-26 08:33:07 +00:00
Michael
e319621f63
Nodeinfo: We now parse Nodeinfo 2.1 and 2.2 as well
2024-06-23 21:32:16 +00:00
Michael
a433a4623a
Retrial counter for the inbox queue
2024-06-23 14:43:22 +00:00
Michael
a27d55f6cf
Issue 14231: Automatically add the relay owner as contact person
2024-06-17 03:45:24 +00:00
Michael
385a0c8e8c
Lock for "optimize" / expire in chunks
2024-06-05 05:39:31 +00:00
Tobias Diekershoff
72f6b07c88
2024.06-rc
2024-06-04 20:35:00 +02:00
Michael
259a676207
Option to reduced search scope to improve the performance
2024-06-02 09:27:05 +00:00
Michael
b61cfd193f
Blocked users need to be blocked
2024-05-29 13:34:56 +00:00
Michael
7808c89071
Issue 14102: Display "channels only" contacts in circles
2024-05-26 16:00:27 +00:00
Michael
1853f00a12
Store the "authredirect" path of a server
2024-05-26 00:07:06 +00:00
Michael
da37516abf
OpenWebAuth path is now fetched during probing
2024-05-20 19:46:29 +00:00
Michael
c82a1ed467
Performance improvements when displaying local posts
2024-04-17 19:16:47 +00:00
Michael
7a0c5d141e
Issue 13714: Support for "commentsEnabled" and "capabilities"
2024-03-21 17:11:20 +00:00
Michael
3d267c7b8f
Possibility to mark contacts as "channel only"
2024-03-21 13:20:52 +00:00
Michael
11a16589da
Improved Content-Type check on incoming requests
2024-03-21 09:02:25 +00:00
Tobias Diekershoff
c5936bb51e
bump version to 2024.06-dev
2024-03-21 08:09:16 +01:00
Tobias Diekershoff
f13c5dcbaf
bump version to 2024.03
2024-03-21 08:01:47 +01:00
Michael
eaddf5318a
Fix: "unsearchable" is now stored
2024-03-15 06:07:47 +00:00
Michael
41c89abe68
Update routine added
2024-03-06 03:41:13 +00:00
Michael
dd55ba2d77
Issue 13949: Block access via OAuth
2024-02-29 22:03:57 +00:00
Michael Vogel
71384e6f39
Issue 13909: Filter channels by network ( #13924 )
2024-02-20 07:11:26 +01:00
Michael
0d2ea97eb1
Fix comtact-relation follower calculation
2024-02-17 21:32:17 +00:00
Tobias Diekershoff
1ea8a4042d
bump version to 2024.03-rc
2024-02-14 08:24:41 +01:00
Michael
f7b0a0bef1
Merge remote-tracking branch 'upstream/develop' into issue-13845
2024-02-05 06:31:08 +00:00
Michael
15df9990da
Issue 13845: Support "sensitive" attribute
2024-02-04 21:45:30 +00:00
Michael
7924085c94
Issue 13844: User defined channels based on the network
2024-02-04 07:14:57 +00:00
Michael
7faa42882b
language field renamed to "language"
2024-02-02 07:05:39 +00:00
Michael
fc22a3e83f
Unify searchindex table with engagement table
2024-02-01 23:08:53 +00:00
Michael
3fe4991fcf
Filter user defined channels by size
2024-01-30 10:05:05 +00:00
Michael
03e831b607
Fix "Data too long for column 'reaction' at row 1"
2024-01-23 09:59:47 +00:00
Michael
5a33a494e8
Updated full text indexes
2024-01-21 16:39:28 +00:00
Michael
919f97c9a0
Postupdate added
2024-01-17 21:10:33 +00:00