Glitch-Shrike/spec
Eugen Rochko 71f2b95106
Fix edits with no actual changes being allowed (#17843)
* Fix edits with no actual changes being allowed locally

* Fix edits with no actual changes being allowed through ActivityPub

* Fix false positive changes caused by description processing in model

* Fix not recording poll expiration update

* Fix test

* Revert changes to ProcessStatusUpdateService

* Various fixes and improvements

* Fix code style issues

* Various changes and improvements

* Add guard clause
2022-03-26 00:38:44 +01:00
..
controllers Add `types` param to `GET /api/v1/notifications` in REST API (#17767) 2022-03-15 04:11:29 +01:00
fabricators Fix report category not being saved in REST API (#17682) 2022-03-02 18:57:08 +01:00
features
fixtures
helpers Spelling (#17705) 2022-03-06 22:51:40 +01:00
lib Add workaround for YouTube Shorts links (#17869) 2022-03-25 19:31:35 +01:00
mailers Add trending statuses (#17431) 2022-02-25 00:34:14 +01:00
models Fix edits with no actual changes being allowed (#17843) 2022-03-26 00:38:44 +01:00
policies Spelling (#17705) 2022-03-06 22:51:40 +01:00
presenters Add `/api/v1/accounts/familiar_followers` to REST API (#17700) 2022-03-07 09:36:47 +01:00
requests
routing
serializers/activitypub
services Fix edits with no actual changes being allowed (#17843) 2022-03-26 00:38:44 +01:00
support Spelling (#17705) 2022-03-06 22:51:40 +01:00
validators
views Redesign /about when already logged in (#17348) 2022-03-03 16:14:44 +01:00
workers
rails_helper.rb Fix not updating a status when newer version is fetched manually (#17745) 2022-03-12 09:11:36 +01:00
spec_helper.rb