- Aug 25, 2018
-
-
M Somerville authored
Still check for S3_CLOUDFRONT_HOST for existing installs.
-
Eugen Rochko authored
./bin/tootctl media remove --days 7 --background Make the old rake task point to it
-
- Aug 23, 2018
-
-
Eugen Rochko authored
-
- Aug 21, 2018
-
-
Eugen Rochko authored
-
- Aug 15, 2018
-
-
Immae authored
-
- Aug 13, 2018
-
-
Eugen Rochko authored
Adopted from GitLab CE. Generate new migration with: rails g post_deployment_migration name_of_migration_here By default they are run together with db:migrate. To not run them, the env variable SKIP_POST_DEPLOYMENT_MIGRATIONS must be set Code by Yorick Peterse <yorickpeterse@gmail.com>, see also: https://gitlab.com/gitlab-org/gitlab-ce/commit/83c8241160ed48ab066e2c5bd58d0914a745197c
-
- Aug 11, 2018
-
-
ThibG authored
-
- Jul 28, 2018
-
-
Eugen Rochko authored
-
Eugen Rochko authored
To improve the way super tall or super ride images are treated, the numbers remain the same, 1280x1280 and 400x400, but if an image is less in one dimension than the other, the other can become larger Thanks to @WAHa_06x36@mastodon.social for the tip
-
- Jul 14, 2018
-
-
Eugen Rochko authored
Fix #7997 Fix #6237
-
- Jul 11, 2018
-
- Jul 10, 2018
-
- Jul 07, 2018
-
- Jul 05, 2018
-
-
Eugen Rochko authored
-
- Jun 18, 2018
-
-
Eugen Rochko authored
-
- Jun 15, 2018
-
-
Eugen Rochko authored
-
- Jun 10, 2018
-
- Jun 09, 2018
-
- Jun 06, 2018
-
- Jun 05, 2018
-
- Jun 04, 2018
-
-
Eugen Rochko authored
-
- May 30, 2018
-
-
Eugen Rochko authored
* Speed up some rake tasks by moving execution to Sidekiq mastodon:media:remove_silenced mastodon:media:remove_remote mastodon:media:redownload_avatars mastodon:feeds:build * Fix code style issue
-
Eugen Rochko authored
-
- May 22, 2018
-
-
Eugen Rochko authored
-
- May 21, 2018
-
-
Eugen Rochko authored
-
- May 19, 2018
-
-
Eugen Rochko authored
-
- May 17, 2018
-
-
MIYAGI Hikaru authored
* User agent for WebFinger * local_domain → web_domain * 'http' is away accidentally...
-
- May 14, 2018
-
-
Eugen Rochko authored
-
- May 06, 2018
-
-
Eugen Rochko authored
-
- May 03, 2018
-
-
ThibG authored
* Revert "Fixes/do not override timestamps (#7331)" This reverts commit 581a5c9d. * Document Snowflake ID corner-case a bit more Snowflake IDs are used for two purposes: making object identifiers harder to guess and ensuring they are in chronological order. For this reason, they are based on the `created_at` attribute of the object. Unfortunately, inserting items with older snowflakes IDs will break the assumption of consumers of the paging APIs that new items will always have a greater identifier than the last seen one. * Add `override_timestamps` virtual attribute to not correlate snowflake ID with created_at
-
- May 02, 2018
-
-
Eugen Rochko authored
* No need to re-require sidekiq plugins, they are required via Gemfile * Add derailed_benchmarks tool, no need to require TTY gems in Gemfile * Replace ruby-oembed with FetchOEmbedService Reduce startup by 45382 allocated objects * Remove preloaded JSON-LD in favour of caching HTTP responses Reduce boot RAM by about 6 MiB * Fix tests * Fix test suite by stubbing out JSON-LD contexts
-
- Apr 26, 2018
-
-
Eugen Rochko authored
* Add support for separate Redis for cache CACHE_REDIS_URL to allow using a different Redis server for cache purposes, with cache-specific configuration such as key eviction * Fix code style issues
-
- Apr 23, 2018
-
-
Alejandro Martinez Ruiz authored
-
- Apr 22, 2018
-
-
David Baucum authored
Closes #7221
-
- Apr 20, 2018
-
-
Yamagishi Kazutoshi authored
-
- Apr 02, 2018
-
-
Eugen Rochko authored
-
- Mar 27, 2018
-
-
Eugen Rochko authored
Comparison was downcasing only one side, therefore if previously existing account had a non-lowercase spelling, it would be ignored when checking for duplicates. New rake task `mastodon:maintenance:find_duplicate_usernames` will help find constraint violations that might have occured from the presence of this bug. Bump version to 2.3.3
-