Merge remote-tracking branch 'origin/develop' into language-detection
This commit is contained in:
commit
2b1ef1bbdf
1005 changed files with 13890 additions and 4733 deletions
1
changelog.d/301-small-image-redirect.change
Normal file
1
changelog.d/301-small-image-redirect.change
Normal file
|
|
@ -0,0 +1 @@
|
|||
Performance: Use 301 (permanent) redirect instead of 302 (temporary) when redirecting small images in media proxy. This allows browsers to cache the redirect response.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Update to Phoenix 1.7
|
||||
|
|
@ -1 +0,0 @@
|
|||
Remove checking ImageMagick's commands for Pleroma.Upload.Filter.AnalyzeMetadata
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix authentication check on account rendering when bio is defined
|
||||
1
changelog.d/actor-published-date.add
Normal file
1
changelog.d/actor-published-date.add
Normal file
|
|
@ -0,0 +1 @@
|
|||
Include "published" in actor view
|
||||
|
|
@ -1 +0,0 @@
|
|||
ap userview: add outbox field.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix #strip_report_status_data
|
||||
|
|
@ -1 +0,0 @@
|
|||
Support /authorize-interaction route used by Mastodon
|
||||
1
changelog.d/backup-links.add
Normal file
1
changelog.d/backup-links.add
Normal file
|
|
@ -0,0 +1 @@
|
|||
Link to exported outbox/followers/following collections in backup actor.json
|
||||
|
|
@ -1 +0,0 @@
|
|||
Include following/followers in backups
|
||||
|
|
@ -1 +0,0 @@
|
|||
Invalid activities delivered to the inbox will be rejected with a 400 Bad Request
|
||||
|
|
@ -1 +0,0 @@
|
|||
Support Bandit as an alternative to Cowboy for the HTTP server.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Replace eblurhash with rinpatch_blurhash. This also removes a dependency on ImageMagick.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Allow to group bookmarks in folders
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix federation with Convergence AP Bridge
|
||||
|
|
@ -1 +0,0 @@
|
|||
Mastodon API: Remove deprecated GET /api/v1/statuses/:id/card endpoint https://github.com/mastodon/mastodon/pull/11213
|
||||
|
|
@ -1 +0,0 @@
|
|||
Include image description in status media cards
|
||||
|
|
@ -1 +0,0 @@
|
|||
ChatMessage: Tolerate attachment field set to an empty array
|
||||
|
|
@ -1 +0,0 @@
|
|||
- Config: Check the permissions of the linked file instead of the symlink
|
||||
|
|
@ -1 +0,0 @@
|
|||
MediaProxy was setting the content-length header which is not permitted by RFC9112§6.2 when we are chunking the reply as it conflicts with the existence of the transfer-encoding header.
|
||||
|
|
@ -1 +0,0 @@
|
|||
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix the processing of email digest jobs.
|
||||
|
|
@ -1 +0,0 @@
|
|||
- Document maximum supported version of Erlang & Elixir
|
||||
|
|
@ -1 +0,0 @@
|
|||
When downloading remote emojis packs, account for pagination
|
||||
|
|
@ -1 +0,0 @@
|
|||
Make remote emoji packs API use specifically the V1 URL. Akkoma does not understand it without V1, and it works either way with normal pleroma, so no reason to not do this
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add support for configuring favicon, embed favicon and PWA manifest in server-generated meta
|
||||
|
|
@ -1 +0,0 @@
|
|||
- Make `/api/v1/pleroma/federation_status` publicly available
|
||||
|
|
@ -1 +0,0 @@
|
|||
Removed support for multiple federator modules as we only support ActivityPub
|
||||
|
|
@ -1 +0,0 @@
|
|||
Implement FEP-2c59, add "webfinger" to user actor
|
||||
|
|
@ -1 +0,0 @@
|
|||
Framegrabs with ffmpeg will execute with a 5 second timeout and cache the URLs of failures with a TTL of 15 minutes to prevent excessive retries.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Following HTTP Redirects when the HTTP Adapter is Finch
|
||||
1
changelog.d/fix-mastodon-edits.fix
Normal file
1
changelog.d/fix-mastodon-edits.fix
Normal file
|
|
@ -0,0 +1 @@
|
|||
Fix Mastodon incoming edits with inlined "likes"
|
||||
1
changelog.d/follow-hashtags.add
Normal file
1
changelog.d/follow-hashtags.add
Normal file
|
|
@ -0,0 +1 @@
|
|||
Hashtag following
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add ForceMention MRF
|
||||
|
|
@ -1 +0,0 @@
|
|||
Video framegrabs were not working correctly after the change to use Exile to execute ffmpeg
|
||||
|
|
@ -1 +0,0 @@
|
|||
[docs] add frontends management documentation
|
||||
|
|
@ -1 +0,0 @@
|
|||
Implement group actors
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix logic error in Gun connection pooling which prevented retries even when the worker was launched with retry = true
|
||||
|
|
@ -1 +0,0 @@
|
|||
Connection pool errors when publishing an activity is a soft-error that will be retried shortly.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Remote object fetch failures will prevent the object fetch job from retrying if the object request returns 401, 403, 404, 410, or exceeds the maximum thread depth.
|
||||
|
|
@ -1 +0,0 @@
|
|||
TwitterAPI: Return proper error when healthcheck is disabled
|
||||
1
changelog.d/incoming-scrobbles.fix
Normal file
1
changelog.d/incoming-scrobbles.fix
Normal file
|
|
@ -0,0 +1 @@
|
|||
Allow incoming "Listen" activities
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add contact account to InstanceView
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add instance rules
|
||||
|
|
@ -1 +0,0 @@
|
|||
Implement /api/v2/instance route
|
||||
|
|
@ -1 +0,0 @@
|
|||
Handle cases when users.inbox is nil.
|
||||
|
|
@ -1 +0,0 @@
|
|||
- Change AccountView `last_status_at` from a datetime to a date (as done in Mastodon 3.1.0)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Verify profile link ownership with rel="me"
|
||||
|
|
@ -1 +0,0 @@
|
|||
Use correct domain for fqn and InstanceView
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add new parameters to /api/v2/instance: configuration[accounts][max_pinned_statuses] and configuration[statuses][characters_reserved_per_url]
|
||||
|
|
@ -1 +0,0 @@
|
|||
Mastodon API /api/v1/directory: Fix listing directory contents when not authenticated
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add meilisearch, make search engines pluggable
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix a memory leak caused by Websocket connections that would not enter a state where a full garbage collection run could be triggered.
|
||||
|
|
@ -1 +0,0 @@
|
|||
|
||||
|
|
@ -1 +0,0 @@
|
|||
Startup detection for configured MRF modules that are missing or incorrectly defined
|
||||
|
|
@ -1 +0,0 @@
|
|||
MRF: Log sensible error for subdomains_regex
|
||||
|
|
@ -1 +0,0 @@
|
|||
MRF.StealEmojiPolicy: Properly add fallback extension to filenames missing one
|
||||
|
|
@ -1 +0,0 @@
|
|||
Federated timeline removal of hashtags via MRF HashtagPolicy
|
||||
|
|
@ -1 +0,0 @@
|
|||
Support objects with a null contentMap (firefish)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix notifications query which was not using the index properly
|
||||
|
|
@ -1 +0,0 @@
|
|||
Notifications: improve performance by filtering on users table instead of activities table
|
||||
|
|
@ -1 +0,0 @@
|
|||
Use User.full_nickname/1 in oauth html template
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add media proxy to opengraph rich media cards
|
||||
|
|
@ -1 +0,0 @@
|
|||
Optimistic Inbox reduces the processing overhead of incoming activities without instantly verifiable signatures.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Support for Erlang OTP 26
|
||||
|
|
@ -1 +0,0 @@
|
|||
Disable jit by default for PostgreSQL
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue