Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-27 | Change the 1.0.7 release date to be based on UTC | rinpatch | |
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-09-27 | Add a changelog entry for hackney fix | rinpatch | |
2019-08-14 | activitypub: publisher: add (request-target) to http signature when POSTing | Ariadne Conill | |
2019-08-14 | MRF: fix up unserializable option lists in describe implementations | Ariadne Conill | |
2019-08-14 | mix: update version to 1.0.5release/1.0.5 | Ariadne Conill | |
2019-08-14 | Apply suggestion to CHANGELOG.md | Ivan Tashkinov | |
2019-08-14 | [#161] Refactoring, documentation. | Ivan Tashkinov | |
2019-08-14 | update changelog to cover MRF describe API. | Ariadne Conill | |
2019-08-14 | update changelog for mrf_vocabulary | Ariadne Conill | |
2019-08-14 | config: remove legacy activitypub accept_blocks setting | Ariadne 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-14 | changelog updates | Ariadne Conill | |
2019-08-14 | add removed section to changelog | Ariadne Conill | |
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 | Strip internal fields including likes from incoming and outgoing activities | Sergey Suprunenko | |
2019-08-14 | Do not rembed the object after updating it | rinpatch | |
2019-08-14 | chase changelog updates | Ariadne Conill | |
2019-08-14 | tasks: relay: add list task | Ariadne Conill | |
2019-08-14 | update changelog for lanodan's change | Ariadne Conill | |
2019-08-14 | update changelog for thibg's change | Ariadne Conill | |
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-08-01 | Fix Invalid SemVer version generation | rinpatch | |
when the current branch does not have commits ahead of tag/checked out on a tag | |||
2019-07-31 | mix: update version to 1.0.3release/1.0.3 | Ariadne Conill | |
2019-07-31 | changelog again | Ariadne Conill | |
2019-07-31 | changelog update | Ariadne Conill | |
2019-07-31 | ostatus: explicitly disallow protocol downgrade from activitypub | Ariadne 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-28 | transmogrifier: use User.delete() instead of handrolled user deletion code ↵ | Ariadne Conill | |
for remote users Closes #1104 | |||
2019-07-28 | Add a changelog entry for tolerating incorrect chain order | rinpatch | |
2019-07-28 | Add a changelog entry for changing the defaults | rinpatch | |
2019-07-28 | Improve wording in CHANGELOG.md | rinpatch | |
2019-07-28 | FallbackRedirector: Do not crash on Metadata rendering errors | rinpatch | |
2019-07-28 | update Changelog | Ariadne Conill | |
2019-07-28 | Fix not being able to pin unlisted posts | rinpatch | |
Closes #1038 | |||
2019-07-14 | nodeinfo: implement MRF transparency exclusions | Ariadne Conill | |
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-28 | BUMP OF CHICKEN | lain | |
1.0 | |||
2019-06-27 | Add changelog entry for syslog tag change | Mark Felder | |
2019-06-26 | Merge 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-26 | update changelog | Maksim Pechnikov | |
2019-06-26 | Make default pack extensions configurable and default to png and gif | rinpatch | |
2019-06-26 | Apply suggestion to CHANGELOG.md | Maksim | |
2019-06-26 | update changelog | Maksim Pechnikov | |
2019-06-23 | Bind to 127.0.0.1 instead of 0.0.0.0 by default | rinpatch | |
2019-06-20 | docs: better description for mrf anti link spam | William Pitcock | |
2019-06-19 | implement anti link spam MRF | William Pitcock | |
2019-06-18 | Mastodon API: Sanitize display names | rinpatch | |
Closes #1000 |