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
ThibG dfea7368c9 Add bookmarks (#7107)
* 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
5 years ago
..
controllers Add bookmarks (#7107) 5 years ago
fabricators Add bookmarks (#7107) 5 years ago
features Change unconfirmed user login behaviour (#11375) 6 years ago
fixtures Add noopener and/or noreferrer (#12202) 6 years ago
helpers Split AccountsHelper from StatusesHelper (#12078) 6 years ago
lib Fix remote media descriptions being cut off at 420 chars (#12262) 5 years ago
mailers Add password challenge to 2FA settings, e-mail notifications (#11878) 6 years ago
models Fix remote media descriptions being cut off at 420 chars (#12262) 5 years ago
policies Change admin UI for hashtags and add back whitelisted trends (#11490) 6 years ago
presenters Admission-based registrations mode (#10250) 6 years ago
requests Remove XML version of Webfinger and remove links to Atom feeds (#11460) 6 years ago
routing Move create/destroy actions for api/v1/statuses to namespace (#3678) 8 years ago
serializers/activitypub Fix account URI in UpdatePollSerializer (#11194) 6 years ago
services Add noopener and/or noreferrer (#12202) 6 years ago
support Remove empty strings (#5732) 7 years ago
validators Change admin UI for hashtags and add back whitelisted trends (#11490) 6 years ago
views Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 6 years ago
workers Fix various issues with account migration (#12301) 5 years ago
rails_helper.rb Fix records not being indexed sometimes (#12024) 6 years ago
spec_helper.rb Add ActivityPub actor representing the entire server (#11321) 6 years ago