Commit Graph

15097 Commits (b06e810375a75ef252b89e6bf865352520a14172)
 

Author SHA1 Message Date
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
Daniel Supernault d436821483
Update StatusService 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
Daniel Supernault 25d9753d87
Fix reblog account to show account who reblogged it, not who posted it 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
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
dansup 1e6c26aa23
Merge branch 'dev' into staging 2 days ago
Daniel Supernault 713c63757a
Remove sudo mode from admin dashboard. Closes #7396 2 days ago
dansup 44ab52c70e
Merge pull request #7410 from pixelfed/staging
Fix deletes
2 days ago
dansup 6cb8288dff
Merge branch 'dev' into staging 2 days ago
Daniel Supernault fef890c91d
Fix deletes 2 days ago
dansup e4049b077b
Merge pull request #7409 from pixelfed/staging
Staging
2 days ago
dansup 01e8b36e2c
Merge branch 'dev' into staging 2 days ago
Daniel Supernault 2cf8508ca6
Fix FeedInsertRemotePipeline date handling. Fixes #7406 2 days ago
Daniel Supernault 2c709c9ebe
Update AP transformers, fix improper arrays 2 days ago
dansup 8b6eee19cf
Merge pull request #7405 from pixelfed/dependabot/composer/staging/larastan/larastan-3.12.1
chore(deps-dev): bump larastan/larastan from 3.12.0 to 3.12.1
2 days ago
dansup 15f28ac37e
Merge pull request #7404 from pixelfed/dependabot/composer/staging/predis/predis-3.6.1
chore(deps): bump predis/predis from 3.6.0 to 3.6.1
2 days ago