Age | Commit message (Collapse) | Author |
|
|
|
|
|
1234-mastodon-2-4-3-oauth-scopes
# Conflicts:
# CHANGELOG.md
# lib/pleroma/web/mastodon_api/controllers/account_controller.ex
# lib/pleroma/web/mastodon_api/controllers/mastodon_api_controller.ex
# lib/pleroma/web/router.ex
|
|
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/admin_api/admin_api_controller.ex
|
|
Done via the following command:
git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/'
|
|
|
|
|
|
|
|
|
|
listed URI.
|
|
authorization. OAuth-related refactoring.
|
|
|
|
|
|
[ci skip]
|
|
Modified-by: Maksim Pechnikov <parallel588@gmail.com>
|
|
|
|
Registration and authorization-related params are wrapped in "authorization" in order to reduce edge cases number and simplify handling logic.
|
|
twitter_oauth
# Conflicts:
# docs/config.md
# test/support/factory.ex
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
oauth: add me property to token responses
See merge request pleroma/pleroma!942
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
format for `scopes` fields, updated usages.
|
|
|
|
Closes #407
|
|
|
|
|
|
|
|
|
|
for registration, authentication, email confirmation, confirmation resending.
Made admin methods create confirmed users.
|
|
|
|
Closes: https://git.pleroma.social/pleroma/pleroma/issues/320
|