Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-26 | Mark 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-20 | [#1304]. Post-merge fixes. Merge branch 'develop' of ↵ | Ivan Tashkinov | |
git.pleroma.social:pleroma/pleroma into 1304-user-info-deprecation # Conflicts: # CHANGELOG.md # lib/pleroma/notification.ex # lib/pleroma/user.ex # lib/pleroma/user/info.ex # lib/pleroma/web/admin_api/admin_api_controller.ex # lib/pleroma/web/ostatus/handlers/follow_handler.ex # lib/pleroma/web/ostatus/ostatus.ex # lib/pleroma/web/salmon/salmon.ex # lib/pleroma/web/websub/websub.ex # test/web/admin_api/admin_api_controller_test.exs # test/web/federator_test.exs # test/web/mastodon_api/controllers/conversation_controller_test.exs # test/web/ostatus/ostatus_controller_test.exs # test/web/ostatus/ostatus_test.exs # test/web/salmon/salmon_test.exs # test/web/websub/websub_test.exs | |||
2019-10-19 | Pleroma API: `POST /api/v1/pleroma/conversations/read` to mark all user's ↵ | eugenijm | |
conversations as read | |||
2019-10-17 | Mastodon API: Mark the conversation as read for the author when they send a ↵ | eugenijm | |
new direct message | |||
2019-10-05 | Mastodon API: Add `pleroma.unread_conversation_count` to the Account entity | eugenijm | |
2019-10-05 | Revert "Merge branch 'user-info-unread-direct-conversation' into 'develop'" | kaniini | |
This reverts merge request !1737 | |||
2019-10-04 | Mastodon API: Add `pleroma.unread_conversation_count` to the Account entity | eugenijm | |
2019-08-14 | Conversations: Load relations in one query. | lain | |
2019-08-06 | Participation: Setting recipients will always add the owner. | lain | |
2019-08-02 | Conversations: Add recipient list to conversation participation. | lain | |
This enables to address the same group of people every time. | |||
2019-06-07 | Conversations: Fetch users in one query. | lain | |
2019-06-04 | Participations: Filter out participations without activities. | lain | |
2019-05-01 | Fix tests | Roman Chvanikov | |
2019-04-10 | Participations: Add last activity. | lain | |
2019-04-10 | Participation: Get for a user. | lain | |
2019-04-10 | Conversations: Create or bump on inserting a dm. | lain | |
2019-04-10 | Participations: Add marking as read and unread. | lain | |
2019-04-10 | Conversation: Add Conversations and Participations. | lain | |