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/app/models/concerns
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
..
account_associations.rb Add bookmarks (#7107) 5 years ago
account_avatar.rb Remove WebP support (#11589) 6 years ago
account_counters.rb Add `tootctl cache recount` command (#11597) 6 years ago
account_finder_concern.rb Add ActivityPub actor representing the entire server (#11321) 6 years ago
account_header.rb Remove WebP support (#11589) 6 years ago
account_interactions.rb Add bookmarks (#7107) 5 years ago
attachmentable.rb Fix performance of GIF re-encoding (#12057) 6 years ago
cacheable.rb Fix cache_associated no longer working (#7320) 7 years ago
domain_normalizable.rb Fix crash when saving invalid domain name (#11528) 6 years ago
expireable.rb Fix poll update handler calling method was that was not available (#10246) 6 years ago
ldap_authenticable.rb Fix authentication before 2FA challenge (#11943) 6 years ago
omniauthable.rb Fix SSO login not using existing account when e-mail is verified (#11862) 6 years ago
paginable.rb Fix timeline pagination (#8827) 7 years ago
pam_authenticable.rb Fix LDAP/PAM/SAML/CAS users not being approved instantly (#10621) 6 years ago
redisable.rb Create Redisable#redis (#9633) 6 years ago
relationship_cacheable.rb Cache relationships in API (#6482) 7 years ago
remotable.rb Fix attachment not being re-downloaded even if file is not stored (#12125) 6 years ago
status_threading_concern.rb Improved remote thread fetching (#10106) 6 years ago
user_roles.rb Add moderation API (#9387) 6 years ago