Commit Graph

8 Commits (05f9e39b32f15d71eb9ec524d1ab871e5c0d03da)

Author SHA1 Message Date
Matt Jankowski c97b611b6b
Fix RSpec/InferredSpecType cop ()
Nick Schonning a3393d0d07
Autofix Rubocop RSpec/MatchArray ()
Nick Schonning 84cc805cae
Enable Style/FrozenStringLiteralComment for specs ()
Nick Schonning 5116347eb7
Autofix Rubocop RSpec/BeEq ()
Nick Schonning bf785df9fe
Audofix Rubocop Style/WordArray ()
Nick Schonning aef0051fd0
Enable Rubocop HTTP status rules ()
Gomasy 5a2c0707f1 Support min_id-based pagination for bookmarks ()
* Support min_id-based pagination for bookmarks

* Fix 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