mastodon/config/locales
Matt Jankowski 67dea31b0f 2FA controller cleanup (#2296)
* Add spec coverage for settings/two_factor_auth area

* extract setup method for qr code

* Move otp required check to before action

* Merge method only used once

* Remove duplicate view

* Consolidate creation of @codes for backup

* Move settings/2fq#recovery_codes to settings/recovery_codes#create

* Rename settings/two_factor_auth#disable to #destroy

* Add coverage for the otp required path on 2fa#show

* Clean up the recovery codes list styles

* Move settings/two_factor_auth to settings/two_factor_authentication

* Reorganize the settings two factor auth area

Updated to use a flow like:

- settings/two_factor_authentication goes to a #show view which has a button
  either enable or disable 2fa on the account
- the disable button turns off the otp requirement for the user
- the enable button cycles the user secret and redirects to a confirmation page
- the confirmation page is a #new view which shows the QR code for user
- that page posts to #create which verifies the code, and creates the recovery
  codes
- that create action shares a view with a recovery codes controller which can be
  used separately to reset codes if needed
2017-04-22 04:23:17 +02:00
..
bg.yml 2FA controller cleanup (#2296) 2017-04-22 04:23:17 +02:00
de.yml Fix tiny typo (#1956) 2017-04-17 10:29:49 +02:00
devise.bg.yml Fix #624 - Add localization for Bulgarian (#645) 2017-04-13 13:16:28 +02:00
devise.de.yml Updated and fixed german orthography 2017-04-03 19:01:17 +02:00
devise.en.yml Make Reporting admin section translatable (#1549) 2017-04-12 17:11:49 +02:00
devise.eo.yml added Esperanto (eo) 2017-04-03 20:22:50 +02:00
devise.es.yml Fix wrong language declaration 2016-11-19 18:31:36 +01:00
devise.fi.yml Update language files (#1516) 2017-04-11 21:41:29 +02:00
devise.fr.yml Update devise.fr.yml (#1728) 2017-04-15 02:55:43 +02:00
devise.hr.yml Apply `i18n-tasks normalize` to locales (#1696) 2017-04-13 19:18:32 +02:00
devise.hu.yml fixing yamls for #275 2016-11-25 13:57:37 +01:00
devise.id.yml Add Indonesian (Bahasa Indonesia / id) translation (#2200) 2017-04-21 19:16:26 +02:00
devise.io.yml Add Ido (io) translation (#2202) 2017-04-21 19:15:25 +02:00
devise.it.yml Fix italian translation 2017-04-13 22:26:32 +02:00
devise.ja.yml Improved Japanese translation in devise.ja.yml (#1969) 2017-04-17 04:22:09 +02:00
devise.nl.yml Updated, improved and fixed Dutch language strings (#2030) 2017-04-18 00:16:03 +02:00
devise.no.yml More Norwegian translations (#1805) 2017-04-15 02:33:37 +02:00
devise.pl.yml Polish translation (needs more love though) (#807) 2017-04-15 02:22:46 +02:00
devise.pt-BR.yml Add Brazilian Portuguese and fix European Portuguese (#1966) 2017-04-17 10:38:27 +02:00
devise.pt.yml Add Brazilian Portuguese and fix European Portuguese (#1966) 2017-04-17 10:38:27 +02:00
devise.ru.yml Add Russian translation (ru) (#1023) 2017-04-10 12:52:06 +02:00
devise.uk.yml Final steps for Ukrainian translation 2016-12-07 20:39:22 +02:00
devise.zh-CN.yml 🌐 add simplified chinese language 2017-03-26 14:13:18 +08:00
devise.zh-HK.yml Update Traditional Chinese, HK (zh-HK) translation (#1759) 2017-04-15 02:48:30 +02:00
devise.zh-TW.yml Add translations for zh-TW (Taiwan) (#1794) 2017-04-15 02:49:43 +02:00
doorkeeper.bg.yml Fix #624 - Add localization for Bulgarian (#645) 2017-04-13 13:16:28 +02:00
doorkeeper.de.yml Adding german localization 2016-11-18 15:53:46 +01:00
doorkeeper.en.yml Fix up some localizations 2017-03-26 13:22:38 +02:00
doorkeeper.eo.yml added Esperanto (eo) 2017-04-03 20:22:50 +02:00
doorkeeper.es.yml Mispelling & minor fixes (#1814) 2017-04-15 02:31:16 +02:00
doorkeeper.fi.yml another typo. fuck me 2017-04-03 14:56:13 +02:00
doorkeeper.fr.yml Update devise.fr.yml (#1792) 2017-04-15 02:44:10 +02:00
doorkeeper.hr.yml Adds Croatian language [Hrvatski] (#1000) 2017-04-13 13:38:44 +02:00
doorkeeper.hu.yml fixing yamls for #275 2016-11-25 13:57:37 +01:00
doorkeeper.id.yml Add Indonesian (Bahasa Indonesia / id) translation (#2200) 2017-04-21 19:16:26 +02:00
doorkeeper.io.yml Add Ido (io) translation (#2202) 2017-04-21 19:15:25 +02:00
doorkeeper.it.yml Rename doorkeeper.it.yml to config/locales/doorkeeper.it.yml 2017-04-13 15:27:56 +02:00
doorkeeper.ja.yml Update Japanese translation files (#1640) 2017-04-13 13:23:45 +02:00
doorkeeper.nl.yml Updated, improved and fixed Dutch language strings (#2030) 2017-04-18 00:16:03 +02:00
doorkeeper.no.yml More Norwegian translations (#1805) 2017-04-15 02:33:37 +02:00
doorkeeper.oc.yml Add Occitan (oc) translation (#2077) 2017-04-18 15:21:16 +02:00
doorkeeper.pl.yml Polish translation (needs more love though) (#807) 2017-04-15 02:22:46 +02:00
doorkeeper.pt-BR.yml Add Brazilian Portuguese and fix European Portuguese (#1966) 2017-04-17 10:38:27 +02:00
doorkeeper.pt.yml Add Brazilian Portuguese and fix European Portuguese (#1966) 2017-04-17 10:38:27 +02:00
doorkeeper.ru.yml Add Russian translation (ru) (#1023) 2017-04-10 12:52:06 +02:00
doorkeeper.uk.yml Fix some translation errors. 2016-12-07 21:13:57 +02:00
doorkeeper.zh-HK.yml Update Traditional Chinese, HK (zh-HK) translation (#1759) 2017-04-15 02:48:30 +02:00
doorkeeper.zh-TW.yml Add translations for zh-TW (Taiwan) (#1794) 2017-04-15 02:49:43 +02:00
en.yml 2FA controller cleanup (#2296) 2017-04-22 04:23:17 +02:00
eo.yml 2FA controller cleanup (#2296) 2017-04-22 04:23:17 +02:00
es.yml 2FA controller cleanup (#2296) 2017-04-22 04:23:17 +02:00
fi.yml 2FA controller cleanup (#2296) 2017-04-22 04:23:17 +02:00
fr.yml 2FA controller cleanup (#2296) 2017-04-22 04:23:17 +02:00
hr.yml 2FA controller cleanup (#2296) 2017-04-22 04:23:17 +02:00
hu.yml Pagination improvements (#1445) 2017-04-11 01:11:41 +02:00
id.yml 2FA controller cleanup (#2296) 2017-04-22 04:23:17 +02:00
io.yml 2FA controller cleanup (#2296) 2017-04-22 04:23:17 +02:00
it.yml 2FA controller cleanup (#2296) 2017-04-22 04:23:17 +02:00
ja.yml 2FA controller cleanup (#2296) 2017-04-22 04:23:17 +02:00
nl.yml 2FA controller cleanup (#2296) 2017-04-22 04:23:17 +02:00
no.yml 2FA controller cleanup (#2296) 2017-04-22 04:23:17 +02:00
oc.yml 2FA controller cleanup (#2296) 2017-04-22 04:23:17 +02:00
pl.yml 2FA controller cleanup (#2296) 2017-04-22 04:23:17 +02:00
pt-BR.yml Language: Missing keys for pt and pt-BR (#2277) 2017-04-21 19:53:47 +02:00
pt.yml Language: Missing keys for pt and pt-BR (#2277) 2017-04-21 19:53:47 +02:00
ru.yml 2FA controller cleanup (#2296) 2017-04-22 04:23:17 +02:00
simple_form.bg.yml Fix #624 - Add localization for Bulgarian (#645) 2017-04-13 13:16:28 +02:00
simple_form.de.yml Update simple_form.de.yml (#971) 2017-04-08 13:02:07 +02:00
simple_form.en.yml Display remaining characters when editing display name and bio (#2219) 2017-04-21 18:17:21 +02:00
simple_form.eo.yml Fix typo in simple_form.eo.yml (#1848) 2017-04-15 16:46:48 +02:00
simple_form.es.yml Add some missing Spanish translations (#1818) 2017-04-15 13:25:00 +02:00
simple_form.fi.yml updated reblog to boost translation 2017-04-05 09:57:25 +02:00
simple_form.fr.yml Translate admin (#1702) 2017-04-13 21:49:07 +02:00
simple_form.hr.yml Croatian language updates & fixes (#2203) 2017-04-21 03:30:15 +02:00
simple_form.hu.yml Per-status control for unlisted mode, also federation for unlisted mode 2016-11-30 21:34:59 +01:00
simple_form.id.yml Add Indonesian (Bahasa Indonesia / id) translation (#2200) 2017-04-21 19:16:26 +02:00
simple_form.io.yml Add Ido (io) translation (#2202) 2017-04-21 19:15:25 +02:00
simple_form.it.yml Fix italian translation 2017-04-13 22:26:32 +02:00
simple_form.ja.yml Add Japanese translation for display name and bio counter (#2275) 2017-04-21 19:23:20 +02:00
simple_form.nl.yml Updated Dutch strings and added Dutch onboarding modal strings (#2243) 2017-04-21 03:29:00 +02:00
simple_form.no.yml More Norwegian translations (#1805) 2017-04-15 02:33:37 +02:00
simple_form.oc.yml Add Occitan (oc) translation (#2077) 2017-04-18 15:21:16 +02:00
simple_form.pl.yml Polish translation (needs more love though) (#807) 2017-04-15 02:22:46 +02:00
simple_form.pt-BR.yml Add Brazilian Portuguese and fix European Portuguese (#1966) 2017-04-17 10:38:27 +02:00
simple_form.pt.yml Add Brazilian Portuguese and fix European Portuguese (#1966) 2017-04-17 10:38:27 +02:00
simple_form.ru.yml Update Russian translation (#1967) 2017-04-18 15:20:37 +02:00
simple_form.uk.yml Fix translations 2016-12-09 11:52:09 +01:00
simple_form.zh-CN.yml 🌐 add simplified chinese language 2017-03-26 14:13:18 +08:00
simple_form.zh-HK.yml Update Traditional Chinese, HK (zh-HK) translation (#1759) 2017-04-15 02:48:30 +02:00
simple_form.zh-TW.yml Add translations for zh-TW (Taiwan) (#1794) 2017-04-15 02:49:43 +02:00
uk.yml Pagination improvements (#1445) 2017-04-11 01:11:41 +02:00
zh-CN.yml 2FA controller cleanup (#2296) 2017-04-22 04:23:17 +02:00
zh-HK.yml 2FA controller cleanup (#2296) 2017-04-22 04:23:17 +02:00
zh-TW.yml 2FA controller cleanup (#2296) 2017-04-22 04:23:17 +02:00