Skip to content
Snippets Groups Projects
  1. May 29, 2017
    • unarist's avatar
      Don't stream toots from users who have blocked the recipient user (#3300) · 91c789ec
      unarist authored
      * Don't stream toots from users who have blocked the recipient user
      
      This filter was already applied on the `/api/v1/timelines/public` API, but
      not yet for the Streaming API.
      
      * Boosted status' account_id doesn't need for filtering in streaming/index.js
      
      This filtering is only for public/hashtag timelines, but boosts already filtered on FanOutOnWriteService because those timelines don't show boosts.
      91c789ec
    • Daniel Hunsaker's avatar
      [nanobox] Adjustments for Nanobox development (#3295) · 9ead3d1c
      Daniel Hunsaker authored
      Because Nanobox doesn't run data components in the same container as the code, there are a few tweaks that need to be made in the configuration to get WebPack to work properly in development mode.
      
      The same differences lead to needing to use `DATABASE_URL` by default in the `.env` file for Rails to work correctly.
      
      Limitations of our `.env` loader for Node.js mean the `.env` file needs to be compiled everywhere in order to work, so we compile it in development, now, too. Also, all the `.env.production` tweaks have been consolidated into a single command.
      
      Finally, since Nanobox actually creates the database when it sets up the database server, using the existence of the database alone to determine whether to migrate or setup is insufficient. So we add a condition to `rake db:migrate:setup` to check whether any migrations have run - if the database doesn't exist yet, `db:setup` will be called; if it does, but no migrations have been run, `db:migrate` and `db:seed` are called instead (the same basic idea as what `db:setup` does, but it skips `db:create`, which will only cause problems with an existing DB); otherwise, only `db:migrate` is called.
      
      None of these changes should affect development, and all are designed not to interfere with existing behaviors in other environments.
      9ead3d1c
    • Atsushi Yamamoto's avatar
      Add preference setting for delete toot modal (#3368) · 402c19a9
      Atsushi Yamamoto authored
      * Set delete_modal preference to true by default
      * Does not show confirmation modal if delete_modal is false
      * Add ja translation for preference setting page
      402c19a9
    • Nolan Lawson's avatar
      b5e89948
    • masarakki's avatar
      fix-rails-minor-version (#3403) · 4bd327a0
      masarakki authored
      4bd327a0
    • lindwurm's avatar
      l10n: Fix Japanese translation (#3410) · 18432507
      lindwurm authored
      
      * "メデイア" -> "メディア"
      
      Signed-off-by: default avatarlindwurm <lindwurm.q@gmail.com>
      18432507
    • Nolan Lawson's avatar
  2. May 28, 2017
  3. May 27, 2017
  4. May 26, 2017
Loading