Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
1478-oauth-admin-scopes-tweaks
# Conflicts:
# lib/pleroma/user.ex
|
|
migrated existing OAuth records. Adjusted tests.
|
|
controller tests modification: OAuth scopes usage.
|
|
|
|
1427-oauth-admin-scopes
# Conflicts:
# CHANGELOG.md
|
|
Closes #1109
|
|
|
|
|
|
documentation entry.
|
|
Requalified users.is_admin flag as legacy accessor to admin actions in case token lacks admin scope(s).
|
|
|
|
Bugfix/1395 email activation
Closes #1395
See merge request pleroma/pleroma!1965
|
|
|
|
Static frontend
See merge request pleroma/pleroma!1917
|
|
|
|
|
|
|
|
|
|
|
|
Previously it was piggybacking on FallbackRedirectController for users
and OStatusController for notices; now it's all in one place.
|
|
|
|
|
|
1234-mastodon-2-4-3-oauth-scopes
# Conflicts:
# CHANGELOG.md
# lib/pleroma/web/mastodon_api/controllers/mastodon_api_controller.ex
# lib/pleroma/web/router.ex
|
|
|
|
|
|
1234-mastodon-2-4-3-oauth-scopes
# Conflicts:
# lib/pleroma/web/activity_pub/activity_pub_controller.ex
|
|
1234-mastodon-2-4-3-oauth-scopes
# Conflicts:
# lib/pleroma/web/activity_pub/activity_pub_controller.ex
# lib/pleroma/web/router.ex
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Apparently Pleroma-FE still calls it with trailing '.json'
|
|
`/api/v1/accounts/:id`
|
|
|
|
http signature plug: separation of concerns
See merge request pleroma/pleroma!1449
|
|
|
|
|
|
|
|
actually not present (testsuite)
|
|
|
|
the redundant checks assumed a POST request, which will not work for signed GETs.
this check was originally needed because the HTTPSignatures adapter assumed that
the requests were also POST requests. but now, the adapter has been corrected.
|
|
|
|
|