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 982cafd7f6 feat: emoji cloud storage with async S3 migration command
Re-land the emoji cloud-storage work on a clean staging base, using the
async AWS SDK upload path.

- CustomEmoji model: cloud-aware URL + storage helpers (urlForPath, url,
  storageTarget, storeMedia, storeMediaFromFile, deleteMedia)
- Route emoji writes/deletes/URLs through the model in ImportEmojis,
  CustomEmojiService and AdminController; admin views use $emoji->url()
- admin:EmojiMoveStorageLocalToCloud: disk-driven migration using the AWS
  SDK CommandPool with --concurrency (default 100) for high throughput;
  skips missing.png; --dry-run/--keep-local/--offset/--limit/--no-acl/--debug
- Deploy migration + daily schedule under the cloud-storage conditional
4 weeks ago
..
account Update app.name config, use config_cache 3 years ago
admin feat: emoji cloud storage with async S3 migration command 4 weeks ago
atom Merge pull request #6170 from pfefferle/add/atom-icon 1 year ago
auth feat: add critical path test suite and fix auth/config issues 4 weeks ago
collection Update collection view 5 years ago
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 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 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 Update story views 5 years ago
timeline Update blade views 5 years ago
vendor Add AppRegister 2 years ago
home.blade.php Update app.name config, use config_cache 3 years ago
welcome.blade.php