]> cat aescling's git repositories - mastodon.git/commit
Add "why do you want to join" field to invite requests (#10524)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 9 Apr 2019 14:06:30 +0000 (16:06 +0200)
committerYamagishi Kazutoshi <ykzts@desire.sh>
Tue, 9 Apr 2019 14:06:30 +0000 (23:06 +0900)
commit8b69a66380bbe32127e717ca2d79244392b7d2b6
tree3362aba467a4f40e108f38aa7bf4e76ba48df942
parent0f3719f16fb5a2704416fa3afae00ba767ad2b2c
Add "why do you want to join" field to invite requests (#10524)

* Add "why do you want to join" field to invite requests

Fix #10512

* Remove unused translations

* Fix broken registrations when no invite request text is submitted
57 files changed:
app/controllers/about_controller.rb
app/controllers/admin/pending_accounts_controller.rb
app/controllers/auth/registrations_controller.rb
app/javascript/styles/mastodon/accounts.scss
app/javascript/styles/mastodon/widgets.scss
app/models/user.rb
app/models/user_invite_request.rb [new file with mode: 0644]
app/views/about/_registration.html.haml
app/views/admin/pending_accounts/_account.html.haml
app/views/auth/registrations/new.html.haml
config/locales/ar.yml
config/locales/ast.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/el.yml
config/locales/en.yml
config/locales/en_GB.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/hu.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/ro.yml
config/locales/ru.yml
config/locales/simple_form.en.yml
config/locales/sk.yml
config/locales/sq.yml
config/locales/sr-Latn.yml
config/locales/sr.yml
config/locales/sv.yml
config/locales/uk.yml
config/locales/zh-CN.yml
config/locales/zh-HK.yml
config/locales/zh-TW.yml
db/migrate/20190409054914_create_user_invite_requests.rb [new file with mode: 0644]
db/schema.rb
spec/fabricators/user_invite_request_fabricator.rb [new file with mode: 0644]
spec/models/user_invite_request_spec.rb [new file with mode: 0644]