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/config
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
..
environments Fix missing protocol in dns-prefetch, improve code style (#8963) 6 years ago
initializers Add REST API for creating an account (#9572) 6 years ago
locales Add REST API for creating an account (#9572) 6 years ago
webpack Improve production build config (#8899) 6 years ago
application.rb Add Czech language option and locale data (#8594) 6 years ago
boot.rb Fix bootsnap cache directory being declared relatively (#9511) 6 years ago
brakeman.ignore Allow joining several hashtags in a single column (#8904) 6 years ago
database.yml Remove PostgreSQL statement timeout (#9537) 6 years ago
deploy.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
environment.rb Make PreviewCard records reuseable between statuses (#4642) 7 years ago
i18n-tasks.yml Revert #6479, hide sensitive text/images from OpenGraph previews (#6818) 7 years ago
navigation.rb Add profile directory (#9427) 6 years ago
puma.rb Improve ActiveRecord connection in on_worker_boot (#9238) 6 years ago
routes.rb Add REST API for creating an account (#9572) 6 years ago
secrets.yml
settings.yml Add instance-wide setting to disable profile directory (#9497) 6 years ago
sidekiq.yml Track historical space stats in PgHero to determine PostgreSQL growth (#8906) 6 years ago
themes.yml More polished light theme (#7620) 7 years ago
webpacker.yml Fix building assets in test environment (#8691) 6 years ago