aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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-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-18Switch to aliasing `Router.Helpers` instead of importingAlex Gleason
2021-03-02Linting.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-01Never forward the client's user-agent through the media proxyAlex Gleason
2021-03-01Store application details in the object under the generator key, not ↵Mark Felder
application key
2021-02-28Merge branch 'features/reports-enhancements' into 'develop'lain
Enhance reports in Pleroma API: index, show See merge request pleroma/pleroma!3280
2021-02-28Merge branch 'admin-api-versioning' into 'develop'lain
Pleroma APIs versioning Closes #2509 See merge request pleroma/pleroma!3335
2021-02-28Merge branch 'bugfix/peertube-mpegURL-object' into 'develop'lain
Video: Handle peertube videos only stashing attachments in x-mpegURL Closes #2372 and #2535 See merge request pleroma/pleroma!3336
2021-02-28Merge branch 'feat/client_app_details' into 'develop'lain
Support application field See merge request pleroma/pleroma!3311
2021-02-27Merge branch 'frontendstatic-ignore-api-calls' into 'develop'lain
Filter out API calls from FrontendStatic plug Closes #2261 See merge request pleroma/pleroma!3346
2021-02-27don't use continue in Stats init for test envAlexander Strizhakov
2021-02-26Store the client application data in ActivityStreams formatMark Felder
2021-02-26Merge branch 'fix/2498-expires_in-scheduled-posts' into 'develop'feld
expires_in in scheduled status params Closes #2498 See merge request pleroma/pleroma!3315
2021-02-26Merge branch 'ecto-rollback-in-test-env' into 'develop'feld
Possibility to run rollback in test env See merge request pleroma/pleroma!3212
2021-02-25Note our upgrade path for this functionalityMark Felder