Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-10 | Update CHANGELOG (add a note about !1649) | Egor Kislitsyn | |
2019-09-06 | Prioritize the removal of TwitterAPI and :accept_blocks in the changelog | rinpatch | |
2019-09-06 | Merge branch 'so-long-twitterapi' into 'develop' | rinpatch | |
Removing TwitterAPI See merge request pleroma/pleroma!1605 | |||
2019-09-05 | Mastodon API Poll view: Fix handling of polls without an end date | rinpatch | |
2019-09-05 | Merge branch 'fix/safe-render-notifications' into 'develop' | rinpatch | |
Do not crash if one notification failed to render See merge request pleroma/pleroma!1630 | |||
2019-09-05 | Do not crash if one notification failed to render | rinpatch | |
2019-09-04 | Mastodon API: Add `pleroma.thread_muted` to Status entity | rinpatch | |
Needed for pleroma-fe!941 | |||
2019-09-04 | Extend `/api/pleroma/notifications/read` to mark multiple notifications | rinpatch | |
as read and make it respond with Mastoapi entities | |||
2019-09-03 | Return "total" optionally | Maxim Filippov | |
2019-09-02 | Return total from pagination + tests | Maxim Filippov | |
2019-08-31 | Add a changelog entry for twitterapi removal and fix credo issues | rinpatch | |
2019-08-30 | Fix AntiFollowbotPolicy when trying to follow a relay | feld | |
2019-08-26 | Transmogrifier: Fix follow handling when the actor is an object. | lain | |
2019-08-25 | Log admin/moderator actions | Maxim Filippov | |
2019-08-24 | Merge branch 'admin-create-users' into 'develop' | lain | |
user creation admin api will create multiple users See merge request pleroma/pleroma!1170 | |||
2019-08-24 | Update CHANGELOG.md | lain | |
2019-08-24 | Merge remote-tracking branch 'origin/develop' into ↵ | lain | |
sixohsix/pleroma-post_expiration | |||
2019-08-23 | Add an index on object likes | rinpatch | |
In !1538 favorites timeline was switched to use the joined object, but no idex on likes in the joined object was added. | |||
2019-08-20 | Merge branch 'fix/admin-api-user-deletion' into 'develop' | lain | |
Fix deactivated user deletion See merge request pleroma/pleroma!1546 | |||
2019-08-20 | Merge branch 'digest-template' into 'develop' | lain | |
Improve digest email template See merge request pleroma/pleroma!1565 | |||
2019-08-20 | Update CHANGELOG | Egor Kislitsyn | |
2019-08-20 | Merge branch 'feature/custom-fields' into 'develop' | lain | |
Add custom profile fields See merge request pleroma/pleroma!1488 | |||
2019-08-19 | Merge branch 'develop' into 'fix/reverse-proxy-body-too-large' | lain | |
# Conflicts: # CHANGELOG.md | |||
2019-08-16 | Add changelog entry too | Mark Felder | |
2019-08-16 | Merge branch 'pleroma-conversations' into 'develop' | lain | |
Extended Pleroma Conversations See merge request pleroma/pleroma!1535 | |||
2019-08-14 | Merge branch 'develop' into 'fix/admin-api-user-deletion' | Maxim Filippov | |
# Conflicts: # CHANGELOG.md | |||
2019-08-15 | Fix CHANGELOG entry | Maxim Filippov | |
2019-08-15 | Do not check if actor is active when deleting a user | Maxim Filippov | |
2019-08-14 | Merge branch 'fix/http-signatures-post' into 'develop' | rinpatch | |
activitypub: publisher: add (request-target) to http signature when POSTing See merge request pleroma/pleroma!1569 | |||
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 | Merge remote-tracking branch 'origin/develop' into pleroma-conversations | lain | |
2019-08-14 | Apply suggestion to CHANGELOG.md | Egor | |
2019-08-14 | Update CHANGELOG | Egor Kislitsyn | |
2019-08-14 | update changelog to cover MRF describe API. | Ariadne Conill | |
2019-08-13 | Merge branch 'feature/mrf-vocabulary' into 'develop' | rinpatch | |
MRF Vocabulary See merge request pleroma/pleroma!1559 | |||
2019-08-13 | Merge branch 'length-limit-bio' into 'develop' | rinpatch | |
Add configurable length limits for `User.bio` and `User.name` See merge request pleroma/pleroma!1515 | |||
2019-08-13 | update changelog for mrf_vocabulary | Ariadne Conill | |
2019-08-13 | 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-12 | Modify Changelog. | lain | |
2019-08-11 | Add a changelog entry for !1552 | rinpatch | |
2019-08-10 | MRF: ensure that subdomain_match calls are case-insensitive | Ariadne Conill | |
2019-08-10 | Merge branch 'develop' into 'fix/hide-follows-counters' | kaniini | |
# Conflicts: # CHANGELOG.md | |||
2019-08-10 | Strip internal fields including likes from incoming and outgoing activities | Sergey Suprunenko | |
2019-08-10 | 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-09 | 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-08 | Merge branch 'feature/digest-email' into 'develop' | lain | |
Feature/digest email See merge request pleroma/pleroma!1078 | |||
2019-08-07 | Do not rembed the object after updating it | rinpatch | |
2019-08-05 | Update CHANGELOG | Egor Kislitsyn | |
2019-08-04 | Remove Reply-To from report emails | Eugenij | |