mastodon/app
Eugen Rochko 05ef749a0f 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.
2018-12-19 07:02:06 +01:00
..
chewy Get rid of Chewy order/limit warning (#8355) 2018-08-22 02:44:56 +02:00
controllers Add REST API for creating an account 2018-12-19 07:02:06 +01:00
helpers Make avatar and headers respect `auto_play_gif` (#9515) 2018-12-14 20:34:18 +01:00
javascript improved appearance of notification filter on safari (#9564) 2018-12-18 22:28:09 +01:00
lib Add setting to not aggregate reblogs (#9248) 2018-12-09 13:03:01 +01:00
mailers Fix low-hanging rubocop gripes (#8458) 2018-08-26 19:22:46 +02:00
models Fix regression in #9539 (#9541) 2018-12-17 04:32:36 +01:00
policies Add admin ability to remove an user's header image (#9495) 2018-12-11 19:28:03 +01:00
presenters Don't count suspended users in user count (#9380) 2018-11-27 18:49:37 +01:00
serializers Add account hashtags to ActivityPub actor JSON (#9450) 2018-12-13 05:22:01 +01:00
services Add REST API for creating an account 2018-12-19 07:02:06 +01:00
validators Improve e-mail MX validator and add tests (#9489) 2018-12-10 22:53:25 +01:00
views Remove "most popular" tab from profile directory, add responsive design (#9539) 2018-12-17 03:14:28 +01:00
workers Do no retry web push workers if the server returns a 4xx response (#9434) 2018-12-17 03:14:13 +01:00