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 Update app.name config, use config_cache 3 years ago
admin Convert optional() to nullsafe operator 4 weeks ago
atom Merge pull request #6170 from pfefferle/add/atom-icon 1 year ago
auth Fix last untranslated strings on the login + explore pages 2 weeks ago
collection Update collection view 5 years ago
components fix: replace str_random/str_limit/str_slug in Blade templates and tests 1 month ago
discover Remove deprecated Loops feature entirely 5 months ago
emails Escape message in curated register details email to fix reflected XSS 2 weeks ago
errors Update ParentalControlsController, redirect to new custom error page on active session when attempting to use child invite link so as to not overwrite parent active session with child session 3 years ago
federation
…
groups Add Group views 2 years ago
installer [Server Bug]: app.logo is not used in code 9 months ago
invite Add Admin Invites 4 years ago
layouts Add csrf-token meta to anon and app-guest layouts 4 weeks ago
live Add live player view 4 years ago
mobile fix: stop caching raw Eloquent models to prevent incomplete-object 500s 4 weeks ago
portfolio Update app.name config, use config_cache 3 years ago
profile Update profile view 4 months ago
pxtv
…
report Update report views, fix missing forms 1 year ago
search Update search results view 7 years ago
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 Update show.blade.php 2 months ago
stories Update story views 5 years ago
timeline Update blade views 5 years ago
vendor Rename Bootstrap 3 pagination templates 4 weeks ago
home.blade.php Update app.name config, use config_cache 3 years ago
welcome.blade.php
…