]> cat aescling's git repositories - mastodon.git/commit
Admission-based registrations mode (#10250)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 14 Mar 2019 04:28:30 +0000 (05:28 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Mar 2019 04:28:30 +0000 (05:28 +0100)
commit51e154f5e87968d6bb115e053689767ab33e80cd
treed86ba475bfc61ba7a774bf36e24704dc82f68991
parent6e3936aa6f4296ac202b54c0b178b4fa825d7885
Admission-based registrations mode (#10250)

Fix #6856
Fix #6951
92 files changed:
app/controllers/accounts_controller.rb
app/controllers/admin/accounts_controller.rb
app/controllers/admin/dashboard_controller.rb
app/controllers/admin/settings_controller.rb
app/controllers/api/base_controller.rb
app/controllers/api/v1/accounts_controller.rb
app/controllers/auth/registrations_controller.rb
app/controllers/concerns/account_controller_concern.rb
app/helpers/admin/filter_helper.rb
app/helpers/application_helper.rb
app/helpers/home_helper.rb
app/javascript/styles/mastodon/admin.scss
app/mailers/admin_mailer.rb
app/models/account.rb
app/models/account_filter.rb
app/models/form/admin_settings.rb
app/models/user.rb
app/policies/user_policy.rb
app/presenters/instance_presenter.rb
app/serializers/rest/instance_serializer.rb
app/services/app_sign_up_service.rb
app/views/about/_registration.html.haml
app/views/admin/accounts/_account.html.haml
app/views/admin/accounts/index.html.haml
app/views/admin/accounts/show.html.haml
app/views/admin/settings/edit.html.haml
app/views/admin_mailer/new_pending_account.text.erb [new file with mode: 0644]
app/views/auth/registrations/new.html.haml
app/views/auth/shared/_links.html.haml
app/views/layouts/public.html.haml
app/views/remote_follow/new.html.haml
app/views/remote_interaction/new.html.haml
app/views/user_mailer/confirmation_instructions.html.haml
app/views/user_mailer/confirmation_instructions.text.erb
config/locales/ar.yml
config/locales/ca.yml
config/locales/co.yml
config/locales/cs.yml
config/locales/cy.yml
config/locales/da.yml
config/locales/de.yml
config/locales/devise.en.yml
config/locales/el.yml
config/locales/en.yml
config/locales/eo.yml
config/locales/es.yml
config/locales/eu.yml
config/locales/fa.yml
config/locales/fi.yml
config/locales/fr.yml
config/locales/gl.yml
config/locales/he.yml
config/locales/hu.yml
config/locales/id.yml
config/locales/io.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ka.yml
config/locales/kk.yml
config/locales/ko.yml
config/locales/lt.yml
config/locales/nl.yml
config/locales/no.yml
config/locales/oc.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/pt.yml
config/locales/ru.yml
config/locales/sk.yml
config/locales/sq.yml
config/locales/sr-Latn.yml
config/locales/sr.yml
config/locales/sv.yml
config/locales/th.yml
config/locales/tr.yml
config/locales/uk.yml
config/locales/zh-CN.yml
config/locales/zh-HK.yml
config/locales/zh-TW.yml
config/routes.rb
config/settings.yml
db/migrate/20190307234537_add_approved_to_users.rb [new file with mode: 0644]
db/schema.rb
db/seeds.rb
lib/mastodon/settings_cli.rb
spec/controllers/accounts_controller_spec.rb
spec/controllers/admin/settings_controller_spec.rb
spec/controllers/auth/registrations_controller_spec.rb
spec/controllers/concerns/account_controller_concern_spec.rb
spec/helpers/application_helper_spec.rb
spec/presenters/instance_presenter_spec.rb
spec/services/app_sign_up_service_spec.rb