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
/
activity_pub_test.exs
Age
Commit message (
Expand
)
Author
2019-08-27
added tests for ActivityPub.like\unlike
Maksim Pechnikov
2019-08-21
fixed clear config after test
Maksim Pechnikov
2019-08-18
tests: activitypub: fix typo
Ariadne Conill
2019-08-15
Hide muted theads from home/public timelines unless `with_muted` is set
rinpatch
2019-08-07
ActivityPub tests: remove assertions of embedded object being updated,
rinpatch
2019-07-31
Add tests for counters being updated on follow
rinpatch
2019-07-25
Merge branch 'develop' into feature/hide-follows-remote
rinpatch
2019-07-23
tests for Pleroma.Web.ActivityPub.Publisher
Maksim
2019-07-20
Resolve merge conflicts
rinpatch
2019-07-14
Add follow information refetching after following/unfollowing
rinpatch
2019-07-14
Add tests for fetch_follow_information_for_user and check object type
rinpatch
2019-07-11
Merge branch 'develop' into feature/addressable-lists
Egor Kislitsyn
2019-07-09
[#878] Tests improvements per code review.
Ivan Tashkinov
2019-07-09
[#878] Uncommented test statement.
Ivan Tashkinov
2019-07-08
[#878] Refactored assumptions on embedded object presence in tests. Adjusted ...
Ivan Tashkinov
2019-06-04
Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists
Egor Kislitsyn
2019-05-31
Mastodon API: Fix lists leaking private posts
rinpatch
2019-05-24
Fix tests
Egor Kislitsyn
2019-05-24
Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists
Egor Kislitsyn
2019-05-22
move key generation functions into Pleroma.Keys module
William Pitcock
2019-05-17
Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists
Egor Kislitsyn
2019-05-16
Merge branch 'fix/domain-unblocked-reblogs' into 'develop'
feld
2019-05-16
Restrict reblogs of activities from blocked domains
Aaron Tinio
2019-05-16
Add test for blocked domains
Aaron Tinio
2019-05-15
chase test failures
William Pitcock
2019-05-15
test: update obsolete test
William Pitcock
2019-05-14
Add Tests
Egor Kislitsyn
2019-05-12
tests: fix AP test failures
William Pitcock
2019-05-03
Streamer: Stream out Conversations/Participations.
lain
2019-05-01
Fix tests
Roman Chvanikov
2019-05-01
Merge remote-tracking branch 'origin/develop' into conversations_three
lain
2019-04-22
Use `User.get_cached*` everywhere
Egor
2019-04-19
Merge branch 'feature/database-compaction' into 'develop'
kaniini
2019-04-18
Merge branch 'develop' into feature/database-compaction
rinpatch
2019-04-18
Use the preloaded object in tag queries
rinpatch
2019-04-17
activitypub: fix filtering of boosts from blocked users
William Pitcock
2019-04-17
activitypub: properly filter out transitive activities concerning blocked users
William Pitcock
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
Fix note count test
rinpatch
2019-04-17
Merge branch 'develop' into feature/database-compaction
rinpatch
2019-04-11
ActivityPub: Fix specs.
lain
2019-04-02
Merge remote-tracking branch 'origin/develop' into fix-slow-relationships
lain
2019-04-02
ActivityPub Utils: Greatly speed up the follow / block activity fetching.
lain
2019-04-02
replace `Repo.get_by(User, ap_id: ap_id)` with `User.get_by_ap_id(ap_id)`
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-27
Fix muting reblogs tests
rinpatch
2019-03-26
Increment replies_count on replies (MastoAPI)
eugenijm
[next]