gearheads
/
mastodon
Archived
2
0
Fork 0
This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
mastodon/app
Eugen Rochko 059df83d1d
Fix database serialization failure returning HTTP 500 ()
Database serialization failure occurs when a read-replica is used
and a query takes long enough that rows on the primary database
become unavailable. It should return HTTP 503 as it is temporary.

Re-order rescue definitions according to their status codes
2021-05-05 19:44:35 +02:00
..
chewy Change `tootctl search deploy` algorithm () 2020-07-14 18:10:35 +02:00
controllers Fix database serialization failure returning HTTP 500 () 2021-05-05 19:44:35 +02:00
helpers Fix trying to fetch key from empty URI when verifying HTTP signature () 2021-05-01 23:18:59 +02:00
javascript Improve description of keyboard shortcuts () 2021-05-04 23:23:36 +02:00
lib Fix media processing getting stuck on too much stdin/stderr () 2021-05-05 19:44:01 +02:00
mailers Prepare Mastodon for Rails 6 () 2021-03-17 10:09:55 +01:00
models Fix media processing getting stuck on too much stdin/stderr () 2021-05-05 19:44:01 +02:00
policies Add cold-start follow recommendations () 2021-04-12 12:37:14 +02:00
presenters Add server rules () 2021-02-21 19:50:12 +01:00
serializers Add cold-start follow recommendations () 2021-04-12 12:37:14 +02:00
services Fix empty home feed before first follow has finished processing () 2021-05-04 04:45:08 +02:00
validators Fix existing username validator not allowing multiple accounts () 2021-05-04 14:22:04 +02:00
views Change auto-following admin-selected accounts, show in recommendations () 2021-04-24 17:01:43 +02:00
workers Fix empty home feed before first follow has finished processing () 2021-05-04 04:45:08 +02:00