Commit Graph

6 Commits (860a77d45ee9d17117364868f0932b4fcbe07d3d)

Author SHA1 Message Date
Eugen Rochko a49d43d112
Add scheduled statuses ()
Fix 
aus-social 1f98eae1cf Lint pass ()
Eugen Rochko 1f6ed4f86a
Add more granular OAuth scopes ()
* Add more granular OAuth scopes

* Add human-readable descriptions of the new scopes

* Ensure new scopes look good on the app UI

* Add tests

* Group scopes in screen and color-code dangerous ones

* Fix wrong extra scope
Yamagishi Kazutoshi d10447c3a8 Use raw status code on have_http_status ()
Akihiko Odaki 4f0b638cda Introduce access token fabricators ()
Matt Jankowski 4289ed1d13 Refactor of API timeline actions ()
- Increase coverage to exercise all parts of each action
- Move into namespace to share common code
- Misc refactor of each action for smaller methods, simpler code