aboutsummaryrefslogtreecommitdiff
path: root/test/web/activity_pub/views
AgeCommit message (Collapse)Author
2020-06-08Merge branch 'features/apc2s-pagination' into 'develop'Haelwenn
Fix AP C2S pagination Closes #866 and #751 See merge request pleroma/pleroma!2491
2020-03-03Update CopyrightsMark Felder
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>'
2020-02-09[#1505] Removed wrapping of reply URIs into `first` element, added comments ↵Ivan Tashkinov
to transmogrifier tests.
2020-02-09[#1505] Fixed `replies` serialization (included objects' ids instead of ↵Ivan Tashkinov
activities' ids).
2020-02-08[#1505] Added tests, changelog entry, tweaked config settings related to ↵Ivan Tashkinov
replies output on outgoing federation.
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 ↵Ivan Tashkinov
1304-user-info-deprecation # Conflicts: # lib/pleroma/user/info.ex # lib/pleroma/web/activity_pub/activity_pub.ex # lib/pleroma/web/activity_pub/transmogrifier.ex
2019-10-19tests: add test to ensure invisible actors are rendered with the invisible ↵Ariadne Conill
hint set to true
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
follow View/Controller pattern Note that I mentioned the change in 1.1 section because I intend to backport this, if this is not needed I will move it back to Unreleased.
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
(`hide_follows_count` and `hide_followers_count`)
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-07-09[#878] Tests improvements per code review.Ivan Tashkinov
2019-07-08[#878] Refactored assumptions on embedded object presence in tests. Adjusted ↵Ivan Tashkinov
note factory to not embed object into activity.
2019-05-22move key generation functions into Pleroma.Keys moduleWilliam Pitcock
2019-03-26AP UserView: Refactor banner / avatar display code, add test.lain
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-02-14activitypub: user view: do not expose oAuth endpoints for instance usersWilliam Pitcock
2019-02-13tests: add tests for endpointsWilliam Pitcock
2018-11-17activitypub: object view: avoid leaking private detailsWilliam Pitcock
2018-11-08Small refactor.lain
2018-07-12activitypub: switch to using x509 representation for public keys instead of ↵William Pitcock
pkcs#1
2017-12-11ActivityPub: Add Objects View.Lain Iwakura