Skip to content
Snippets Groups Projects
  1. Apr 18, 2017
    • 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
  3. Apr 16, 2017
    • Eugen's avatar
    • Eugen's avatar
    • Eugen's avatar
      Fix #1870 - Strip control characters out of strings in AtomSerializer (#1876) · f902a335
      Eugen authored
      * Fix #1870 - Strip control characters out of strings in AtomSerializer
      
      * Adjust according to comment by @alpaca-tc
      f902a335
    • Eugen's avatar
      Add language detection (#1772) · e4af4898
      Eugen authored
      * Add language detection via WhatLanguage and (de)serialization of it through Atom
      
      * Fix default language in ProcessFeedService
      
      * Re-add newline before 'react-rails' Gem to fix groupings
      
      Fixes Code Climate issue
      e4af4898
    • Eugen's avatar
      Onboarding modal (#1883) · 6d70a802
      Eugen authored
      * Basic onboarding modal that's shown to users once
      
      * Lay out pages 2 through 5, add images, style modals (#1509)
      
      * Lay out pages 2 through 5
      
      Added images and laid out pages 2 through 5 in the jsx file. SCSS will
      come, still working on just seeing if this works at all.
      
      * Fix jsx errors, add images to modal pages, style modal pages
      
      * Add animations to onboarding pager changes, improve wording and styling
      
      * Finishing touches on the onboarding
      
      * Add missing propTypes
      
      * Update wording
      6d70a802
    • Matt Jankowski's avatar
      I18n health warnings (#1949) · f87b51fd
      Matt Jankowski authored
      * Rename admin.domain_block to admin.domain_blocks in prep for i18n improvement
      
      * Use implicit controller/action path for i18n in admin/domain_blocks
      
      * Add DomainBlock#accounts has_many
      
      * Avoid i18n health warning for `en` locale by using symbol scope with :count
      
      * Remove unused i18n key: plaintext_secret_html
      
      * Remove unused i18n key two_factor_auth.warning
      
      * Remove final will_paginate i18n keys
      
      * Remove unused key two_factor_auth.recovery_codes
      
      * Remove unused key: admin.reports.comment.none
      
      * Remove unused reports. i18n namespace (moved to admin.reports)
      
      * Ignore keys from locales which override activemodel and activerecord errors
      
      * Revert "Remove unused key: admin.reports.comment.none"
      
      This reverts commit 350ef2685fadc069e619bb6d1066190de195d942.
      
      * Update i18n key reference to match moved location
      
      * Add missing `en` keys to i18n
      
      * Tell i18n-tasks to ignore missing attributes that dont need overwriting
      
      * Add i18n-tasks unused to travis
      f87b51fd
    • alpaca-tc's avatar
      Check @recipient.user at the first (#1939) · 19f63ff8
      alpaca-tc authored
      19f63ff8
    • Eugen's avatar
      Fix #1813 - Alleviate extra requests when processing mentions (#1938) · babbb213
      Eugen authored
      The <link rel="mentioned" /> tag refers to accounts by href. So we were
      matching the DB by the url attribute, and falling back to HTTP look-up.
      However, GS and Mastodon use profile URLs as URIs, too, and the match
      for that was missing. This could potentially alleviate some extra network
      requests
      babbb213
    • Matt Jankowski's avatar
Loading