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 aa9bb868dd fix: emoji admin URLs and cloud-migration guard
Two issues prevented emoji from serving/migrating correctly on cloud:

- Admin custom-emoji views hardcoded url('storage/'.media_path), so they
  always showed local URLs and bypassed cloud resolution. Use $emoji->url().
- The migration/command guard relied solely on config_cache('pixelfed.cloud_storage'),
  which is DB/12h-cached and can read stale-false right after cloud is
  enabled, causing the migration to silently no-op. Treat cloud as enabled
  when either live config() or config_cache() is true.
4 weeks ago
..
account
admin fix: emoji admin URLs and cloud-migration guard 4 weeks ago
atom
auth feat: add critical path test suite and fix auth/config issues 4 weeks ago
collection
components fix: replace str_random/str_limit/str_slug in Blade templates and tests 4 weeks ago
discover Remove deprecated Loops feature entirely 5 months ago
emails fix: replace str_random/str_limit/str_slug in Blade templates and tests 4 weeks ago
errors
federation
groups
installer
invite
layouts Add csrf-token meta to anon and app-guest layouts 4 weeks ago
live
mobile fix: stop caching raw Eloquent models to prevent incomplete-object 500s 4 weeks ago
portfolio
profile Update profile view 4 months ago
pxtv
report
search
settings fix: remove deprecated Passport::personalAccessClientId() and enableImplicitGrant() 4 weeks ago
site fix: stop caching raw Eloquent models to prevent incomplete-object 500s 4 weeks ago
status Update show.blade.php 1 month ago
stories
timeline
vendor
home.blade.php
welcome.blade.php