Skip to content
Snippets Groups Projects
  1. May 05, 2017
    • alpaca-tc's avatar
      d1290fbd
    • Matt Jankowski's avatar
      Misc spec coverage improvements (#2821) · 484c9709
      Matt Jankowski authored
      * Dont use raise_error by itself (avoids warning)
      
      * Add coverage for AccountFilter
      
      * Improve coverage and refactor for Subscription#lease_seconds
      
      * Improve coverage and refactor for NotificationMailer
      
      * Simplify assignment of min/max threshold on subscription
      484c9709
    • masarakki's avatar
      d08f1112
    • Koala Yeung's avatar
      Minor fix in Travis config with bundler call (#2806) · bcfd9a2f
      Koala Yeung authored
      * Travis: Fix bundler_args
      
      `bundler_args` is not functional if using custom install script
      in `.travis.yml`. Directly attach the argument to the install script.
      
      * Travis: Run i18n-tasks through bundle exec
      
      Parallel to similar scripts in the same travis config.
      More resiliant to changes in configuration.
      
      * Travis: bundler vendor directory
      
      Travis + rvm seems to ignore `.bundle/config` and hence use rvm
      global vendor directory by default. Adding `--path` will fix this
      and hence make `cache.bundler = true` really functional.
      
      * Travis: disable bundler cache
      
      No significant change in build time. Huge cache. Best disabled.
      bcfd9a2f
    • 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
    • Yamagishi Kazutoshi's avatar
      Run manage:translations (#2816) · d397d0d6
      Yamagishi Kazutoshi authored
      d397d0d6
    • Matt Jankowski's avatar
      Add specs (and refactor) of FetchRemoteResourceService and SearchService (#2812) · 20c37ed0
      Matt Jankowski authored
      * Coverage for fetch remote resource service
      
      * Refactor fetch remote resource service
      
      * Coverage for search service
      
      * Refactor search service
      20c37ed0
    • Yamagishi Kazutoshi's avatar
    • ButterflyOfFire's avatar
      Update ar.json (#2815) · 8f0f4a86
      ButterflyOfFire authored
      Adding more arabic translated strings.
      8f0f4a86
    • Milan*'s avatar
      Correct typo in german locale (#2805) · 8c9ea9b8
      Milan* authored
      8c9ea9b8
    • ThibG's avatar
      Add additional documentation and warnings to the WEB_DOMAIN setting. (#2386) · 4d22d03f
      ThibG authored
      * Add additional documentation and warnings to the WEB_DOMAIN setting.
      
      This feature is largely undocumented, and quite a number of users have
      shot them in the feet already despite the warning. Added a bit of documentation
      and expanded the warning until we have a mechanism for dealing with conflicting
      user URIs.
      
      * Change WEB_DOMAIN comments to point to the extensive online documentation
      4d22d03f
    • 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
  2. May 04, 2017
  3. May 03, 2017
Loading