Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-14 | [#161] Refactoring, documentation. | Ivan Tashkinov | |
2019-08-14 | [#161] Limited replies depth on incoming federation in order to prevent ↵ | Ivan Tashkinov | |
memory leaks on recursive replies fetching. | |||
2019-08-14 | tests: add tests for mrf_vocabulary | Ariadne Conill | |
2019-08-14 | fix credo | Ariadne Conill | |
2019-08-14 | tests: fix up nodeinfo tests | Ariadne Conill | |
2019-08-14 | tests: add tests for MRF.describe() | Ariadne Conill | |
2019-08-14 | test: add mock MRF module for describe() testing | Ariadne Conill | |
2019-08-14 | #1110 fixed /api/pleroma/healthcheck | Maksim | |
2019-08-14 | MRF: ensure that subdomain_match calls are case-insensitive | Ariadne Conill | |
2019-08-14 | Redirect not logged-in users to the MastoFE login page on private instances | Sergey Suprunenko | |
2019-08-14 | tests: mastodon account views: add missing CommonAPI alias | Ariadne Conill | |
2019-08-14 | Strip internal fields including likes from incoming and outgoing activities | Sergey Suprunenko | |
2019-08-14 | OStatus tests: stop relying on embedded objects | rinpatch | |
2019-08-14 | ActivityPub tests: remove assertions of embedded object being updated, | rinpatch | |
because the objects are no longer supposed to be embedded | |||
2019-08-14 | Feature/1087 wildcard option for blocks | Alexander Strizhakov | |
2019-08-14 | add listener port and ip option for 'pleroma.instance gen' and enable its test | Sachin Joshi | |
2019-08-14 | Handle MRF rejections of incoming AP activities | Sergey Suprunenko | |
2019-08-14 | Mastodon API: Fix thread mute detection | rinpatch | |
It was calling CommonAPI.thread_muted? with post author's account instead of viewer's one. | |||
2019-08-14 | Mastodon API: Set follower/following counters to 0 when hiding | rinpatch | |
followers/following is enabled We are already doing that in AP representation, so I think we should do it here as well for consistency. | |||
2019-07-31 | Disallow following locked accounts over OStatus | rinpatch | |
2019-07-31 | ostatus: explicitly disallow protocol downgrade from activitypub | Ariadne Conill | |
This closes embargoed bug #1135. | |||
2019-07-28 | transmogrifier: use User.delete() instead of handrolled user deletion code ↵ | Ariadne Conill | |
for remote users Closes #1104 | |||
2019-07-28 | Fix not being able to pin unlisted posts | rinpatch | |
Closes #1038 | |||
2019-07-28 | preserve the original path/filename (no encoding/decoding) for proxy | Sachin Joshi | |
2019-07-28 | try to always match the filename for proxy url | Sachin Joshi | |
2019-07-28 | Mastodon Controller: Fix tests. | lain | |
2019-07-28 | Status View: Poll ids are strings. | lain | |
All ids in mastodon are strings, in general. | |||
2019-07-14 | fix backport | Ariadne Conill | |
2019-07-14 | HttpRequestMock: Add 404s on OStatus fetching for info.pleroma.site | Haelwenn (lanodan) Monnier | |
2019-07-14 | HttpRequestMock: Add missing mocks for object containment tests | Haelwenn (lanodan) Monnier | |
2019-07-14 | nodeinfo: implement MRF transparency exclusions | Ariadne Conill | |
2019-07-14 | FetcherTest: Containment refute called(OStatus.fetch_activity_from_url) | Haelwenn (lanodan) Monnier | |
2019-07-14 | tests: fix object containment violations in the transmogrifier tests | Ariadne Conill | |
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. | |||
2019-07-14 | security: detect object containment violations at the IR level | Ariadne Conill | |
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. | |||
2019-06-27 | Merge branch 'idempotency-plug' into 'develop' | kaniini | |
Add IdempotencyPlug and use it in all of the api Closes #1003 See merge request pleroma/pleroma!1339 | |||
2019-06-27 | don't delete config settings on admin update | Alexander Strizhakov | |
2019-06-27 | Polish IdempotencyPlug | Egor Kislitsyn | |
2019-06-26 | Add Idempotency plug | Egor Kislitsyn | |
2019-06-26 | Return correct response when reply to a direct message is not direct itself | Sergey Suprunenko | |
2019-06-25 | add ignore hosts and TLDs for rich_media | Maksim Pechnikov | |
2019-06-25 | add test | Maksim Pechnikov | |
2019-06-24 | [#184] small refactoring reset password | Maksim | |
2019-06-24 | Rework user deletion | Sergey Suprunenko | |
2019-06-24 | Broadcast conversation update when DM is deleted | Eugenij | |
2019-06-23 | Merge branch 'rich_media_titles_two' into 'develop' | kaniini | |
Rich media titles two See merge request pleroma/pleroma!1325 | |||
2019-06-23 | log capturing | Alex S | |
2019-06-23 | support for config groups | Alex S | |
2019-06-22 | support for tuples with more than 2 values | Alex S | |
2019-06-22 | Rich Media Parser: Do not return just a title if nothing else is there. | lain | |
2019-06-22 | Revert "Revert "Merge branch 'fix/ogp-title' into 'develop'"" | lain | |
This reverts commit b6af80f769195b5047ee8da07166f022c2e29b0a. |