Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-13 | Add OpenAPI spec for StatusController | Egor Kislitsyn | |
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (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-01-05 | Fix 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-12-16 | tests: remove a useless sleep in rate limiter tests | rinpatch | |
It was used to check that authenticated and unauthenticated users have different limits. Instead of sleeping a super low limit for unauthenticated users was set, preventing them from doing 5 requests in the first place. | |||
2019-12-16 | tests: Replace 2 second sleep with offseting updated_at | rinpatch | |
2019-11-19 | [#1335] Implemented notification mutes and reblog mutes as ↵ | Ivan Tashkinov | |
UserRelationships. User to UserRelationship relations and functions refactoring. | |||
2019-11-10 | [#1335] User: refactored :blocks field into :blocked_users relation. | Ivan Tashkinov | |
Introduced UserBlock. | |||
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 | |