Age | Commit message (Collapse) | Author |
|
|
|
|
|
Our CSP rules are lax when MediaProxy enabled, but lenient otherwise.
This fixes broken captcha on instances not using MediaProxy.
|
|
|
|
MastoAPI 2.9.0: status text on deletion
See merge request pleroma/pleroma!2690
|
|
SearchController: Trim query.
Closes #1912
See merge request pleroma/pleroma!2717
|
|
features/mastoapi-2.9.0-status_text
|
|
[#1892] Exclusion of service actors from user search results
Closes #1892
See merge request pleroma/pleroma!2708
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is to model the ambiguous state of most users.
|
|
|
|
|
|
Notification Backfill: Explicitly select the needed fields.
Closes #1910
See merge request pleroma/pleroma!2715
|
|
Prevents a crashing migration when we change user fields.
|
|
reinstated service actors in search results.
|
|
|
|
|
|
Don't fail fetching when the user in a replied-to message can't be fetched.
See merge request pleroma/pleroma!2711
|
|
|
|
|
|
|
|
If we get a new user (identified by ap_id) that would have the same
nickname as an existing user, give the existing user a nickname that
is prepended with the user id, as this will never clash.
This can happen when a user switches server software and that soft-
ware generates ap ids in a different way.
|
|
|
|
https://git.pleroma.social/pleroma/elixir-libraries/linkify
|
|
|
|
|
|
|
|
This is used exclusively by MastoFE/GlitchFE now
|
|
|
|
|
|
|
|
Notifications: Never return `nil` in the notification list.
See merge request pleroma/pleroma!2705
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|