summaryrefslogtreecommitdiff
path: root/config/config.exs
AgeCommit message (Collapse)Author
2018-12-21Make captcha (kocaptcha) statelessEkaterina Vaartis
Also rename seconds_retained to seconds_valid since that's how it is now. Put it down from 180 to 20 seconds. The answer data is now stored in an encrypted text transfered to the client and back, so no ETS is needed
2018-12-19Merge branch 'develop' into oembed_providerraeno
2018-12-18Merge branch 'feature/new-user-routes' into 'develop'lambda
Use "~" as a route namespace symbol on FE See merge request pleroma/pleroma!530
2018-12-18Merge branch 'develop' into oembed_providerraeno
2018-12-17Instance/Static runtime plughref
This allows to set-up an arbitrary directory which overrides most of the static files: index.html static/ emoji/ packs/ sounds/ images/ instance/ favicon.png. If the files are not present in the directory, the bundled ones in priv/static will be used.
2018-12-17Merge branch 'captcha' into 'develop'lambda
Captcha See merge request pleroma/pleroma!550
2018-12-17Cowboy handler for Mastodon WebSockethref
2018-12-16Change minutes_retained config to seconds_retainedEkaterina Vaartis
2018-12-16Make the hosted kocaptcha the default valueEkaterina Vaartis
2018-12-16Add a configurable auto-cleanup for captchasEkaterina Vaartis
2018-12-15Add captcha documentation to config.mdEkaterina Vaartis
2018-12-15Formatting fixesEkaterina Vaartis
2018-12-15config/config.exs: Add application/jrd+json => jrd+json to fix webfingerHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/merge_requests/551
2018-12-15Add an ability to disabled captchaEkaterina Vaartis
2018-12-15Add base CAPTCHA support (currently only kocaptcha)Ekaterina Vaartis
2018-12-13Remove oembed for now, will submit it in another MR. Fix warningsraeno
2018-12-13Add opengraph/twitter_card:summary support. Add config to toggle on/off ↵raeno
specific metadata
2018-12-10Add new frontend options to server-side config.scarlett
2018-12-10Use "~" as a route namespace symbol on FEMaxim Filippov
2018-12-04init tesla and updated the http requests in Pleroma.Web.WebsubMaksim Pechnikov
2018-11-30Config docshref
2018-11-30Uploads fun, part. 2href
2018-11-30reverse proxy / uploadshref
2018-11-21Merge branch 'feature/improve-version' into 'develop'kaniini
Improved version string See merge request pleroma/pleroma!467
2018-11-20Improved version stringhref
2018-11-19Various runtime configuration fixeshref
2018-11-17better config readinghakabahitoyo
2018-11-16better confighakabahitoyo
2018-11-15formathakabahitoyo
2018-11-15add mdii uploaderHakaba Hitoyo
2018-11-12http security: allow referrer-policy to be configuredWilliam Pitcock
2018-11-12rename CSPPlug to HTTPSecurityPlug.William Pitcock
2018-11-11csp plug: add support for certificate transparencyWilliam Pitcock
2018-11-11config: add default parameters for CSPPlugWilliam Pitcock
2018-11-11config: properly configure CORSPlug.William Pitcock
2018-10-29Merge branch 'feature/upload-limits' into 'develop'kaniini
configurable media upload limits Closes #118 See merge request pleroma/pleroma!401
2018-10-29s3 uploader: add new feature to force public attachment URIs to go through ↵William Pitcock
media proxy
2018-10-29activitypub: upload: pass through an upload limit if one is providedWilliam Pitcock
2018-10-25Make finmoji optionalscarlett
2018-10-21Defaults for new frontend options in config.exsscarlett
2018-10-18lib/pleroma/html.ex: Use macros for valid_schemes, change config for schemesHaelwenn (lanodan) Monnier
2018-10-07nodeinfo: allow opting out of MRF transparencyWilliam Pitcock
2018-10-07{mastodon api, twitter api}: make the follow handshake timeout configurableWilliam Pitcock
2018-10-05config: allow for accepted post formats to be configuredWilliam Pitcock
2018-10-05twitterapi: frontend config: add formattingOptionsEnabledWilliam Pitcock
2018-09-16config: pass inline images through mediaproxy (closes #275)William Pitcock
2018-09-16MRF: add policy for normalizing HTML markup (local and remote) to a specific ↵William Pitcock
policy
2018-09-10html: allow inline images by default (because of custom emoji)William Pitcock
2018-09-10html: add default scrubbing profile and configuration knobsWilliam Pitcock
2018-09-10html: new module providing a configurable markup scrubbing policyWilliam Pitcock