Commit Graph

3104 Commits (dev)

Author SHA1 Message Date
Felipe Mateus 49b3530cce
add miss keys pt 6 months ago
daniel 50d496ae26
Merge pull request #5844 from pixelfed/l10n_staging
New Crowdin updates
6 months ago
daniel 2c6e1c1e88
Merge pull request #5842 from batumi14/patch-1
Create settings.php
6 months ago
Daniel Supernault a846930033
Update AdminSettings, fix avif,heic support 6 months ago
Daniel Supernault dfbccaa195
Update Profile component, rewrite local profile urls 6 months ago
Daniel Supernault d2f2a1b1cf
Update Post component, rewrite local post urls 6 months ago
batumi14 01803546ed
Merge branch 'pixelfed:dev' into patch-1 6 months ago
daniel cd85123ea7
Merge pull request #5843 from helmet91/collection-header-counter-label
Fix collection counter label
6 months ago
daniel 353e0076fe New translations web.php (Indonesian)
[ci skip]
7 months ago
daniel 371f346bd8 New translations web.php (Portuguese, Brazilian)
[ci skip]
7 months ago
daniel 58fe339134 New translations web.php (German)
[ci skip]
7 months ago
daniel 15202413ef New translations web.php (Finnish)
[ci skip]
7 months ago
Daniel Simon e796476bd4 fix collection counter label 7 months ago
batumi14 3ac91ca2d1
Create settings.php
Added "settings" translation for Turkish Language.
7 months ago
Daniel Supernault 01b445f6ea
Update AccountImports, add webp support 7 months ago
Daniel Supernault f4e8ae0c29
Update timeAgo util, fix year bug 7 months ago
Daniel Supernault e92f904be3
Update post component 7 months ago
Daniel Supernault 6004f574dd
Update i18n compiled strings 7 months ago
Daniel Supernault c36cc07b2c
Update avif support, and fix reply permalinks 7 months ago
Daniel Supernault 7ddbe0c473
Add AVIF support 7 months ago
Daniel Supernault c93a0b6aeb
Update navbar, fix icon 7 months ago
daniel aace9cec7a
Merge pull request #5822 from toddy15/dev
[Bug Fix] Fix expected filename in .zip file of instagram export
7 months ago
daniel e6dec77e74
Merge pull request #5821 from eufelipemateus/translate_site
[Translation] add missing keys pt site.php
7 months ago
daniel 3c04e0f1e1
Merge pull request #5786 from eufelipemateus/adjust_pt_navmenu
[Translation] Adjust PT navmenu.php
7 months ago
daniel cae219496e
Merge pull request #5785 from eufelipemateus/update_profile
[Translation] add missing keys - Profile.php
7 months ago
daniel f40db81f2a
Merge pull request #5784 from eufelipemateus/add_missing_file
[Translation] Create settings.php for Portuguese
7 months ago
daniel fdd1627877
Merge pull request #5775 from rm-yakovenko/feature/dm-compose-debounce
[Bug Fix] Web UI DM Compose: add debounce to the recipient autocomplete
7 months ago
daniel 17724e7140
Merge pull request #5773 from marcelcosta/dev
[Translation] Update settings.php
7 months ago
daniel c0b352b9d4
Merge pull request #5740 from pixelfed/l10n_staging
New Crowdin updates
7 months ago
daniel d6f419a557
Merge pull request #5681 from maco/i18n_appearance_settings
[Translation] Make appearance settings translateable
7 months ago
Dr. Tobias Quathamer 239b2a930d Fix expected filename in .zip file of instagram export
Fixes: #5639
7 months ago
Felipe Mateus 4f72f8eb10
add missing keys 7 months ago
Daniel Supernault 0844094b99
Update App Register to expire codes after 4 hours instead of 60 minutes 7 months ago
Daniel Supernault dbd1e17b25
Add app register email verify resends 7 months ago
Shlee 6f0b64fdab
Update iar.blade.php - Fix in-app reg without hcaptcha (#5807)
* Staging (#5674)

* Update .env.docker

Registry has changed. Old registry has been discontinued in August 2024. New Registry added, format of Docker tag has been adjusted as it now contains the Debian Release as well.

Sample Version is set to current stable but can be adjusted to any of the available branches.

* Update .env.docker

Stick major.minor according to https://jippi.github.io/docker-pixelfed/customize/tags/#pixelfed-version

Disable Debian Release Check until it's solved in dottie.

Closes https://github.com/pixelfed/pixelfed/issues/5264

* New translations web.php (Finnish)
[ci skip]

* New translations web.php (Finnish)
[ci skip]

* fix: don't restore memory limit after cities import

Since this command can only be invoked by CLI, the process will exit after a successful import, so restoring the transient PHP memory limit doesn't really have any affect.

In PHP 8.4, this throws the following error (which doesn't happen in 8.3 and below)

> [entrypoint / 11-first-time-setup.sh] - (stderr) 128769/128769 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%[2025-01-20 11:29:23] production.ERROR: Failed to set memory limit to 134217728 bytes (Current memory usage is 134746112 bytes) {"exception":"[object] (ErrorException(code: 0): Failed to set memory limit to 134217728 bytes (Current memory usage is 134746112 bytes) at /var/www/app/Console/Commands/ImportCities.php:140)

It seems to be a 8.4 behavior change, so removing the logic would make it go away

* New translations web.php (Finnish)
[ci skip]

* New translations web.php (Finnish)
[ci skip]

* New translations web.php (Portuguese)
[ci skip]

* New translations web.php (Portuguese)
[ci skip]

* fix(compose-modal): avoid WebGL if it's not needed

* fix(compose-modal): update webgl-media-editor

* New translations web.php (Hungarian)
[ci skip]

* New translations web.php (Russian)
[ci skip]

* New translations web.php (Russian)
[ci skip]

* Update .env.example

Adding the parameter INSTANCE_DISCOVER_PUBLIC="true" to prevent a HTTP 403 error at the explorer tab in the instance preview.

* New variable for lang spanish

* Variable for lang spanish

* Update Dockerfile, fixes #5535 #5559

* Fix #5582

* Fix #5632

* Update status twitter:card to summary_large_image for images/albums

* Update changelog

---------

Co-authored-by: Lioh Moeller <lioh.moeller@gmx.net>
Co-authored-by: Christian Winther <jippignu@gmail.com>
Co-authored-by: Taye Adeyemi <dev@taye.me>
Co-authored-by: stemy2 <stemy2@users.noreply.github.com>
Co-authored-by: Uthanien <feldarec@gmail.com>

* Update iar.blade.php

---------

Co-authored-by: daniel <danielsupernault@gmail.com>
Co-authored-by: Lioh Moeller <lioh.moeller@gmx.net>
Co-authored-by: Christian Winther <jippignu@gmail.com>
Co-authored-by: Taye Adeyemi <dev@taye.me>
Co-authored-by: stemy2 <stemy2@users.noreply.github.com>
Co-authored-by: Uthanien <feldarec@gmail.com>
7 months ago
daniel 3be6b6f6f7 New translations web.php (Spanish)
[ci skip]
7 months ago
Felipe Mateus d90e1dc7d3
adjust: fix pt navmenu.php 7 months ago
Felipe Mateus a38f2f85ff
add missing keys 7 months ago
Felipe Mateus 2bac1f1382
Update settings.php 7 months ago
Felipe Mateus 02827b9bcf
Create settings.php 7 months ago
Rm Yakovenko e97e39a05b Web UI DM Compose: add debounce to the recipient autocomplete 7 months ago
daniel 74c4b04c27 New translations web.php (Hindi)
[ci skip]
7 months ago
Marcel Costa 49923c965a
Update settings.php
Adding and translating content of spanish language settings.php to avoid the error that gives pixelfed when the file exists but is blank.
7 months ago
daniel e7fe719ec9 New translations web.php (Italian)
[ci skip]
7 months ago
daniel 0a08f37538 New translations web.php (French)
[ci skip]
7 months ago
daniel bdf935c158 New translations web.php (Russian)
[ci skip]
7 months ago
daniel faee34ff46 New translations web.php (Bengali)
[ci skip]
7 months ago
daniel 9ee0be2b27
Merge pull request #5675 from pixelfed/l10n_staging
New Crowdin updates
7 months ago
daniel ae3dc13a80
Merge pull request #5719 from Uthanien/staging
Full site.php translated to lang es and correction on helpcenter.php
7 months ago
daniel af9910475a New translations web.php (Bengali)
[ci skip]
7 months ago
daniel 2911f983eb New translations web.php (Spanish)
[ci skip]
8 months ago
Uthanien 5750b77987 minor fix in site.php lang es 8 months ago
Uthanien cea09e72b1 add embed translation for lang es in file helpcenter.php and full file site.php translated to es 8 months ago
daniel 505edd1159
Merge pull request #5682 from maco/spanish_corrections
Correct some typos in Spanish translations
8 months ago
daniel 9c515bb213
Merge pull request #5684 from maco/settings_link
add settings link in dropdown menu
8 months ago
daniel 9a0dacff0c
Merge pull request #5676 from Uthanien/staging
New variable for lan spanish on auth, profile, helpcenter, navmenu an…
8 months ago
Daniel Supernault 4960421073
Update CuratedOnboarding, add new app:curated-onboarding command, extend email verification window to 7 days and fix resend verification mails 8 months ago
Mackenzie Morgan 495bc4d2ac fix interpolation error 8 months ago
Felipe Espinosa C. 317ec24d24
Update resources/lang/es/navmenu.php
Co-authored-by: Mackenzie <macoafi@gmail.com>
8 months ago
Felipe Espinosa C. 1846027cc6
Update resources/lang/es/helpcenter.php
Co-authored-by: Mackenzie <macoafi@gmail.com>
8 months ago
Felipe Espinosa C. 873219ea31
Update resources/lang/es/navmenu.php
Co-authored-by: Mackenzie <macoafi@gmail.com>
8 months ago
Felipe Espinosa C. 6df9f850d5
Update resources/lang/es/helpcenter.php
Co-authored-by: Mackenzie <macoafi@gmail.com>
8 months ago
Felipe Espinosa C. a0a330d0f8
Update resources/lang/es/profile.php
Co-authored-by: Mackenzie <macoafi@gmail.com>
8 months ago
Felipe Espinosa C. 4d67672e03
Update resources/lang/es/helpcenter.php
Co-authored-by: Mackenzie <macoafi@gmail.com>
8 months ago
Felipe Espinosa C. 92440b2b62
Update resources/lang/es/profile.php
Co-authored-by: Mackenzie <macoafi@gmail.com>
8 months ago
Felipe Espinosa C. e05c8c023d
Update resources/lang/es/helpcenter.php
Co-authored-by: Mackenzie <macoafi@gmail.com>
8 months ago
Felipe Espinosa C. ac58d80b38
Update resources/lang/es/profile.php
Co-authored-by: Mackenzie <macoafi@gmail.com>
8 months ago
Felipe Espinosa C. c4fbe8e7c1
Update resources/lang/es/profile.php
Co-authored-by: Mackenzie <macoafi@gmail.com>
8 months ago
Felipe Espinosa C. 4ef5d797c4
Update resources/lang/es/navmenu.php
Co-authored-by: Mackenzie <macoafi@gmail.com>
8 months ago
Mackenzie Morgan 4e783ca23f fix icon name 8 months ago
daniel ba42224f95 New translations web.php (French)
[ci skip]
8 months ago
Mackenzie Morgan 5a6548d149 add settings link in dropdown menu 8 months ago
Mackenzie Morgan 02046c864b Make appearance settings translateable 8 months ago
Mackenzie Morgan 6ca9d9e52a Correct some typos in Spanish translations 8 months ago
Uthanien f25c999766 New variable for lan spanish on auth, profile, helpcenter, navmenu and settings 8 months ago
daniel 7a664b7042 New translations web.php (Slovak)
[ci skip]
8 months ago
Daniel Supernault 9a5a9f5583
Update status twitter:card to summary_large_image for images/albums 8 months ago
Daniel Supernault a9c6d64c52
Fix #5632 8 months ago
daniel fc129d23c4
Merge pull request #5671 from Uthanien/staging
New variables for lang spanish
8 months ago
daniel 6ef4af29fe
Merge pull request #5455 from taye/fix-webgl-filters
fix(compose-modal): avoid WebGL if it's not needed
8 months ago
daniel 5438d6a3f4
Merge pull request #5505 from pixelfed/l10n_staging
New Crowdin updates
8 months ago
Uthanien 397c88319a Variable for lang spanish 8 months ago
Uthanien 9731ce8549 New variable for lang spanish 8 months ago
daniel 088ea3204f
Merge pull request #5620 from shleeable/patch-15
Fix #5619 - Dupe method handleBookmark
8 months ago
Daniel Supernault cc78dfc650
Refactor based on @jippi review 8 months ago
daniel 27082023ce New translations web.php (Russian)
[ci skip]
8 months ago
daniel 1f5d4b2186 New translations web.php (Russian)
[ci skip]
8 months ago
Daniel Supernault 3c249616ef
Add rate limits, fix typo and styling 8 months ago
Daniel Supernault 1d86bff3f2
Add form 8 months ago
Daniel Supernault 604746bd5e
Add AppRegister 8 months ago
daniel c5751b3669 New translations web.php (Hungarian)
[ci skip]
8 months ago
Taye Adeyemi f896e5514a fix(compose-modal): avoid WebGL if it's not needed 8 months ago
Shlee 375fa5cf65
Fix #5619 8 months ago
daniel b717404333 New translations web.php (Portuguese)
[ci skip]
8 months ago
daniel c24dcbd290 New translations web.php (Portuguese)
[ci skip]
8 months ago
daniel f64248a354 New translations web.php (Finnish)
[ci skip]
8 months ago
daniel 6a803f7ca9 New translations web.php (Finnish)
[ci skip]
8 months ago
daniel f3adf721a2 New translations web.php (Finnish)
[ci skip]
8 months ago
daniel 2f17577b32 New translations web.php (Finnish)
[ci skip]
8 months ago
Daniel Supernault f82dfe8b3e
Add story components 8 months ago
daniel d00d005db8
Merge pull request #5470 from Medformatik/staging
Fix text no posts archived
8 months ago
daniel 2c385de493
Merge pull request #5444 from pixelfed/l10n_staging
New Crowdin updates
8 months ago
Medformatik 15276629e5 Fix text no posts archived 8 months ago
daniel 1a79f10dc8 New translations web.php (German)
[ci skip]
8 months ago
daniel bfca972124 New translations web.php (Spanish)
[ci skip]
8 months ago
daniel 37f50a62fa New translations web.php (German)
[ci skip]
8 months ago
daniel ba357d8200 New translations web.php (Spanish)
[ci skip]
8 months ago
daniel 2641b5eba6 New translations web.php (German)
[ci skip]
9 months ago
daniel 507e4e40d0 New translations web.php (Portuguese, Brazilian)
[ci skip]
9 months ago
Daniel Supernault 0a73094d82
Refactor Hashtag component from #5427 9 months ago
daniel 6ea108b67c
Merge pull request #5427 from witten/staging
Fix missing video thumbnails on hashtag page (#5394).
9 months ago
daniel 3dd515006c
Merge branch 'staging' into dev 9 months ago
daniel b321185a0b New translations web.php (Serbian (Latin))
[ci skip]
9 months ago
daniel edafdc6837 New translations web.php (Chinese Traditional)
[ci skip]
9 months ago
daniel 229d670405 New translations web.php (Chinese Simplified)
[ci skip]
9 months ago
daniel ef3c9495d4 New translations web.php (Serbian (Cyrillic))
[ci skip]
9 months ago
daniel 384c014547 New translations web.php (Portuguese)
[ci skip]
9 months ago
daniel 528312951e New translations web.php (Portuguese, Brazilian)
[ci skip]
9 months ago
daniel 28cfe90dd7 New translations web.php (Serbian (Latin))
[ci skip]
9 months ago
daniel 40cc09cab1 New translations web.php (Chinese Traditional)
[ci skip]
9 months ago
daniel 51986bcff1 New translations web.php (Chinese Simplified)
[ci skip]
9 months ago
daniel e3737721ac New translations web.php (Serbian (Cyrillic))
[ci skip]
9 months ago
daniel b5cee84164 New translations web.php (Portuguese)
[ci skip]
9 months ago
daniel 7c6175d0fb New translations web.php (Portuguese, Brazilian)
[ci skip]
9 months ago
Dan Helfman bfc8ca9e6e Fix missing video thumbnails on hashtag page (#5394). 9 months ago
root (Deneir) 6baafa4079 resolve merge conflicts 9 months ago
root (Deneir) 59e9c66b18 resolve merge conflicts 9 months ago
root (Deneir) 370f09495a resolve merge conflicts 9 months ago
Daniel Supernault 989fdc3a83
Update i18n js 9 months ago
Daniel Supernault 3d67d5a369
Add Pulse 9 months ago
daniel 000633c507 New translations web.php (Serbian (Latin))
[ci skip]
9 months ago
daniel 4238086190 New translations web.php (Chinese Traditional)
[ci skip]
9 months ago
daniel 3d7924278d New translations web.php (Chinese Simplified)
[ci skip]
9 months ago
daniel 921251e7e3 New translations web.php (Serbian (Cyrillic))
[ci skip]
9 months ago
daniel d85c4616a0 New translations web.php (Portuguese)
[ci skip]
9 months ago
daniel 67434be414
Merge pull request #5374 from taye/feat-webgl-filters
Apply filters with WebGL
9 months ago
Daniel Supernault 5adc100f93
Localizations 9 months ago
Daniel Supernault eedc7fe4d3
Update sv lang 9 months ago
root (Deneir) 297e6ce3de internationalization for settings/* 9 months ago
root (Deneir) 567579e5f8 internationalization of settings/home 10 months ago
root (Deneir) 163fc3805d internationalization of site/about, site/fediverse, site/opensource 10 months ago
Daniel Supernault 5ffcb5c13c
Update user.blade.php 10 months ago
Daniel Supernault 4598670714
Update confirm email template, add plaintext link. Fixes #5375 10 months ago
Taye Adeyemi 669a68d27b feat: apply filters with WebGL 10 months ago
root (Deneir) c392cda2e7 internationalization of site/contact 10 months ago
daniel 6493dc565b
Merge pull request #5334 from tiziodcaio/patch-1
Update instagram documentation
11 months ago
daniel aea5392044
Merge pull request #5333 from jonasgeiler/staging
Improve media filtering by using OffscreenCanvas, if supported
11 months ago
Daniel Supernault fe48b8ad10
Update AdminReports, add missing click handler. Fixes #5332 11 months ago
Daniele B ff987098e7
Update instagram documentation
It would be more accessible to link directly to Instagram's settings page instead of linking the specific documentation page on this feature.
11 months ago
Jonas Geiler e318d526c7
Add missing `reject` argument 11 months ago