Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-06 | Dedupe uploads | Sir_Boops | |
2018-06-06 | Allow posting images without text in mastofe | Rachel H | |
2018-06-06 | Extract host from ap_id, add index | eal | |
2018-06-06 | Merge branch 'bugfix/webfinger-xml-crash' into 'develop' | lambda | |
webfinger robustness improvements See merge request pleroma/pleroma!195 | |||
2018-06-06 | testsuite: update fixture URIs that were http | William Pitcock | |
2018-06-06 | webfinger: use https as default fallback instead of http | William Pitcock | |
realistically, all instances need to be on https anyway to properly federate with all software | |||
2018-06-06 | XML: handle erlang errors too | William Pitcock | |
2018-06-06 | Merge branch 'fix/oauth-http-basic' into 'develop' | lambda | |
Make OAuth token endpoint work with HTTP Basic auth See merge request pleroma/pleroma!191 | |||
2018-06-06 | Add OAuth controller tests | D Anzorge | |
Tests for Pleroma.Web.OAuth.OAuthController | |||
2018-06-06 | Make token exchange return errors with 400 as status code | D Anzorge | |
2018-06-05 | Merge branch 'fix/emoji-picker' into 'develop' | eal | |
set visible_in_picker to true in custom_emojis Closes #177 and mastofe#16 See merge request pleroma/pleroma!188 | |||
2018-06-04 | Make OAuth token endpoint work with HTTP Basic auth | D Anzorge | |
client_id/client_secret can now be supplied in an Authorization header | |||
2018-06-03 | ActivityPub.ex: filter domain blocked activities. | eal | |
2018-06-03 | Merge branch 'develop' into 'develop' | lambda | |
Added: caddy webserver config example Closes #192 See merge request pleroma/pleroma!189 | |||
2018-06-03 | MastoAPI: add domain blocking. | eal | |
2018-06-03 | Better error handling for OstatusController. | lain | |
2018-06-03 | user.ex: add domain blocks. | eal | |
2018-06-03 | caddy config example | witti | |
2018-06-03 | Better error handling for ActivityPubController | lain | |
2018-06-03 | Better error handling for MastodonApiController. | lain | |
2018-06-03 | Better error handling in TwitterApiController. | lain | |
2018-06-03 | lib/pleroma/web/mastodon_api/mastodon_api_controller.ex: set ↵ | Haelwenn (lanodan) Monnier | |
visible_in_picker to true in custom_emojis Fixes: https://github.com/ilianaw/emojos.in/issues/4 Closes: https://git.pleroma.social/pleroma/pleroma/issues/177 Closes: https://git.pleroma.social/pleroma/mastofe/issues/16 | |||
2018-06-02 | Revert "Update Mastofe." | lain | |
This reverts commit 726b131b0a675a1116e579e0c1adbed8e5a1a856. Some things broke (threads). | |||
2018-06-02 | Update Mastofe. | lain | |
2018-06-02 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into develop | lain | |
2018-06-01 | Merge branch 'fix/user-timeline-reading-user' into 'develop' | eal | |
MastoAPI user timelines: render statuses for the logged in user. See merge request pleroma/pleroma!187 | |||
2018-06-01 | MastoAPI user timelines: render statuses for the logged in user. | eal | |
2018-06-01 | Merge branch 'fix/twitterapi-incorrect-follows-you' into 'develop' | lambda | |
TwitterAPI: fix "Follows you" being shown for the wrong user. Closes pleroma-fe#89 See merge request pleroma/pleroma!185 | |||
2018-05-31 | TwitterAPI: fix "Follows you" being shown for the wrong user. | eal | |
2018-05-30 | Fix url guessing attacks. | lain | |
2018-05-30 | Fix url guessing attacks. | lain | |
2018-05-30 | MastoAPI: Add streaming for lists. | eal | |
2018-05-30 | Merge branch 'fix/dm-timeline-activities' into 'develop' | eal | |
MastoAPI: fix dm_timeline getting non-create activities. See merge request pleroma/pleroma!182 | |||
2018-05-30 | MastoAPI: fix dm_timeline getting non-create activities. | eal | |
2018-05-29 | Merge branch 'patch-3' into 'develop' | lambda | |
Update pleroma.nginx See merge request pleroma/pleroma!179 | |||
2018-05-29 | Merge branch 'fix/link-headers' into 'develop' | lambda | |
MastoAPI: Fix link headers with restrictive params. See merge request pleroma/pleroma!181 | |||
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 |