Commit graph

836 commits

Author SHA1 Message Date
60823c07fe Two slow database queries fixed 2026-02-09 21:02:35 +00:00
e647dcf54e Issue 15456: Fix login to Bridgy Fed 2026-02-08 11:54:51 +00:00
f901252c2a Store "View" activity as "seen" marker. 2026-02-07 18:42:56 +00:00
0a3c537be5 Fix for empty circles 2026-02-07 17:47:32 +00:00
d6b6dd1b94 Channel posts can now be embedded into the timeline 2026-02-03 12:08:36 +00:00
5c0e024f03 bump version 2026.04-dev 2026-01-27 09:01:00 +01:00
efbc6520b1 bump version 2026.01 2026-01-27 08:54:39 +01:00
d848ab11d3 Fix channel cache views 2026-01-12 00:04:49 +00:00
2c228b585a User channel posts are now pregenerated 2026-01-06 17:15:16 +00:00
e7eec32dbf Fixes "Cannot drop index 'quote-uri-id'" 2025-11-03 14:07:52 +00:00
e3932de5e3 Issue 15100: Increased summary field size 2025-11-02 11:51:11 +00:00
55271fcd14 Improved iframe handling 2025-10-21 04:01:27 +00:00
a8f3800621 Embedding Support for Twitter videos / automatic height adjust 2025-10-06 19:31:32 +00:00
f02554b4f3 OEmbed is removed 2025-09-17 01:42:31 +00:00
c8f8cad2a2 Embed remote media 2025-09-05 03:53:13 +00:00
fa1e3f61e4 bump version 2025-06-25 18:26:55 +02:00
fc8946cf02 Support for language and publification date 2025-03-02 16:47:21 +00:00
c3f2bfaef3 Fixes PR #14819: Add missing index 2025-02-16 10:52:55 +00:00
0025467500 Handle redirected servers in server detection. 2025-02-15 14:43:23 +00: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
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
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
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
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
24a4b477ea Fix notice because of missing "gsid" 2024-11-15 04:51:35 +00:00
d867d73a23 Improved block behaviour 2024-10-20 08:33:16 +00:00
acb305cf73 Issue 14212: exclude channel only posts from the API timeline 2024-10-19 19:56:20 +00:00
7bd076fce9 bump version 2024.09-rc 2024-10-15 04:00:50 +00:00
e8a3be6820 OStatus support removed 2024-09-11 03:44:40 +00:00
425f23bbdc Delete unused media attachments 2024-08-24 17:40:25 +00:00
d9d9cd45e4 Issue 14377: Support for "postingRestrictedToMods" added 2024-08-20 05:58:24 +00:00
60ffd8fe78 bumb version 2024.09-dev 2024-08-17 17:33:40 +02:00
6d605f24ee bumb version 2024.08 2024-08-17 17:28:43 +02:00
ef71840ddc Issue 14324: Sanitize profile input 2024-07-28 04:36:16 +00:00
03189a1c8c Store the context as a separate field 2024-07-16 20:09:08 +00:00
2eadad49db Fetch replies to fetched posts 2024-06-26 08:33:07 +00:00
e319621f63 Nodeinfo: We now parse Nodeinfo 2.1 and 2.2 as well 2024-06-23 21:32:16 +00:00
a433a4623a Retrial counter for the inbox queue 2024-06-23 14:43:22 +00:00
a27d55f6cf Issue 14231: Automatically add the relay owner as contact person 2024-06-17 03:45:24 +00:00
385a0c8e8c Lock for "optimize" / expire in chunks 2024-06-05 05:39:31 +00:00
72f6b07c88 2024.06-rc 2024-06-04 20:35:00 +02:00
259a676207 Option to reduced search scope to improve the performance 2024-06-02 09:27:05 +00:00
b61cfd193f Blocked users need to be blocked 2024-05-29 13:34:56 +00:00
7808c89071 Issue 14102: Display "channels only" contacts in circles 2024-05-26 16:00:27 +00:00
1853f00a12 Store the "authredirect" path of a server 2024-05-26 00:07:06 +00:00
da37516abf OpenWebAuth path is now fetched during probing 2024-05-20 19:46:29 +00:00
c82a1ed467 Performance improvements when displaying local posts 2024-04-17 19:16:47 +00:00
7a0c5d141e Issue 13714: Support for "commentsEnabled" and "capabilities" 2024-03-21 17:11:20 +00:00