Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-15 | Apply suggestion to CHANGELOG.md | lain | |
2019-06-15 | Changelog: Document chat token. | lain | |
2019-06-14 | Merge branch 'feature/add-background-image-to-mastoapi' into 'develop' | rinpatch | |
AccountView: Add user background. See merge request pleroma/pleroma!1280 | |||
2019-06-14 | it is changed in compile time | Alexander Strizhakov | |
we can't change module attributes and endpoint settings in runtime | |||
2019-06-14 | Mastodon API: Document changes. | lain | |
2019-06-11 | Add option to restrict all users to local content | Egor Kislitsyn | |
2019-06-11 | Merge branch 'feature/rate-limiter' into 'develop' | lain | |
Feature/Rate Limiter Closes #943 See merge request pleroma/pleroma!1266 | |||
2019-06-11 | Update CHANGELOG | Egor Kislitsyn | |
2019-06-11 | Merge branch 'change-containment-default' into 'develop' | kaniini | |
Configuration: Skip thread containment by default See merge request pleroma/pleroma!1256 | |||
2019-06-09 | Add a changelog entry for releases | rinpatch | |
2019-06-08 | Set default loglevel to `warn` in prod | rinpatch | |
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-07 | Configuration: Skip thread containment by default | lain | |
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 optional | Egor | |
2019-06-05 | Utils: Use update_follow_state_for_all when appropriate. | lain | |
2019-06-05 | Merge branch 'explicit-addressing' into 'develop' | kaniini | |
Explicit addressing See merge request pleroma/pleroma!1239 | |||
2019-06-04 | Merge remote-tracking branch 'origin/develop' into explicit-addressing | lain | |
2019-06-04 | Docs: Add Explicit addressing to Readme and changelog. | lain | |
2019-06-04 | Merge branch 'develop' into issue/941 | Maksim Pechnikov | |
2019-06-04 | Merge branch 'feature/mrf-subchain' into 'develop' | kaniini | |
MRF: subchain policy See merge request pleroma/pleroma!1233 | |||
2019-06-04 | Merge branch 'generic-fe-settings' into 'develop' | kaniini | |
Generic settings store for frontend user settings See merge request pleroma/pleroma!1221 | |||
2019-06-04 | update CHANGELOG for mrf_subchain | William Pitcock | |
2019-06-03 | updated changelog | Maksim Pechnikov | |
2019-06-03 | Add a changelog entry for polls | rinpatch | |
2019-05-31 | Setting Store: Document in changelog. | lain | |
2019-05-31 | Merge branch 'hotfix/leaking-lists' into 'develop' | lambda | |
Mastodon API: Fix lists leaking private posts See merge request pleroma/pleroma!1222 | |||
2019-05-31 | Mastodon API: Fix lists leaking private posts | rinpatch | |
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-30 | Replace missing non-nullable Card attributes with empty strings | Sergey Suprunenko | |
2019-05-26 | mrf: simple policy: fix matching imported activitypub and ostatus statuses | William Pitcock | |
2019-05-22 | Merge branch 'feature/mrf-user-filter' into 'develop' | kaniini | |
mrf: add support for filtering users See merge request pleroma/pleroma!1188 | |||
2019-05-22 | Merge branch 'ssh-fixes' into 'develop' | kaniini | |
Ssh fixes Closes #869 and #925 See merge request pleroma/pleroma!1191 | |||
2019-05-22 | update documentation for the new MRF features [no-ci] | William Pitcock | |
2019-05-22 | [#699] add worker to clean expired oauth tokens | Maksim | |
2019-05-22 | Update CHANGELOG.md | lambda | |
2019-05-22 | Merge branch 'feature/object-pruning' into 'develop' | lambda | |
Object pruning See merge request pleroma/pleroma!1181 | |||
2019-05-22 | Changelog: Add tip for debian users. | lain | |
2019-05-22 | Changelog: Add SSH mode. | lain | |
2019-05-22 | Merge branch 'mongooseim-support' into 'develop' | kaniini | |
MongooseIM: Add basic integration endpoints. See merge request pleroma/pleroma!1172 | |||
2019-05-22 | Respond with a 404 Not implemented JSON error message | Aaron Tinio | |
when requested API is not implemented | |||
2019-05-21 | add changelog entry for object pruning | William Pitcock | |
2019-05-21 | MongooseIM: Add documentation. | lain | |
2019-05-21 | http: bump connection timeout to 10 seconds | William Pitcock | |
2019-05-20 | Add changelog entry for mascot config | Sadposter | |
2019-05-18 | Merge branch 'feature/mrf-always-nsfw' into 'develop' | rinpatch | |
suppress link previews from posts marked sensitive Closes #865 See merge request pleroma/pleroma!1173 | |||
2019-05-17 | add Changelog entry | William Pitcock | |
2019-05-17 | add CHANGELOG entry | William Pitcock | |
2019-05-16 | Merge branch 'feature/890-add-report-uri' into 'develop' | kaniini | |
Feature/890 add report uri Closes #890 See merge request pleroma/pleroma!1164 | |||
2019-05-16 | Remove duplicated entries in users' following lists | Sergey Suprunenko | |
2019-05-16 | Add Reports to Admin API | Sergey Suprunenko | |
2019-05-16 | Update CHANGELOG | Mark Felder | |
2019-05-16 | Feature/896 toggling confirmation | Alexander Strizhakov | |