Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-25 | Reserve a few user names | lain | |
These are all names that are used for domain.com/:route routes or projected to be. | |||
2018-12-23 | Renamed the things | Karen Konou | |
2018-12-22 | Fix formatting | Karen Konou | |
2018-12-22 | Implement large thread filter | Karen Konou | |
2018-12-21 | Make captcha (kocaptcha) stateless | Ekaterina 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-19 | Merge branch 'develop' into oembed_provider | raeno | |
2018-12-18 | Merge branch 'feature/new-user-routes' into 'develop' | lambda | |
Use "~" as a route namespace symbol on FE See merge request pleroma/pleroma!530 | |||
2018-12-18 | Merge branch 'develop' into oembed_provider | raeno | |
2018-12-17 | Instance/Static runtime plug | href | |
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-17 | Merge branch 'captcha' into 'develop' | lambda | |
Captcha See merge request pleroma/pleroma!550 | |||
2018-12-17 | Cowboy handler for Mastodon WebSocket | href | |
2018-12-16 | Change minutes_retained config to seconds_retained | Ekaterina Vaartis | |
2018-12-16 | Make the hosted kocaptcha the default value | Ekaterina Vaartis | |
2018-12-16 | Add a configurable auto-cleanup for captchas | Ekaterina Vaartis | |
2018-12-15 | Add captcha documentation to config.md | Ekaterina Vaartis | |
2018-12-15 | Formatting fixes | Ekaterina Vaartis | |
2018-12-15 | config/config.exs: Add application/jrd+json => jrd+json to fix webfinger | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/merge_requests/551 | |||
2018-12-15 | Add an ability to disabled captcha | Ekaterina Vaartis | |
2018-12-15 | Add base CAPTCHA support (currently only kocaptcha) | Ekaterina Vaartis | |
2018-12-13 | Remove oembed for now, will submit it in another MR. Fix warnings | raeno | |
2018-12-13 | Add opengraph/twitter_card:summary support. Add config to toggle on/off ↵ | raeno | |
specific metadata | |||
2018-12-10 | Add new frontend options to server-side config. | scarlett | |
2018-12-10 | Use "~" as a route namespace symbol on FE | Maxim Filippov | |
2018-12-04 | init tesla and updated the http requests in Pleroma.Web.Websub | Maksim Pechnikov | |
2018-11-30 | Config docs | href | |
2018-11-30 | Uploads fun, part. 2 | href | |
2018-11-30 | reverse proxy / uploads | href | |
2018-11-21 | Merge branch 'feature/improve-version' into 'develop' | kaniini | |
Improved version string See merge request pleroma/pleroma!467 | |||
2018-11-20 | Improved version string | href | |
2018-11-19 | Various runtime configuration fixes | href | |
2018-11-17 | better config reading | hakabahitoyo | |
2018-11-16 | better config | hakabahitoyo | |
2018-11-15 | format | hakabahitoyo | |
2018-11-15 | add mdii uploader | Hakaba Hitoyo | |
2018-11-12 | http security: allow referrer-policy to be configured | William Pitcock | |
2018-11-12 | rename CSPPlug to HTTPSecurityPlug. | William Pitcock | |
2018-11-11 | csp plug: add support for certificate transparency | William Pitcock | |
2018-11-11 | config: add default parameters for CSPPlug | William Pitcock | |
2018-11-11 | config: properly configure CORSPlug. | William Pitcock | |
2018-10-29 | Merge branch 'feature/upload-limits' into 'develop' | kaniini | |
configurable media upload limits Closes #118 See merge request pleroma/pleroma!401 | |||
2018-10-29 | s3 uploader: add new feature to force public attachment URIs to go through ↵ | William Pitcock | |
media proxy | |||
2018-10-29 | activitypub: upload: pass through an upload limit if one is provided | William Pitcock | |
2018-10-25 | Make finmoji optional | scarlett | |
2018-10-21 | Defaults for new frontend options in config.exs | scarlett | |
2018-10-18 | lib/pleroma/html.ex: Use macros for valid_schemes, change config for schemes | Haelwenn (lanodan) Monnier | |
2018-10-07 | nodeinfo: allow opting out of MRF transparency | William Pitcock | |
2018-10-07 | {mastodon api, twitter api}: make the follow handshake timeout configurable | William Pitcock | |
2018-10-05 | config: allow for accepted post formats to be configured | William Pitcock | |
2018-10-05 | twitterapi: frontend config: add formattingOptionsEnabled | William Pitcock | |
2018-09-16 | config: pass inline images through mediaproxy (closes #275) | William Pitcock | |