Commit Graph

15116 Commits (f044d14c8d363036adf06affbb89e10a51c85c90)
 

Author SHA1 Message Date
Daniel Supernault f044d14c8d
Lint 15 hours ago
Daniel Supernault 91f54c0d0f
Fix Direct Message shims. Fixes #7441 15 hours ago
Shlee 413f606b20
Remove MEDIA_TYPES from .env.example
Removed MEDIA_TYPES from the environment example file.
1 day ago
Shlee 961ef37fe9
Modify MEDIA_TYPES and add MODERN_MEDIA_TYPES
Updated accepted upload mime types and added modern media types.
1 day ago
Shlee 8367fdd76f
Merge pull request #7438 from shleeable/dockerVips
Compile libvips from source with AVIF/HEIC + JXL support
1 day ago
Shlee 0dce5ab346
Update Dockerfile 1 day ago
Shlee e1f2c91e2a
Merge branch 'staging' into dockerVips 1 day ago
Shlee 1b89472a50
Merge pull request #7439 from pixelfed/dev
resync staging
1 day ago
Your Name b02748026e Compile libvips from source with AVIF/HEIC + JXL support
- Add a vips builder stage that compiles libvips 8.18.6 from source
  (pinned tarball + sha256), linked against distro libheif/aom/dav1d
  (AVIF/HEIC) and libjxl (JPEG XL).
- Trim delegates to the formats Pixelfed uses: jpeg, png, gif, webp,
  avif/heic, jxl; disable tiff, pdf, svg, openexr, magick, etc. to keep
  the library small and reduce attack surface on untrusted uploads.
- Drop the ext-vips C extension (incompatible with libvips 8.18 and
  unused: Pixelfed uses jcupitt/vips via FFI) and keep ffi enabled.
- Update runtime deps to match the compiled library.
- Add MEDIA_TYPES (webp/avif/jxl) to .env.example and .env.docker.example.
1 day ago
Shlee ec0d4569b6
Merge pull request #7436 from pixelfed/shleeable-patch-1
Update filesystems.php - Fix #7356
1 day ago
Shlee 1c9cae3989
Update filesystems.php 1 day ago
Shlee 6994681a07
Merge pull request #7435 from pixelfed/staging
fix #7390 and tweak Dockerfile
1 day ago
Your Name 6201b25c3b Fix admin mobile menu backdrop and set ffi.enable in php.ini 1 day ago
Shlee 7bc28bc740
Merge pull request #7432 from pixelfed/fix/pulse-horizon-admin-routes
pulse and horizon - Moved both to admin/horizon and admin/pulse (and fix pulse)
1 day ago
Your Name 662b7bdee8 fix(larastan): resolve octane-compatibility error in CaptchaServiceProvider
The singleton closure injected the boot-time $app and constructed
new CaptchaManager($app), which larastan's checkOctaneCompatibility flags as
holding a stale container across requests. Resolve the current container via
Container::getInstance() instead.
1 day ago
Shlee b06e810375
Update web-admin.php 1 day ago
Your Name 5654ab6c27 fix: viewPulse gate denies admins due to strict === on boolean is_admin
is_admin is cast to bool on the User model, so $user->is_admin === 1 is always
false and the gate 403s every user, admins included. Use a boolean check,
consistent with the viewHorizon gate.
1 day ago
Your Name 139b29733e fix: serve Pulse and Horizon dashboards under admin/ to avoid username route collisions
- Pulse: set PULSE_PATH default to admin/pulse; Pulse::ignoreRoutes() in
  AppServiceProvider and register the dashboard explicitly in routes/web-admin.php
  so it is matched before the {username} profile catch-all.
- Horizon: set horizon.path to admin/horizon (all Horizon routes follow); add an
  explicit base-path GET mirroring Horizon's own HomeController@index for clarity.
- Remove now-unneeded 'horizon' reservation from RestrictedNames.
- Add PULSE_ENABLED-gated Pulse links to admin sidenav and topnav.
- Replace HorizonRedirectTest with HorizonDashboardTest (base path now renders
  the dashboard directly instead of redirecting).
