mastodon/spec
ThibG 517af45e32
Fix multiple boosts of a same toot erroneously appearing in TL (#14759)
* Check for and record reblog info atomically

Instead of using ZREVRANK to determine whether a reblog is a new reblog or not,
use ZADD's NX option to perform the check/addition option atomically.

* Replace ZREVRANK call with ZSCORE key which is more efficient

* Make tests a bit stricter

* Fix off-by-one
2020-09-07 18:00:15 +02:00
..
controllers Add WebAuthn as an alternative 2FA method (#14466) 2020-08-24 16:46:27 +02:00
fabricators Add WebAuthn as an alternative 2FA method (#14466) 2020-08-24 16:46:27 +02:00
features Add submit button to the top of preferences pages (#13068) 2020-03-08 16:04:03 +01:00
fixtures
helpers Add ability to filter audit log in admin UI (#13381) 2020-04-03 13:06:34 +02:00
lib Fix multiple boosts of a same toot erroneously appearing in TL (#14759) 2020-09-07 18:00:15 +02:00
mailers refactor: add email previews for WebAuthn emails (#14658) 2020-08-25 01:21:11 +02:00
models Refactor how public and tag timelines are queried (#14728) 2020-09-07 11:02:04 +02:00
policies
presenters
requests
routing
serializers/activitypub
services Refactor how public and tag timelines are queried (#14728) 2020-09-07 11:02:04 +02:00
support
validators Improve email address validation (#14565) 2020-08-12 12:40:25 +02:00
views
workers Fix various warnings in rspec (#14729) 2020-09-04 20:22:26 +02:00
rails_helper.rb Add WebAuthn as an alternative 2FA method (#14466) 2020-08-24 16:46:27 +02:00
spec_helper.rb