aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/endpoint.ex
AgeCommit message (Expand)Author
2018-12-17Cowboy handler for Mastodon WebSockethref
2018-12-16Upgrade to Phoenix 1.4href
2018-11-30reverse proxy / uploadshref
2018-11-19Various runtime configuration fixeshref
2018-11-13Add __Host- prefix when secure flag is enabledshibayashi
2018-11-12rename CSPPlug to HTTPSecurityPlug.William Pitcock
2018-11-11plugs: add CSPPlugWilliam Pitcock
2018-11-10endpoint: move CORSPlug in front of Plug.StaticWilliam Pitcock
2018-11-10endpoint: fix formattingWilliam Pitcock
2018-11-08Pleroma.Web.Endpoint: Whitelist schemas directoryHaelwenn (lanodan) Monnier
2018-11-03Add CORSPlug to make web-based OAuth easier.lain
2018-09-07Merge branch 'add-secure-and-samesite-cookie-flags' into 'develop'kaniini
2018-08-28Explicitly set 'http_only' to trueshibayashi
2018-08-28Set SameSite flag to 'Strict'shibayashi
2018-08-27cleaning up a bit.Thurloat
2018-08-28Fix formattingshibayashi
2018-08-28Add Secure and SameSite cookie flagsshibayashi
2018-07-31activitypub: verify remote http signature digests by recomputing the digest a...William Pitcock
2018-04-24Merge branch 'favicon_tag' into 'develop'lambda
2018-04-05Fix failure to serve media from custom upload pathRX14
2018-04-01Fix conflictKANEKO Yoshitaka
2018-03-31config: make the upload limit configurableWilliam Pitcock
2018-03-30Format the code.lain
2018-03-27Switch to Jason for json handling.lain
2018-03-25Fix favicon and add to index.htmlKANEKO Yoshitaka
2018-02-08Merge branch 'fix/config-disable-chat' into 'develop'lambda
2018-02-03add backend endpoint /imagesHakaba Hitoyo
2018-02-03Add config option for enabling/disabling chat.eal
2018-01-31provide instance thumbnail at /api/v1/instance (debug)Hakaba Hitoyo
2017-11-12Add Mastodon frontend.Roger Braun
2017-11-11MastoAPI: Basic streaming.Roger Braun
2017-09-16Make emoji configurable in files.Roger Braun
2017-06-19Add finmoji.Roger Braun
2017-04-19Send frontend through phoenix.Roger Braun
2017-03-29Basic file uploading via TwAPI.Roger Braun
2017-03-24Add single status fetching to TwAPI.Roger Braun
2017-03-17Phoenix skeletonRoger Braun