summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-31Deprecate Pleroma.Web.base_url/0Alex Gleason
Use Pleroma.Web.Endpoint.url/0 directly instead. Reduces compiler cycles.
2021-05-30Merge commit '07fed0fda2473fc4e1e3b01e863217391fd2902f'; commit ↵Alex Gleason
'e3173a279dad89dfce6eae89368ad3ba180c0490'; commit '21787546c01069d1d1d8261f0bc37d13a73122a9'; commit 'fda34591cefad94277385311c6391d1ca2adb36c'; commit '0ada3fe823a3c2e6c5835431bdacfbdb8b3d02a7'; commit '32d263cb905dd7fffd43a4955295af0b2b378537'; commit 'c9e4200ed2167772294fceb4f282979b5ea04981'; commit '3ff9c5e2a67ab83c2abdb14cd246dea059079e75'; commit 'fa543a936124abee524f9a103c17d2601176dcd4'; commit 'c23b81e399d5be6fc30f4acb1d757d5eb291d8e1' into cycles-phase-1
2021-05-29ActivityPub.Pipeline: switch to runtime depsAlex Gleason
Speed up recompilation by breaking compile-time cycles
2021-05-29Break out activity-specific HTML functions into Pleroma.Activity.HTMLAlex Gleason
Fixes cycles in lib/pleroma/ecto_type/activity_pub/object_validators/safe_text.ex
2021-05-29Create real Views for all ControllersAlex Gleason
This makes views depend on each other at runtime instead of compile-time
2021-05-29Config: use runtime deps instead of module attributesAlex Gleason
Speeds up recompilation time by breaking compile-time cycles
2021-05-29Gun: use runtime deps in ConnectionPoolAlex Gleason
Speed up recompilation time by breaking compile-time cycles
2021-05-29Gun: make Gun.API a runtime depAlex Gleason
Speed up recompilation by breaking a compile-time cycle
2021-05-28Pleroma.Web.get_api_routes/0 --> Pleroma.Web.Router.get_api_routes/0Alex Gleason
Reduce recompilation time by breaking compile-time cycles
2021-05-28Don't make MediaProxy be a compile-dep of RouterAlex Gleason
Speeds up recompilation by removing MediaProxy as a compile-time dep of Router
2021-05-28Router: move StaticFEPlug to a pipelineAlex Gleason
Speed up recompilation by breaking a cycle. Removes StaticFEPlug as a compile-time dep of Router.
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
Release/2.3.0 See merge request pleroma/pleroma!3354
2021-03-02Mix: Update linkify.lain
2021-03-02Linting.lain
2021-03-02Changelog: Remove application support line.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-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
2021-03-01Merge branch 'update-frontend-2021-03-01' into 'develop'lain
Update frontend See merge request pleroma/pleroma!3353
2021-03-01Update frontendlain
2021-03-01Merge branch 'application-to-generator' into 'develop'Haelwenn
ActvitityStreams application field should be called "generator" See merge request pleroma/pleroma!3352
2021-03-01Store application details in the object under the generator key, not ↵Mark Felder
application key
2021-02-28Merge branch 'feld-develop-patch-26755' into 'develop'feld
Update CHANGELOG.md See merge request pleroma/pleroma!3351
2021-02-28Update CHANGELOG.mdfeld
2021-02-28Merge branch 'fix/warning-in-test' into 'develop'lain
warning fix See merge request pleroma/pleroma!3350
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-28warning fixAlexander Strizhakov
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-28Simplify migrationMark Felder
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-27Merge branch 'fix/repo-terminate' into 'develop'lain
don't use continue in Stats init for test env See merge request pleroma/pleroma!3349
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-26Merge branch 'PestToast-develop-patch-66930' into 'develop'rinpatch
Removed a command that references "pleroma.env". This file does not seem to be... See merge request pleroma/pleroma!3347
2021-02-26Removed a command that references "pleroma.env". This file does not seem to ↵PestToast
be generated at any point during the install, and not having it does not stop the instance from working, as far as I can tell.
2021-02-25Note our upgrade path for this functionalityMark Felder
2021-02-25Leave a note for future explorersMark 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