Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-27 | Don't embed the first page in inboxes/outboxes and refactor the views to | rinpatch | |
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. | |||
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 | tests: add tests for MRF.describe() | Ariadne Conill | |
2019-08-14 | MRF: ensure that subdomain_match calls are case-insensitive | Ariadne Conill | |
2019-08-14 | Strip internal fields including likes from incoming and outgoing activities | Sergey Suprunenko | |
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-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-06-23 | log capturing | Alex S | |
2019-06-19 | unbreak polls | William Pitcock | |
2019-06-19 | implement anti link spam MRF | William Pitcock | |
2019-06-16 | capturing errors | Alex S | |
2019-06-07 | replace missing mock with a 404 | rinpatch | |
2019-06-07 | Transmogrifier: Do not crash if inReplyTo does not exist and can't be fetched | rinpatch | |
2019-06-05 | Utils: Split update_follow_state and update_follow_state_for_all. | lain | |
2019-06-05 | Transmogrifier: Add tests for incoming follows to locked accounts. | lain | |
2019-06-05 | Typo + Linting. | lain | |
2019-06-05 | User: Don't error out when following a user that's already followed. | lain | |
This leads to a few situations where it is impossible to follow a user. | |||
2019-06-04 | Merge branch 'develop' into issue/941 | Maksim Pechnikov | |
2019-06-04 | Add tests for get_existing_votes | rinpatch | |
2019-06-04 | Merge branch 'develop' into issue/941 | Maksim Pechnikov | |
2019-06-04 | Merge branch 'feature/mrf-subchain' into 'develop' | kaniini | |
MRF: subchain policy See merge request pleroma/pleroma!1233 | |||
2019-06-03 | add option skip_thread_containment | Maksim Pechnikov | |
2019-06-03 | Merge branch 'develop' into feature/polls-2-electric-boogalo | rinpatch | |
2019-06-02 | test: add tests for subchain policy | William Pitcock | |
2019-06-01 | Resolve merge conflicts | rinpatch | |
2019-06-01 | Merge branch 'bugfix/visibility-indicator-litepub-dm' into 'develop' | kaniini | |
visibility: if litepub:directMessage is asserted, always report the object as "direct" visibility See merge request pleroma/pleroma!1230 | |||
2019-06-01 | Remove all follower collections but actor's from "cc" | Sergey Suprunenko | |
2019-06-01 | visibility: if litepub:directMessage is asserted, always report the object ↵ | William Pitcock | |
as "direct" visibility | |||
2019-05-31 | Mastodon API: Fix lists leaking private posts | rinpatch | |
Our previous list visibility resolver grabbed posts if either follower collection of the user in a list who is followed is in `to` or if follower collection of the user in a list was in `cc`. This not only missed unlisted posts but also lead to leaking private posts when `fix_explicit_addressing` mistakingly started putting follower collections to `cc` (also fixed in this MR). Reported by @kurisu@iscute.moe via a DM | |||
2019-05-31 | Fix fix_explicit_addressing moving follower collection to cc and add tests ↵ | rinpatch | |
for it | |||
2019-05-26 | mrf: simple policy: fix matching imported activitypub and ostatus statuses | William Pitcock | |
2019-05-22 | tests: add tests for banner and avatar removal | William Pitcock | |
2019-05-22 | Normalize poll votes to Answer objects | rinpatch | |
2019-05-22 | move key generation functions into Pleroma.Keys module | William Pitcock | |
2019-05-21 | Handle poll votes | rinpatch | |
2019-05-20 | Add report filtering to MRF.SimplePolicy | Aaron Tinio | |
2019-05-18 | Resolve merge conflicts and remove IO.inspects | rinpatch | |
2019-05-17 | Add tests for MRF.SimplePolicy | Aaron Tinio | |
2019-05-16 | Merge branch 'fix/domain-unblocked-reblogs' into 'develop' | feld | |
Fix domain-unblocked reblogs Closes #892 See merge request pleroma/pleroma!1157 | |||
2019-05-16 | Merge branch 'develop' into conversations-import | Mark Felder | |
2019-05-16 | Restrict reblogs of activities from blocked domains | Aaron Tinio | |
2019-05-16 | Add test for blocked domains | Aaron Tinio | |
2019-05-15 | Handle incoming Question objects | rinpatch | |
2019-05-15 | chase test failures | William Pitcock | |
2019-05-15 | test: update obsolete test | William Pitcock | |
2019-05-15 | Merge remote-tracking branch 'origin/develop' into conversations-import | lain | |
2019-05-15 | CommonAPI: Refactor visibility, forbid public to private replies. | lain | |