7e7ceb671a
Fix code style
2026-03-08 16:00:29 +00:00
ba9943fe21
Store EXIF data for media
2026-03-08 15:42:40 +00:00
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
d6b6dd1b94
Channel posts can now be embedded into the timeline
2026-02-03 12:08:36 +00: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
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
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
7e405f6b61
Platform icons assigned for Hometown and Akkoma
2024-09-29 18:14:14 +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
5dbb2d00ca
REUSE static directory
2024-08-24 14:38:14 +02:00
d9d9cd45e4
Issue 14377: Support for "postingRestrictedToMods" added
2024-08-20 05:58:24 +00: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
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
3d267c7b8f
Possibility to mark contacts as "channel only"
2024-03-21 13:20:52 +00:00
eaddf5318a
Fix: "unsearchable" is now stored
2024-03-15 06:07:47 +00:00
41c89abe68
Update routine added
2024-03-06 03:41:13 +00:00
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
0d2ea97eb1
Fix comtact-relation follower calculation
2024-02-17 21:32:17 +00:00
15df9990da
Issue 13845: Support "sensitive" attribute
2024-02-04 21:45:30 +00:00
7faa42882b
language field renamed to "language"
2024-02-02 07:05:39 +00:00
fc22a3e83f
Unify searchindex table with engagement table
2024-02-01 23:08:53 +00:00
3fe4991fcf
Filter user defined channels by size
2024-01-30 10:05:05 +00:00
03e831b607
Fix "Data too long for column 'reaction' at row 1"
2024-01-23 09:59:47 +00:00