about summary refs log tree commit diff
path: root/spec/services/process_feed_service_spec.rb
AgeCommit message (Collapse)Author
2017-04-27Improve shared status verification (#2525)Eugen Rochko
* Instead of parsing shared status contents verbatim, make roundtrip to purported original URL. Confirm that the "original" URL is from the same domain as the author it claims to be from. * Fix obvious typo, add comment * Use URI look-up first * Add test, update Goldfinger dependency to make less useless HTTP requests per Webfinger lookup
2017-04-05Split SalmonWorker into smaller parts, move profile updating into another jobEugen Rochko
2016-11-26Update hub URL and re-subscribe if hub URL changesEugen Rochko
2016-10-10Adding test for ProcessFeedServiceEugen Rochko
2016-09-18Fix #43Eugen Rochko
2016-03-05Fixing some bugs, adding pending test examplesEugen Rochko
2016-02-25Adding a Mention model, test stubsEugen Rochko