Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This reverts commit fe7fd331263007e0fb2877ef7370a09a9704da36, reversing
changes made to 4fabf83ad01352442906d79187aeab4c777f4df8.
|
|
|
|
|
|
follow View/Controller pattern
Note that I mentioned the change in 1.1 section because I intend to
backport this, if this is not needed I will move it back to Unreleased.
|
|
|
|
|
|
|
|
Transmogrifier: Fix follow handling when the actor is an object.
Closes #1211
See merge request pleroma/pleroma!1604
|
|
|
|
|
|
[#1177] fixed unfollow for relay actor
See merge request pleroma/pleroma!1589
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add custom profile fields
See merge request pleroma/pleroma!1488
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MRF Vocabulary
See merge request pleroma/pleroma!1559
|
|
|
|
|
|
|
|
|
|
|
|
because the objects are no longer supposed to be embedded
|
|
|
|
|
|
|
|
|
|
|
|
While debugging the follow breakage, I observed that our sharedInbox usage
did not match the rules in the specification. Accordingly, I have better
aligned our usage of sharedInbox with the rules outlined in the ActivityPub
specification.
|
|
|
|
|
|
|
|
|
|
|
|
Some objects were not completely rewritten in the tests, which caused object
containment violations. Fix them by rewriting the object IDs to be in an
appropriate namespace.
|