Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-29 | MastoAPI: Fix link headers with restrictive params. | eal | |
2018-05-28 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into develop | lain | |
2018-05-28 | Only return certain activities in TwitterAPI mentions. | lain | |
2018-05-28 | Update pleroma.nginx | Dominik V. Salonen | |
proxy_ignore_client_abort will continue to fetch from upstream even if a client aborts the connection. This is highly recommended when cache is being used. If a client leaves/refreshes the page while a user's avatar or some other media is halfway loaded, the cached copy might in some cases be broken. Leaving future requests to the same URL broken until cache expires. | |||
2018-05-27 | Merge branch 'feature/mastodon-context-microformat' into 'develop' | lambda | |
formatter: use class='mention' on links to user profiles See merge request pleroma/pleroma!178 | |||
2018-05-27 | run mix format | William Pitcock | |
2018-05-27 | tests: update for html changes | William Pitcock | |
2018-05-27 | formatter: use class='mention' on links to user profiles | William Pitcock | |
helps mastodon frontend and apps have better context: https://mastodon.social/users/Gargron/statuses/100101267352899379 | |||
2018-05-26 | Fix user topic streaming. | lain | |
2018-05-26 | Merge branch 'csaurus/pleroma-feature/mstdn-direct-api' into develop | lain | |
2018-05-26 | Simplify DM query. | lain | |
Should also use indexes better. | |||
2018-05-26 | Merge branch 'develop' into csaurus/pleroma-feature/mstdn-direct-api | lain | |
2018-05-26 | There are no symbols in JSON. | lain | |
2018-05-26 | Merge branch 'kaniini/pleroma-feature/activitypub-accept-reject-conformance' ↵ | lain | |
into develop | |||
2018-05-26 | Formatting. | lain | |
2018-05-26 | Make Mastodon follow hack more explicit. | lain | |
2018-05-26 | Don't treat remote accepts/rejects as local. | lain | |
Also, use specialized functions to get safe data. | |||
2018-05-26 | Rename id helper method. | lain | |
2018-05-26 | tests: add tests to verify the accept request is discarded if no follow ↵ | William Pitcock | |
activity could be found | |||
2018-05-26 | activitypub transmogrifier: use fetch_latest_follow to verify a follow ↵ | William Pitcock | |
object exists | |||
2018-05-26 | Merge branch 'feature/mastodon-s2s-block-opt-out' into 'develop' | lambda | |
activitypub: allow mastodon S2S block extension support to be disabled See merge request pleroma/pleroma!176 | |||
2018-05-26 | activitypub: allow mastodon S2S block extension support to be disabled | William Pitcock | |
2018-05-26 | debug | Hakaba Hitoyo | |
2018-05-26 | output repeats at ActivityPub outbox | Hakaba Hitoyo | |
2018-05-25 | activitypub transmogrifier: cleanups and tests for incoming accepts/rejects | William Pitcock | |
2018-05-25 | activitypub transmogrifier: clean up accept/reject handling a bit | William Pitcock | |
2018-05-25 | introduce User.maybe_direct_follow() and use it where we used to call ↵ | William Pitcock | |
User.follow() | |||
2018-05-25 | twitter api: also remove explicit User.follow here | William Pitcock | |
2018-05-25 | run mix format | William Pitcock | |
2018-05-25 | Merge branch 'feature/blocks-deny-refollow' into 'develop' | lambda | |
activitypub conformance: deny refollow for blocks See merge request pleroma/pleroma!170 | |||
2018-05-25 | Merge branch 'bugfix/follow-query-overhead' into 'develop' | lambda | |
activitypub utils: optimize block and follow activity lookup See merge request pleroma/pleroma!171 | |||
2018-05-25 | activitypub: fix up accept/reject semantics for following | William Pitcock | |
fixes #175 | |||
2018-05-25 | mastodon api: properly track if an account is locked or not | William Pitcock | |
2018-05-25 | testsuite: fix module name for CommonAPI.Test (was duplicated with ↵ | William Pitcock | |
CommonAPI.UtilsTest) | |||
2018-05-25 | testsuite: fix module name for CommonAPI.Test (was duplicated with ↵ | William Pitcock | |
CommonAPI.UtilsTest) | |||
2018-05-25 | activitypub utils: optimize block and follow activity lookup | William Pitcock | |
multi-field @> comparison is very expensive, so only use @> for the field where it matters this makes the query take only a few usec to execute verses many msec on a busy instance | |||
2018-05-25 | user: do not allow refollowing somebody who has blocked a user | William Pitcock | |
2018-05-25 | testsuite: fix module name for CommonAPI.Test (was duplicated with ↵ | William Pitcock | |
CommonAPI.UtilsTest) | |||
2018-05-24 | Merge branch 'feature/lists' into 'develop' | lambda | |
Mastodon List API See merge request pleroma/pleroma!138 | |||
2018-05-24 | Merge branch 'feature/incoming-remote-unfollow' into 'develop' | lambda | |
Add support for incoming remote unfollows and blocks/unblocks See merge request pleroma/pleroma!158 | |||
2018-05-24 | Rewrite block fetch query | Francis Dinh | |
2018-05-24 | update frontend | lain | |
2018-05-24 | Merge branch 'feature/change-password' into 'develop' | lambda | |
Feature/change password See merge request pleroma/pleroma!166 | |||
2018-05-24 | MastoAPI: add lists. | eal | |
2018-05-24 | More efficient queries. | lain | |
2018-05-24 | MastoAPI: add lists. | eal | |
2018-05-23 | Don't save double tags in AP objects we create | lain | |
This crashed Mastodon workers. | |||
2018-05-23 | Merge branch 'feature/deps-migration' into 'develop' | lambda | |
Migrate to comeonin 4 and Cachex 3 See merge request pleroma/pleroma!162 | |||
2018-05-23 | Repair some access-control headers required for third-party webclients | Niklas Poslovski | |
2018-05-22 | Merge branch 'nipos-develop' into develop | lain | |