1 day ago
Your Name 3988941f3f chore: upgrade laravel/pulse ^1.3 -> ^1.8 (1.8.1) 1 day ago
Shlee ba9033e5ee
Merge pull request #7430 from pixelfed/staging
Update StatusService
1 day ago
Daniel Supernault d436821483
Update StatusService 1 day ago
Shlee 9ab9dd3018
Merge pull request #7429 from pixelfed/staging
Staging
1 day ago
Shlee bbca7f1d9d
Merge pull request #7428 from pixelfed/14.3
14.3
1 day ago
Shlee 2aa7cdf5ba
Update CHANGELOG for version 0.14.3
Added release notes for version 0.14.3, including multiple bug fixes and improvements.
1 day ago
Shlee 3ba628e28f
Update pixelfed.php 1 day ago
dansup 6b9a41ad04
Merge pull request #7427 from pixelfed/staging
Fix reblog account to show account who reblogged it, not who posted it
2 days ago
Daniel Supernault 25d9753d87
Fix reblog account to show account who reblogged it, not who posted it 2 days ago
dansup d70076505d
Merge pull request #7426 from pixelfed/staging
Staging
2 days ago
dansup 1759e4493d
Merge pull request #7425 from lilithmooncohen/fix/mastodon-mode-favourited
Return favourited as a boolean in Mastodon mode
2 days ago
dansup c077117c45
Merge pull request #7424 from lilithmooncohen/fix/remote-content-preserves-html
Preserve the delivered HTML for remote status content
2 days ago
dansup 543fa3d32b
Merge pull request #7422 from lilithmooncohen/fix/vips-ffi-web-sapi
Fix the vips image driver in web SAPIs
2 days ago
Daniel Supernault d86ef9ae52
Update 2025_02_10_194847_fix_non_nullable_postgres_errors.php 2 days ago
dansup 4cbf74ed4c
Merge pull request #7420 from lilithmooncohen/fix/postgres-fixes
Fix PostgreSQL backups and statuses nullability
2 days ago
dansup 545ad821b0
Merge pull request #7419 from lilithmooncohen/fix/reblog-media-attachments
Render boosts for clients that only read the top level
2 days ago
dansup 3dea3d767c
Merge pull request #7418 from lilithmooncohen/fix/photo-reblogs-only
Honor the photo_reblogs_only setting in the home timeline
2 days ago
dansup 576e1e9680
Merge pull request #7417 from lilithmooncohen/fix/mastodon-mode-nested-reblog
Fix missing replies_count on reblogs in Mastodon mode
2 days ago
Lily Cohen f9611a6704 Give the nested boost target Mastodon field names 2 days ago
Lily Cohen de15fb57d9 Return favourited as a boolean in Mastodon mode 2 days ago
Lily Cohen cde0613f82 Preserve the original HTML in search results 2 days ago
Lily Cohen 9c0a87e950 Select rendered in the comment and profile queries 2 days ago
Lily Cohen 0e6459ddb9 Preserve the original HTML for remote status content 2 days ago
Lily Cohen 1fc25d067a Fix the vips image driver in web SAPIs 2 days ago
Lily Cohen c381362b3a Fix Postgres backup connection and statuses nullability 2 days ago
Lily Cohen 24259fa489 Honour photo_reblogs_only in the home timeline 2 days ago
Lily Cohen 92dfdeda11 Render boosts in clients that only read the top level 2 days ago
dansup c002e6d466
Merge pull request #7415 from pixelfed/staging
Bump version
2 days ago
dansup b3a1e4160e
Merge branch 'dev' into staging 2 days ago
Daniel Supernault fc41a8f19c
Bump version 2 days ago
dansup 65535a69e0
Merge pull request #7414 from pixelfed/staging
Fix AccountDelete federation
2 days ago
dansup da01ce2130
Merge branch 'dev' into staging 2 days ago