Commit Graph

15136 Commits (dev)
 

Author SHA1 Message Date
dansup e1df7d657c
Merge pull request #7447 from pixelfed/staging
Refactor DirectMessageController@composeMutuals endpoint
6 hours ago
dansup a0ac673f2a
Merge branch 'dev' into staging 6 hours ago
Daniel Supernault 7808d1c4a9
Refactor DirectMessageController@composeMutuals endpoint 6 hours ago
dansup a23a243c62
Merge pull request #7446 from pixelfed/staging
Update DirectMessageController
6 hours ago
dansup e279e00ad6
Merge branch 'dev' into staging 6 hours ago
Daniel Supernault 904b74c09a
Update DirectMessageController 6 hours ago
dansup 7055ac9b16
Merge pull request #7445 from pixelfed/staging
Update DirectMessageController composeMutuals, enforce hard paginatio…
6 hours ago
dansup 77ec462c77
Merge branch 'dev' into staging 6 hours ago
Daniel Supernault ab7667f0e9
Update DirectMessageController composeMutuals, enforce hard pagination limit 6 hours ago
dansup b53b2d5023
Merge pull request #7444 from pixelfed/staging
Fix DirectMessageController composeMutuals pagination
6 hours ago
dansup 7c0ba3de8c
Merge branch 'dev' into staging 6 hours ago
Daniel Supernault 2378df0545
Fix DirectMessageController composeMutuals pagination 6 hours ago
dansup 2996c6ef08
Merge pull request #7443 from pixelfed/staging
Update DirectMessageController, fix composeLookup format with pf entity
6 hours ago
dansup 03de97b971
Merge branch 'dev' into staging 6 hours ago
Daniel Supernault 138b8a2109
Update DirectMessageController, fix composeLookup format with pf entity 6 hours ago
dansup 95948f3b60
Merge pull request #7442 from pixelfed/staging
Staging
7 hours ago
dansup e6b33709f6
Merge branch 'dev' into staging 7 hours ago
Daniel Supernault c18a76f4da
Update FollowerService, change mutuals algorithm 7 hours ago
Daniel Supernault 6e13c5c116
Add alias to horizon 7 hours ago
dansup 40829a417b
Merge pull request #7437 from pixelfed/staging
Staging
10 hours ago
Daniel Supernault f044d14c8d
Lint 10 hours ago
Daniel Supernault 91f54c0d0f
Fix Direct Message shims. Fixes #7441 10 hours ago
Shlee 413f606b20
Remove MEDIA_TYPES from .env.example
Removed MEDIA_TYPES from the environment example file.
21 hours ago
Shlee 961ef37fe9
Modify MEDIA_TYPES and add MODERN_MEDIA_TYPES
Updated accepted upload mime types and added modern media types.
21 hours ago
Shlee 8367fdd76f
Merge pull request #7438 from shleeable/dockerVips
Compile libvips from source with AVIF/HEIC + JXL support
21 hours ago
Shlee 0dce5ab346
Update Dockerfile 21 hours ago
Shlee e1f2c91e2a
Merge branch 'staging' into dockerVips 21 hours ago
Shlee 1b89472a50
Merge pull request #7439 from pixelfed/dev
resync staging
21 hours 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.
21 hours ago
Shlee ec0d4569b6
Merge pull request #7436 from pixelfed/shleeable-patch-1
Update filesystems.php - Fix #7356
22 hours ago
Shlee 1c9cae3989
Update filesystems.php 22 hours ago
Shlee 6994681a07
Merge pull request #7435 from pixelfed/staging
fix #7390 and tweak Dockerfile
22 hours ago
Your Name 6201b25c3b Fix admin mobile menu backdrop and set ffi.enable in php.ini 22 hours 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)
23 hours 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.
23 hours ago
Shlee b06e810375
Update web-admin.php 23 hours 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.
23 hours 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).
23 hours ago
Your Name 3988941f3f chore: upgrade laravel/pulse ^1.3 -> ^1.8 (1.8.1) 23 hours 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
1 day ago
Daniel Supernault 25d9753d87
Fix reblog account to show account who reblogged it, not who posted it 1 day ago
dansup d70076505d
Merge pull request #7426 from pixelfed/staging
Staging
1 day ago
dansup 1759e4493d
Merge pull request #7425 from lilithmooncohen/fix/mastodon-mode-favourited
Return favourited as a boolean in Mastodon mode
1 day ago
dansup c077117c45
Merge pull request #7424 from lilithmooncohen/fix/remote-content-preserves-html
Preserve the delivered HTML for remote status content
1 day ago