Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-09-16 | MRF: add policy for normalizing HTML markup (local and remote) to a specific ↵ | William Pitcock | |
policy | |||
2018-09-10 | html: allow inline images by default (because of custom emoji) | William Pitcock | |
2018-09-10 | html: add default scrubbing profile and configuration knobs | William Pitcock | |
2018-09-10 | html: new module providing a configurable markup scrubbing policy | William Pitcock | |
2018-09-09 | make limit for /api/v1/suggestions | Hakaba Hitoyo | |
2018-09-07 | Merge branch 'add-secure-and-samesite-cookie-flags' into 'develop' | kaniini | |
Add Secure and SameSite cookie flags See merge request pleroma/pleroma!302 | |||
2018-09-02 | [Pleroma.Uploaders.Local]: Add configuration for custom url path | Haelwenn (lanodan) Monnier | |
One use-case being an external caching proxy | |||
2018-09-01 | config: add ability to disable Pleroma FE config management (closes #276) | William Pitcock | |
2018-08-31 | config: fix up defaults for s3 endpoint configuration | William Pitcock | |
2018-08-31 | config: chase pleroma-fe updates from MR pleroma-fe!324. | William Pitcock | |
2018-08-28 | Implement uploader behaviour | Thurloat | |
run formatter <# | |||
2018-08-27 | cleaning up a bit. | Thurloat | |
2018-08-27 | example of flexible storage backends | Thurloat | |
2018-08-27 | sample config: show how amazon s3 support is activated, including ↵ | William Pitcock | |
third-party clones like wasabi | |||
2018-08-28 | Add Secure and SameSite cookie flags | shibayashi | |
2018-08-26 | Merge branch 'develop' into 'feature/relay' | kaniini | |
# Conflicts: # lib/pleroma/web/activity_pub/utils.ex | |||
2018-08-26 | remove unused settings | hakabahitoyo | |
2018-08-24 | fe config: add collapse_message_with_subject fe option | William Pitcock | |
2018-08-16 | Merge branch 'dev-lanodan-url-regex' into 'develop' | kaniini | |
lib/pleroma/formatter.ex: Fix URL regex Closes #127 See merge request pleroma/pleroma!69 | |||
2018-08-15 | Merge branch ↵ | lambda | |
'feature/suggestions-api-with-third-party-recommendation-engine' into 'develop' Feature / Suggestions API with third party recommendation engine See merge request pleroma/pleroma!254 | |||
2018-08-06 | config: allow relaying to be disabled | William Pitcock | |
2018-08-02 | add suggestions/web config | Hakaba Hitoyo | |
2018-08-01 | Allow additionnal schemes in the config | Haelwenn (lanodan) Monnier | |
2018-07-19 | Merge remote-tracking branch 'upstream/develop' into feature/filter_exif | Tristan Mahé | |
2018-07-19 | merge | Hakaba Hitoyo | |
2018-07-18 | configurable timeout | Hakaba Hitoyo | |
2018-07-18 | better configuration | Hakaba Hitoyo | |
2018-07-18 | config: formatting | William Pitcock | |
2018-07-17 | TwitterAPI: present pleroma frontend config in API | William Pitcock | |
2018-07-17 | config: make instance description configurable | William Pitcock | |
2018-07-17 | debug | Hakaba Hitoyo | |
2018-07-17 | do nothing if configuration is skipped | Hakaba Hitoyo | |
2018-07-15 | format | hakabahitoyo | |
2018-07-14 | change api | hakabahitoyo | |
2018-07-14 | configurable | hakabahitoyo | |
2018-07-13 | Merge remote-tracking branch 'upstream/develop' into feature/filter_exif | Tristan Mahé | |
2018-06-30 | Fix auto-shortcode emoji | Jorty | |
Emoji were broken due to `Pleroma.Formatter` not knowing about the auto-shortcode emoji. This moves that logic from `Pleroma.Web.TwitterAPI.UtilController` to `Pleroma.Formatter`. Additionally, it's now possible to specify multiple shortcode globs, and the default globs were changed to `["/emoji/custom/**/*.png"]`, since that's in the .gitignore and the files there would have to be shortcode emoji anyway. | |||
2018-06-30 | Move emoji glob setting to config.exs | Jorty | |
Also, a bit of formatting, and the glob includes an "/emoji/" prefix to make it more intuitive to users | |||
2018-06-26 | format... | Tristan Mahé | |
2018-06-26 | filter exif data #187 | Tristan Mahé | |
2018-06-25 | Merge branch 'feature/configurable-blocks' into 'develop' | lambda | |
Add more configurability to how blocks work See merge request pleroma/pleroma!203 |