Skip to content
Snippets Groups Projects
  1. May 07, 2017
    • beatrix's avatar
      namespace redis usage (#2869) · 5c1f70b5
      beatrix authored
      * add redis-namespace gem
      
      * namespace redis usage
      
      * refactor redis namespace code to be less intrusive
      
      previously : would be prepended to keys when the
      REDIS_NAMESPACE env var was not set
      
      now if it is not set the namespacing functions are
      not used at all, which should prevent disruptions
      when instances update.
      
      * fix redis namespace variable style in streaming js
      
      * remove trailing space
      
      * final redis namespace style fix
      5c1f70b5
    • Özcan Zafer AYAN's avatar
      Add Turkish yml file (#2878) · 983593dd
      Özcan Zafer AYAN authored
      * Add Turkish yml file
      
      * Add translation files for Turkish
      
      * Deleted click_to_edit key and val
      
      Deleted click_to_edit: Düzenlemek için ilgili ayara tıklayınız line
      983593dd
    • Nolan Lawson's avatar
      add source maps for dev/production (#2873) · d3720686
      Nolan Lawson authored
      d3720686
    • Yamagishi Kazutoshi's avatar
      Fix redirect path for admin (#2871) · d7c17c32
      Yamagishi Kazutoshi authored
      d7c17c32
    • Ira's avatar
      i18n: Update Hebrew interface translation. (#2880) · ee1486a7
      Ira authored
      * follow the instructions for registering the language as stated on the Tootsuite's docs.
      
      * Added translation strings from latest master
      
      Adding ‏ characters to many strings that are misdirected in the interface.
      
      A tiny grammar fix
      
      Updates of Hebrew strings to v1.3.1
      
      Hebrew translation of the mailer templates.
      
      Fix strings and a missing comma.
      
      Just discovered two string keys were updated. this should lay Travis' mind to rest at last.
      
      Remove mentions before counting characters to decide RTL ratio
      
      Fixes for PR #2573
      
      updated strings for latest master
      
      Undo RTL counting, moved out to another branch for future consideration...
      ee1486a7
    • Koala Yeung's avatar
      Fix unused key issue in zh-HK (#2870) · ada8a6cb
      Koala Yeung authored
      * locale: remove unused keys in zh-HK
      
      * locale: update json translations
      
      * handled the untranslated strings.
      * removed unused keys.
      ada8a6cb
    • yhirano's avatar
      Enable CodeClimate Brakeman checks (#2861) · bfbfaf9f
      yhirano authored
      * add brakeman to Gemfile
      
      * Enable CodeClimate brakeman checks
      
      * add config/brakeman.ignore
      bfbfaf9f
  2. May 06, 2017
  3. May 05, 2017
    • alpaca-tc's avatar
      Fixes unknown mime type (#2822) · ee3e0a93
      alpaca-tc authored
      ee3e0a93
    • Koala Yeung's avatar
      Update Locale zh-HK (#2818) · 886176f8
      Koala Yeung authored
      * locale: Add missing translation in zh-HK.yml
      
      * locale: fix consistancy in zh-HK.yml translation
      
      * locale: Improve zh-HK yml translations
      
      * Use "PuSH" in all "PubSubHubBub" occurances.
      * Simplify text on front page.
      * Improve doorkeeper authorization table translations.
      * Simplify setting form text for better layout.
      * Improve "Business Email" translation.
      
      * locale: Update zh-HK.json
      
      * Fix untranslated text.
      * Improve translations.
      886176f8
    • Milan*'s avatar
      Correct typo in german locale (#2805) · 8c9ea9b8
      Milan* authored
      8c9ea9b8
    • Eugen Rochko's avatar
      More robust PuSH subscription refreshes (#2799) · 81584779
      Eugen Rochko authored
      * Fix #2473 - Use sidekiq scheduler to refresh PuSH subscriptions instead of cron
      
      Fix an issue where / in domain would raise exception in TagManager#normalize_domain
      
      PuSH subscriptions refresh done in a round-robin way to avoid hammering a single
      server's hub in sequence. Correct handling of failures/retries through Sidekiq (see
      also #2613). Optimize Account#with_followers scope. Also, since subscriptions
      are now delegated to Sidekiq jobs, an uncaught exception will not stop the entire
      refreshing operation halfway through
      
      Fix #2702 - Correct user agent header on outgoing http requests
      
      * Add test for SubscribeService
      
      * Extract #expiring_accounts into method
      
      * Make mastodon:push:refresh no-op
      
      * Queues are now defined in sidekiq.yml
      
      * Queues are now in sidekiq.yml
      81584779
  4. May 04, 2017
  5. May 03, 2017
  6. May 02, 2017
Loading