mastodon/app
Eugen Rochko 790d3bc637
Move network calls out of transaction in ActivityPub handler (#8951)
Mention and emoji code may perform network calls, but does not need
to do that inside the database transaction. This may improve availability
of database connections when using pgBouncer in transaction mode.
2018-10-11 00:50:18 +02:00
..
chewy Get rid of Chewy order/limit warning (#8355) 2018-08-22 02:44:56 +02:00
controllers Remove dead code (#8919) 2018-10-08 04:48:54 +02:00
helpers Add dns-prefetch if using different host for assets or uploads (#8942) 2018-10-10 01:31:10 +02:00
javascript Fix that the copy button of verify link did not work. (#8938) 2018-10-09 19:36:13 +02:00
lib Move network calls out of transaction in ActivityPub handler (#8951) 2018-10-11 00:50:18 +02:00
mailers Fix low-hanging rubocop gripes (#8458) 2018-08-26 19:22:46 +02:00
models rubocop issues - Cleaning up (#8912) 2018-10-08 04:50:11 +02:00
policies Allow mods to disable login, improve message when login disabled (#8329) 2018-08-23 23:26:29 +02:00
presenters Replace SVG asset with Custom mascot (#8766) 2018-10-08 00:20:45 +02:00
serializers Add conversations API (#8832) 2018-10-07 23:44:58 +02:00
services Add conversations API (#8832) 2018-10-07 23:44:58 +02:00
validators Limit the number of people that can be followed from one account (#8807) 2018-10-04 17:36:11 +02:00
views Add description meta tag additionally to og:description (#8941) 2018-10-10 02:21:30 +02:00
workers Track historical space stats in PgHero to determine PostgreSQL growth (#8906) 2018-10-09 19:35:14 +02:00