You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec
Claire 0360135d4d
Fix PeerTube videos appearing with an erroneous “Edited at” marker (#18100)
* Fix PeerTube videos appearing with an erroneous “Edited at” marker

PeerTube videos have an `updated` field equal to `published`.
When processing an incoming activity that has the same value for `updated` and
`published`, assume this doesn't represent an actual edit.

* Please CodeClimate
3 years ago
..
controllers Remove sign-in token authentication, instead send e-mail about new sign-in (#17970) 3 years ago
fabricators Fix report category not being saved in REST API (#17682) 3 years ago
features
fixtures Fix some link previews being incorrectly generated from other prior links (#16885) 3 years ago
helpers Spelling (#17705) 3 years ago
lib Fix PeerTube videos appearing with an erroneous “Edited at” marker (#18100) 3 years ago
mailers Fix failure when sending warning emails with custom text (#17983) 3 years ago
models Fix edits with no actual changes being allowed (#17843) 3 years ago
policies Spelling (#17705) 3 years ago
presenters Add `/api/v1/accounts/familiar_followers` to REST API (#17700) 3 years ago
requests Further preparation for Rails 6 (#15916) 4 years ago
routing
serializers/activitypub
services Fix spurious edits and require incoming edits to be explicitly marked as such (#17918) 3 years ago
support Spelling (#17705) 3 years ago
validators Fix being able to post URLs longer than 4096 characters (#17908) 3 years ago
views Redesign /about when already logged in (#17348) 3 years ago
workers Improve tests involving push_bulk (#17508) 3 years ago
rails_helper.rb Fix not updating a status when newer version is fetched manually (#17745) 3 years ago
spec_helper.rb Improve tests involving push_bulk (#17508) 3 years ago