summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/mastodon_api/websocket_handler.ex
AgeCommit message (Expand)Author
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
2020-09-19[#2074] OAuth scope checking in Streaming API.Ivan Tashkinov
2020-09-10Websocket handler: fix never matching code on failed authrinpatch
2020-09-10Websocket handler: do not raise if handler is terminated before switching pro...rinpatch
2020-09-10websocket handler: Do not log client ping frames as errorsrinpatch
2020-05-12Expand and authorize streams in Streamer directlyhref
2020-05-11Fix streamer timeout (closes #1753).href
2020-05-07Streamer: Fix wrong argument order when rendering activities to authenticated...rinpatch
2020-05-07Streamer reworkhref
2020-03-03Update CopyrightsMark Felder
2019-10-18Apply suggestion to lib/pleroma/web/mastodon_api/websocket_handler.exkaniini
2019-10-15Add `Sec-WebSocket-Protocol` to response headerkPherox
2019-09-16Revert "Merge branch 'revert-4fabf83a' into 'develop'"Egor Kislitsyn
2019-09-16Revert "Merge branch 'streamer-refactoring' into 'develop'"kaniini
2019-09-16Streamer refactoringSteven Fuchs
2019-07-07MastoAPI Streaming: Keep compatibility with access_tokenHaelwenn (lanodan) Monnier
2019-07-06MastoAPI streaming: Replace access_token with Sec-WebSocket-ProtocolKokaKiwi
2019-06-16[#570] add user:notification streamMaksim
2019-04-22Use `User.get_cached*` everywhereEgor
2019-04-02change `Repo.get(User, id)` => `User.get_by_id(id)`Egor Kislitsyn
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-02-28mastodon websocket: return errors using ok, not stopWilliam Pitcock
2019-02-28mastodon websocket: bring back infinity timeoutWilliam Pitcock
2019-02-28mastodon websocket: use pattern match to get query data, robustly handle errorsWilliam Pitcock
2019-02-28mastodon api: websocket: update code for cowboy 2.xWilliam Pitcock
2019-02-09de-group alias/esHaelwenn (lanodan) Monnier
2019-02-09Make credo happyHaelwenn (lanodan) Monnier
2018-12-31update copyright years to 2019William Pitcock
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock
2018-12-17Cowboy handler for Mastodon WebSockethref