Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-05-16 | add report uri and report to | Alex S | |
2019-05-15 | Merge branch 'legacy-fe-config' into 'develop' | rinpatch | |
remove deprecated PleromaFE configuration See merge request pleroma/pleroma!1152 | |||
2019-05-15 | remove deprecated PleromaFE configuration | Sachin Joshi | |
2019-05-14 | Make rate limiting for Mastodon Registration API less agressive and enable ↵ | rinpatch | |
it by default. As discussed on irc. Unlike Mastodon our web interface for registrations is using the same APIs regular apps would be using, so 5 requests per 30 minutes per IP could hurt valid use-cases when Pleroma-FE switches to it. Also enable the endpoint by default, it makes no sense to have it disabled when 1. TwitterAPI endpoint is there and always enabled 2. Unlike Mastodon, there is no way to get an account without using the APIs (makes me wonder why the setting is even there) Also in this commit: minor changelog improvements. | |||
2019-05-14 | Update CHANGELOG | Egor Kislitsyn | |
2019-05-13 | Document AdminFE in changelog | Mark Felder | |
2019-05-13 | differences_in_mastoapi_responses.md: fullname & bio are optionnal | Alexander Strizhakov | |
[ci skip] | |||
2019-05-14 | Make irreversible field default to false in filters | Sachin Joshi | |
2019-05-12 | update changelog | Sachin Joshi | |
2019-05-08 | Merge develop | Alexander Strizhakov | |
Merge conflict in lib/pleroma/activity.ex | |||
2019-05-06 | fix format | Maksim | |
Modified-by: Maksim Pechnikov <parallel588@gmail.com> | |||
2019-05-06 | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into ↵ | Alexander Strizhakov | |
feature/845-improve-status-deletion | |||
2019-05-03 | Search: Add fts index on objects table. | lain | |
2019-04-26 | Merge branch 'feature/807-bookmark-endpoint-extension' into 'develop' | lambda | |
Feature/807 bookmark endpoint extension Closes #807 See merge request pleroma/pleroma!1059 | |||
2019-04-26 | Merge branch 'feature/mastoapi-new-config' into 'develop' | kaniini | |
Fix leaking private configuration parameters in Mastodon and Twitter APIs, and add new configuration parameters to Mastodon API This patch: - Fixes `rights` in TwitterAPI ignoring `show_role` - Fixes exposing default scope of the user to anyone in Mastodon API - Extends Mastodon API to be able to show and set `no_rich_text`, `default_scope`, `hide_follows`, `hide_followers`, `hide_favorites` (requested by the FE in #674) Sorry in advance for 500 line one commit diff, I should have split it up to separate MRs See merge request pleroma/pleroma!1093 | |||
2019-04-25 | update Changelog | William Pitcock | |
2019-04-25 | Move settings to Source subentity | rinpatch | |
2019-04-25 | migration optimization | Alex S | |
changelog wording | |||
2019-04-25 | changelog file update | Alex S | |
2019-04-24 | Fix leaking private configuration parameters in Mastodon and Twitter APIs, ↵ | rinpatch | |
and add new configuration parameters to Mastodon API This patch: - Fixes `rights` in twitterapi ignoring `show_role` - Fixes exposing default scope of the user to anyone in Mastodon API - Extends Mastodon API to be able to show and set `no_rich_text`, `default_scope`, `hide_follows`, `hide_followers`, `hide_favorites` (requested by the FE in #674) Sorry in advance for 500 line one commit diff, I should have split it up to separate MRs | |||
2019-04-23 | Extend Mastodon API with public endpoint for getting Favorites timeline of ↵ | Sergey Suprunenko | |
any user (#789) | |||
2019-04-22 | Add a changelog entry for `pleroma.in_reply_to_account_acct` | rinpatch | |
2019-04-22 | Feature/826 healthcheck endpoint | Alexander Strizhakov | |
2019-04-22 | Merge branch 'rework-emoji-management' into 'develop' | kaniini | |
Remove finmoji and add a way to download emojis in packs Closes #817 and #821 See merge request pleroma/pleroma!1073 |