Skip to content
Snippets Groups Projects
  1. Oct 29, 2017
  2. Oct 27, 2017
  3. Oct 26, 2017
  4. Oct 25, 2017
    • Ratmir Karabut's avatar
      Update Russian translation (#5517) · 20fee786
      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)
      
      * Update Russian translation
      
      * Update Russian translation
      
      * Fix merge conflicts (revert)
      
      * Update Russian translation
      
      * Update Russian translation (fix)
      
      * Update Russian translation (fix quotes)
      
      * Update Russian translation (fix quotes)
      
      * Update Russian translation (fix)
      
      * Update Russian translation
      
      * Add quotes
      
      * bundle exec i18n-tasks normalize
      20fee786
    • Olivier Nicole's avatar
      Complete Esperanto translation (#5520) · 1ba37254
      Olivier Nicole authored
      1ba37254
  5. Oct 21, 2017
  6. Oct 19, 2017
  7. Oct 18, 2017
  8. Oct 17, 2017
  9. Oct 16, 2017
    • Jeroen's avatar
      Small update Dutch (nl) strings (#5424) · df1a9c5a
      Jeroen authored
      * Update Dutch strings
      
      * Update Dutch
      df1a9c5a
    • Nolan Lawson's avatar
      8980aa80
    • Eugen Rochko's avatar
      Keep references to all reblogs of a status on home feed (#5419) · 34118169
      Eugen Rochko authored
      * Keep references to all reblogs of a status on home feed
      
      When inserting reblog: Add to set of reblogs of this status on
      the feed, if original status was present in the feed, add it to
      that set as well.
      
      When removing a reblog: Remove it from that set. Take random
      remaining item from the set. If one exists, re-insert it into feed,
      otherwise do not re-insert anything.
      
      Fix #4210
      
      * When original is removed, toss out reblog references
      34118169
    • Eugen Rochko's avatar
      Ensure that feed renegeration restores non-zero items (#5409) · 7cc71748
      Eugen Rochko authored
      Fix #5398
      
      Ordering the home timeline query by account_id meant that the first
      100 items belonged to a single account. There was also no reason to
      reverse-iterate over the statuses. Assuming the user accesses the
      feed halfway-through, it's better to have recent statuses already
      available at the top. Therefore working from newer->older is ideal.
      
      If the algorithm ends up filtering all items out during last-mile
      filtering, repeat again a page further. The algorithm terminates
      when either at least one item has been added, or if the database
      query returns nothing (end of data reached)
      7cc71748
    • Eugen Rochko's avatar
      Filter out duplicate IDs in timelines reducer (#5417) · aec70b44
      Eugen Rochko authored
      Possibly the cause of #5379, #5377
      aec70b44
Loading