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/resources/views/admin
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
..
apps fix: replace str_random/str_limit/str_slug in Blade templates and tests 4 weeks ago
asf Add AdminShadowFilter feature 3 years ago
autospam Add Autospam Advanced Detection 3 years ago
curated-register fix: replace str_random/str_limit/str_slug in Blade templates and tests 4 weeks ago
custom-emoji revert: remove emoji local-to-cloud storage changes 3 weeks ago
diagnostics fix: remove deprecated Passport::personalAccessClientId() and enableImplicitGrant() 4 weeks ago
directory Add Server Directory integration 4 years ago
discover
hashtags Add hashtag administration 4 years ago
instances Update admin instances dashboard 4 years ago
media Add MediaBlocklist feature 6 years ago
messages fix: replace str_random/str_limit/str_slug in Blade templates and tests 4 weeks ago
newsroom fix: replace str_random/str_limit/str_slug in Blade templates and tests 4 weeks ago
pages Added current title as value for input so that the current value remains stored by default 2 years ago
partial fix: serve Pulse and Horizon dashboards under admin/ to avoid username route collisions 1 day ago
profiles unwanted semicolons 4 years ago
reports fix: replace deprecated starts_with() with str_starts_with() 4 weeks ago
settings Add custom css to admin dashboard 2 years ago
statuses
stories Convert optional() to nullsafe operator 3 weeks ago
users fix: replace str_random/str_limit/str_slug in Blade templates and tests 4 weeks ago
home.blade.php Update admin dashboard, add mass account deletes 3 years ago
stats.blade.php Improve admin dashboard by moving expensive stats to its page and loading stats and recent data async on the dashboard home page 4 years ago