Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-24 | Revert "Cycles: refactor Pleroma.User, Pleroma.User.Registration" | Alex Gleason | |
This reverts commit 6124cfe9ae3eeb91fba9ecd1c8d5558fcc16c1c8. | |||
2021-05-24 | Cycles: elixir 1.9 fix | Alex Gleason | |
2021-05-23 | format/credo fixes | Alex Gleason | |
2021-05-23 | Cycles: move StaticFEPlug to pipeline | Alex Gleason | |
Fixes cycle in lib/pleroma/web/plugs/static_fe_plug.ex | |||
2021-05-23 | Cycles: fix cycle in lib/pleroma/reverse_proxy/client.ex | Alex Gleason | |
2021-05-23 | Cycles: fix cycle in ↵ | Alex Gleason | |
lib/pleroma/web/plugs/ensure_public_or_authenticated_plug.ex | |||
2021-05-22 | Cycles: fix cycle in lib/pleroma/web/auth/authenticator.ex | Alex Gleason | |
2021-05-22 | Cycles: break out Pleroma.HTML, Pleroma.Activity.HTML | Alex Gleason | |
Fixes cycles in lib/pleroma/ecto_type/activity_pub/object_validators/safe_text.ex | |||
2021-05-22 | Cycles: refactor Pleroma.User, Pleroma.User.Registration | Alex Gleason | |
Breaks cycles involving UserEmail | |||
2021-05-22 | Cycles: break cycles in lib/pleroma/uploaders/uploader.ex | Alex Gleason | |
2021-05-22 | Cycles: replace all `plug(:put_layout, _)` calls with real views | Alex Gleason | |
This makes views depend on each other at runtime | |||
2021-05-22 | Cycles: Don't make MediaProxy be a compile-dep of Router | Alex Gleason | |
Breaks cycles in lib/pleroma/web/media_proxy.ex | |||
2021-05-22 | Cycles: Break apart PleromaAPI.NotificationView from ↵ | Alex Gleason | |
MastodonAPI.NotificationView | |||
2021-05-22 | Cycles: avoid `use Phoenix.Swoosh` to prevent recompling the Endpoint | Alex Gleason | |
Fixes cycles with lib/pleroma/emails/user_email.ex | |||
2021-05-22 | Cycles: Pleroma.User.avatar_url/2 --> Pleroma.User.Media.avatar_url/2 | Alex Gleason | |
Reduces cycles in lib/pleroma/web/views/email_view.ex | |||
2021-05-22 | Cycles: just don't autogenerate context in AnnounceValidator | Alex Gleason | |
None of the other validators do it and it's not worth creating a compile-time dep on Endpoint | |||
2021-05-22 | Cycles: Pleroma.Activity.search/3 --> Pleroma.Activity.Search.search/3 | Alex Gleason | |
Helps break up cycles between views | |||
2021-05-22 | Cycles: 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-22 | Cycles: move ID generator functions, Pleroma.Web.ActivityPub.Utils --> ↵ | Alex Gleason | |
Pleroma.Web.ActivityPub.IDs | |||
2021-05-22 | Cycles: break cycles caused by ↵ | Alex Gleason | |
lib/pleroma/web/activity_pub/activity_pub/streaming.ex | |||
2021-05-22 | Cycles: Pleroma.Application.user_agent/0 --> Pleroma.Web.Endpoint.user_agent/0 | Alex Gleason | |
Reduce cycles on lib/pleroma/application.ex | |||
2021-05-22 | Cycles: create Pleroma.Project to hold version info | Alex Gleason | |
Reduce cycles on lib/pleroma/application.ex | |||
2021-05-22 | Cycles: 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-22 | Fix Elixir 1.9 build warnings | Alex Gleason | |
2021-05-21 | Cycles: use runtime deps in lib/pleroma/web/activity_pub/side_effects.ex | Alex Gleason | |
2021-05-21 | Cycles: switch imports to aliases in ↵ | Alex Gleason | |
lib/pleroma/web/activity_pub/activity_pub.ex | |||
2021-05-21 | Cycles: use runtime deps in lib/pleroma/instances/** | Alex Gleason | |
2021-05-21 | Cycles: Pleroma.Web.AdminAPI.Search.not_empty_string/1 --> ↵ | Alex Gleason | |
Pleroma.User.Query.not_empty_string/1 | |||
2021-05-21 | Cycles: refactor compile-time dep in lib/pleroma/web/plugs/frontend_static.ex | Alex Gleason | |
2021-05-21 | Cycles: use runtime deps in lib/pleroma/web/activity_pub/pipeline.ex | Alex Gleason | |
2021-05-21 | Cycles: Pleroma.Web.base_url() --> Pleroma.Web.Endpoint.url() | Alex Gleason | |
2021-05-21 | Cycles: Pleroma.Web.get_api_routes/0 --> Pleroma.Web.Router.get_api_routes/0 | Alex Gleason | |
2021-05-21 | Cycles: break compile-time cycles for Plugs by ignoring aliases in module ↵ | Alex Gleason | |
attributes | |||
2021-05-21 | Cycles: fix lib/pleroma/gun/connection_pool.ex cyclic dependency | Alex Gleason | |
2021-05-21 | Cycles: fix lib/pleroma/gun.ex cyclic dependency | Alex Gleason | |
2021-05-18 | Switch to aliasing `Router.Helpers` instead of importing | Alex Gleason | |
2021-03-02 | Linting. | lain | |
2021-03-02 | StatusController: Deactivate application support for now. | lain | |
Some more things to discuss about, so we'll remove it from 2.3.0 | |||
2021-03-01 | Never forward the client's user-agent through the media proxy | Alex Gleason | |
2021-03-01 | Store application details in the object under the generator key, not ↵ | Mark Felder | |
application key | |||
2021-02-28 | Merge branch 'features/reports-enhancements' into 'develop' | lain | |
Enhance reports in Pleroma API: index, show See merge request pleroma/pleroma!3280 | |||
2021-02-28 | Merge branch 'admin-api-versioning' into 'develop' | lain | |
Pleroma APIs versioning Closes #2509 See merge request pleroma/pleroma!3335 | |||
2021-02-28 | Merge 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-28 | Merge branch 'feat/client_app_details' into 'develop' | lain | |
Support application field See merge request pleroma/pleroma!3311 | |||
2021-02-27 | Merge 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-27 | don't use continue in Stats init for test env | Alexander Strizhakov | |
2021-02-26 | Store the client application data in ActivityStreams format | Mark Felder | |
2021-02-26 | Merge 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-26 | Merge branch 'ecto-rollback-in-test-env' into 'develop' | feld | |
Possibility to run rollback in test env See merge request pleroma/pleroma!3212 | |||
2021-02-25 | Note our upgrade path for this functionality | Mark Felder | |