aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-06-01Pleroma.User.avatar_url/2 --> Pleroma.User.Media.avatar_url/2Alex Gleason
2021-06-01Introduce Pleroma.Config.url/0Alex Gleason
2021-06-01Merge commit '51a9f97e87823cbd9e92c375f4bc4c0bfa8b79db'; commit 'a744c47e9a43...Alex Gleason
2021-06-01Remove deps from Uploader behaviourAlex Gleason
2021-06-01Remove deps from Streaming/Persisting behaviorsAlex Gleason
2021-05-31Deprecate Pleroma.Web.base_url/0Alex Gleason
2021-05-30Merge commit '07fed0fda2473fc4e1e3b01e863217391fd2902f'; commit 'e3173a279dad...Alex Gleason
2021-05-29ActivityPub.Pipeline: switch to runtime depsAlex Gleason
2021-05-29Break out activity-specific HTML functions into Pleroma.Activity.HTMLAlex Gleason
2021-05-29Create real Views for all ControllersAlex Gleason
2021-05-29Config: use runtime deps instead of module attributesAlex Gleason
2021-05-29Gun: use runtime deps in ConnectionPoolAlex Gleason
2021-05-29Gun: make Gun.API a runtime depAlex Gleason
2021-05-28Pleroma.Web.get_api_routes/0 --> Pleroma.Web.Router.get_api_routes/0Alex Gleason
2021-05-28Don't make MediaProxy be a compile-dep of RouterAlex Gleason
2021-05-28Router: move StaticFEPlug to a pipelineAlex 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
2021-02-17Remove `:auth, :enforce_oauth_admin_scope_usage`rinpatch