summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-24Cycles: improve cycles CIcycles0-cycles-roughAlex Gleason
2021-05-24Revert "Cycles: refactor Pleroma.User, Pleroma.User.Registration"Alex Gleason
This reverts commit 6124cfe9ae3eeb91fba9ecd1c8d5558fcc16c1c8.
2021-05-24Cycles: elixir 1.9 fixAlex Gleason
2021-05-23Add cycles test to .gitlab-ci.ymlAlex Gleason
2021-05-23format/credo fixesAlex Gleason
2021-05-23Cycles: move StaticFEPlug to pipelineAlex Gleason
Fixes cycle in lib/pleroma/web/plugs/static_fe_plug.ex
2021-05-23Cycles: fix cycle in lib/pleroma/reverse_proxy/client.exAlex Gleason
2021-05-23Cycles: fix cycle in ↵Alex Gleason
lib/pleroma/web/plugs/ensure_public_or_authenticated_plug.ex
2021-05-22Cycles: fix cycle in lib/pleroma/web/auth/authenticator.exAlex Gleason
2021-05-22Cycles: break out Pleroma.HTML, Pleroma.Activity.HTMLAlex Gleason
Fixes cycles in lib/pleroma/ecto_type/activity_pub/object_validators/safe_text.ex
2021-05-22Cycles: refactor Pleroma.User, Pleroma.User.RegistrationAlex Gleason
Breaks cycles involving UserEmail
2021-05-22Cycles: break cycles in lib/pleroma/uploaders/uploader.exAlex Gleason
2021-05-22Cycles: replace all `plug(:put_layout, _)` calls with real viewsAlex Gleason
This makes views depend on each other at runtime
2021-05-22Cycles: Don't make MediaProxy be a compile-dep of RouterAlex Gleason
Breaks cycles in lib/pleroma/web/media_proxy.ex
2021-05-22Cycles: Break apart PleromaAPI.NotificationView from ↵Alex Gleason
MastodonAPI.NotificationView
2021-05-22Cycles: avoid `use Phoenix.Swoosh` to prevent recompling the EndpointAlex Gleason
Fixes cycles with lib/pleroma/emails/user_email.ex
2021-05-22Cycles: Pleroma.User.avatar_url/2 --> Pleroma.User.Media.avatar_url/2Alex Gleason
Reduces cycles in lib/pleroma/web/views/email_view.ex
2021-05-22Cycles: just don't autogenerate context in AnnounceValidatorAlex Gleason
None of the other validators do it and it's not worth creating a compile-time dep on Endpoint
2021-05-22Cycles: Pleroma.Activity.search/3 --> Pleroma.Activity.Search.search/3Alex Gleason
Helps break up cycles between views
2021-05-22Cycles: Pleroma.Constants.as_local_public/0 --> ↵Alex Gleason
Pleroma.Web.ActivityPub.IDs.as_local_public/0 Prevent recompiling Endpoint when a file requires Pleroma.Constants
2021-05-22Cycles: move ID generator functions, Pleroma.Web.ActivityPub.Utils --> ↵Alex Gleason
Pleroma.Web.ActivityPub.IDs
2021-05-22Cycles: break cycles caused by ↵Alex Gleason
lib/pleroma/web/activity_pub/activity_pub/streaming.ex
2021-05-22Cycles: Pleroma.Application.user_agent/0 --> Pleroma.Web.Endpoint.user_agent/0Alex Gleason
Reduce cycles on lib/pleroma/application.ex
2021-05-22Cycles: create Pleroma.Project to hold version infoAlex Gleason
Reduce cycles on lib/pleroma/application.ex
2021-05-22Cycles: Pleroma.Web.ControllerHelper.truthy_param?/1 --> ↵Alex Gleason
Pleroma.Web.Params.truthy_param?/1 Breaks cycle in lib/pleroma/web/api_spec/operations/status_operation.ex
2021-05-22Fix Elixir 1.9 build warningsAlex Gleason
2021-05-21Cycles: use runtime deps in lib/pleroma/web/activity_pub/side_effects.exAlex Gleason
2021-05-21Cycles: switch imports to aliases in ↵Alex Gleason
lib/pleroma/web/activity_pub/activity_pub.ex
2021-05-21Cycles: use runtime deps in lib/pleroma/instances/**Alex Gleason
2021-05-21Cycles: Pleroma.Web.AdminAPI.Search.not_empty_string/1 --> ↵Alex Gleason
Pleroma.User.Query.not_empty_string/1
2021-05-21Cycles: refactor compile-time dep in lib/pleroma/web/plugs/frontend_static.exAlex Gleason
2021-05-21Cycles: use runtime deps in lib/pleroma/web/activity_pub/pipeline.exAlex Gleason
2021-05-21Cycles: Pleroma.Web.base_url() --> Pleroma.Web.Endpoint.url()Alex Gleason
2021-05-21Cycles: Pleroma.Web.get_api_routes/0 --> Pleroma.Web.Router.get_api_routes/0Alex Gleason
2021-05-21Cycles: break compile-time cycles for Plugs by ignoring aliases in module ↵Alex Gleason
attributes
2021-05-21Cycles: fix lib/pleroma/gun/connection_pool.ex cyclic dependencyAlex Gleason
2021-05-21Cycles: fix lib/pleroma/gun.ex cyclic dependencyAlex Gleason
2021-05-20Merge commit 'e3173a279dad89dfce6eae89368ad3ba180c0490' into cyclesAlex Gleason
2021-05-19Put Plugs in runtime mode in :dev, :test to speed up recompilationAlex Gleason
2021-05-18Switch to aliasing `Router.Helpers` instead of importingAlex Gleason
2021-03-02Merge branch 'release/2.3.0' into 'stable'lain
Release/2.3.0 See merge request pleroma/pleroma!3354
2021-03-02Mix: Update linkify.v2.3.0lain
2021-03-02Linting.lain
2021-03-02Changelog: Remove application support line.lain
2021-03-02StatusController: Deactivate application support for now.lain
Some more things to discuss about, so we'll remove it from 2.3.0
2021-03-01Mix: Update version numberlain
2021-03-01Update changeloglain
2021-03-01Document user agent leak fixMark Felder
2021-03-01user_agent_mock --> request_mockAlex Gleason
2021-03-01Never forward the client's user-agent through the media proxyAlex Gleason