Commit Graph

15108 Commits (1b89472a5029df1bdfda13a9e09695bb27d11c60)
 

Author SHA1 Message Date
Shlee 1b89472a50
Merge pull request #7439 from pixelfed/dev
resync staging
23 hours 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
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
dansup 543fa3d32b
Merge pull request #7422 from lilithmooncohen/fix/vips-ffi-web-sapi
Fix the vips image driver in web SAPIs
1 day ago
Daniel Supernault d86ef9ae52
Update 2025_02_10_194847_fix_non_nullable_postgres_errors.php 1 day ago
dansup 4cbf74ed4c
Merge pull request #7420 from lilithmooncohen/fix/postgres-fixes
Fix PostgreSQL backups and statuses nullability
1 day ago
dansup 545ad821b0
Merge pull request #7419 from lilithmooncohen/fix/reblog-media-attachments
Render boosts for clients that only read the top level
1 day ago
dansup 3dea3d767c
Merge pull request #7418 from lilithmooncohen/fix/photo-reblogs-only
Honor the photo_reblogs_only setting in the home timeline
1 day ago
dansup 576e1e9680
Merge pull request #7417 from lilithmooncohen/fix/mastodon-mode-nested-reblog
Fix missing replies_count on reblogs in Mastodon mode
1 day 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
Daniel Supernault 12a7c3ecfe
Fix AccountDelete federation 2 days ago
dansup a02fc2e19d
Merge pull request #7413 from pixelfed/staging
Fix deletes, again
2 days ago
dansup c1d94fc306
Merge branch 'dev' into staging 2 days ago
Daniel Supernault a4c176d520
Fix deletes, again 2 days ago
dansup d801957d00
Merge pull request #7412 from pixelfed/staging
Update profile view, show website link for verfication purposes
2 days ago
dansup 25e0f5880b
Merge branch 'dev' into staging 2 days ago
Daniel Supernault f6da697e2a
Update profile view, show website link for verfication purposes 2 days ago
dansup 807ae1377a
Merge pull request #7411 from pixelfed/staging
Remove sudo mode from admin dashboard. Closes #7396
2 days ago