about summary refs log tree commit diff
path: root/app/controllers/api/subscriptions_controller.rb
AgeCommit message (Expand)Author
2019-05-21Drop OStatus support. Fix some of the Rspec tests.multiple creatures
2017-07-14HTTP signatures (#4146)Eugen Rochko
2017-06-07Clean up for api/base controller (#3629)Matt Jankowski
2017-05-31Clean up api/subscriptions controller (#3448)Matt Jankowski
2017-05-03Fix #2706 - Always respond with 200 to PuSH payloads (#2733)Eugen Rochko
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-11-15Delegate processing of incoming PuSH data to background workersEugen Rochko
2016-10-10Stop logging incoming AtomEugen Rochko
2016-10-10Log incoming Atom from PuSHEugen Rochko
2016-10-09Adding domain blocksEugen Rochko
2016-09-29Improve code styleEugen Rochko
2016-09-20Since GNU Social hubs don't seem to return a hub.lease_seconds param in the s...Eugen Rochko
2016-09-20More debugging for PuSH confirmationsEugen Rochko
2016-09-20Add more logging to PuSH callbackEugen Rochko
2016-09-20Upgrade to PubSubHubbub 0.4 (removing verify_token)Eugen Rochko
2016-09-20Separate PuSH subscriptions from following, add mastodon:push:refresh task,Eugen Rochko
2016-08-17Upgrade to Rails 5.0.0.1Eugen Rochko
2016-03-21Escape PuSH challenge and change subscriptions and salmon APIs to text/plainEugen Rochko
2016-03-20Writing out more tests, fixed some bugsEugen Rochko
2016-03-05Fixing some bugs, adding pending test examplesEugen Rochko
2016-02-29Refactoring Grape API methods into normal controllers & other thingsEugen Rochko