Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
delete_activities mix task.
|
|
feature/opt-out-of-google-floc
|
|
|
|
|
|
TagValidator: New
See merge request pleroma/pleroma!3244
|
|
Pinned posts federation
Closes #521
See merge request pleroma/pleroma!3312
|
|
instance thumbnail was uploaded via AdminFE
|
|
|
|
|
|
Cannot be done in Ecto schemas because only one type is allowed in arrays, and
needs to be done before the MRFs.
|
|
|
|
|
|
This reverts merge request !3382
|
|
object_validator: Refactor most of validate/2 to a generic block
See merge request pleroma/pleroma!3383
|
|
|
|
|
|
|
|
anyway
|
|
on the instance.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if featured_address is nil
|
|
|
|
|
|
|
|
- save object ids on pin, instead of activity ids
- pins federation
- removed pinned_activities field from the users table
- activityPub endpoint for user pins
- pulling remote users pins
|
|
|
|
Sometimes people put emoji in the subject, which results in the subject
looking broken if someone replies to it from a server that does not
have the said emoji under the same shortcode. This patch solves the problem
by extending the emoji set available in the summary to that of the parent
post.
|