Skip to content
Snippets Groups Projects
  1. Jul 07, 2017
  2. Jul 06, 2017
    • Akihiko Odaki (@fn_aki@pawoo.net)'s avatar
      Set default From address in config (#3756) · 20830000
      Akihiko Odaki (@fn_aki@pawoo.net) authored
      The old implementation sets default From address in mailers. It sets
      the address from SMTP_FROM_ADDRESS, or notifications@localhost. The
      behavior is occasionally undesired results.
      
      In production environment, notifications@localhost is likely to be
      incorrect.
      In testing environment, the email address should not be varied by a
      environment variable.
      
      After appling this change,
      
      In production environment, it will throw an exception when launching
      Mastodon.
      In testing environment, the address will be fixed with
      notifications@localhost.
      20830000
    • Damien Erambert's avatar
      Add a setting allowing the use of system's default font in Web UI (#4033) · 18d3fa95
      Damien Erambert authored
      * add a system_font_ui setting on the server
      
      * Plug the system_font_ui on the front-end
      
      * add EN/FR locales for the new setting
      
      * put Roboto after all other fonts
      
      * remove trailing whitespace so CodeClimate is happy
      
      * fix user_spec.rb
      
      * correctly write user_spect this time
      
      * slightly better way of adding the classes
      
      * add comments to the system-font stack for clarification
      
      * use .system-font for the class instead
      
      * don't use multiple lines for comments
      
      * remove trailing whitespace
      
      * use the classnames module for consistency
      
      * use `mastodon-font-sans-serif` instead of Roboto directly
      18d3fa95
    • Quent-in's avatar
      l10n Occitan locale (#4089) · 26949607
      Quent-in authored
      * Small adjustments
      
      About the report part.
      
      * Update time format
      26949607
    • m4sk1n's avatar
      i18n: minor changes in Polish translation (#4087) · 6d106d39
      m4sk1n authored
      * i18n: minor changes in Polish translation
      
      * Update pl.json
      6d106d39
  3. Jul 04, 2017
    • m4sk1n's avatar
      i18n: Updated Polish translation (#4068) · a38b34c3
      m4sk1n authored
      
      * i18n: Updated Polish translation
      
      Signed-off-by: default avatarMarcin Mikołajczak <me@m4sk.in>
      
      * fuggin nano
      a38b34c3
    • Gyuhwan Park's avatar
      i18n: Update korean translation (#4066) · 1921ab40
      Gyuhwan Park authored
      * Added Korean Translation (based on japanese)
      
      * Update korean translation
      
      * Update korean translation: fix syntax error
      
      * Updated korean translation
      
      * Update korean translation
      
      * Update ko.json
      
      Translate non-translated parts
      
      * Update ko.yml
      
      Translated missed parts - and fixed some typos
      
      * Create simple_form.ko.yml
      
      * Updated korean translation
      
      * i18n: fix test fails
      
      * Updated korean translation
      1921ab40
    • Minori Hiraoka's avatar
      Fix Korean translation (#4065) · 976c18aa
      Minori Hiraoka authored
      * Added Korean Translation (based on japanese)
      
      * Update korean translation
      
      * Update korean translation: fix syntax error
      
      * Updated korean translation
      
      * Update korean translation
      
      * Update ko.json
      
      Translate non-translated parts
      
      * Update ko.yml
      
      Translated missed parts - and fixed some typos
      
      * Create simple_form.ko.yml
      
      * Update simple_form.ko.yml
      
      Translation error fix - password change form
      
      * Update simple_form.ko.yml
      
      * Update ko.json
      
      Missing translation
      976c18aa
    • Gyuhwan Park's avatar
      i18n: Add korean translation (#4064) · 4cddef1c
      Gyuhwan Park authored
      * Added Korean Translation (based on japanese)
      
      * Update korean translation
      
      * Update korean translation: fix syntax error
      
      * Updated korean translation
      
      * Update korean translation
      
      * Update ko.json
      
      Translate non-translated parts
      
      * Update ko.yml
      
      Translated missed parts - and fixed some typos
      
      * Create simple_form.ko.yml
      
      * Updated korean translation
      
      * i18n: fix test fails
      4cddef1c
    • Yamagishi Kazutoshi's avatar
  4. Jul 03, 2017
  5. Jul 02, 2017
    • Ratmir Karabut's avatar
      Update Russian translation (sessions) (#4041) · 331f0953
      Ratmir Karabut authored
      * Add Russian translation (ru)
      
      * Fix a missing comma
      
      * Fix the wording for better consistency
      
      * Update Russian translation
      
      * Arrange Russian setting alphabetically
      
      * Fix syntax error
      
      * Update Russian translation
      
      * Fix formatting error
      
      * Update Russian translation
      
      * Update Russian translation
      
      * Update ru.jsx
      
      * Fix syntax error
      
      * Remove two_factor_auth.warning (appears obsolete)
      
      * Add missing strings in ru.yml
      
      A lot of new strings translated, especially for the newly added admin section
      
      * Fix translation consistency
      
      * Update Russian translation
      
      * Update Russian translation (pluralizations)
      
      * Update Russian translation
      
      * Update Russian translation
      
      * Update Russian translation (pin)
      
      * Update Russian translation (account deletion)
      
      * Fix extra line
      
      * Update Russian translation (sessions)
      331f0953
    • Damien Erambert's avatar
      Update French locales (#4034) · 133b892e
      Damien Erambert authored
      * add missing locales for French translation
      
      * accent "Media" in the front-end locales
      
      * images => médias
      
      * Change 'rapport' to 'signalement' in French locales to be more coherent
      
      * fix typo
      
      * remove duplicate EN locale
      
      * translate missing locales
      
      * update missing locale
      
      * fix typo
      
      * unify with "utilisateur⋅ice⋅s"
      
      * address PR comments
      133b892e
  6. Jul 01, 2017
  7. Jun 30, 2017
  8. Jun 28, 2017
  9. Jun 27, 2017
  10. Jun 26, 2017
  11. Jun 25, 2017
    • Eugen Rochko's avatar
      Fix #3910 - Require OTP authentication to disable 2FA (#3935) · 5e8d037e
      Eugen Rochko authored
      * Fix #3910 - Require OTP authentication to disable 2FA. Also, remove ability
      to generate new OTP backup codes *after* initial backup codes were handed
      out during activation
      
      * Restore recovery code re-generation
      
      * Improve display of some 2FA elements
      5e8d037e
    • Eugen Rochko's avatar
      Bind web UI access tokens to sessions (#3940) · ed7dc170
      Eugen Rochko authored
      * Add overview of active sessions
      
      * Better display of browser/platform name
      
      * Improve how browser information is stored and displayed for sessions overview
      
      * Fix test
      
      * Fix #2347 - Bind web UI access token to session
      
      When you logout, session also destroys the access token, so it's no longer
      valid. If access token is destroyed some other way, the session is also
      destroyed, requiring a re-login.
      
      Fix #1681 - Add scheduler to remove revoked access tokens and grants
      
      * Fix test
      ed7dc170
    • amazedkoumei's avatar
      fix unnecessary variable (#3947) · 436ce037
      amazedkoumei authored
      436ce037
    • Eugen Rochko's avatar
      Rename "Credentials" page to "Security" for clarity (#3941) · d821aba0
      Eugen Rochko authored
      * Rename "Credentials" page to "Security" for clarity
      
      * Change "security" icon from cog to lock
      d821aba0
    • amazedkoumei's avatar
      more free pgconfig by .env (#3909) · 87efa387
      amazedkoumei authored
      * more free pgconfig for streaming by .env
      
      * fix wrong default values
      
      * database.yml read ENV as same as streaming server
      87efa387
    • Eugen Rochko's avatar
      Add overview of active sessions (#3929) · f7301bd5
      Eugen Rochko authored
      * Add overview of active sessions
      
      * Better display of browser/platform name
      
      * Improve how browser information is stored and displayed for sessions overview
      
      * Fix test
      f7301bd5
    • unarist's avatar
      Fix react-intl/locale-data import issue on production build (#3937) · 68dca26a
      unarist authored
      Webpack seems to fail to import `react-intl/locale-data/*.js` if those
      files has been proceed by babel, and this also breaks applying our translation.
      
      Note that this won't be a problem on English locale, because react-intl
      includes it as default and works fine without manually added locale-data.
      Also this issue seems to only occurs on production build, but I'm not sure
      about reason.
      68dca26a
  12. Jun 24, 2017
  13. Jun 23, 2017
  14. Jun 22, 2017
    • Ratmir Karabut's avatar
      Update Russian translation (#3902) · 9ca02a00
      Ratmir Karabut authored
      * Add Russian translation (ru)
      
      * Fix a missing comma
      
      * Fix the wording for better consistency
      
      * Update Russian translation
      
      * Arrange Russian setting alphabetically
      
      * Fix syntax error
      
      * Update Russian translation
      
      * Fix formatting error
      
      * Update Russian translation
      
      * Update Russian translation
      
      * Update ru.jsx
      
      * Fix syntax error
      
      * Remove two_factor_auth.warning (appears obsolete)
      
      * Add missing strings in ru.yml
      
      A lot of new strings translated, especially for the newly added admin section
      
      * Fix translation consistency
      
      * Update Russian translation
      
      * Update Russian translation (pluralizations)
      
      * Update Russian translation
      
      * Update Russian translation
      
      * Update Russian translation (pin)
      
      * Update Russian translation (account deletion)
      
      * Fix extra line
    • Quent-in's avatar
      Update of doorkeeper.oc.yml (#3896) · 98fab24b
      Quent-in authored
      Just some adjustements
      98fab24b
  15. Jun 20, 2017
Loading