Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-31 | Media proxy base URL doesn't need /proxy | Sean King | |
2023-05-31 | Fix compile warning | Mark Felder | |
warning: doing a prefix match with globs is deprecated, invalid segment "pleroma*path" | |||
2023-05-31 | Phoenix.Socket.Transport.force_ssl/4 no longer exists | Mark Felder | |
2023-05-31 | Bump minimum Elixir to 1.12 | Mark Felder | |
2023-05-31 | Fix test warnings | Mark Felder | |
warning: the URI path used in plug tests must start with "/" | |||
2023-05-31 | Clean up Plug.Parsers.MULTIPART deprecation warnings | Mark Felder | |
There is no need to the length setting to :multipart. The length setting is global for all of the parsers. | |||
2023-05-31 | Move websocket config for Shoutbox to the Endpoint | Mark Felder | |
This is the modern way of configuring it | |||
2023-05-31 | Remove locked version of plug | Mark Felder | |
Required for Phoenix 1.7 websocket changes | |||
2023-05-31 | Fix base media and proxy URL in instructions to serve media on another domain | Sean King | |
2023-05-31 | Phoenix.Endpoint.Cowboy2Handler -> Plug.Cowboy.Handler | Mark Felder | |
2023-05-31 | No user facing changes | Mark Felder | |
2023-05-31 | Fix deprecated calls to get_flash/2 | Mark Felder | |
2023-05-31 | Remove unnecessary compilers as of Phoenix 1.7 | Mark Felder | |
2023-05-31 | Update to Phoenix 1.7 | Mark Felder | |
Chase the other deps to match versions you get from a current "mix phx.new" project creation | |||
2023-05-31 | Use Phoenix.ConnTest.redirected_to/2 | Mark Felder | |
2023-05-31 | installation/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-31 | installation/debian_based_en: Elixir 1.11 means Debian 12+ and Ubuntu 22.04+ | Haelwenn (lanodan) Monnier | |
2023-05-31 | Merge branch 'validate-host' into 'develop' | Haelwenn | |
Validate Host header for MediaProxy and Uploads See merge request pleroma/pleroma!3896 | |||
2023-05-30 | Switch from serving a 400 to a 302 | Mark Felder | |
2023-05-30 | Merge branch 'only_media_filter' into 'develop' | lain | |
Add OnlyMedia Upload Filter See merge request pleroma/pleroma!3897 | |||
2023-05-29 | Esacpe the asterisks in Markdown | Mark Felder | |
2023-05-29 | Add OnlyMedia Upload Filter to simplify restricting uploads to audio, image, ↵ | Mark Felder | |
and video types | |||
2023-05-29 | Fix unused assignment | Mark Felder | |
2023-05-29 | Remove unwanted parameter | Mark Felder | |
2023-05-29 | Host header validation is now required for MediaProxy and Uploads | Mark Felder | |
2023-05-29 | Validate Host header matches expected value before allowing access to Uploads | Mark Felder | |
2023-05-29 | Validate Host header matches expected value before allowing access to MediaProxy | Mark Felder | |
2023-05-29 | ConnCase: Make sure the host we use in tests is the actual Endpoint host | Mark Felder | |
2023-05-29 | oops, forgot the test cases | faried nawaz | |
2023-05-29 | twitter card: handle case where image has no alt text | faried nawaz | |
2023-05-29 | changelog entry | faried nawaz | |
2023-05-29 | fix meta tag for twitter cards and image attachments | faried nawaz | |
The name of the tag should be twitter:image, not twitter:player. Also, add twitter:image:alt meta tags. | |||
2023-05-29 | add url to Metadata.build_tags call | faried nawaz | |
If static_fe is enabled, going to https://pleroma/notice/some-id results in <meta content="https://pleroma/users/someuser" property="og:url"> With this fix, it is <meta content="https://pleroma/notice/some-id" property="og:url"> Additionally, Pleroma.Web.Metadata.Providers.OpenGraph now generates meta tags for attachments in the post. | |||
2023-05-27 | Add instructions to other distro's guides | tusooa | |
2023-05-26 | Merge branch 'mergeback/2.5.2' into 'develop' | Haelwenn | |
Mergeback: 2.5.2 Closes #3030, #3062, and #3045 See merge request pleroma/pleroma!3893 | |||
2023-05-26 | Merge branch 'release/2.5.2' into mergeback/2.5.2 | Haelwenn (lanodan) Monnier | |
2023-05-26 | Add changelog | tusooa | |
2023-05-26 | Recommend users to serve media on another domain in guide | tusooa | |
2023-05-26 | Add instructions to serve media on another domain | tusooa | |
2023-05-26 | Merge branch 'release/2.5.2' into 'stable' | Haelwenn | |
Security release 2.5.2 See merge request pleroma/pleroma!3863 | |||
2023-05-26 | Merge branch 'issue/3126' into 'develop' | Haelwenn | |
Filter OEmbed HTML tags See merge request pleroma/pleroma!3891 | |||
2023-05-26 | Version 2.5.2 | Haelwenn (lanodan) Monnier | |
2023-05-26 | Filter OEmbed HTML tags | Mark Felder | |
2023-05-26 | Filter OEmbed HTML tags | Mark Felder | |
2023-05-26 | Enforce unauth restrictions for public streaming endpoints | tusooa | |
2023-05-26 | Merge branch 'issue/3126' into 'develop' | Haelwenn | |
MediaProxyController: Apply CSP sandbox See merge request pleroma/pleroma!3890 | |||
2023-05-26 | Merge branch 'tusooa/fix-object-test' into 'develop' | Haelwenn | |
Fix ObjectTest See merge request pleroma/pleroma!3887 | |||
2023-05-26 | Merge branch 'tusooa/rework-refetch' into 'develop' | Haelwenn | |
Make sure object refetching follows update rules See merge request pleroma/pleroma!3883 | |||
2023-05-26 | Merge branch 'issue/3126' into 'develop' | Haelwenn | |
MediaProxyController: Apply CSP sandbox See merge request pleroma/pleroma!3890 | |||
2023-05-26 | MediaProxyController: Apply CSP sandbox | Mark Felder | |