index
:
pleroma
develop
fse
stable
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
web
/
websub
/
websub_controller_test.exs
Age
Commit message (
Collapse
)
Author
2019-09-18
Bump copyright years of files changed in 2019
Haelwenn (lanodan) Monnier
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/'
2019-08-19
added test helpers to clear config after tests
Maksim
2019-07-09
Testing: Don't federate in testing.
lain
2019-05-25
remove @websub and @ostatus module-level constants
William Pitcock
2019-05-25
tests: websub: check only that signature validation succeeds or fails
William Pitcock
2019-03-13
[Credo] fix Credo.Check.Readability.AliasOrder
Haelwenn (lanodan) Monnier
2019-02-11
test: Change `lenght(…) == 0` to `Enum.empty?(…)`
Haelwenn (lanodan) Monnier
2019-02-11
test: de-group alias/es
Haelwenn (lanodan) Monnier
2019-01-29
[#534] Made federation push sender be determined basing on content instead ↵
Ivan Tashkinov
of `referer` header. Updated tests.
2019-01-28
[#534] Various tweaks. Tests for Instances and Instance.
Ivan Tashkinov
2019-01-25
[#534] Federation reachability filtering tests.
Ivan Tashkinov
2018-12-23
tests: add legal boilerplate
William Pitcock
2018-03-30
Format the code.
lain
2018-02-12
Make test output easier to read.
lain
2017-05-10
Set valid_until date.
Roger Braun
2017-04-29
Handle full incoming feeds.
Roger Braun
2017-04-28
Handle incoming websub subscriptions.
Roger Braun
2017-04-22
Only handle subscription requests for now.
Roger Braun
2017-04-22
Only have one subscription per callback.
Roger Braun
2017-04-22
Add callback to websub subscription.
Roger Braun
2017-04-20
Websub controller beginnings.
Roger Braun