Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-31 | Fix fix_explicit_addressing moving follower collection to cc and add tests ↵ | rinpatch | |
for it | |||
2019-05-29 | Merge branch 'revert-57e58d26' into 'develop' | kaniini | |
Revert "Merge branch 'feature/search-authenticated-only' into 'develop'" See merge request pleroma/pleroma!1212 | |||
2019-05-29 | Revert "Merge branch 'feature/search-authenticated-only' into 'develop'" | kaniini | |
This reverts merge request !1209 | |||
2019-05-29 | Merge branch 'fix/mastodon-search-limit' into 'develop' | lambda | |
Default search limit should be 40 See merge request pleroma/pleroma!1210 | |||
2019-05-29 | Merge branch 'issue/936' into 'develop' | lambda | |
[#936] fix tests See merge request pleroma/pleroma!1208 | |||
2019-05-29 | [#936] fix tests | Maksim | |
2019-05-29 | Default search limit should be 40 | Mark Felder | |
https://docs.joinmastodon.org/api/rest/search/ | |||
2019-05-29 | Merge branch 'feature/search-authenticated-only' into 'develop' | kaniini | |
router: require oauth_read for searching Closes #935 See merge request pleroma/pleroma!1209 | |||
2019-05-29 | router: require oauth_read for searching | William Pitcock | |
Search calls are generally expensive and allow unauthenticated users to crawl the instance for user profiles or posts which contain specified keywords. An adversary can build a distributed search engine which not only will consume significant instance resources, but also can be used for undesirable purposes such as datamining. Accordingly, require authenticated access to use the search API endpoints. This acts as a nice balance as it allows guest users to make use of most functionality available in Pleroma FE while ensuring that Pleroma instances are reasonably protected from resource exhaustion. It also removes Pleroma as a potential vector in distributed search engines. | |||
2019-05-28 | Merge branch 'varnish-improvements' into 'develop' | feld | |
More Varnish improvements See merge request pleroma/pleroma!667 | |||
2019-05-28 | Improve Varnish config. We set sane headers from the backend now. | feld | |
2019-05-28 | Merge branch 'respect-proxy-settings-federation' into 'develop' | kaniini | |
Respect proxy settings federation See merge request pleroma/pleroma!1206 | |||
2019-05-28 | Respect proxy settings federation | jeff | |
2019-05-26 | Merge branch 'refactor/die-httpoison-die' into 'develop' | lambda | |
remove @httpoison, @ostatus and @websub compile-time constants See merge request pleroma/pleroma!1203 | |||
2019-05-26 | Merge branch 'fix/mrf-simple' into 'develop' | kaniini | |
mrf: simple policy: fix matching imported activitypub and ostatus statuses Closes #915 See merge request pleroma/pleroma!1205 | |||
2019-05-26 | mrf: simple policy: fix matching imported activitypub and ostatus statuses | 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-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 | 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 | 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 | 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 | |