summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/api_spec/operations/chat_operation.ex
AgeCommit message (Expand)Author
2020-09-17Merge branch 'bugfix/mrf-ingestion' into 'develop'rinpatch
2020-07-26OpenAPI: remove accidentally pasted buffer dataAlibek Omarov
2020-07-26OpenAPI: Replace actor_id by account_id to follow ChatMessage schemaAlibek Omarov
2020-06-07ChatController: Make last_read_id mandatory.lain
2020-06-07ChatController: Add `last_read_id` option to mark_as_read.lain
2020-06-06ChatController: Use new oauth scope *:chats.lain
2020-06-03ChatController: Add function to mark single message as read.lain
2020-05-13Chat: Allow posting without content if an attachment is present.lain
2020-05-12ChatController: Support deletion of chat messages.lain
2020-05-10ChatController: Add GET /chats/:idlain
2020-05-10ChatOperation: Add media id to examplelain
2020-05-06ChatMessages: Add attachments.lain
2020-05-04ChatController: Add mark_as_readlain
2020-05-04ChatOperation: Make simple schema into inline schemalain
2020-05-04Credo fixes.lain
2020-05-04Schemas: Refactor to our naming scheme.lain
2020-04-29ChatOperation: Refactor.lain
2020-04-27Chat API: Align more to Pleroma/Mastodon API.lain
2020-04-27Credo fixes.lain
2020-04-27Chat Schemas: Inline unimportant Schemas.lain
2020-04-21ChatController: Validate parameters.lain
2020-04-21Chats: Add API specs.lain
2020-04-15Chat: Add views, don't return them in timeline queries.lain