Skip to content
Snippets Groups Projects
  1. May 06, 2017
  2. 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
  3. May 04, 2017
  4. May 03, 2017
  5. May 02, 2017
  6. May 01, 2017
    • Giuseppe Pignataro's avatar
      Italian translation (#2654) · 2bd46f44
      Giuseppe Pignataro authored
      * Added Italian Translation of the following files:
      Changes to be committed:
      	new file:   app/views/user_mailer/confirmation_instructions.it.html.erb
      	new file:   app/views/user_mailer/confirmation_instructions.it.text.erb
      	new file:   app/views/user_mailer/password_change.it.html.erb
      	new file:   app/views/user_mailer/password_change.it.text.erb
      	new file:   app/views/user_mailer/reset_password_instructions.it.html.erb
      	new file:   app/views/user_mailer/reset_password_instructions.it.text.erb
      
      * Added italian translation
      Changes to be committed:
      new file:   config/locales/activerecord.it.yml
      2bd46f44
    • Matt Jankowski's avatar
      Filter on allowed user language preferences (#2361) · f025cc67
      Matt Jankowski authored
      * Naive approached to timeline filtering
      
      * Convert allowed_languages into a db column
      
      * Allow users to choose languages to see statuses in
      
      * Style list items as two columns
      
      * Add a hint to explain language filtering preference
      f025cc67
  7. Apr 30, 2017
  8. Apr 29, 2017
Loading