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
5d384e0505
Added worker limit check
2026-01-20 05:14:22 +00:00
b3aa978d4c
The channel cache creation can now be activated separately
2026-01-14 06:14:37 +00:00
d848ab11d3
Fix channel cache views
2026-01-12 00:04:49 +00:00
73b6ec634a
Merge remote-tracking branch 'upstream/2025.07-rc' into channel-posts
2026-01-07 08:00:52 +00:00
64d75fc75e
Support Songlink (Odesli) for embedded music
2026-01-06 17:16:20 +00:00
2c228b585a
User channel posts are now pregenerated
2026-01-06 17:15:16 +00:00
72b63da0b3
Config option to show or hide media for visitors
2025-12-24 10:15:26 +00:00
“Raroun”
319b5948ef
Add missing export route
2025-12-18 09:46:42 +01:00
Raroun
97a04394a5
Add CSV import/export for contact blocklist
2025-12-18 09:36:09 +01:00
fd8395a930
Issue 15096: Support for FEP-044f
2025-12-01 03:43:01 +00:00
57a646b9ac
Issue 14850: Fetch all posts of a thread
2025-11-21 23:14:17 +00:00
88440436b7
Issue 15321: Fetch the latest posts from contacts
2025-11-19 21:01:16 +00:00
Philipp
53f7ce4f66
Merge pull request #15296 from annando/mitra
...
Fix the processing of Mitra accounts
2025-11-13 08:32:02 +01:00
5a6dc1771c
Fix the processing of Mitra accounts
2025-11-08 21:35:47 +00:00
c1b090df39
Issue 15128: The maximum banner width can now be adjusted
2025-11-08 20:30: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
1d5ff8389f
Possibility to use Video.js as alternate video player
2025-10-22 19:28:51 +00:00
55271fcd14
Improved iframe handling
2025-10-21 04:01:27 +00:00
Philipp
c00dc37769
Merge pull request #15220 from annando/embed
...
Embedding Support for Twitter videos / automatic height adjust
2025-10-09 21:36:23 +02:00
ee3d5faa82
Fetch additional video information (dimensions, preview, blurhash) when FFmpeg is installed
2025-10-06 19:37:52 +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
675ee91bd0
Add additional media if the linked page offers it
2025-08-30 09:09:35 +00:00
Michael Vogel
f3bef7a7aa
Merge pull request #14996 from Art4/update-deprecation-messages
...
Fix version in deprecation messages for 2025.07
2025-07-03 16:41:10 +02:00
Art4
423663af6c
Fix version in deprecation messages
2025-06-30 10:41:58 +00:00
Art4
9ee4d87f49
deactivate shared instances for LoggerInterface in Dice
2025-06-24 11:08:36 +00:00
Art4
1428085c4b
Soft deprecate AddonLoader and ICanLoadAddons
2025-05-15 13:15:52 +00:00
Art4
7f55714296
Replace AddonProxy with AddonManagerHelper
2025-05-15 07:18:34 +00:00
Michael Vogel
4d879781c2
Merge pull request #14904 from nupplaphil/feat/stats_caching
...
Add Caching statistics
2025-05-04 07:41:45 +05:30
b782ff6e22
Merge remote-tracking branch 'origin/develop' into task/obsolete-urlpath
2025-05-03 21:48:32 +02:00
a20828f618
Add Caching stats
2025-04-27 21:26:43 +02:00
Art4
af29baf11e
deprecate value monolog for config system.logger_config
2025-04-14 14:36:46 +00:00
Art4
6b36d3e87f
Replace LegacyLoggerFactory with DelegatingLoggerFactory
2025-04-14 13:54:48 +00:00
fb8cc06ce2
Remove remaining references of unused urlpath config key
2025-03-29 15:45:59 -04: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
Art4
d086a982f9
Merge branch 'develop' into new-addonproxy
2025-02-05 19:20:27 +00:00
Art4
9f7774faab
Merge branch 'develop' into new-addonproxy
2025-02-04 19:19:16 +00:00
Art4
9e6f77c4b1
EventDispatcher proof of concept
2025-02-04 13:22:52 -05: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
Art4
d8470b68df
Replace Addon::DIRECTORY with AddonHelper::getAddonPath()
2025-02-04 15:18:23 +00:00
Art4
4c71ac643d
Deprecate Addon::DIRECTORY in favor of AddonHelper::getAddonPath()
2025-02-04 13:13:57 +00:00