mastodon/spec
Eugen Rochko cefa526c6d
Refactor formatter (#17828)
* Refactor formatter

* Move custom emoji pre-rendering logic to view helpers

* Move more methods out of Formatter

* Fix code style issues

* Remove Formatter

* Add inline poll options to RSS feeds

* Remove unused helper method

* Fix code style issues

* Various fixes and improvements

* Fix test
2022-03-26 02:53:34 +01:00
..
controllers Add types param to GET /api/v1/notifications in REST API (#17767) 2022-03-15 04:11:29 +01:00
fabricators
features
fixtures
helpers Spelling (#17705) 2022-03-06 22:51:40 +01:00
lib Refactor formatter (#17828) 2022-03-26 02:53:34 +01:00
mailers
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
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