Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-25 | user info: allow formdata for notification settings like every other API | William Pitcock | |
2019-05-25 | twitter api: user view: expose user notification settings under pleroma object | William Pitcock | |
2019-05-25 | tests: add tests for non-follows/non-followers settings | William Pitcock | |
2019-05-25 | tests: chase notification setting changes | William Pitcock | |
2019-05-25 | notification: add non_follows/non_followers notification control settings | William Pitcock | |
2019-05-25 | remove @websub and @ostatus module-level constants | William Pitcock | |
2019-05-25 | tests: websub: check only that signature validation succeeds or fails | William Pitcock | |
2019-05-25 | kill @httpoison | William Pitcock | |
2019-05-25 | Merge branch 'fix/nodeinfo-unavailable-when-not-federating' into 'develop' | kaniini | |
Keep nodeinfo available when not federating Closes #923 See merge request pleroma/pleroma!1202 | |||
2019-05-25 | Keep nodeinfo available when not federating | Aaron Tinio | |
2019-05-24 | Merge branch 'bugfix/mention-all-people-in-beginning-dm' into 'develop' | kaniini | |
Mention all people in the beginning of DM Closes #924 See merge request pleroma/pleroma!1194 | |||
2019-05-24 | Mention all people in the beginning of DM | Sergey Suprunenko | |
2019-05-24 | Merge branch 'feature/static-headers' into 'develop' | kaniini | |
Improve serving of static assets See merge request pleroma/pleroma!1200 | |||
2019-05-24 | Move the Cache Control header test to its own file | feld | |
We can consolidate our cache control header tests here | |||
2019-05-24 | Merge branch 'reverse_proxy_upstream_v4_fix' into 'develop' | lambda | |
explicitly set reverse proxy upstream to IPv4 Closes #930 See merge request pleroma/pleroma!1197 | |||
2019-05-23 | explicitly set reverse proxy upstream to IPv4 | Alfie Pates | |
since Pleroma.Web.Endpoint binds on IPv4 only and `localhost.` resolves to [::0] on some systems fixes #930. | |||
2019-05-23 | Change the order of preloading when fetching activities for context | rinpatch | |
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 | Fix credo issues | rinpatch | |
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 | tests: add tests for banner and avatar removal | William Pitcock | |
2019-05-22 | mrf: simple policy: add the ability to strip avatars and banners from user ↵ | William Pitcock | |
profiles | |||
2019-05-22 | activitypub: run user objects through MRF filters | William Pitcock | |
2019-05-22 | mrf: defang policy modules for filtering user profile objects | William Pitcock | |
2019-05-22 | Exclude Answers from fetching by default | rinpatch | |
2019-05-22 | Normalize poll votes to Answer objects | rinpatch | |
2019-05-22 | Merge branch 'fix/prune-objects-times-out' into 'develop' | rinpatch | |
Disable timeouts for object pruning query See merge request pleroma/pleroma!1193 | |||
2019-05-22 | Disable timeouts for object pruning query | rinpatch | |
2019-05-22 | Merge branch 'issue/699' into 'develop' | lambda | |
[#699] add worker to clean expired oauth tokens See merge request pleroma/pleroma!1184 | |||
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 | Mix: Only start sshd when needed, second try. | lain | |
2019-05-22 | Merge branch 'bring-ecto-back-to-mainline' into 'develop' | lambda | |
Mix: Bring ecto-sql back to mainline. See merge request pleroma/pleroma!1192 | |||
2019-05-22 | Mix: Bring ecto-sql back to mainline. | lain | |
2019-05-22 | Changelog: Add tip for debian users. | lain | |
2019-05-22 | Add GIN index on object data->'name' | rinpatch | |
2019-05-22 | Documentation: Specify PEM format for SSH keys. | lain | |
Otherwise openssh-client 7.9 will generate a different format that can't be used by esshd. | |||
2019-05-22 | Linting. | lain | |
2019-05-22 | Mix: Don't start esshd application if we don't need it. | lain | |
2019-05-22 | Changelog: Add SSH mode. | lain | |
2019-05-22 | Merge branch 'refactor/keys' into 'develop' | lambda | |
move key generation functions into Pleroma.Keys module See merge request pleroma/pleroma!1186 | |||
2019-05-22 | salmon: fix credo | William Pitcock | |
2019-05-22 | Merge branch 'bugfix/account_view_source.note' into 'develop' | rinpatch | |
MastoAPI AccountView: fill source.note with plaintext version of note Closes #926 See merge request pleroma/pleroma!1189 | |||
2019-05-22 | MastoAPI AccountView: fill source.note with plaintext version of note | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/926 | |||
2019-05-22 | Merge branch 'mongooseim-support' into 'develop' | kaniini | |
MongooseIM: Add basic integration endpoints. See merge request pleroma/pleroma!1172 | |||
2019-05-22 | Merge branch 'fix/api-fallback' into 'develop' | kaniini | |
Do not fallback to index.html for /api/* routes Closes #920 See merge request pleroma/pleroma!1182 | |||
2019-05-22 | Merge branch 'bugfix/dm-being-truncated' into 'develop' | kaniini | |
Do not truncate DM when it contains newlines and safe_dm_mentions is set to true Closes #904 See merge request pleroma/pleroma!1185 | |||
2019-05-22 | Do not truncate DM when it contains newlines and safe_dm_mentions is set to true | Sergey Suprunenko | |