mirror of https://github.com/pixelfed/pixelfed
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.
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 | 4 weeks ago | |
| atom | ||
| auth | 4 weeks ago | |
| collection | ||
| components | 4 weeks ago | |
| discover | 5 months ago | |
| emails | 4 weeks ago | |
| errors | ||
| federation | ||
| groups | ||
| installer | ||
| invite | ||
| layouts | 4 weeks ago | |
| live | ||
| mobile | 4 weeks ago | |
| portfolio | ||
| profile | 4 months ago | |
| pxtv | ||
| report | ||
| search | ||
| settings | 4 weeks ago | |
| site | 4 weeks ago | |
| status | 1 month ago | |
| stories | ||
| timeline | ||
| vendor | ||
| home.blade.php | ||
| welcome.blade.php | ||