aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-18Switch to aliasing `Router.Helpers` instead of importingAlex Gleason
2021-03-02Linting.lain
2021-03-02StatusController: Deactivate application support for now.lain
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 applicat...Mark Felder
2021-02-28Merge branch 'features/reports-enhancements' into 'develop'lain
2021-02-28Merge branch 'admin-api-versioning' into 'develop'lain
2021-02-28Merge branch 'bugfix/peertube-mpegURL-object' into 'develop'lain
2021-02-28Merge branch 'feat/client_app_details' into 'develop'lain
2021-02-27Merge branch 'frontendstatic-ignore-api-calls' into 'develop'lain
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
2021-02-26Merge branch 'ecto-rollback-in-test-env' into 'develop'feld
2021-02-25Note our upgrade path for this functionalityMark Felder
2021-02-25No need to filter out Mix.env() from the API routes.Mark Felder
2021-02-25Improved recursion through the api route listMark Felder
2021-02-25Filter out MIX_ENV from route list and add a testMark Felder
2021-02-25Enum instead of StreamMark Felder
2021-02-24Attempt to filter out API calls from FrontendStatic plugMark Felder
2021-02-22[#2534] Earlier init of Pleroma.Web.Endpoint (must be started prior to Plerom...Ivan Tashkinov
2021-02-21Video: Handle peertube videos only stashing attachments in x-mpegURLHaelwenn (lanodan) Monnier
2021-02-21Reroute /api/pleroma to /api/v1/pleromaeugenijm
2021-02-20Exiftool also cannot strip from heic files.Mark Felder
2021-02-20Show a proper error. A failure doesn't always mean the command isn't availabl...Mark Felder
2021-02-18Permit :disclose_client in changesetsMark Felder
2021-02-18Tests to validate client disclosure obeys user settingMark Felder
2021-02-18Add field to user schema for controlling disclosure of client detailsMark Felder
2021-02-18Mastodon makes this field null when posting with MastoFE or if you choose to ...Mark Felder
2021-02-18expires_in in scheduled status paramsAlexander Strizhakov
2021-02-18Merge branch 'fix/chats-no-unread-in-openapi' into 'develop'rinpatch
2021-02-17OAuthScopesPlug: remove transform_scopes in favor of explicit admin scope def...rinpatch
2021-02-17OpenAPI: Add `admin:` scope prefix to admin operationsrinpatch