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/lib
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
6 years ago
..
assets Add emoji autosuggest (#5053) 7 years ago
devise Fix wrong string being used on login failure when using LDAP (#8534) 6 years ago
generators Add post-deployment migration system (#8182) 6 years ago
json_ld Preload common JSON-LD contexts (#9412) 6 years ago
mastodon Add REST API for creating an account (#9572) 6 years ago
paperclip Unconditionally re-encode locally-uploaded images to strip metadata (#8714) 6 years ago
tasks Update emoji codepoint mappings to v11.0 (#9618) 6 years ago
templates Add post-deployment migration system (#8182) 6 years ago
cli.rb Do not remove "dead" domains in tootctl accounts cull (#9108) 6 years ago