Age | Commit message (Collapse) | Author |
|
Improve opengraph embeds
See merge request pleroma/pleroma!3442
|
|
|
|
|
|
Pleroma.Web.Params.truthy_param?/1
Breaks cycle in lib/pleroma/web/api_spec/operations/status_operation.ex
|
|
Speeds up recompilation by reducing compile-time cycles
|
|
Speeds up recompilation by removing a compile-time cycle on AdminAPI.Search
|
|
|
|
Recompilation speedup: create MRF.Policy behaviour separate from MRF module
See merge request pleroma/pleroma!3450
|
|
web endpoint: Use Config.get directly instead of a tuple
See merge request pleroma/pleroma!3445
|
|
|
|
Speeds up recompilation by reducing compile-time deps
|
|
Put OpenAPI ~everywhere in tests
See merge request pleroma/pleroma!3324
|
|
|
|
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.
|
|
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.
|
|
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
|
|
|
|
Rename the non-federating Chat feature to Shout
See merge request pleroma/pleroma!2842
|
|
There is no sane / high level workaround for merging users who join shout:public and chat:public.
|
|
|
|
Speeds up recompilation by limiting compile-time deps
|
|
Legacy PleromaFE uses this to identify if ShoutBox is available.
|
|
"shout:public" channel
|
|
|
|
|
|
|
|
Recompilation speedup: make Router a runtime dep of FrontendStatic
See merge request pleroma/pleroma!3429
|
|
Deprecate Pleroma.Web.base_url/0
See merge request pleroma/pleroma!3432
|
|
Pipeline Ingestion: Note
Closes #290
See merge request pleroma/pleroma!2984
|
|
|
|
Use Pleroma.Web.Endpoint.url/0 directly instead. Reduces compiler cycles.
|
|
Pleroma.Web.ActivityPub.Utils.as_local_public/0
Move as_local_public/0 to stop making modules depend on Web at compile-time
|
|
'e3173a279dad89dfce6eae89368ad3ba180c0490'; commit '21787546c01069d1d1d8261f0bc37d13a73122a9'; commit 'fda34591cefad94277385311c6391d1ca2adb36c'; commit '0ada3fe823a3c2e6c5835431bdacfbdb8b3d02a7'; commit '32d263cb905dd7fffd43a4955295af0b2b378537'; commit 'c9e4200ed2167772294fceb4f282979b5ea04981'; commit '3ff9c5e2a67ab83c2abdb14cd246dea059079e75'; commit 'fa543a936124abee524f9a103c17d2601176dcd4'; commit 'c23b81e399d5be6fc30f4acb1d757d5eb291d8e1' into cycles-phase-1
|
|
|
|
Speeds up recompilation by removing compile-time cycles
|
|
Recompilation speedup: Create real Views for all Controllers
See merge request pleroma/pleroma!3425
|
|
Recompilation speedup: Break out activity-specific HTML functions into Pleroma.Activity.HTML
See merge request pleroma/pleroma!3426
|
|
|
|
Speed up recompilation by breaking compile-time cycles
|
|
|
|
Fixes cycles in lib/pleroma/ecto_type/activity_pub/object_validators/safe_text.ex
|
|
|
|
This makes views depend on each other at runtime instead of compile-time
|
|
Recompilation speedup: Pleroma.Web.get_api_routes/0 --> Pleroma.Web.Router.get_api_routes/0
See merge request pleroma/pleroma!3419
|
|
SimplePolicy: filter nested objects, fixes #2582
Closes #2582
See merge request pleroma/pleroma!3376
|
|
Switch to aliasing `Router.Helpers` instead of importing
See merge request pleroma/pleroma!3409
|
|
|
|
Reduce recompilation time by breaking compile-time cycles
|
|
Recompilation speedup: move StaticFEPlug to a pipeline
See merge request pleroma/pleroma!3417
|
|
Recompilation speedup: don't make MediaProxy be a compile-dep of Router
See merge request pleroma/pleroma!3418
|