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_controller_test.exs
Age
Commit message (
Expand
)
Author
2020-03-20
Improved in-test `clear_config/n` applicability (setup / setup_all / in-test ...
Ivan Tashkinov
2020-03-18
Improved in-test config management functions.
Ivan Tashkinov
2020-03-12
Merge remote-tracking branch 'remotes/origin/develop' into 1560-non-federatin...
Ivan Tashkinov
2020-03-11
Merge branch 'relay-list-change' into 'develop'
feld
2020-03-09
[#1560] Ensured authentication or enabled federation for federation-related r...
Ivan Tashkinov
2020-03-06
Merge remote-tracking branch 'remotes/origin/develop' into 1560-non-federatin...
Ivan Tashkinov
2020-03-05
[#1560] Misc. improvements in ActivityPubController federation state restrict...
Ivan Tashkinov
2020-03-03
Update Copyrights
Mark Felder
2020-03-03
[#1560] ActivityPubController federation state restrictions adjustments. Adju...
Ivan Tashkinov
2020-03-02
[#1560] Added tests for non-federating instance bahaviour to ActivityPubContr...
Ivan Tashkinov
2020-03-02
relay list shows hosts without accepted follow
Alexander Strizhakov
2019-12-05
ActivityPub: Fix deletes being exempt from MRF
rinpatch
2019-11-25
ActivityPub controller: do not render remote users
rinpatch
2019-10-23
Merge remote-tracking branch 'remotes/upstream/develop' into 1304-user-info-d...
Ivan Tashkinov
2019-10-22
activitypub: visibility: refactor is_public?() to use JSON-LD safe accessors
Ariadne Conill
2019-10-16
[#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP.
Ivan Tashkinov
2019-10-04
removed legacy api: "/objects/:uuid/likes"
Maksim Pechnikov
2019-09-30
Merge branch 'features/apc2s-media-upload' into 'develop'
kaniini
2019-09-25
Don't embed the first page in inboxes/outboxes and refactor the views to
rinpatch
2019-09-24
/api/ap/uploadMedia → /api/ap/upload_media
Haelwenn (lanodan) Monnier
2019-09-23
Add support for AP C2S uploadMedia
Haelwenn (lanodan) Monnier
2019-09-23
Document and test /api/ap/whoami
Haelwenn (lanodan) Monnier
2019-09-18
Bump copyright years of files changed in 2019
Haelwenn (lanodan) Monnier
2019-09-16
Merge branch 'feature/delivery-tracking' into 'develop'
kaniini
2019-09-14
[#1149] Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oba...
Ivan Tashkinov
2019-09-12
Track object/create activity fetches
rinpatch
2019-09-09
Add Pleroma.Plugs.Cache
minibikini
2019-09-10
Fix `ActivityPubController.read_inbox/2`
Egor Kislitsyn
2019-08-31
[#1149] Addressed code review comments (code style, jobs pruning etc.).
Ivan Tashkinov
2019-08-31
[#1149] Added Oban job for "activity_expiration". Merged remote-tracking bran...
Ivan Tashkinov
2019-08-22
fix test
Maksim Pechnikov
2019-08-22
[#1149] Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oba...
Ivan Tashkinov
2019-08-22
fixed unfollow for relay actor
Maksim Pechnikov
2019-08-19
added test helpers to clear config after tests
Maksim
2019-08-13
[#1149] Added more oban workers. Refactoring.
Ivan Tashkinov
2019-08-09
Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue
Ivan Tashkinov
2019-08-09
[#1149] Oban jobs implementation for :federator_incoming and :federator_outgo...
Ivan Tashkinov
2019-08-04
Do not add the "next" key to likes.json if there is no more items
Sergey Suprunenko
2019-07-17
tests: add test for fetching the internal fetch actor
Ariadne Conill
2019-07-12
ActivityPub Controller: Actually pass for_user to following/followers
rinpatch
2019-07-12
ActivityPub User view: Following/Followers refactoring
rinpatch
2019-07-09
[#878] Merge remote-tracking branch 'remotes/upstream/develop' into 878-activ...
Ivan Tashkinov
2019-07-09
Testing: Don't federate in testing.
lain
2019-07-08
[#878] Refactored assumptions on embedded object presence in tests. Adjusted ...
Ivan Tashkinov
2019-06-01
Remove all follower collections but actor's from "cc"
Sergey Suprunenko
2019-04-22
Use `User.get_cached*` everywhere
Egor
2019-04-16
activitypub: allow indirect messages from users being followed at a personal ...
William Pitcock
2019-04-02
change `Repo.get(User, id)` => `User.get_by_id(id)`
Egor Kislitsyn
2019-03-13
[Credo] fix Credo.Check.Readability.AliasOrder
Haelwenn (lanodan) Monnier
2019-02-22
Fix: Fixing an outbox related bug when local user activity is empty
KZ
[next]