aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2019-09-27Change the 1.0.7 release date to be based on UTCrinpatch
2019-09-27Don't embed the first page in inboxes/outboxes and refactor the views torinpatch
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-09-27Add a changelog entry for hackney fixrinpatch
2019-08-14activitypub: publisher: add (request-target) to http signature when POSTingAriadne Conill
2019-08-14MRF: fix up unserializable option lists in describe implementationsAriadne Conill
2019-08-14mix: update version to 1.0.5release/1.0.5Ariadne Conill
2019-08-14Apply suggestion to CHANGELOG.mdIvan Tashkinov
2019-08-14[#161] Refactoring, documentation.Ivan Tashkinov
2019-08-14update changelog to cover MRF describe API.Ariadne Conill
2019-08-14update changelog for mrf_vocabularyAriadne Conill
2019-08-14config: remove legacy activitypub accept_blocks settingAriadne Conill
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.
2019-08-14changelog updatesAriadne Conill
2019-08-14add removed section to changelogAriadne Conill
2019-08-14MRF: ensure that subdomain_match calls are case-insensitiveAriadne Conill
2019-08-14Redirect not logged-in users to the MastoFE login page on private instancesSergey Suprunenko
2019-08-14Strip internal fields including likes from incoming and outgoing activitiesSergey Suprunenko
2019-08-14Do not rembed the object after updating itrinpatch
2019-08-14chase changelog updatesAriadne Conill
2019-08-14tasks: relay: add list taskAriadne Conill
2019-08-14update changelog for lanodan's changeAriadne Conill
2019-08-14update changelog for thibg's changeAriadne Conill
2019-08-14Mastodon API: Fix thread mute detectionrinpatch
It was calling CommonAPI.thread_muted? with post author's account instead of viewer's one.
2019-08-14Mastodon API: Set follower/following counters to 0 when hidingrinpatch
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-08-01Fix Invalid SemVer version generationrinpatch
when the current branch does not have commits ahead of tag/checked out on a tag
2019-07-31mix: update version to 1.0.3release/1.0.3Ariadne Conill
2019-07-31changelog againAriadne Conill
2019-07-31changelog updateAriadne Conill
2019-07-31ostatus: explicitly disallow protocol downgrade from activitypubAriadne Conill
This closes embargoed bug #1135.
2019-07-31[#1036] Changelog adjustment.Ivan Tashkinov
2019-07-30[#1036] Fixed version parsing in pleroma_ctl.Ivan Tashkinov
2019-07-28transmogrifier: use User.delete() instead of handrolled user deletion code ↵Ariadne Conill
for remote users Closes #1104
2019-07-28Add a changelog entry for tolerating incorrect chain orderrinpatch
2019-07-28Add a changelog entry for changing the defaultsrinpatch
2019-07-28Improve wording in CHANGELOG.mdrinpatch
2019-07-28FallbackRedirector: Do not crash on Metadata rendering errorsrinpatch
2019-07-28update ChangelogAriadne Conill
2019-07-28Fix not being able to pin unlisted postsrinpatch
Closes #1038
2019-07-14nodeinfo: implement MRF transparency exclusionsAriadne Conill
2019-07-14tests: fix object containment violations in the transmogrifier testsAriadne 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-28BUMP OF CHICKENlain
1.0
2019-06-27Add changelog entry for syslog tag changeMark Felder
2019-06-26Merge branch 'feature/configurable-pack-extensions' into 'develop'kaniini
Make default pack extensions configurable and default to png and gif See merge request pleroma/pleroma!1338
2019-06-26update changelogMaksim Pechnikov
2019-06-26Make default pack extensions configurable and default to png and gifrinpatch
2019-06-26Apply suggestion to CHANGELOG.mdMaksim
2019-06-26update changelogMaksim Pechnikov
2019-06-23Bind to 127.0.0.1 instead of 0.0.0.0 by defaultrinpatch
2019-06-20docs: better description for mrf anti link spamWilliam Pitcock
2019-06-19implement anti link spam MRFWilliam Pitcock
2019-06-18Mastodon API: Sanitize display namesrinpatch
Closes #1000