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
/
activity_pub
/
transmogrifier_test.exs
Age
Commit message (
Expand
)
Author
2019-05-01
test fixes
Alex S
2019-04-25
activitypub: transmogrifier: send reject follow if following does not succeed
William Pitcock
2019-04-22
Use `User.get_cached*` everywhere
Egor
2019-04-20
Fix tests that used finmoji
Ekaterina Vaartis
2019-04-17
Remove containment tests from transmogrifier and fix thread visibility solver
rinpatch
2019-04-17
Refactor tests that used ActivityPub.fetch_object_from_id
rinpatch
2019-04-17
Refactor all tests that acessed the embeded object
rinpatch
2019-04-17
Merge branch 'develop' into feature/database-compaction
rinpatch
2019-04-15
Remove inReplyToStatusId
rinpatch
2019-04-04
Improve Transmogrifier.upgrade_user_from_ap_id/2
Egor Kislitsyn
2019-04-02
change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` in tests
Egor Kislitsyn
2019-04-02
change `Repo.get(User, id)` => `User.get_by_id(id)`
Egor Kislitsyn
2019-03-19
test: add test for list sanitization
William Pitcock
2019-03-19
tests: add test for as:Public issues
William Pitcock
2019-03-14
test: add a test for accepting inbound Flag activities
William Pitcock
2019-03-13
[Credo] fix Credo.Check.Readability.AliasOrder
Haelwenn (lanodan) Monnier
2019-02-14
tests: add some reserialization tests based on IR differences
William Pitcock
2019-01-23
Merge branch 'develop' into rename/pleroma_activity_consistency
lain
2019-01-21
Fix buggy test.
lain
2019-01-21
Activity: get_create_activity_by_object_ap_id/1 → get_create_by_object_ap_id/1
Haelwenn (lanodan) Monnier
2019-01-20
test: transmogrifier: verify directMessage flag is sent outbound based on dec...
William Pitcock
2019-01-20
tests: add tests for DM sanitizer
William Pitcock
2019-01-18
test: add regression test for to/cc clobbering
William Pitcock
2019-01-12
Add likes to activitypub object representation
sxsdv1
2019-01-12
Prepare all types objects before serialising
sxsdv1
2018-12-23
tests: add legal boilerplate
William Pitcock
2018-12-23
transmogrifier: significantly rework handling of peertube videos, add test
William Pitcock
2018-12-12
fix warnings
Maksim Pechnikov
2018-12-04
formatting the code
Maksim Pechnikov
2018-12-04
update test
Maksim Pechnikov
2018-12-04
update test
Maksim Pechnikov
2018-12-04
object: factor out fetching functions into Pleroma.Object.Fetcher module
William Pitcock
2018-12-04
object: move object containment out of transmogrifier into it's own module
William Pitcock
2018-12-04
tests: fix most remaining failures
William Pitcock
2018-11-27
More fixes.
lain
2018-11-17
activitypub: transmogrifier: make deletes secure
William Pitcock
2018-11-17
tests: add a test to verify the general fake direction protection works in al...
William Pitcock
2018-11-17
tests: add a testcase for user collision
William Pitcock
2018-11-17
tests: add tests for contain_origin_from_id()
William Pitcock
2018-11-17
tests: add a second spoofing variant
William Pitcock
2018-11-17
test: fix more test defects
William Pitcock
2018-11-17
tests: add additional spoofing tests
William Pitcock
2018-11-17
transmogrifier tests: fix defective spoofing test
William Pitcock
2018-11-10
tests: add test for internal data stripping
William Pitcock
2018-11-10
Merge branch 'tests/prismo-url-map' into 'develop'
kaniini
2018-11-08
Unify json ld header handling.
lain
2018-11-01
Test that prismo url-map transforms into a string
Haelwenn (lanodan) Monnier
2018-09-27
transmogrifier: more robustly handle dereferencing pointer URIs
William Pitcock
2018-09-27
transmogrifier: Add support for array-less hashtags, add broken announce, har...
Haelwenn (lanodan) Monnier
2018-09-27
transmogrifier_test: incoming notices with tag not being an array (kroeg)
Haelwenn (lanodan) Monnier
[next]