Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1364-no-pushes-from-blocked-domains-users
# Conflicts:
# lib/pleroma/following_relationship.ex
|
|
output-of-relationships-in-statuses
|
|
|
|
|
|
|
|
|
|
FollowingRelationship storage & performance optimizations
See merge request pleroma/pleroma!2332
|
|
The two changesets had the same purpose, yet some changes were updated
in one, but not the other (`uri`, for example).
Also makes `Transmogrifier.upgrade_user_from_ap_id` be called from
`ActivityPub.make_user_from_ap_id` only when the user is actually
not AP enabled yet.
I did not bother rewriting tests that used `User.insert_or_update`
to use the changeset instead because they seemed to just test the implementation,
rather than behavior.
|
|
|
|
|
|
|
|
|
|
|
|
bugfix: AP C2S activity with attachments
See merge request pleroma/pleroma!2316
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remake-remodel-dms
|
|
|
|
|
|
|
|
Error improvement for email_invite endpoint
See merge request pleroma/pleroma!2344
|
|
|
|
|
|
Add OpenAPI
Closes pleroma-meta#19
See merge request pleroma/pleroma!2345
|
|
Unlike concatenating strings, this makes sure everything is escaped.
Tests had to be changed because Phoenix.HTML runs attributes through
Enum.sort before generation for whatever reason.
|
|
|