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
/
subscriptions_controller.rb
Age
Commit message (
Expand
)
Author
2017-06-07
Clean up for api/base controller (#3629)
Matt Jankowski
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
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 s...
Eugen Rochko
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
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