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
/
views
Age
Commit message (
Expand
)
Author
2020-10-13
tests consistency
Alexander Strizhakov
2020-07-06
ActivityPub: Add new 'capabilities' to user.
lain
2020-07-03
UserView: Add acceptsChatMessages field
lain
2020-05-29
Bugfix: Reuse Controller.Helper pagination for APC2S
Haelwenn (lanodan) Monnier
2020-05-21
Announcements: Fix all tests.
lain
2020-05-13
Add OpenAPI spec for StatusController
Egor Kislitsyn
2020-04-16
Merge branch 'develop' into features/remove-user-source_data
rinpatch
2020-04-11
Remove User.upgrade_changeset in favor of remote_user_creation
rinpatch
2020-04-10
profile emojis in User.emoji instead of source_data
Haelwenn (lanodan) Monnier
2020-04-06
Merge branch 'remake-remodel-2' into 'develop'
lain
2020-03-20
Improved in-test `clear_config/n` applicability (setup / setup_all / in-test ...
Ivan Tashkinov
2020-03-19
Merge branch 'remake-remodel' into develop
lain
2020-03-18
Improved in-test config management functions.
Ivan Tashkinov
2020-03-03
Update Copyrights
Mark Felder
2020-03-02
Bump copyright years of files changed after 2020-01-07
Haelwenn (lanodan) Monnier
2020-02-09
[#1505] Removed wrapping of reply URIs into `first` element, added comments t...
Ivan Tashkinov
2020-02-09
[#1505] Fixed `replies` serialization (included objects' ids instead of activ...
Ivan Tashkinov
2020-02-08
[#1505] Added tests, changelog entry, tweaked config settings related to repl...
Ivan Tashkinov
2019-12-17
Hide follower counter when hiding is activated
Egor Kislitsyn
2019-11-05
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel
lain
2019-10-21
[#1304] Merged `develop`, handled User.Info.invisible.
Ivan Tashkinov
2019-10-21
Merge remote-tracking branch 'remotes/upstream/develop' into 1304-user-info-d...
Ivan Tashkinov
2019-10-19
tests: 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-10-16
Introduce new ingestion pipeline structure, implement internal Likes with it.
lain
2019-09-25
Don't embed the first page in inboxes/outboxes and refactor the views to
rinpatch
2019-09-23
Merge branch 'develop' into test/activity_pub/transmogrifier.ex
Maksim Pechnikov
2019-09-19
Add test for correct AP outbox pagination
D Anzorge
2019-09-19
Merge branch 'develop' into test/activity_pub/transmogrifier.ex
Maksim Pechnikov
2019-09-17
Mastodon API: Add a setting to hide follow/follower count from the user view ...
eugenijm
2019-09-11
added tests
Maksim Pechnikov
2019-08-14
Use info.fields instead of source_data for remote users
Egor Kislitsyn
2019-08-14
Linkify custom fields values in ActivityPub.UserViewx
Egor Kislitsyn
2019-08-14
Add profile custom fields to ActivityPub.UserView
Egor Kislitsyn
2019-07-12
AP user view: Add a test for hiding totalItems in following/followers
rinpatch
2019-07-10
Add license/copyright to all project files
feld
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
2019-05-22
move key generation functions into Pleroma.Keys module
William Pitcock
2019-03-26
AP UserView: Refactor banner / avatar display code, add test.
lain
2019-03-13
[Credo] fix Credo.Check.Readability.AliasOrder
Haelwenn (lanodan) Monnier
2019-02-14
activitypub: user view: do not expose oAuth endpoints for instance users
William Pitcock
2019-02-13
tests: add tests for endpoints
William Pitcock
2018-11-17
activitypub: object view: avoid leaking private details
William Pitcock
2018-11-08
Small refactor.
lain
2018-07-12
activitypub: switch to using x509 representation for public keys instead of p...
William Pitcock
2017-12-11
ActivityPub: Add Objects View.
Lain Iwakura