index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
controllers
/
api
/
v1
/
follows_controller.rb
Age
Commit message (
Expand
)
Author
2018-07-05
Add more granular OAuth scopes (#7929)
Eugen Rochko
2017-09-10
Fix POST /api/v1/follows error when already following (#4878)
Eugen Rochko
2017-07-07
Refactor JSON templates to be generated with ActiveModelSerializers instead o...
Eugen Rochko
2017-06-07
Clean up for api/base controller (#3629)
Matt Jankowski
2017-04-19
Simplify render in controllers (#2144)
Matt Jankowski
2017-04-04
Fix ActionController::Parameters in API issue
Eugen Rochko
2016-11-15
Fix rubocop issues, introduce usage of frozen literal to improve performance
Eugen Rochko
2016-11-09
API pagination for all collections using Link header
Eugen Rochko
2016-11-08
Move timelines API from statuses to its own controller, add a check for
Eugen Rochko
2016-11-03
Allow @username@domain/@username in follow form, prevent duplicate accounts
Eugen Rochko
2016-10-22
Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limiting
Eugen Rochko
2016-10-06
Better comparison of "local" domain
Eugen Rochko
2016-09-29
Improve code style
Eugen Rochko
2016-09-27
Fix #52 - Add API versioning (v1)
Eugen Rochko