Commit Graph

14809 Commits (1c0af3ac7c4ac8ef41c772b7bd123d46a3f272a9)
 

Author SHA1 Message Date
Shlee 1c0af3ac7c
Update pixelfed.php 1 week ago
Daniel Supernault b5760285aa
Update locales 1 week ago
Daniel Supernault 8844741b96
Update compiled assets 1 week ago
Shlee 8e4771e198
Merge pull request #7332 from pixelfed/fix/long-username-mention-7204
allow long usernames in autolinking
1 week ago
Your Name a56c1fb019 fix(mentions): allow long usernames in autolinking (#7204)
Raise the mention regex local-part cap from 20 to 64 chars. The prior cap
silently dropped long usernames from autolinking/mentions, and for remote
handles it truncated the username and dropped the @domain, turning a remote
mention into a broken local one. Adds extensive lexer coverage.
1 week ago
Shlee 715d539e7e
Enhance password visibility toggle functionality
Updated password toggle button functionality to reveal password on press and hold, and added accessibility features.
1 week ago
Shlee db7b5da07a
Merge pull request #7331 from pixelfed/feature/login-ux-7255-7260
Add show/hide password toggle
1 week ago
Your Name 7fe3eb141a feat(login): add show/hide password toggle (#7255) 1 week ago
Your Name 5e76ed99bf fix #7328 1 week ago
Your Name 7a39e8c70c polish 1 week ago
Your Name 6e5c7c7874 rebuilt web 1 week ago
Shlee 9ec46005df
Merge pull request #7309 from pixelfed/feature/laravel-cap
Refactor: Captcha provider - HCaptcha, Turnstile and Cap
1 week ago
Your Name 2669035ff0 polish 1 week ago
Your Name 067e9c1244 polish 1 week ago
Your Name ccb5e282f8 chore: sync compiled assets (manifest.js, vendor.js, mix-manifest.json) from staging 1 week ago
Shlee 6cd284b861
Configure npm to allow legacy peer dependencies
Add legacy-peer-deps setting to .npmrc to allow installation despite peer dependency mismatch.
1 week ago
Shlee 3e2b09ebff
Merge pull request #7330 from pixelfed/shleeable-patch-1
Update .env.docker.example
1 week ago
Shlee a08bccc7a4
Update .env.example 1 week ago
Shlee 33310d7af4
Uncomment APP_LOCALE in .env.docker.example 1 week ago
Shlee c2de5d6e22
Add APP_LOCALE to testing environment variables 1 week ago
Shlee 72f871424f
Comment out APP_LOCALE in .env.example
Comment out the APP_LOCALE variable in the example file.
1 week ago
Shlee b0fe687bb9
Update .env.docker.example 1 week ago
Your Name 4c0bbe014e Translated French 1 week ago
Shlee 4ba4b2a8a3
Merge pull request #7329 from pixelfed/l10n_crowdin_translations
New Crowdin updates
1 week ago
Shlee 26e0dc5966 New translations web.php (French)
[ci skip]
1 week ago
Shlee 272a1ff61c New translations passwords.php (Spanish)
[ci skip]
1 week ago
Shlee ee853891a3 New translations navmenu.php (Spanish)
[ci skip]
1 week ago
Shlee 19d83bd7df New translations helpcenter.php (Spanish)
[ci skip]
1 week ago
Shlee cae5211b29 New translations exception.php (Spanish)
[ci skip]
1 week ago
Shlee a5ef487cd3 New translations auth.php (Icelandic)
[ci skip]
1 week ago
Shlee 4d81040e2d New translations auth.php (Spanish)
[ci skip]
1 week ago
Shlee 91b438dc2f New translations web.php (French)
[ci skip]
1 week ago
Shlee fe11104e34 New translations settings.php (French)
[ci skip]
1 week ago
Shlee cbaeba7b6a
Clean up legacy locale mapping comments 1 week ago
Your Name 0aa4da98e3 larastan fix last commit 1 week ago
Shlee 3de36431bb
Merge pull request #7308 from pixelfed/fix/snowflake-seq-collision
Fix/snowflake seq collision
1 week ago
Your Name 262065a485 Temp language fallback 1 week ago
Your Name d1d15c76f9 fix i18n cache on about/guidelines 1 week ago
Your Name 8aadedb56c Added i18n tests 1 week ago
Shlee 5921cedf05
Merge pull request #7326 from pixelfed/chore/composer-build-script
Chore/composer build script
1 week ago
Your Name 568edc866b polish 1 week ago
Your Name 6936171679 chore: add .npmrc with legacy-peer-deps for blurhash conflict
vue-blurhash@0.1.4 peer-depends on blurhash@^1.1.3 while the project
uses blurhash@^2.x. Enable legacy-peer-deps so npm ci/install (and the
composer build script) resolve instead of failing with ERESOLVE.
1 week ago
Your Name 13124bb57a chore: add composer build script for i18n export + prod assets
Adds a 'composer build' script that exports the latest i18n strings
(php artisan i18n:export), installs npm deps, and compiles production
frontend assets (npm run production).
1 week ago
Shlee a28fa2936b
Merge pull request #7325 from pixelfed/l10n_crowdin_translations
New Crowdin updates
1 week ago
Shlee 2e61ad4f61 New translations web.php (Finnish)
[ci skip]
1 week ago
Shlee 107b9eef91 New translations site.php (Finnish)
[ci skip]
1 week ago
Shlee 2cbbc1b2c6 New translations settings.php (Finnish)
[ci skip]
1 week ago
Shlee 4bfa290220
Merge pull request #7324 from pixelfed/chore/locale-en-x-pirate
chore: rename Pirate English locale to BCP-47 en-x-pirate
1 week ago
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
1 week ago
Your Name 337de5a64e fix pirate 1 week ago