Skip to content
Snippets Groups Projects
  1. May 08, 2017
  2. May 07, 2017
  3. May 06, 2017
  4. 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
  5. May 04, 2017
  6. May 03, 2017
  7. May 02, 2017
Loading