mastodon/spec
Lex Alexander b8bae96647 Retoot count increases without reason (#5363)
* Retoot count increases without reason

-The store_uri method for Statuses was being called on after_create and causing reblogs to be incremented twice.
-This calls it when the transaction is finished by using after_create_commit.
-Fixes #4916.

* Added test case for after_create_commit callback for checking reblog count.

* Rewrote test to keep original, but added one for only the after_create_commit callback.
2017-10-13 02:52:09 +02:00
..
controllers Fix pagination in Api::V1::BlocksController (#5285) 2017-10-09 17:30:31 +02:00
fabricators Add moderation note (#5240) 2017-10-07 20:26:43 +02:00
features
fixtures Custom emoji (#4988) 2017-09-19 02:42:40 +02:00
helpers Add moderation note (#5240) 2017-10-07 20:26:43 +02:00
javascript Update emoji-mart to v2.1.1 (#5256) 2017-10-07 12:17:02 +02:00
lib Encode custom emojis as resolveable objects in ActivityPub (#5243) 2017-10-07 17:43:42 +02:00
mailers
models Add moderation note (#5240) 2017-10-07 20:26:43 +02:00
policies
presenters
requests Redesign the landing page, mount public timeline on it (#4122) 2017-07-11 15:27:59 +02:00
routing
services Retoot count increases without reason (#5363) 2017-10-13 02:52:09 +02:00
support
validators Count all URLs in text as 23 characters flat, do not count domain part of usernames (#4427) 2017-07-29 00:06:29 +02:00
views Uploads for admin site settings (#4913) 2017-09-14 00:04:30 +02:00
workers Follow-up to #4582 and #5027, removing dead code (#5101) 2017-09-26 01:06:27 +02:00
rails_helper.rb Fix #4058 - Use a long-lived cookie to keep track of user-level sessions (#4091) 2017-07-07 23:25:15 +02:00
spec_helper.rb Minor performance improvement for test suite (#4678) 2017-08-24 13:31:55 +02:00