aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-04Fix code mistake in OAuth controllerSean King
2021-06-04Document OTP 24 support so we remember to add it to the official release ↵Mark Felder
notes / announcement
2021-06-04Fix warning for misuse of clear_config/2Mark Felder
The old warning message was producing an improperly formatted suggestion.
2021-06-04Fix merge conflicts with upstreamSean King
2021-06-04Merge branch 'tests/openapi-everywhere' into 'develop'Haelwenn
Put OpenAPI ~everywhere in tests See merge request pleroma/pleroma!3324
2021-06-04Pipeline Ingestion: PageHaelwenn (lanodan) Monnier
2021-06-04web endpoint: Use Config.get directly instead of a tupleHaelwenn (lanodan) Monnier
Fixes a lot of warnings like the following while running the testsuite: warning: passing a {module, function, args} tuple to Plug.Parsers.MULTIPART is deprecated. Please see Plug.Parsers.MULTIPART module docs for better approaches to configuration This might mean no more dynamic configuration but there seems to be the same limitation two lines underneath anyway.
2021-06-04Merge branch 'fix/missing-deprecation' into 'develop'feld
Add missing deprecation warning left out of !2842 See merge request pleroma/pleroma!3444
2021-06-04Merge branch 'bugfix/erlang-24' into 'develop'feld
Erlang 24 compatibility Closes #2647 See merge request pleroma/pleroma!3405
2021-06-04Add missing deprecation warning left out of !2842Mark Felder
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