Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-31 | Deprecate Pleroma.Web.base_url/0 | Alex Gleason | |
Use Pleroma.Web.Endpoint.url/0 directly instead. Reduces compiler cycles. | |||
2021-05-30 | Merge 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-29 | ActivityPub.Pipeline: switch to runtime deps | Alex Gleason | |
Speed up recompilation by breaking compile-time cycles | |||
2021-05-29 | Break out activity-specific HTML functions into Pleroma.Activity.HTML | Alex Gleason | |
Fixes cycles in lib/pleroma/ecto_type/activity_pub/object_validators/safe_text.ex | |||
2021-05-29 | Create real Views for all Controllers | Alex Gleason | |
This makes views depend on each other at runtime instead of compile-time | |||
2021-05-29 | Config: use runtime deps instead of module attributes | Alex Gleason | |
Speeds up recompilation time by breaking compile-time cycles | |||
2021-05-29 | Gun: use runtime deps in ConnectionPool | Alex Gleason | |
Speed up recompilation time by breaking compile-time cycles | |||
2021-05-29 | Gun: make Gun.API a runtime dep | Alex Gleason | |
Speed up recompilation by breaking a compile-time cycle | |||
2021-05-28 | Pleroma.Web.get_api_routes/0 --> Pleroma.Web.Router.get_api_routes/0 | Alex Gleason | |
Reduce recompilation time by breaking compile-time cycles | |||
2021-05-28 | Don't make MediaProxy be a compile-dep of Router | Alex Gleason | |
Speeds up recompilation by removing MediaProxy as a compile-time dep of Router | |||
2021-05-28 | Router: move StaticFEPlug to a pipeline | Alex Gleason | |
Speed up recompilation by breaking a cycle. Removes StaticFEPlug as a compile-time dep of Router. | |||
2021-05-19 | Put Plugs in runtime mode in :dev, :test to speed up recompilation | Alex Gleason | |
2021-05-18 | Switch to aliasing `Router.Helpers` instead of importing | Alex Gleason | |
2021-03-02 | Merge branch 'release/2.3.0' into 'stable' | lain | |
Release/2.3.0 See merge request pleroma/pleroma!3354 | |||
2021-03-02 | Mix: Update linkify. | lain | |
2021-03-02 | Linting. | lain | |
2021-03-02 | Changelog: Remove application support line. | 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 | Mix: Update version number | lain | |
2021-03-01 | Update changelog | lain | |
2021-03-01 | Document user agent leak fix | Mark Felder | |
2021-03-01 | user_agent_mock --> request_mock | Alex Gleason | |
2021-03-01 | Never forward the client's user-agent through the media proxy | Alex Gleason | |
2021-03-01 | Merge branch 'update-frontend-2021-03-01' into 'develop' | lain | |
Update frontend See merge request pleroma/pleroma!3353 | |||
2021-03-01 | Update frontend | lain | |
2021-03-01 | Merge branch 'application-to-generator' into 'develop' | Haelwenn | |
ActvitityStreams application field should be called "generator" See merge request pleroma/pleroma!3352 | |||
2021-03-01 | Store application details in the object under the generator key, not ↵ | Mark Felder | |
application key | |||
2021-02-28 | Merge branch 'feld-develop-patch-26755' into 'develop' | feld | |
Update CHANGELOG.md See merge request pleroma/pleroma!3351 | |||
2021-02-28 | Update CHANGELOG.md | feld | |
2021-02-28 | Merge branch 'fix/warning-in-test' into 'develop' | lain | |
warning fix See merge request pleroma/pleroma!3350 | |||
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 | warning fix | Alexander Strizhakov | |
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-28 | Simplify migration | Mark Felder | |
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 | Merge 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-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-26 | Merge 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-26 | Removed 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-25 | Note our upgrade path for this functionality | Mark Felder | |
2021-02-25 | Leave a note for future explorers | Mark Felder | |
2021-02-25 | No need to filter out Mix.env() from the API routes. | Mark Felder | |
2021-02-25 | Improved recursion through the api route list | Mark Felder | |
2021-02-25 | Filter out MIX_ENV from route list and add a test | Mark Felder | |
2021-02-25 | Enum instead of Stream | Mark Felder | |