- Jul 29, 2019
-
-
kaniini authored
1.0.2 release See merge request pleroma/pleroma!1499
-
- Jul 28, 2019
- Jul 14, 2019
-
-
kaniini authored
version bump to 1.0.1 See merge request pleroma/pleroma!1421
-
kaniini authored
-
kaniini authored
-
kaniini authored
-
kaniini authored
-
kaniini authored
-
kaniini authored
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.
-
kaniini authored
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.
-