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/app/Http/Controllers/Settings
Your Name b24503a46c chore: rename Pirate English locale to BCP-47 en-x-pirate
Use the BCP-47 private-use subtag en-x-pirate instead of en-Pirate:
- rename lang/en-Pirate -> lang/en-x-pirate
- update crowdin.yml mapping (en-PT -> en-x-pirate)
- update ExportLanguages LOCALE_OVERRIDES key + display name
- bump locale code validation max length (6 -> 12) so the longer
  code passes in SpaController and HomeSettings
- regenerate locale exports/manifest and rebuild web assets
2 weeks ago
..
ExportSettings.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
HomeSettings.php chore: rename Pirate English locale to BCP-47 en-x-pirate 2 weeks ago
LabsSettings.php refactor: replace short facade aliases with fully-qualified imports 1 month ago
PrivacySettings.php Update PrivacySettings.php 2 weeks ago
RelationshipSettings.php fix: replace Auth facade with $request->user() in request-scoped classes 1 month ago
SecuritySettings.php Use now() helper instead of Carbon::now() for current-time access 2 weeks ago