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
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
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
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 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
Michael
15df9990da
Issue 13845: Support "sensitive" attribute
2024-02-04 21:45:30 +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
Michael
cc0b16c0ae
Fix a problem with MySQL
2024-01-11 07:01:48 +00:00
Michael
b48467c3f8
Validate full search text
2024-01-10 20:17:44 +00:00
Michael
c4b85ef25a
New field "publish" for channels
2024-01-07 18:36:47 +00:00
Michael
93dd1b5973
Updated messages.po / database.sql
2024-01-03 19:20:56 +00:00
Michael
7ecf143e4c
The "unkmail" functionality is removed
2024-01-03 10:23:11 +00:00
Michael
40a1263066
New table "post-counts" to precalculate the counts
2023-12-28 17:42:39 +00:00
Michael
b88c557c6b
Issue 13560: new indexes to improve circle loading time
2023-12-16 18:28:33 +00:00
Michael
1cd729531d
Sorting changed to "created"
2023-12-14 06:18:17 +00:00
Michael
eae1affb21
Index added
2023-12-14 05:36:31 +00:00
Michael
500feedc43
Removed old database table description
2023-11-15 18:02:44 +00:00
Michael
57020d406f
Renamed file
2023-11-15 17:57:40 +00:00
Michael
1dfb0ce81c
"test" is renamed to "check", documentation for platform added
2023-11-15 17:55:45 +00:00
Michael
43f9be367f
Check for user defined channel matches before storing them
2023-11-15 16:19:05 +00:00
Michael
be394b573d
Channels: Larger fields, better error handling
2023-10-14 18:39:35 +00:00
Michael
9f23bee6e4
User defined channels can now base on circles/channels
2023-09-24 00:45:07 +00:00
Michael
508d84b2b7
Use full text search
2023-09-21 23:27:05 +00:00
Michael
d68572ea44
Channels can now be created by users
2023-09-19 09:05:28 +00:00
Michael
b00c2070d7
Use channels for non public content
2023-09-17 19:28:38 +00:00
Michael
e731ea58d5
Remove unneeded indexes
2023-09-16 04:23:44 +00:00
Michael
e038890bb7
Fix the erratic page update behaviour
2023-09-16 04:21:59 +00:00
Michael
aa6eb7fcf1
Visiblity is now frequency
2023-09-16 04:20:38 +00:00
Michael
229e7dcee5
Channel visibility rules can now be set for each contact
2023-09-12 10:55:33 +00:00
Michael
8c9e4c46a0
"cascade" for "post-engagement" / fixes for "report" definition
2023-09-10 03:47:06 +00:00
Michael
c1895e7f85
Fixes the score calculation concerning the relation-cid / cid interaction
2023-09-07 12:34:46 +00:00
Michael
e68f781f9d
The language is now stored as well
2023-09-03 04:20:09 +00:00
Michael
30d10c60d2
Channels for audio, video and images
2023-09-02 15:52:53 +00:00
Michael
fdaff43039
Use the owner, not the author
2023-09-02 14:19:52 +00:00
Michael
5c166be3fc
Channels are a new way to see different content
2023-09-01 21:56:59 +00:00