Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
memory leaks on recursive replies fetching.
|
|
|
|
|
|
|
|
|
|
describe()
|
|
|
|
Anyone who is interested in dropping blocks can write their own MRF
policy at this point. This setting predated the MRF framework.
Disabling the side effect (unsubscription) is still a config option
per policy.
|
|
`name` key and use a depth limit when fetching it
|
|
|
|
|
|
|
|
|
|
|
|
in the Create activity
|
|
|
|
|
|
|
|
[ci skip]
|
|
|
|
`User.profile_url` already fallbacks to ap_id
|
|
mention URL
Fixes #1165
|
|
It was calling CommonAPI.thread_muted? with post author's account
instead of viewer's one.
|
|
followers/following is enabled
We are already doing that in AP representation, so I think we should do
it here as well for consistency.
|
|
Closes #1138
|
|
|
|
This closes embargoed bug #1135.
|
|
for remote users
Closes #1104
|
|
|
|
|
|
|
|
Closes #1038
|
|
|
|
|
|
All ids in mastodon are strings, in general.
|
|
|
|
It is more efficient to check for object containment violations at the IR
level instead of in the protocol handlers. OStatus containment is especially
a tricky situation, as the containment rules don't match those of IR and
ActivityPub.
Accordingly, we just always do a final containment check at the IR level
before the object is added to the IR object graph.
|
|
Add IdempotencyPlug and use it in all of the api
Closes #1003
See merge request pleroma/pleroma!1339
|
|
|
|
|
|
|