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
/
pleroma_api
/
controllers
/
chat_controller_test.exs
Age
Commit message (
Expand
)
Author
2020-09-22
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into issue/2115
lain
2020-09-17
Fix MRF reject for ChatMessage
Haelwenn (lanodan) Monnier
2020-09-17
Create MRF.filter_pipeline to inject :object_data when present
Haelwenn (lanodan) Monnier
2020-09-10
added paginate links to headers for /chats/:id/messages
Maksim Pechnikov
2020-08-27
ChatController: Don't die if the recipient is gone.
lain
2020-07-22
[#1973] Fixed accounts rendering in GET /api/v1/pleroma/chats with truish :re...
Ivan Tashkinov
2020-06-08
ChatController: Remove nonsensical pagination.
lain
2020-06-07
ChatController: Make last_read_id mandatory.
lain
2020-06-07
ChatController: Add `last_read_id` option to mark_as_read.
lain
2020-06-06
ChatController: Use new oauth scope *:chats.
lain
2020-06-06
ChatMessageReference -> Chat.MessageReference
lain
2020-06-04
ChatMessageReferences: Change seen -> unread
lain
2020-06-03
ChatController: Add function to mark single message as read.
lain
2020-06-03
Chats: Remove `unread` from the db, calculate from unseen messages.
lain
2020-06-03
ChatMessageReference: Introduce and switch in chat controller.
lain
2020-05-13
Chat: Allow posting without content if an attachment is present.
lain
2020-05-12
ChatController: Don't return chats for user you've blocked.
lain
2020-05-12
Credo fixes.
lain
2020-05-12
Chat Controller: Add basic error handling.
lain
2020-05-12
ChatController: Support deletion of chat messages.
lain
2020-05-10
ChatController: Add GET /chats/:id
lain
2020-05-06
Credo fixes.
lain
2020-05-06
ChatMessages: Add attachments.
lain
2020-05-04
ChatController: Add mark_as_read
lain
2020-04-27
Chat API: Align more to Pleroma/Mastodon API.
lain
2020-04-27
ChatControllerTest: Use new schema testing functions.
lain
2020-04-21
ChatControllerTest: Credo fixes.
lain
2020-04-21
ChatController: Validate parameters.
lain
2020-04-21
Chats: Add API specs.
lain
2020-04-17
ChatController: Use OAuth scopes.
lain
2020-04-16
ChatController: Handle pagination.
lain
2020-04-15
Chat: Add views, don't return them in timeline queries.
lain
2020-04-09
ChatController: Basic message posting.
lain
2020-04-09
ChatController: Basic support for returning messages.
lain
2020-04-09
ChatController: Add creation and return of chats.
lain