Skip to content
Snippets Groups Projects
  1. Apr 18, 2017
    • Matt Jankowski's avatar
      Language detection refactor (#2099) · 297c11db
      Matt Jankowski authored
      * Extract detect_language to separate class
      
      * Use default locale, not just en
      
      * Add spec to confirm that whatlanguage cant identify empty string
      
      * Allow account locale to override default in language detector
      
      * PostStatusService supplies an account to detect language
      297c11db
    • happycoloredbanana's avatar
    • Mingye Wang's avatar
      Polish zh-cn js translation (#2090) · 3ed219f9
      Mingye Wang authored
      * Polish zh-cn js translation
      
      * fixes for problems pointed out by gumblex in #2044
      * more effectively differentiate between following/follower
      
      * Fix missing period (zh-cn js)
      
      Maybe squash this commit?
      
      * Fix duplicate word (zh-cn js)
      3ed219f9
    • Matt Jankowski's avatar
      Instances list in admin (#2095) · 55e15035
      Matt Jankowski authored
      * Add admin/instances index action
      
      * Add link to instances admin page
      
      * View lists instances
      
      * Instances, grouped by domain, ordered by count
      
      * Use Account.remote scope
      
      * Extract method: Account.by_domain_accounts
      55e15035
    • Matt Jankowski's avatar
      Admin reports with accounts (#2092) · 66d8f99a
      Matt Jankowski authored
      * Add a ReportFilter class
      
      * Add reports and targeted_reports relationships to Account
      
      * Use ReportFilter from admin/reports controller
      
      * Link to admin/reports filtered views from admin account show view
      
      * Add indexes to reports.account_id and reports.target_account_id
      66d8f99a
    • Tomohiro Suwa's avatar
      Disable toot button when above 500 characters (#2088) · f23281e3
      Tomohiro Suwa authored
      * Disable toot button when above 500 characters
      
      * Consider multibyte characters
      
      * Consider spoiler_text
      f23281e3
    • spf's avatar
      fix admin input display (#1633) · 9783d8b6
      spf authored
      9783d8b6
    • JP DeVries's avatar
      Moving aria-label to div.column (#1769) · 75259715
      JP DeVries authored
      * Use landmark regions on columns
      
      Closes mastodon#1720
      
      * Moving aria-label to div.column
      75259715
    • Matt Jankowski's avatar
      Simplify renders in views (#2084) · 84b5fae8
      Matt Jankowski authored
      * Simplify render in mailer views
      
      * Simplify render in about/more view
      
      * Simplify render in accounts follow views
      
      * Simplify render in recovery code views
      
      * Simplify render in stream entry embed
      
      * Simplify render in stream entries status partial
      
      * Simplify render in authorize follow new view
      84b5fae8
    • ik-fib's avatar
      Add "Mastodon" to user agent (#2073) · 23ecc681
      ik-fib authored
      Remove non-const version string
      
      Freeze option is unnecessary
      23ecc681
    • Keiji, Yoshimi's avatar
      Translate onboarding dialog to japanese (#2062) · 82bbf57e
      Keiji, Yoshimi authored
      * translate onboarding modal to japanese
      
      * fixed translation by feedback
      82bbf57e
    • 839's avatar
      e2a1b574
    • Andrey Blinov's avatar
      880590ad
    • Koala Yeung's avatar
      Add Occitan (oc) translation (#2077) · 0a1b0246
      Koala Yeung authored
      * Added oc.yml
      
      * Added `config/locales/oc.yml`.
        Translated in General Occitan (Quent-in).
      
      * Added oc.jsx (Occitan translation)
      
      * Written in General Occitan (lengadocian)
      * Added `app/assets/javascripts/components/locales/oc.js`
      
      * Added doorkeeper.oc.yml
      
      * Added `config/locales/doorkeeper.oc.yml` (Quent-in)
      
      * Added simple_form.oc.yml
      
      * Added `config/locales/simple_form.oc.yml` (Quent-in).
      
      * Merge en.yml changes into oc.yml
      
      Added new strings for translations
      
      * Fix typo in oc.yml
      
      * Update javascript locale support (oc)
      
      * Update ruby locale list (oc)
      
      * Fix oc.yml
      
      * Remove obsoleted translations
      * Moved old translation of `reports` to `admin.reports`
      0a1b0246
    • Ratmir Karabut's avatar
      Update Russian translation (#1967) · 50ed7276
      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
      50ed7276
    • geta6's avatar
      Add hasMore field to account timeline (#2066) · 75910abd
      geta6 authored
      75910abd
  2. Apr 17, 2017
Loading