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
Your Name a14fba166f Fix cached-page 500s and flaky smoke/API tests
- terms/privacy/community-guidelines views accessed the cached page as an
  object ($page->title), but cachedPage() returns an array, causing a 500
  whenever a custom Page row existed. Switch to array access.
- PublicRouteSmokeTest: enable open_registration before hitting /register,
  which 404s by default when registration is disabled.
- Api/AccountTest: derive sanctum.stateful domain from app.url instead of
  hardcoding pixelfed.test, so the first-party auth test is environment
  independent.
2 weeks ago
..
account
…
admin Convert optional() to nullsafe operator 3 weeks ago
atom
…
auth Fix last untranslated strings on the login + explore pages 2 weeks ago
collection
…
components
…
discover
…
emails Escape message in curated register details email to fix reflected XSS 2 weeks ago
errors
…
federation
…
groups
…
installer
…
invite
…
layouts Add csrf-token meta to anon and app-guest layouts 4 weeks ago
live
…
mobile
…
portfolio
…
profile
…
pxtv
…
report
…
search
…
settings Use locale_get_display_name for language labels 2 weeks ago
site Fix cached-page 500s and flaky smoke/API tests 2 weeks ago
status
…
stories
…
timeline
…
vendor Rename Bootstrap 3 pagination templates 3 weeks ago
home.blade.php
…
welcome.blade.php
…