- May 29, 2017
-
-
Matt Jankowski authored
* Update xpath to version 2.1.0 * Update aws-sdk to version 2.9.25 * Update oj to version 3.0.10 * Update brakeman to version 3.6.2 * Update rufus-scheduler to version 3.4.2 * Update doorkeeper to version 4.2.6 * Update rubocop to version 0.49.0
-
Nolan Lawson authored
-
Akihiko Odaki authored
* Remove methods from ObfuscateFilename * Spec ObfuscateFilename
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Akihiko Odaki authored
* Spec output of Settings::Exports::BlockedAccountsController * Spec output of Settings::Exports::FollowingAccountsController * Spec output of Settings::Exports::MutedAccountsController * Spec Settings::Exports::BaseController This commit removes duplicate specs in classes inheriting Settings::Exports::BaseController as well.
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
Akihiko Odaki authored
-
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.
-
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.
-
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
-
Nolan Lawson authored
-
masarakki authored
-
lindwurm authored
* "メデイア" -> "メディア" Signed-off-by:
lindwurm <lindwurm.q@gmail.com>
-
Nolan Lawson authored
-
- May 28, 2017
-
-
Eugen Rochko authored
-
Nolan Lawson authored
-
Clworld authored
-
Eugen Rochko authored
The combination of object-fit, relative position 50% from top and translating it back upwards 50% is what allows us to crop the video properly, so it needs to be +50%-50%
-
ster authored
-
Nolan Lawson authored
-