Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into revert-d6888e24
This commit is contained in:
commit
346014b897
224 changed files with 2531 additions and 1033 deletions
|
|
@ -1 +0,0 @@
|
|||
Add new activity actor/type index. Greatly speeds up retrieval of rare types (like "Listen")
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix 'Create a user' description in admin api docs
|
||||
|
|
@ -1 +0,0 @@
|
|||
Admin API: Fixed self-revocation vulnerability where admins could accidentally revoke their own admin status via the single-user permission endpoint
|
||||
|
|
@ -1 +0,0 @@
|
|||
AP C2S: Reject interactions with statuses not visible to Actor
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix AssignAppUser migration OOM
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix fetching public keys with authorized fetch enabled
|
||||
|
|
@ -1 +0,0 @@
|
|||
Use separate schemas for muted/blocked accounts lists
|
||||
|
|
@ -1 +0,0 @@
|
|||
- Fix building "captcha" library with OpenBSD make
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix CI changelog checker
|
||||
|
|
@ -1 +0,0 @@
|
|||
Docs: Restore DB schema before data to avoid long restore times
|
||||
|
|
@ -1 +0,0 @@
|
|||
Return 404 with a better error message instead of 400 when receiving an activity for a deactivated user
|
||||
|
|
@ -1 +0,0 @@
|
|||
Use JSON for DeepL API requests
|
||||
|
|
@ -1 +0,0 @@
|
|||
Deleting an instance queues individual jobs for each user that needs to be deleted from the server.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Use :list_behaviour_implementations for LanguageDetector and Translation providers
|
||||
|
|
@ -1 +0,0 @@
|
|||
Support Dislike activity, as sent by Mitra and Friendica, by changing it into a thumbs-down EmojiReact
|
||||
|
|
@ -1 +0,0 @@
|
|||
Update Dockerfile to use Elixir 1.17.3, Erlang 26.2.5.6, and Alpine 3.17.9 to match CI release builds
|
||||
|
|
@ -1 +0,0 @@
|
|||
Docs RUM index: Add OTP install command, update index size expectation and recommend VACUUM FULL
|
||||
|
|
@ -1 +0,0 @@
|
|||
Update *Differences in Mastodon API responses from vanilla Mastodon*
|
||||
|
|
@ -1 +0,0 @@
|
|||
Elixir 1.18: Fixed warnings and new deprecations
|
||||
|
|
@ -1 +0,0 @@
|
|||
Added a way to upload new packs from a URL or ZIP file via Admin API
|
||||
1
changelog.d/emoji-reaction-url-escape.fix
Normal file
1
changelog.d/emoji-reaction-url-escape.fix
Normal file
|
|
@ -0,0 +1 @@
|
|||
Encode custom emoji URLs in EmojiReact activity tags.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Support Mitra-style emoji likes.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix endorsement state display in relationship view
|
||||
|
|
@ -1 +0,0 @@
|
|||
Support new Mastodon API for endorsed accounts
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add `duration` to the block endpoint, which makes block expire
|
||||
|
|
@ -1 +0,0 @@
|
|||
Expose markup configuration in InstanceView
|
||||
|
|
@ -1 +0,0 @@
|
|||
Allow FediIndex crawler bot by default
|
||||
|
|
@ -1 +0,0 @@
|
|||
Allow filtering users with `accepts_chat_messages` capability
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix publisher when publishing to a list of users
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix reports being rejected when the activity had an empty CC or TO field (instead of not having them at all)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Set PATH in the FreeBSD rc script to avoid failures starting the service
|
||||
|
|
@ -1 +0,0 @@
|
|||
Improved performance of status search queries using the default GIN index
|
||||
|
|
@ -1 +0,0 @@
|
|||
Update Cowboy, Gun, and Plug family of dependencies
|
||||
|
|
@ -1 +0,0 @@
|
|||
Hashtag searches return real results based on words in your query
|
||||
1
changelog.d/instance-domain-blocks.add
Normal file
1
changelog.d/instance-domain-blocks.add
Normal file
|
|
@ -0,0 +1 @@
|
|||
Add v1/instance/domain_blocks endpoint
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add `timelines_access` to InstanceView
|
||||
|
|
@ -1 +0,0 @@
|
|||
Implement language detection with fastText
|
||||
|
|
@ -1 +0,0 @@
|
|||
Use end-of-string in regex for local `get_by_nickname`
|
||||
|
|
@ -1 +0,0 @@
|
|||
Respect restrict_unauthenticated in /api/v1/accounts/lookup
|
||||
|
|
@ -1 +0,0 @@
|
|||
MastodonAPI: Reject interactions with statuses not visible to user
|
||||
|
|
@ -1 +0,0 @@
|
|||
Support `quoted_status_id` parameter in post creation request
|
||||
|
|
@ -1 +0,0 @@
|
|||
Use Mastodon-compatible route for quotes list and param for quotes count
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix ModerationLog FunctionClauseError for unknown actions
|
||||
|
|
@ -1 +0,0 @@
|
|||
MRF InlineQuotePolicy: Don't inline quoted post URL in Mastodon quote posts
|
||||
|
|
@ -1 +0,0 @@
|
|||
Added MRF.QuietReply which prevents replies to public posts from being published to the timelines
|
||||
|
|
@ -1 +0,0 @@
|
|||
Updated the example Nginx configuration
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix NodeInfo content-type
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add Actor images normalization from array of urls to string
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add `update` to @notification_types
|
||||
|
|
@ -1 +0,0 @@
|
|||
remove duplicated code from notificationview
|
||||
1
changelog.d/oauth-registration-redirect_uris.fix
Normal file
1
changelog.d/oauth-registration-redirect_uris.fix
Normal file
|
|
@ -0,0 +1 @@
|
|||
Fix OAuth app registration to accept `redirect_uris` as an array of strings (RFC 7591), while keeping backwards compatibility with string input.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Oban.Plugins.Lazarus to help recover stuck jobs from an unclean shutdown of Pleroma
|
||||
|
|
@ -1 +0,0 @@
|
|||
Oban Notifier was changed to Oban.Notifiers.PG for performance and scalability benefits
|
||||
1
changelog.d/oban-web.add
Normal file
1
changelog.d/oban-web.add
Normal file
|
|
@ -0,0 +1 @@
|
|||
Added Oban Web dashboard located at /pleroma/oban
|
||||
|
|
@ -1 +0,0 @@
|
|||
Updated relayd/httpd config files to be on par with nginx
|
||||
|
|
@ -1 +0,0 @@
|
|||
replaced depracated flags and functions, renamed service to fit other service files
|
||||
|
|
@ -1 +0,0 @@
|
|||
Order favourites and reblogs list from newest to oldest
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add /api/v1/pleroma/outgoing_follow_requests
|
||||
1
changelog.d/paginate-follow-requests.change
Normal file
1
changelog.d/paginate-follow-requests.change
Normal file
|
|
@ -0,0 +1 @@
|
|||
Paginate follow requests
|
||||
1
changelog.d/phoenix-livedashboard-move.change
Normal file
1
changelog.d/phoenix-livedashboard-move.change
Normal file
|
|
@ -0,0 +1 @@
|
|||
Moved Phoenix LiveDashboard to /pleroma/live_dashboard
|
||||
|
|
@ -1 +0,0 @@
|
|||
Allow to pin/unpip chats
|
||||
|
|
@ -1 +0,0 @@
|
|||
i don't think it's called plaroma
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
Update Pleroma-FE to 2.9.2
|
||||
|
||||
|
|
@ -1 +0,0 @@
|
|||
Updated Postgrex library to 0.20.0
|
||||
|
|
@ -1 +0,0 @@
|
|||
Allow users to select preferred frontend
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix federation issue where Public visibility information in cc field was lost when sent to remote servers, causing posts to appear with inconsistent visibility across instances
|
||||
|
|
@ -1 +0,0 @@
|
|||
Improved the logic of how we determine if a server is unreachable.
|
||||
1
changelog.d/reduce-flaky-tests.skip
Normal file
1
changelog.d/reduce-flaky-tests.skip
Normal file
|
|
@ -0,0 +1 @@
|
|||
Reduce the number of flaky tests by making them sync if they affect the global state, and silence noisy test output.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Relax alsoKnownAs requirements to just URI, not necessarily HTTP(S)
|
||||
|
|
@ -1 +0,0 @@
|
|||
OpenBSD relayd: Fix IPv6 example
|
||||
1
changelog.d/release-to-docker.add
Normal file
1
changelog.d/release-to-docker.add
Normal file
|
|
@ -0,0 +1 @@
|
|||
Add instructions on how to run a release in docker, to make it easier to run on older distros.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix release builds
|
||||
|
|
@ -1 +0,0 @@
|
|||
`remote_url` links to unproxied URL
|
||||
|
|
@ -1 +0,0 @@
|
|||
Provide full replies collection in ActivityPub objects
|
||||
|
|
@ -1 +0,0 @@
|
|||
Allow anonymizing reports sent to remote servers
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add only_reblogs parameter to account statuses API for filtering to show only reblogs/reposts
|
||||
|
|
@ -1 +0,0 @@
|
|||
Allow setting custom user-agent for fetching rich media content
|
||||
|
|
@ -1 +0,0 @@
|
|||
Redirect /users/:nickname.rss to /users/:nickname/feed.rss instead of .atom
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add `write:scrobbles` and `read:scrobbles` scope for scrobbling
|
||||
|
|
@ -1 +0,0 @@
|
|||
Change scrobble external link param name to use snake case
|
||||
|
|
@ -1 +0,0 @@
|
|||
Scrubber: Allow `quote-inline` class in <p> tags used by Mastodon quotes
|
||||
|
|
@ -1 +0,0 @@
|
|||
Allow "invisible" and "ellipsis" classes for span tags to match Mastodon behavior
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add `base_urls` to the /api/v1/instance pleroma metadata which provides information about the base URLs for media_proxy and uploads when configured
|
||||
|
|
@ -1 +0,0 @@
|
|||
Change SMTP example to use the Mua adapter that works with OTP>25
|
||||
|
|
@ -1 +0,0 @@
|
|||
Send push notifications for statuses from subscribed accounts
|
||||
|
|
@ -1 +0,0 @@
|
|||
Stream marker updates
|
||||
|
|
@ -1 +0,0 @@
|
|||
Updated Tesla to 1.15.3
|
||||
|
|
@ -1 +0,0 @@
|
|||
Backport [Elixir PR 14242](https://github.com/elixir-lang/elixir/pull/14242) fixing racy mkdir and lack of error handling of parent directory creation
|
||||
|
|
@ -1 +0,0 @@
|
|||
Allow Terms of Service panel behaviour to be configurable
|
||||
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