mastodon/spec
ThibG dfea7368c9 Add bookmarks ()
* Add backend support for bookmarks

Bookmarks behave like favourites, except they aren't shared with other
users and do not have an associated counter.

* Add spec for bookmark endpoints

* Add front-end support for bookmarks

* Introduce OAuth scopes for bookmarks

* Add bookmarks to archive takeout

* Fix migration

* Coding style fixes

* Fix rebase issue

* Update bookmarked_statuses to latest UI changes

* Update bookmark actions to properly reflect status changes in state

* Add bookmarks item to single-column layout

* Make active bookmarks red
..
controllers Add bookmarks ()
fabricators Add bookmarks ()
features Change unconfirmed user login behaviour ()
fixtures Add noopener and/or noreferrer ()
helpers Split AccountsHelper from StatusesHelper ()
lib Fix remote media descriptions being cut off at 420 chars ()
mailers Add password challenge to 2FA settings, e-mail notifications ()
models Fix remote media descriptions being cut off at 420 chars ()
policies Change admin UI for hashtags and add back whitelisted trends ()
presenters Admission-based registrations mode ()
requests Remove XML version of Webfinger and remove links to Atom feeds ()
routing Move create/destroy actions for api/v1/statuses to namespace ()
serializers/activitypub Fix account URI in UpdatePollSerializer ()
services Add noopener and/or noreferrer ()
support Remove empty strings ()
validators Change admin UI for hashtags and add back whitelisted trends ()
views Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` ()
workers Fix various issues with account migration ()
rails_helper.rb Fix records not being indexed sometimes ()
spec_helper.rb Add ActivityPub actor representing the entire server ()