pleroma/lib/pleroma/web/mastodon_api
Eugenij 4bf2bb9cff Fix password reset for non-test env
Fixes `Plug.Conn.NotSentError` that causes a 5xx error in response
instead of 404 and 400.

Fixes pattern matching error caused by different response format
in test and non-test env: `Pleroma.Emails.Mailer.deliver_async` returns
:ok when PleromaJobQueue is enabled and `{:ok, _}` when it's disabled.
In tests, it's disabled.
2019-07-17 18:09:31 +00:00
..
views Add `pleroma.deactivated` to the Account entity (Mastodon API) 2019-07-16 11:14:46 +00:00
mastodon_api.ex Feature/1072 muting notifications 2019-07-14 13:29:31 +00:00
mastodon_api_controller.ex Fix password reset for non-test env 2019-07-17 18:09:31 +00:00
search_controller.ex Extend Pleroma.Pagination to support offset-based pagination, use async/await to execute status and account search in parallel 2019-07-11 13:55:31 +00:00
subscription_controller.ex Wrap error messages into gettext helpers 2019-07-10 18:10:09 +07:00
websocket_handler.ex MastoAPI Streaming: Keep compatibility with access_token 2019-07-07 08:49:29 +02:00