aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
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
2019-06-15Apply suggestion to CHANGELOG.mdlain
2019-06-15Changelog: Document chat token.lain
2019-06-14Merge branch 'feature/add-background-image-to-mastoapi' into 'develop'rinpatch
AccountView: Add user background. See merge request pleroma/pleroma!1280
2019-06-14it is changed in compile timeAlexander Strizhakov
we can't change module attributes and endpoint settings in runtime
2019-06-14Mastodon API: Document changes.lain
2019-06-11Add option to restrict all users to local contentEgor Kislitsyn
2019-06-11Merge branch 'feature/rate-limiter' into 'develop'lain
Feature/Rate Limiter Closes #943 See merge request pleroma/pleroma!1266
2019-06-11Update CHANGELOGEgor Kislitsyn
2019-06-11Merge branch 'change-containment-default' into 'develop'kaniini
Configuration: Skip thread containment by default See merge request pleroma/pleroma!1256
2019-06-09Add a changelog entry for releasesrinpatch
2019-06-08Set default loglevel to `warn` in prodrinpatch
It's rare that info logs are needed to debug the issue, so I would suggest setting them to warn in prod by default to make finding the relevant parts easier and potentially even decrease cpu usage on bigger instances Closes #962
2019-06-07Configuration: Skip thread containment by defaultlain
In my tests the interaction between thread containment and other restrictions makes postgresql create some very bad query plans. This caused direct messages to time out on soykaf, for example.
2019-06-06[#943] Make the unauthenticated users limitation optionalEgor
2019-06-05Utils: Use update_follow_state_for_all when appropriate.lain
2019-06-05Merge branch 'explicit-addressing' into 'develop'kaniini
Explicit addressing See merge request pleroma/pleroma!1239
2019-06-04Merge remote-tracking branch 'origin/develop' into explicit-addressinglain
2019-06-04Docs: Add Explicit addressing to Readme and changelog.lain
2019-06-04Merge branch 'develop' into issue/941Maksim Pechnikov
2019-06-04Merge branch 'feature/mrf-subchain' into 'develop'kaniini
MRF: subchain policy See merge request pleroma/pleroma!1233
2019-06-04Merge branch 'generic-fe-settings' into 'develop'kaniini
Generic settings store for frontend user settings See merge request pleroma/pleroma!1221
2019-06-04update CHANGELOG for mrf_subchainWilliam Pitcock
2019-06-03updated changelogMaksim Pechnikov
2019-06-03Add a changelog entry for pollsrinpatch
2019-05-31Setting Store: Document in changelog.lain
2019-05-31Merge branch 'hotfix/leaking-lists' into 'develop'lambda
Mastodon API: Fix lists leaking private posts See merge request pleroma/pleroma!1222
2019-05-31Mastodon API: Fix lists leaking private postsrinpatch
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-30Replace missing non-nullable Card attributes with empty stringsSergey Suprunenko
2019-05-26mrf: simple policy: fix matching imported activitypub and ostatus statusesWilliam Pitcock
2019-05-22Merge branch 'feature/mrf-user-filter' into 'develop'kaniini
mrf: add support for filtering users See merge request pleroma/pleroma!1188
2019-05-22Merge branch 'ssh-fixes' into 'develop'kaniini
Ssh fixes Closes #869 and #925 See merge request pleroma/pleroma!1191
2019-05-22update documentation for the new MRF features [no-ci]William Pitcock
2019-05-22[#699] add worker to clean expired oauth tokensMaksim
2019-05-22Update CHANGELOG.mdlambda
2019-05-22Merge branch 'feature/object-pruning' into 'develop'lambda
Object pruning See merge request pleroma/pleroma!1181
2019-05-22Changelog: Add tip for debian users.lain
2019-05-22Changelog: Add SSH mode.lain
2019-05-22Merge branch 'mongooseim-support' into 'develop'kaniini
MongooseIM: Add basic integration endpoints. See merge request pleroma/pleroma!1172