summaryrefslogtreecommitdiff
path: root/test/web/activity_pub/views/user_view_test.exs
AgeCommit message (Expand)Author
2020-10-13tests consistencyAlexander Strizhakov
2020-07-06ActivityPub: Add new 'capabilities' to user.lain
2020-07-03UserView: Add acceptsChatMessages fieldlain
2020-05-29Bugfix: Reuse Controller.Helper pagination for APC2SHaelwenn (lanodan) Monnier
2020-05-13Add OpenAPI spec for StatusControllerEgor Kislitsyn
2020-04-16Merge branch 'develop' into features/remove-user-source_datarinpatch
2020-04-11Remove User.upgrade_changeset in favor of remote_user_creationrinpatch
2020-04-10profile emojis in User.emoji instead of source_dataHaelwenn (lanodan) Monnier
2020-03-03Update CopyrightsMark Felder
2019-12-17Hide follower counter when hiding is activatedEgor Kislitsyn
2019-10-21[#1304] Merged `develop`, handled User.Info.invisible.Ivan Tashkinov
2019-10-21Merge remote-tracking branch 'remotes/upstream/develop' into 1304-user-info-d...Ivan Tashkinov
2019-10-19tests: add test to ensure invisible actors are rendered with the invisible hi...Ariadne Conill
2019-10-16[#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP.Ivan Tashkinov
2019-09-25Don't embed the first page in inboxes/outboxes and refactor the views torinpatch
2019-09-23Merge branch 'develop' into test/activity_pub/transmogrifier.exMaksim Pechnikov
2019-09-19Add test for correct AP outbox paginationD Anzorge
2019-09-19Merge branch 'develop' into test/activity_pub/transmogrifier.exMaksim Pechnikov
2019-09-17Mastodon API: Add a setting to hide follow/follower count from the user view ...eugenijm
2019-09-11added testsMaksim Pechnikov
2019-08-14Use info.fields instead of source_data for remote usersEgor Kislitsyn
2019-08-14Linkify custom fields values in ActivityPub.UserViewxEgor Kislitsyn
2019-08-14Add profile custom fields to ActivityPub.UserViewEgor Kislitsyn
2019-07-12AP user view: Add a test for hiding totalItems in following/followersrinpatch
2019-07-10Add license/copyright to all project filesfeld
2019-05-22move key generation functions into Pleroma.Keys moduleWilliam Pitcock
2019-03-26AP UserView: Refactor banner / avatar display code, add test.lain
2019-02-14activitypub: user view: do not expose oAuth endpoints for instance usersWilliam Pitcock
2019-02-13tests: add tests for endpointsWilliam Pitcock
2018-07-12activitypub: switch to using x509 representation for public keys instead of p...William Pitcock
2017-12-11ActivityPub: Add Objects View.Lain Iwakura