Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-07 | Clean up for api/base controller (#3629) | Matt Jankowski | |
* Move ApiController to Api/BaseController * API controllers inherit from Api::BaseController * Add coverage for various error cases in api/base controller | |||
2017-05-31 | Clean up api/subscriptions controller (#3448) | Matt Jankowski | |
2017-05-03 | Fix #2706 - Always respond with 200 to PuSH payloads (#2733) | Eugen Rochko | |
Fix #2196 - Respond with 201 when Salmon accepted, 400 when unverified Fix #2629 - Correctly handle confirm_domain? for local accounts Unify rules for extracting author acct from XML, prefer <email>, fall back to <name> + <uri> (see also #2017, #2172) | |||
2016-11-15 | Fix rubocop issues, introduce usage of frozen literal to improve performance | Eugen Rochko | |
2016-11-15 | Delegate processing of incoming PuSH data to background workers | Eugen Rochko | |
2016-10-10 | Stop logging incoming Atom | Eugen Rochko | |
2016-10-10 | Log incoming Atom from PuSH | Eugen Rochko | |
2016-10-09 | Adding domain blocks | Eugen Rochko | |
2016-09-29 | Improve code style | Eugen Rochko | |
2016-09-20 | Since GNU Social hubs don't seem to return a hub.lease_seconds param in the ↵ | Eugen Rochko | |
subscription confirmation request, we'll have to default that value to the GS "minimum" (from their code) which is 24 hours. | |||
2016-09-20 | More debugging for PuSH confirmations | Eugen Rochko | |
2016-09-20 | Add more logging to PuSH callback | Eugen Rochko | |
2016-09-20 | Upgrade to PubSubHubbub 0.4 (removing verify_token) | Eugen Rochko | |
2016-09-20 | Separate PuSH subscriptions from following, add mastodon:push:refresh task, | Eugen Rochko | |
respect hub.lease_seconds (fix #46) | |||
2016-08-17 | Upgrade to Rails 5.0.0.1 | Eugen Rochko | |
2016-03-21 | Escape PuSH challenge and change subscriptions and salmon APIs to text/plain | Eugen Rochko | |
2016-03-20 | Writing out more tests, fixed some bugs | Eugen Rochko | |
2016-03-05 | Fixing some bugs, adding pending test examples | Eugen Rochko | |
2016-02-29 | Refactoring Grape API methods into normal controllers & other things | Eugen Rochko | |