summaryrefslogtreecommitdiff
path: root/changelog.d
AgeCommit message (Collapse)Author
2023-06-21Add changelog entrySean King
2023-06-13Add no_new_privs to OpenRC service filesHaelwenn (lanodan) Monnier
2023-06-11Merge branch 'unused_indexes' into 'develop'lain
Remove unused indexes See merge request pleroma/pleroma!3874
2023-06-11Merge branch 'tusooa/3054-banned-delete' into 'develop'lain
Fix deleting banned users' statuses See merge request pleroma/pleroma!3889
2023-06-11Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Lain Soykaf
pleroma-double_mentions
2023-06-11Update changelogLain Soykaf
2023-06-11Merge branch 'fix/metadata-tags' into 'develop'lain
static frontend: fix meta tags See merge request pleroma/pleroma!3885
2023-06-11Merge branch 'cleanup/ostatus-user-upgrade' into 'develop'lain
Cleanup OStatus-era user upgrades and ap_enabled indicator See merge request pleroma/pleroma!3880
2023-06-11Merge branch 'revert-mediaproxy-host-validation' into 'develop'feld
Revert MediaProxy Host header validation See merge request pleroma/pleroma!3902
2023-06-11Merge branch 'fep-fffd-url' into 'develop'lain
CommonFields: Use BareUri for :url Closes #3121 See merge request pleroma/pleroma!3884
2023-06-11Merge branch 'distro-docs-elixir-1.11' into 'develop'lain
installation/debian_based_*: Elixir 1.11 means Debian 12+ and Ubuntu 22.04+ See merge request pleroma/pleroma!3898
2023-06-07changelog.dMark Felder
2023-06-07Revert MediaProxy Host header validationMark Felder
Something is going wrong here even though the tests are correct.
2023-06-02Add changelog.Lain Soykaf
2023-06-02mix: bump gettext to ~0.20Haelwenn (lanodan) Monnier
Includes https://github.com/elixir-gettext/gettext/pull/304 in 0.20.0+ Includes https://github.com/elixir-gettext/expo/issues/91 in 0.22+ via expo 0.2.0+
2023-05-31Use Phoenix.ConnTest.redirected_to/2Mark Felder
2023-05-31installation/debian_based_jp: Elixir 1.11 means Debian 12+ and Ubuntu 22.04+Haelwenn (lanodan) Monnier
I checked for what each part of the debian&ubuntu sentences meant with the help of Jisho.org, should be safe but it did make me notice that this guide hasn't been updated in years
2023-05-31Merge branch 'validate-host' into 'develop'Haelwenn
Validate Host header for MediaProxy and Uploads See merge request pleroma/pleroma!3896
2023-05-30Switch from serving a 400 to a 302Mark Felder
2023-05-29Add OnlyMedia Upload Filter to simplify restricting uploads to audio, image, ↵Mark Felder
and video types
2023-05-29Host header validation is now required for MediaProxy and UploadsMark Felder
2023-05-29changelog entryfaried nawaz
2023-05-26Merge branch 'release/2.5.2' into mergeback/2.5.2Haelwenn (lanodan) Monnier
2023-05-26Filter OEmbed HTML tagsMark Felder
2023-05-26Filter OEmbed HTML tagsMark Felder
2023-05-26Merge branch 'issue/3126' into 'develop'Haelwenn
MediaProxyController: Apply CSP sandbox See merge request pleroma/pleroma!3890
2023-05-26Merge branch 'tusooa/fix-object-test' into 'develop'Haelwenn
Fix ObjectTest See merge request pleroma/pleroma!3887
2023-05-26Merge branch 'tusooa/rework-refetch' into 'develop'Haelwenn
Make sure object refetching follows update rules See merge request pleroma/pleroma!3883
2023-05-26MediaProxyController: Apply CSP sandboxMark Felder
2023-05-26ForceMentionsInContent: fix double mentions for Mastodon/Misskey postsZero
The code checked for duplicates using "ap_id", but in Mastodon and Misskey the look like that: Mastodon: https://mastodon.example.com/users/roger Misskey: https:///misskey.example.com/users/104ab42f11 The fix is to also check for "uri", which is what will be in the "explicitly_mentioned_uris" list: Mastodon: https://mastodon.example.com/@roger Misskey: https://misskey.example.com/@roger
2023-05-25Fix deleting banned users' statusestusooa
2023-05-22Add changelogtusooa
2023-05-17Merge branch 'tusooa/3065-scopes' into 'develop'Haelwenn
OAuth scopes descriptions Closes #3065 See merge request pleroma/pleroma!3848
2023-05-17Merge branch 'tusooa/rework-refetch' into 'develop'Haelwenn
Make sure object refetching follows update rules See merge request pleroma/pleroma!3883
2023-05-17Merge branch 'tusooa/changelog-improve' into 'develop'Haelwenn
Use git diff to search for changelog entry See merge request pleroma/pleroma!3875
2023-05-17Merge branch 'tusooa/allow-lang' into 'develop'Haelwenn
Allow lang attribute See merge request pleroma/pleroma!3882
2023-05-17CommonFields: Use BareUri for :urlHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3121
2023-05-09Make sure object refetching follows update rulestusooa
2023-05-09Allow lang attributetusooa
2023-05-05Add changelog for !3880Haelwenn (lanodan) Monnier
2023-05-02Add changelogtusooa
2023-04-26Merge branch 'bugfix/content-disposition' into 'develop'tusooa
UploadedMedia: Add missing disposition_type to Content-Disposition Closes #3114 See merge request pleroma/pleroma!3873
2023-04-26Do not use needs: in pipeline yamltusooa
2023-04-26Merge branch 'duponin/remove-ssh' into 'develop'lain
Remove SSH/BBS feature from core Closes #932, #2389, and #2931 See merge request pleroma/pleroma!3872
2023-04-26Skip changelog entry for 3877tusooa
2023-04-25Add changelog for 3876tusooa
2023-04-23add changelog entry for BBS/SSH feature removeduponin
2023-04-22Skip changelogtusooa
2023-04-18UploadedMedia: Add missing disposition_type to Content-DispositionHaelwenn (lanodan) Monnier
Set it to `inline` because the vast majority of what's sent is multimedia content while `attachment` would have the side-effect of triggering a download dialog. Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3114
2023-04-12Skip changelog entrytusooa