You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Eugen Rochko 5d2fc6de32
Add REST API for creating an account (#9572)
* Add REST API for creating an account

The method is available to apps with a token obtained via the client
credentials grant. It creates a user and account records, as well as
an access token for the app that initiated the request. The user is
unconfirmed, and an e-mail is sent as usual.

The method returns the access token, which the app should save for
later. The REST API is not available to users with unconfirmed
accounts, so the app must be smart to wait for the user to click a
link in their e-mail inbox.

The method is rate-limited by IP to 5 requests per 30 minutes.

* Redirect users back to app from confirmation if they were created with an app

* Add tests

* Return 403 on the method if registrations are not open

* Require agreement param to be true in the API when creating an account
7 years ago
..
chewy Get rid of Chewy order/limit warning (#8355) 8 years ago
controllers Add REST API for creating an account (#9572) 7 years ago
helpers Add moderation warnings (#9519) 7 years ago
javascript Rename "crop" to "change preview" (#9616) 7 years ago
lib Add setting to not aggregate reblogs (#9248) 7 years ago
mailers Add moderation warnings (#9519) 7 years ago
models Add REST API for creating an account (#9572) 7 years ago
policies Add moderation warnings (#9519) 7 years ago
presenters Don't count suspended users in user count (#9380) 7 years ago
serializers Add account hashtags to ActivityPub actor JSON (#9450) 7 years ago
services Add REST API for creating an account (#9572) 7 years ago
validators Improve e-mail MX validator and add tests (#9489) 7 years ago
views Add REST API for creating an account (#9572) 7 years ago
workers Do no retry web push workers if the server returns a 4xx response (#9434) 7 years ago