Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-08-04 | Merge branch 'feature/relay-list-task' into 'develop' | kaniini | |
tasks: relay: add list task Closes #1101 See merge request pleroma/pleroma!1528 | |||
2019-08-04 | Remove longfox emoji set | Hakaba Hitoyo | |
2019-08-03 | tasks: relay: add list task | Ariadne Conill | |
2019-08-02 | Fix/mediaproxy whitelist base url | feld | |
2019-08-02 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
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 | Add a changelog entry for disallowing locked accounts follows over OStatus | rinpatch | |
2019-07-31 | ostatus: explicitly disallow protocol downgrade from activitypub | Ariadne Conill | |
This closes embargoed bug #1135. | |||
2019-07-30 | Admin changes | Alexander Strizhakov | |
2019-07-29 | Add `mailerEnabled` to the NodeInfo metadata | Eugenij | |
2019-07-29 | Redirect not logged-in users to the MastoFE login page on private instances | Sergey Suprunenko | |
2019-07-28 | transmogrifier: use User.delete() instead of handrolled user deletion code ↵ | Ariadne Conill | |
for remote users Closes #1104 | |||
2019-07-28 | add account confirmation email resend in mastodon api | Sachin Joshi | |