about summary refs log tree commit diff
path: root/app/controllers/api_controller.rb
AgeCommit message (Expand)Author
2016-10-22Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limitingEugen Rochko
2016-10-19Fix #100 - Add "back" button to certain viewsEugen Rochko
2016-10-16Fix #16 - Optimize n+1 queries when checking reblogged/favourited values for ...Eugen Rochko
2016-10-05Catching more exceptions that slipped through, removing AR logging fromEugen Rochko
2016-09-30Meaningful validation errors in API responseEugen Rochko
2016-09-26Replace logo, fix #57 - delete/unreblog/unfavourite API, fix #45 - appEugen Rochko
2016-09-17Improved error handling for FollowRemoteServiceEugen Rochko
2016-08-26The frontend will now be an OAuth app, auto-authorized. The frontend will use...Eugen Rochko
2016-08-17Upgrade to Rails 5.0.0.1Eugen Rochko
2016-03-20Writing out more tests, fixed some bugsEugen Rochko
2016-03-11Improving feed queries, switching API to doorkeeper authenticationEugen Rochko
2016-03-07Adding doorkeeper, adding a REST APIEugen Rochko
2016-03-05Fixing some bugs, adding pending test examplesEugen Rochko