Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-14 | [#1940] Applied rate limit for requests with bad `admin_token`. Added doc ↵ | Ivan Tashkinov | |
warnings on `admin_token` setting. | |||
2020-07-12 | Add `account_approval_required` instance setting | Alex Gleason | |
2020-07-12 | MediaProxy whitelist setting now supports hosts with scheme | Alexander Strizhakov | |
added deprecation warning about using bare domains | |||
2020-07-10 | Support Exiftool for stripping EXIF data | Mark Felder | |
We really only want to strip location data anyway, and mogrify strips color profiles. | |||
2020-07-10 | docs and descriptions for s3 settings | Alexander Strizhakov | |
2020-07-09 | Merge branch 'features/favicons' into 'develop' | lain | |
Add support for remote favicons See merge request pleroma/pleroma!2261 | |||
2020-07-09 | missed `:` (colon) before mrf_steal_emoji | Dym Sohin | |
2020-07-08 | Add [:instances_favicons, :enabled] setting, defaults to false | Haelwenn (lanodan) Monnier | |
2020-07-07 | [#1895] Documentation hints on private instances and ↵ | Ivan Tashkinov | |
instance/restrict_unauthenticated setting. | |||
2020-07-07 | [#1895] Made hashtag timeline respect `:restrict_unauthenticated` instance ↵ | Ivan Tashkinov | |
setting. | |||
2020-07-06 | Docs: Add description limits to cheat sheet | lain | |
2020-06-30 | AutoLinker --> Linkify, update to latest version | Alex Gleason | |
https://git.pleroma.social/pleroma/elixir-libraries/linkify | |||
2020-06-23 | Merge branch 'feature/1631-redesign-mrf-configuration' into 'develop' | Haelwenn | |
Moving mrf settings from instance to separate mrf group Closes #1631 See merge request pleroma/pleroma!2320 | |||
2020-06-20 | cheatsheet.md: no_attachment_links → attachment_links | Haelwenn (lanodan) Monnier | |
2020-06-16 | moving mrf settings from instance to separate group | Alexander Strizhakov | |
2020-06-15 | Merge branch 'develop' into issue/1855 | Maksim Pechnikov | |
2020-06-14 | fix invalidates media url's | Maksim Pechnikov | |
2020-06-13 | Remove use of atoms in MRF.UserAllowListPolicy | href | |
2020-06-01 | Merge remote-tracking branch 'origin/develop' into global-status-expiration | Egor Kislitsyn | |
2020-05-22 | Update CHANGELOG and docs | Roman Chvanikov | |
2020-05-21 | Merge branch 'features/emoji_stealer' into 'develop' | lain | |
MRF.StealEmojiPolicy: New Policy See merge request pleroma/pleroma!2385 | |||
2020-05-20 | Merge branch 'issue/1509' into 'develop' | lain | |
[#1509] purge media from cache after delete See merge request pleroma/pleroma!2539 | |||
2020-05-19 | removed Quantum from docs | Maksim Pechnikov | |
2020-05-19 | added tests | Maksim Pechnikov | |
2020-05-18 | updated docs | Maksim Pechnikov | |
2020-05-14 | Add config migration disclaimer to config whitelist documentation | Stephanie Wilde-Hobbs | |
2020-05-14 | Allow whitelisting whole groups | Stephanie Wilde-Hobbs | |
2020-05-14 | MRF.StealEmojiPolicy: New Policy | Haelwenn (lanodan) Monnier | |
Inspired by https://git.pleroma.social/moonman/emoji-stealer-mrf/-/blob/master/steal_emoji_policy.ex | |||
2020-05-12 | Add database configuration whitelist | Stephanie Wilde-Hobbs | |
2020-05-07 | Pleroma.Web.TwitterAPI.TwoFactorAuthenticationController -> ↵ | Maksim | |
Pleroma.Web.PleromaAPI.TwoFactorAuthenticationController | |||
2020-05-06 | Add :chat to cheatsheet | Mark Felder | |
2020-05-05 | Document configuration for Pleroma.Web.ApiSpec.CastAndValidate | Egor Kislitsyn | |
2020-04-10 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
2020-03-20 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
2020-03-20 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-20 | restrict_unauthenticated setting | Alexander Strizhakov | |
2020-03-18 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-16 | Improve documentation of mrf_object_age | Mark Felder | |
2020-03-16 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
2020-03-16 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-15 | rip out fetch_initial_posts | rinpatch | |
Every time someone tries to use it, it goes mad and tries to scrape the entire fediverse for no visible reason, it's better to just remove it than continue shipping it in it's current state. idea acked by lain and feld on irc Closes #1595 #1422 | |||
2020-03-04 | adding descriptions | Alexander Strizhakov | |
2020-03-04 | retry_timeout description change | Alexander Strizhakov | |
2020-03-03 | retry and retry_timeout settings default change | Alexander Strizhakov | |
2020-03-03 | naming for checkin from pool timeout | Alexander Strizhakov | |
2020-03-03 | Apply suggestion to docs/configuration/cheatsheet.md | Alexander Strizhakov | |
2020-03-03 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-03 | Merge remote-tracking branch 'origin/develop' into global-status-expiration | Egor Kislitsyn | |
2020-03-02 | Clarify in docs how to control connections_pool for Gun. | Mark Felder | |
It could easily be confused with the Hackney settings. | |||
2020-03-02 | fix for :fetch_initial_posts | ilja | |
A warning was added, but their were some newlines and whitespaces missing which broke the rendering of the setting. I've added them now |