Commit Graph

8 Commits (bcb3b627b983908e8fb9a0b67140e48415157f53)

Author SHA1 Message Date
Matt Jankowski 37bcbeab4a
Simplify model validation spec in AccountModerationNote/ReportNote ()
Emelia Smith c88ba523ee
Fix sort order of moderation notes on Reports and Accounts ()
Matt Jankowski 6f1fa1364f
Fix `RSpec/EmptyExampleGroup` cop ()
Matt Jankowski c97b611b6b
Fix RSpec/InferredSpecType cop ()
Nick Schonning 84cc805cae
Enable Style/FrozenStringLiteralComment for specs ()
aus-social 1f98eae1cf Lint pass ()
Eugen Rochko 24cafd73a2
Lists ()
* Add structure for lists

* Add list timeline streaming API

* Add list APIs, bind list-account relation to follow relation

* Add API for adding/removing accounts from lists

* Add pagination to lists API

* Add pagination to list accounts API

* Adjust scopes for new APIs

- Creating and modifying lists merely requires "write" scope
- Fetching information about lists merely requires "read" scope

* Add test for wrong user context on list timeline

* Clean up tests
nullkal 633426b261 Add moderation note ()
* Add moderation note

* Add frozen_string_literal

* Make rspec pass