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-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-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
2019-03-25
fix up missing announcements with preloads
William Pitcock
2019-03-23
tests: fix up activity collision test
William Pitcock
2019-03-23
activitypub: allow skipping preload in some cases (like certain tests where t...
William Pitcock
2019-03-15
Refactor to store user ap_id, add tests
Karen Konou
2019-03-13
[Credo] fix Credo.Check.Readability.AliasOrder
Haelwenn (lanodan) Monnier
2019-03-05
Add handling of objects not in database
Karen Konou
2019-03-04
Expand "to" of delete activities
Karen Konou
2019-03-03
Merge branch 'count-only-public-statuses' into 'develop'
kaniini
2019-03-03
Merge branch 'fix/dont-show-dms-in-mentions-timeline' into 'develop'
lambda
2019-03-03
Increment user note count only on public activities
eugenijm
2019-03-01
[#675] Do not show DMs in mentions timeline
rinpatch
2019-02-27
Add `with_muted` param.
lain
2019-02-20
Reports
Egor
2019-02-20
Add test for muting functionality.
lain
2019-02-11
test: de-group alias/es
Haelwenn (lanodan) Monnier
2019-02-03
[#582] Made single-pub task call Instance.set_reachable/1 if `set_reachable` ...
Ivan Tashkinov
2019-02-01
Merge branch '534_federation_targets_reachability' into 'develop'
href
2019-01-30
Fix specs.
lain
2019-01-28
[#534] Merged `upstream/develop`.
Ivan Tashkinov
2019-01-28
[#534] Various tweaks. Tests for Instances and Instance.
Ivan Tashkinov
2019-01-27
Merge branch 'features/mastoapi-multi-hashtag' into 'develop'
kaniini
2019-01-26
Fix the logic in multi-hashtag TLs
Haelwenn (lanodan) Monnier
2019-01-26
Web.ActivityPub.ActivityPub: Simplify multi-hashtag, add tests
Haelwenn (lanodan) Monnier
2019-01-26
Web.ActivityPub.ActivityPubTest: test against inserting activities with conte...
Haelwenn (lanodan) Monnier
2019-01-25
Merge branch 'fix/tusky-dm' into 'develop'
kaniini
2019-01-21
Activity: get_create_activity_by_object_ap_id/1 → get_create_by_object_ap_id/1
Haelwenn (lanodan) Monnier
2019-01-21
Activity: get_all_by_object_ap_id/1 → get_all_create_by_object_ap_id/1
Haelwenn (lanodan) Monnier
2019-01-21
Activity: all_by_object_ap_id/1 → get_all_by_object_ap_id/1
Haelwenn (lanodan) Monnier
2019-01-19
Add current user to mentioned
Maxim Filippov
2019-01-10
Merge branch 'feature/pinned-posts' into 'develop'
kaniini
2019-01-09
Add activity visibility index.
lain
2019-01-08
improve test readability
Egor Kislitsyn
[next]