summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-24Cycles: improve cycles CIcycles0-cycles-roughAlex Gleason
2021-05-24Revert "Cycles: refactor Pleroma.User, Pleroma.User.Registration"Alex Gleason
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
2021-05-23Cycles: fix cycle in lib/pleroma/reverse_proxy/client.exAlex Gleason
2021-05-23Cycles: fix cycle in lib/pleroma/web/plugs/ensure_public_or_authenticated_plu...Alex Gleason
2021-05-22Cycles: fix cycle in lib/pleroma/web/auth/authenticator.exAlex Gleason
2021-05-22Cycles: break out Pleroma.HTML, Pleroma.Activity.HTMLAlex Gleason
2021-05-22Cycles: refactor Pleroma.User, Pleroma.User.RegistrationAlex Gleason
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
2021-05-22Cycles: Don't make MediaProxy be a compile-dep of RouterAlex Gleason
2021-05-22Cycles: Break apart PleromaAPI.NotificationView from MastodonAPI.Notification...Alex Gleason
2021-05-22Cycles: avoid `use Phoenix.Swoosh` to prevent recompling the EndpointAlex Gleason
2021-05-22Cycles: Pleroma.User.avatar_url/2 --> Pleroma.User.Media.avatar_url/2Alex Gleason
2021-05-22Cycles: just don't autogenerate context in AnnounceValidatorAlex Gleason
2021-05-22Cycles: Pleroma.Activity.search/3 --> Pleroma.Activity.Search.search/3Alex Gleason
2021-05-22Cycles: Pleroma.Constants.as_local_public/0 --> Pleroma.Web.ActivityPub.IDs.a...Alex Gleason
2021-05-22Cycles: move ID generator functions, Pleroma.Web.ActivityPub.Utils --> Plerom...Alex Gleason
2021-05-22Cycles: break cycles caused by lib/pleroma/web/activity_pub/activity_pub/stre...Alex Gleason
2021-05-22Cycles: Pleroma.Application.user_agent/0 --> Pleroma.Web.Endpoint.user_agent/0Alex Gleason
2021-05-22Cycles: create Pleroma.Project to hold version infoAlex Gleason
2021-05-22Cycles: Pleroma.Web.ControllerHelper.truthy_param?/1 --> Pleroma.Web.Params.t...Alex Gleason
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 lib/pleroma/web/activity_pub/activity_pu...Alex Gleason
2021-05-21Cycles: use runtime deps in lib/pleroma/instances/**Alex Gleason
2021-05-21Cycles: Pleroma.Web.AdminAPI.Search.not_empty_string/1 --> Pleroma.User.Query...Alex Gleason
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 att...Alex Gleason
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
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
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