mastodon/app/controllers
Marcin Cieślak 1c8477eab2 Give SINGLE_USER a chance to register (#1820)
An attempt to open a brand new Mastodon instance configured
as SINGLE_USER_MODE=true will cause an exception.

Enable temporary registration if we have no users in the database

Fixes #1817
2017-04-15 16:46:27 +02:00
..
admin Add password reset for users from admin accounts area (#1841) 2017-04-15 16:44:59 +02:00
api Allow running mastodon on a different domain as the one used for identifying users (#1267) 2017-04-15 02:15:46 +02:00
auth Give SINGLE_USER a chance to register (#1820) 2017-04-15 16:46:27 +02:00
concerns Improve i18n chooser (#1804) 2017-04-15 01:12:39 +02:00
oauth
settings Add recovery code support for two-factor auth (#1773) 2017-04-15 13:26:03 +02:00
well_known Clean up well-known routes/controllers (#1649) 2017-04-13 13:09:07 +02:00
about_controller.rb
accounts_controller.rb
api_controller.rb
application_controller.rb Give SINGLE_USER a chance to register (#1820) 2017-04-15 16:46:27 +02:00
authorize_follow_controller.rb
home_controller.rb Give SINGLE_USER a chance to register (#1820) 2017-04-15 16:46:27 +02:00
media_controller.rb
remote_follow_controller.rb
statuses_controller.rb
stream_entries_controller.rb Simplify the way the embed view is created (#1590) 2017-04-12 16:12:42 +02:00
tags_controller.rb