aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/conversation
AgeCommit message (Collapse)Author
2022-02-25Copyright bump for 2022Sean King
2021-02-15Add API endpoint to remove a conversationEgor Kislitsyn
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
2020-10-29Merge branch 'issue/2069' into 'develop'Haelwenn
[#2069] unread_conversation_count See merge request pleroma/pleroma!2939
2020-10-13other files consistencyAlexander Strizhakov
2020-09-01remove `unread_conversation_count` from UserMaksim Pechnikov
2020-06-15Conversations: Return last dm for conversation, not last message.lain
2020-06-04Use atoms as keys in `ActivityPub.fetch_*` functions optionsEgor Kislitsyn
2020-05-05Add OpenAPI spec for ConversationControllerEgor Kislitsyn
2020-03-25Applied relationships preloading to GET /api/v1/accounts/relationships. ↵Ivan Tashkinov
Refactoring (User.binary_id/1).
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-25Fix Dialyzer warningsEgor Kislitsyn
2020-01-05Fix mark-as-read (`POST /api/v1/conversations/:id/read`) refreshing ↵eugenijm
updated_at and bringing conversation to the top in the user's direct conversation list
2019-11-07Mastodon API: Add the `recipients` parameter to `GET /api/v1/conversations`eugenijm
2019-10-26Mark the conversations with the blocked user as read and update the blocking ↵eugenijm
user's `unread_conversation_count`. Since the conversations with the blocked user are invisible, they are excluded from the blocking user's `unread_conversation_count`.
2019-10-19Pleroma API: `POST /api/v1/pleroma/conversations/read` to mark all user's ↵eugenijm
conversations as read
2019-10-17Mastodon API: Mark the conversation as read for the author when they send a ↵eugenijm
new direct message
2019-10-05Mastodon API: Add `pleroma.unread_conversation_count` to the Account entityeugenijm
2019-10-05Revert "Merge branch 'user-info-unread-direct-conversation' into 'develop'"kaniini
This reverts merge request !1737
2019-10-04Mastodon API: Add `pleroma.unread_conversation_count` to the Account entityeugenijm
2019-09-25Replace `Pleroma.FlakeId` with `flake_id` hex packageEgor Kislitsyn
2019-08-14Conversations: Load relations in one query.lain
2019-08-06Participation: Setting recipients will always add the owner.lain
2019-08-05Linting.lain
2019-08-05Pleroma Conversations API: Add a way to set recipients.lain
2019-08-02CommonAPI: Extend api with conversation replies.lain
2019-08-02Conversations: Add recipient list to conversation participation.lain
This enables to address the same group of people every time.
2019-07-31StatusView: Return direct conversation id.lain
2019-06-07Conversations: Fetch users in one query.lain
2019-06-04Participations: Filter out participations without activities.lain
2019-05-09Conversations: Import order, import as read.lain
2019-04-21Refactor query to return only 1 message instead of 20Roman Chvanikov
2019-04-15Conversation: Add accounts to output.lain
2019-04-10Conversations: Tidying up.lain