You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/config
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
..
api.php
app.php larastan fix last commit 1 week ago
auth.php Update in-app registration 1 week ago
autospam.php
backup.php Fix Postgres backup connection and statuses nullability 2 days ago
broadcasting.php Update broadcasting.php 3 weeks ago
cache.php Update cache.php 3 weeks ago
captcha.php polish 1 week ago
cors.php Lint 2 weeks ago
costar.php
database.php Update database.php 3 weeks ago
debugbar.php
dm.php Add dm config 2 days ago
dotenv-editor.php
exp.php
federation.php Fix ActivityPub url resolution 4 days ago
filesystems.php
groups.php
hashids.php
hashing.php
honeypot.php Replace custom register token with spatie/laravel-honeypot 2 weeks ago
horizon.php fix: serve Pulse and Horizon dashboards under admin/ to avoid username route collisions 1 day ago
ide-helper.php Lint 3 days ago
image-optimizer.php
image.php Default image driver to vips 1 week ago
import.php
instance.php polish 1 week ago
laravel-ffmpeg.php
ldap.php
livestreaming.php
logging.php Change default log stack from 'single' to 'daily' 3 weeks ago
mail.php Update default mailer configuration to use MAIL_DRIVER 3 weeks ago
media.php
passport.php
pixelfed.php Update pixelfed.php 1 day ago
portfolio.php
pulse.php fix: serve Pulse and Horizon dashboards under admin/ to avoid username route collisions 1 day ago
purify.php
queue.php Update queue.php 2 weeks ago
remote-auth.php
routes.php
sanctum.php Upgrade to Laravel 13 2 weeks ago
scheduledtasks.php Move account_storage_reconcile flag to config/scheduledtasks.php 2 weeks ago
security.php
services.php
session.php Update session.php 4 days ago
snowflake.php
telescope.php
trending.php
trustedproxy.php
view.php
webpush.php
websockets.php