- 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
-
- Mar 24, 2018
-
-
Akihiko Odaki authored
HTTP connections must be explicitly closed in many cases, and letting perform method close connections makes its callers less redundant and prevent them from forgetting to close connections.
-
- Mar 22, 2018
-
- Mar 20, 2018
-
-
Eugen Rochko authored
Fix #6816, fix #6790
- Mar 19, 2018
-
- Mar 17, 2018
-
-
Eugen Rochko authored
-
Akihiko Odaki authored
- Mar 13, 2018
-
-
Eugen Rochko authored
-
- Mar 12, 2018
-
-
Ushitora Anqou authored
* add detailed SMTP settings setup in mastodon:setup * add localhost SMTP settings setup in mastodon:setup * SMTP settings setup should exit after successful delivery of test mail
-
艮 鮟鱇 authored
-
- Mar 11, 2018
-
- Mar 09, 2018
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Mar 08, 2018
-
-
Eugen Rochko authored
Media attachments are part of the association cache of statuses, since they are presumed to be immutable. Unless this cache is cleared manually, the statuses will continue to look like they have media embedded.
- Mar 07, 2018
-
- Mar 06, 2018
-
-
Eugen Rochko authored
But do not upscale when they are smaller
-
- Mar 04, 2018
-
-
Akihiko Odaki authored
The default locale is now set by config.
-
- Mar 01, 2018
-
-
Thomas Leister authored
-
Eugen Rochko authored
-
- Feb 28, 2018
-
-
Eugen Rochko authored
-
- Feb 26, 2018
-
-
Paul Woolcock authored
* Some images can cause `convert` to fail, which crashes this whole task * Add more specific exception
-
Eugen Rochko authored
* Ensure the app does not even start if OTP_SECRET is not set * Remove PAPERCLIP_SECRET (it's not used by anything, actually) Imports are for internal consumption and the url option isn't even used correctly, so we can remove the hash stuff from them
-
- Feb 21, 2018
-
-
Eugen Rochko authored
-