aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-04Improve opengraph embedsio
This brings them more in line with Mastodon. - Deduplicates display name from the title and content - Removes arbitrary limits on the size of the embedded image - Removes angled double quotes from embed descriptions. These would normally just indicate that the content is a quote, but that is already implied by the content being in an embed.
2021-06-03MIME.valid?(type) → is_bitstring(type) && MIME.extensions(type) != []Haelwenn (lanodan) Monnier
Since mime 1.6.0: warning: MIME.valid?/1 is deprecated. Use MIME.extensions(type) != [] instead As for the bitstring(type) part it's because MIME.extensions only expects a string. https://github.com/elixir-plug/mime/issues/43
2021-06-03request_builder_test: mode :read got removedHaelwenn (lanodan) Monnier
2021-06-03factory: Fix article_factoryHaelwenn (lanodan) Monnier
2021-06-03mix: Update pot to ~> 1.0Haelwenn (lanodan) Monnier
2021-06-03mix.exs: Apply OTP24 fixes to web_push_encryptionHaelwenn (lanodan) Monnier
2021-06-03mix: Update dependenciesHaelwenn (lanodan) Monnier
2021-06-03media_proxy: switch from :crypto.hmac to :crypto.macHaelwenn (lanodan) Monnier
2021-06-03mix: Switch hackney & gun to releasesHaelwenn (lanodan) Monnier
2021-06-03Update all dependenciesHaelwenn (lanodan) Monnier
2021-06-03Merge branch 'chore/rename-chat' into 'develop'Haelwenn
Rename the non-federating Chat feature to Shout See merge request pleroma/pleroma!2842
2021-06-02Merge branch 'chore/cicd_skip_nonsense' into 'develop'rinpatch
Skip CI/CD automatically under certain conditions See merge request pleroma/pleroma!3439
2021-06-02Don't generate new specs unless they've changed.Mark Felder
2021-06-02Skip build, test, analysis/lint when we don't make code changesMark Felder
2021-06-02Merge branch 'Snow-develop-patch-01683' into 'develop'feld
Update docs/description for allow_relay See merge request pleroma/pleroma!3438
2021-06-02Update wording for relays in docs and config descriptionMark Felder
2021-06-02FormattingMark Felder
2021-06-02Merge branch 'cycles-email' into 'develop'feld
Recompilation speedup: Avoid `use Phoenix.Swoosh` to prevent recompiling the Endpoint See merge request pleroma/pleroma!3436
2021-06-01disableChat / disableShout didn't actually do anything for PleromaFEMark Felder
2021-06-01Merge remote-tracking branch 'pleroma/develop' into cycles-emailAlex Gleason
2021-06-01Avoid `use Phoenix.Swoosh` to prevent recompiling the EndpointAlex Gleason
Speeds up recompilation by fixing cycles in UserEmail
2021-06-01Merge branch 'cycles-streaming' into 'develop'feld
Recompilation speedup: Remove deps from Streaming/Persisting behaviors See merge request pleroma/pleroma!3434
2021-06-01Merge branch 'cycles-uploader' into 'develop'feld
Recompilation speedup: Remove deps from Uploader behaviour See merge request pleroma/pleroma!3435
2021-06-01Keep original Shoutbox channel name as chat:publicMark Felder
There is no sane / high level workaround for merging users who join shout:public and chat:public.
2021-06-01Merge remote-tracking branch 'pleroma/develop' into cycles-uploaderAlex Gleason
2021-06-01Remove deps from Uploader behaviourAlex Gleason
Speeds up recompilation by limiting compile-time deps
2021-06-01Merge remote-tracking branch 'pleroma/develop' into cycles-streamingAlex Gleason
2021-06-01Remove deps from Streaming/Persisting behaviorsAlex Gleason
Speeds up recompilation by limiting compile-time deps
2021-06-01Add "chat" back as a feature for backwards compat.Mark Felder
Legacy PleromaFE uses this to identify if ShoutBox is available.
2021-06-01Wire up join requests to the old "chat:public" channel into the new ↵Mark Felder
"shout:public" channel
2021-06-01Forgot to move migration test when rebasingMark Felder
2021-06-01We want clear_config/2 in all tests nowMark Felder
2021-06-01Update test for RenameInstanceChat migrationRoman Chvanikov
2021-06-01Add RenameInstanceChat migrationRoman Chvanikov
2021-06-01Add a test for the migrationMark Felder
2021-06-01Update description file for new shout config setting locationMark Felder
2021-06-01Move shout configuration from :instance, update docs and changelogMark Felder
2021-06-01More confusingly named legacy chat code renamed to shoutMark Felder
2021-06-01Ensure we actually start ShoutChannelMark Felder
2021-06-01Update PleromaFE settings for the old chat boxMark Felder
2021-06-01Just call it shoutMark Felder
2021-06-01Rename the non-federating Chat feature to ShoutMark Felder
2021-06-01Merge branch 'cycles-constants' into 'develop'feld
Recompilation speedup: move as_local_public/0 into ActivityPub.Utils See merge request pleroma/pleroma!3431
2021-06-01Merge remote-tracking branch 'pleroma/develop' into cycles-constantsAlex Gleason
2021-06-01Merge branch 'cycles-frontend-static' into 'develop'feld
Recompilation speedup: make Router a runtime dep of FrontendStatic See merge request pleroma/pleroma!3429
2021-06-01Merge branch 'cycles-base-url' into 'develop'feld
Deprecate Pleroma.Web.base_url/0 See merge request pleroma/pleroma!3432
2021-06-01Merge branch 'features/validators-note' into 'develop'Haelwenn
Pipeline Ingestion: Note Closes #290 See merge request pleroma/pleroma!2984
2021-05-31Merge remote-tracking branch 'pleroma/develop' into cycles-base-urlAlex Gleason
2021-05-31Deprecate Pleroma.Web.base_url/0Alex Gleason
Use Pleroma.Web.Endpoint.url/0 directly instead. Reduces compiler cycles.
2021-05-31Pleroma.Constants.as_local_public/0 --> ↵Alex Gleason
Pleroma.Web.ActivityPub.Utils.as_local_public/0 Move as_local_public/0 to stop making modules depend on Web at compile-time