Skip to content

Conversation

@dansup
Copy link
Member

@dansup dansup commented Mar 2, 2025

No description provided.

shleeable and others added 8 commits February 27, 2025 01:28
* 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 #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 <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Update iar.blade.php

---------

Co-authored-by: daniel <[email protected]>
Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>
@dansup dansup merged commit 876c4cd into dev Mar 2, 2025
2 of 3 checks passed
eufelipemateus added a commit to eufelipemateus/pixelfed-brasil that referenced this pull request Mar 26, 2025
* Update AppRegisterController

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

* Improve onboarding response

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

* Updaet AppRegisterController, add client id/secret

* use config_cache for max_caption_length

* Update AppRegisterController.php

* Update AppRegisterController.php

* AdminStatsService: do not count deleted users

* Skip thumbnail cloud upload if no thumbnail exists

migrate2cloud fails on media without thumbnail.
fix check for existing thumbnail, skip upload if none exists.

* Refactor based on @jippi review

* Update nodeinfo

* Update ApiV1Controller, add mobile_registration attribute

* Update ApiV1Controller.php

* Update auth.php

* Update ApiV1Controller.php

* Update .env.example

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

* Update AccountTransformer.php

* New variable for lang spanish

* Variable for lang spanish

* Update Dockerfile, fixes pixelfed#5535 pixelfed#5559

* Fix pixelfed#5582

* Fix pixelfed#5632

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

* Update changelog

* Staging (pixelfed#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 pixelfed#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 pixelfed#5535 pixelfed#5559

* Fix pixelfed#5582

* Fix pixelfed#5632

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

* Update changelog

---------

Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

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

* New variable for lan spanish on auth, profile, helpcenter, navmenu and settings

* Update MediaController, fix redirect bug

* Correct some typos in Spanish translations

* Make appearance settings translateable

* add settings link in dropdown menu

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

* fix icon name

* accept bare domains without http scheme in domain block controller
Fixes pixelfed#5645

* Update resources/lang/es/navmenu.php

Co-authored-by: Mackenzie <[email protected]>

* Update resources/lang/es/profile.php

Co-authored-by: Mackenzie <[email protected]>

* Update resources/lang/es/profile.php

Co-authored-by: Mackenzie <[email protected]>

* Update resources/lang/es/helpcenter.php

Co-authored-by: Mackenzie <[email protected]>

* Update resources/lang/es/profile.php

Co-authored-by: Mackenzie <[email protected]>

* Update resources/lang/es/helpcenter.php

Co-authored-by: Mackenzie <[email protected]>

* Update resources/lang/es/profile.php

Co-authored-by: Mackenzie <[email protected]>

* Update resources/lang/es/helpcenter.php

Co-authored-by: Mackenzie <[email protected]>

* Update resources/lang/es/navmenu.php

Co-authored-by: Mackenzie <[email protected]>

* Update resources/lang/es/helpcenter.php

Co-authored-by: Mackenzie <[email protected]>

* Update resources/lang/es/navmenu.php

Co-authored-by: Mackenzie <[email protected]>

* fix interpolation error

* Add localization:generate command to generate the js/vue l10n files from the blade translations

* Move fallback media route

* Prevent pulse crash when it is not configured

* Update CuratedOnboarding, add new app:curated-onboarding command, extend email verification window to 7 days and fix resend verification mails

* Update CHANGELOG.md

* Add media:replacedomain command to replace S3 media urls

* add embed translation for lang es in file helpcenter.php and full file site.php translated to es

* minor fix in site.php lang es

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

* Update DirectMessageController, fix performance issue

* Update DirectMessageController, fix query

* Fix curl

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

* Update NewStatusPipeline, replaces pixelfed#5706

* Update NewStatusPipeline, improve fallback

* added bzip2 to image install base.sh

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

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

* Update CONTRIBUTING.md

Point to discord and matrix as irc is empty

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

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

* 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.

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

* Web UI DM Compose: add debounce to the recipient autocomplete

* Create settings.php

* Update settings.php

* add missing keys

* adjust: fix pt navmenu.php

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

* Update iar.blade.php - Fix in-app reg without hcaptcha (pixelfed#5807)

* Staging (pixelfed#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 pixelfed#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 pixelfed#5535 pixelfed#5559

* Fix pixelfed#5582

* Fix pixelfed#5632

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

* Update changelog

---------

Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Update iar.blade.php

---------

Co-authored-by: daniel <[email protected]>
Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Update iar.blade.php - Fix in-app reg without hcaptcha (pixelfed#5807) (pixelfed#5808)

* Staging (pixelfed#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 pixelfed#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 pixelfed#5535 pixelfed#5559

* Fix pixelfed#5582

* Fix pixelfed#5632

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

* Update changelog

---------







* Update iar.blade.php

---------

Co-authored-by: Shlee <[email protected]>
Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Create config.yml

* Update config.yml

* Create bug-report.yml

* Create feature-request.yml

* Update bug-report.yml

* Create Federation.yml

* Update and rename Federation.yml to federation.yml

* Add app register email verify resends

* Update composer

* Update changelog

* Update IG import command

* Add app register email verify resends (pixelfed#5814)

* Update iar.blade.php - Fix in-app reg without hcaptcha (pixelfed#5807)

* Staging (pixelfed#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 pixelfed#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 pixelfed#5535 pixelfed#5559

* Fix pixelfed#5582

* Fix pixelfed#5632

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

* Update changelog

---------

Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Update iar.blade.php

---------

Co-authored-by: daniel <[email protected]>
Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Add app register email verify resends

* Update composer

* Update changelog

* Update IG import command

---------

Co-authored-by: Shlee <[email protected]>
Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Update App Register to expire codes after 4 hours instead of 60 minutes

* Update CHANGELOG.md

* Staging (pixelfed#5815)

* Update iar.blade.php - Fix in-app reg without hcaptcha (pixelfed#5807)

* Staging (pixelfed#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 pixelfed#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 pixelfed#5535 pixelfed#5559

* Fix pixelfed#5582

* Fix pixelfed#5632

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

* Update changelog

---------

Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Update iar.blade.php

---------

Co-authored-by: daniel <[email protected]>
Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Add app register email verify resends

* Update composer

* Update changelog

* Update IG import command

* Update App Register to expire codes after 4 hours instead of 60 minutes

* Update CHANGELOG.md

---------

Co-authored-by: Shlee <[email protected]>
Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Update AppServiceProvider.php

* Update AppRegisterController

* add missing keys

* Give execute permissions to folders

nginx returns 403 for every url on app/public/storage because of the strict permissions.

* Fix expected filename in .zip file of instagram export

Fixes: pixelfed#5639

* Update composer

* Update navbar, fix icon

* Update compiled i18n strings

* Add AVIF support

* Update avif support, and fix reply permalinks

* Update changelog

* Update i18n compiled strings

* Update post component

* Update compiled assets

* Update timeAgo util, fix year bug

* Update AccountImports, add webp support

* Update compiled assets

* Update Image.php

* Update README.md for Fastly Fast Forward

* Update composer.lock

* update

* Translate pt

* update assets

* replicate mastodon list

* Create settings.php

Added "settings" translation for Turkish Language.

* fix collection counter label

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

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

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

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

* Update ApiV1Controller, fix max_id pagination on home and public timeline feeds

* Update npm deps

* Update composer deps

* Update Post component, rewrite local post urls

* Update Profile component, rewrite local profile urls

* Update compiled assets

* Update backup config, add placeholder email

* Update laravel to v12

* Update changelog

* Update AdminSettings, fix avif,heic support

* Update compiled assets

* Update compiled assets

* Staging (pixelfed#5852)

* Give execute permissions to folders

nginx returns 403 for every url on app/public/storage because of the strict permissions.

* Update README.md for Fastly Fast Forward

* Create settings.php

Added "settings" translation for Turkish Language.

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

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

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

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

---------

Co-authored-by: Raphael Lullis <[email protected]>
Co-authored-by: Shlee <[email protected]>
Co-authored-by: batumi14 <[email protected]>

* add miss keys pt

* Update backup, disable notifications by default

* Update AccountPostCountStatUpdate, fix memory leak

* Update snowflake config, allow custom datacenter/worker ids

* Update changelog

* send popular emails

* Update ApiV1Controller, return empty statuses feed for private accounts instead of 403 response

* Update changelog

* Update DM config, allow new users to send DMs by default, with a new env variable to enforce a 72h limit

* Update changelog

* Update ApiV1Controller, add pagination to conversations endpoint with min/max/since id pagination and link header support

* Update changelog

* Update ApiV1Controller.php

* Update Direct message component, fix pagination

* Update compiled assets

* Update changelog

* add  link donate

* Merge pull request pixelfed#5817 from pixelfed/staging

Update AppRegisterController

* Update pt.json

* fix bug build

* fix rendred post

* Update ActivityPub helpers

* Update ApiV1Controller, improve follower handling

* Update Inbox, improve Accept Follower handling

* Update Inbox handler, add Reject Follow support

* Update Inbox handler, improve Undo Follow logic

* Update ApiV1Controller, send UndoFollow when cancelling a follow request on remote accounts

* Lint

* Update changelog

* Update changelog

* fix key  settings

* Update federation config

* Update ApiV1Controller, improve query

* Bump version to 0.12.5

* Update deploy.yml

* update montly email feature

* Update SendMonthlyPopular.php

* Update SendMonthlyPopular.php

* Update SendMonthlyPopular.php

* Update deploy.yml

---------

Co-authored-by: Daniel Supernault <[email protected]>
Co-authored-by: Mackenzie Morgan <[email protected]>
Co-authored-by: Rm Yakovenko <[email protected]>
Co-authored-by: tercean <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>
Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: Felipe Espinosa C. <[email protected]>
Co-authored-by: Anil Kulkarni <[email protected]>
Co-authored-by: Tilman Beitter <[email protected]>
Co-authored-by: Gavin Mogan <[email protected]>
Co-authored-by: Marcel Costa <[email protected]>
Co-authored-by: Shlee <[email protected]>
Co-authored-by: Raphael Lullis <[email protected]>
Co-authored-by: Dr. Tobias Quathamer <[email protected]>
Co-authored-by: batumi14 <[email protected]>
Co-authored-by: Daniel Simon <[email protected]>
eufelipemateus added a commit to eufelipemateus/pixelfed-brasil that referenced this pull request Apr 3, 2025
* Variable for lang spanish

* Update Dockerfile, fixes pixelfed#5535 pixelfed#5559

* Fix pixelfed#5582

* Fix pixelfed#5632

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

* Update changelog

* Staging (pixelfed#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 pixelfed#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 pixelfed#5535 pixelfed#5559

* Fix pixelfed#5582

* Fix pixelfed#5632

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

* Update changelog

---------

Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

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

* New variable for lan spanish on auth, profile, helpcenter, navmenu and settings

* Update MediaController, fix redirect bug

* Correct some typos in Spanish translations

* Make appearance settings translateable

* add settings link in dropdown menu

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

* fix icon name

* accept bare domains without http scheme in domain block controller
Fixes pixelfed#5645

* Update resources/lang/es/navmenu.php

Co-authored-by: Mackenzie <[email protected]>

* Update resources/lang/es/profile.php

Co-authored-by: Mackenzie <[email protected]>

* Update resources/lang/es/profile.php

Co-authored-by: Mackenzie <[email protected]>

* Update resources/lang/es/helpcenter.php

Co-authored-by: Mackenzie <[email protected]>

* Update resources/lang/es/profile.php

Co-authored-by: Mackenzie <[email protected]>

* Update resources/lang/es/helpcenter.php

Co-authored-by: Mackenzie <[email protected]>

* Update resources/lang/es/profile.php

Co-authored-by: Mackenzie <[email protected]>

* Update resources/lang/es/helpcenter.php

Co-authored-by: Mackenzie <[email protected]>

* Update resources/lang/es/navmenu.php

Co-authored-by: Mackenzie <[email protected]>

* Update resources/lang/es/helpcenter.php

Co-authored-by: Mackenzie <[email protected]>

* Update resources/lang/es/navmenu.php

Co-authored-by: Mackenzie <[email protected]>

* fix interpolation error

* Add localization:generate command to generate the js/vue l10n files from the blade translations

* Move fallback media route

* Prevent pulse crash when it is not configured

* Update CuratedOnboarding, add new app:curated-onboarding command, extend email verification window to 7 days and fix resend verification mails

* Update CHANGELOG.md

* Add media:replacedomain command to replace S3 media urls

* add embed translation for lang es in file helpcenter.php and full file site.php translated to es

* minor fix in site.php lang es

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

* Update DirectMessageController, fix performance issue

* Update DirectMessageController, fix query

* Fix curl

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

* Update NewStatusPipeline, replaces pixelfed#5706

* Update NewStatusPipeline, improve fallback

* added bzip2 to image install base.sh

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

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

* Update CONTRIBUTING.md

Point to discord and matrix as irc is empty

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

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

* 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.

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

* Web UI DM Compose: add debounce to the recipient autocomplete

* Create settings.php

* Update settings.php

* add missing keys

* adjust: fix pt navmenu.php

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

* Update iar.blade.php - Fix in-app reg without hcaptcha (pixelfed#5807)

* Staging (pixelfed#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 pixelfed#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 pixelfed#5535 pixelfed#5559

* Fix pixelfed#5582

* Fix pixelfed#5632

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

* Update changelog

---------

Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Update iar.blade.php

---------

Co-authored-by: daniel <[email protected]>
Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Update iar.blade.php - Fix in-app reg without hcaptcha (pixelfed#5807) (pixelfed#5808)

* Staging (pixelfed#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 pixelfed#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 pixelfed#5535 pixelfed#5559

* Fix pixelfed#5582

* Fix pixelfed#5632

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

* Update changelog

---------







* Update iar.blade.php

---------

Co-authored-by: Shlee <[email protected]>
Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Create config.yml

* Update config.yml

* Create bug-report.yml

* Create feature-request.yml

* Update bug-report.yml

* Create Federation.yml

* Update and rename Federation.yml to federation.yml

* Add app register email verify resends

* Update composer

* Update changelog

* Update IG import command

* Add app register email verify resends (pixelfed#5814)

* Update iar.blade.php - Fix in-app reg without hcaptcha (pixelfed#5807)

* Staging (pixelfed#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 pixelfed#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 pixelfed#5535 pixelfed#5559

* Fix pixelfed#5582

* Fix pixelfed#5632

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

* Update changelog

---------

Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Update iar.blade.php

---------

Co-authored-by: daniel <[email protected]>
Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Add app register email verify resends

* Update composer

* Update changelog

* Update IG import command

---------

Co-authored-by: Shlee <[email protected]>
Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Update App Register to expire codes after 4 hours instead of 60 minutes

* Update CHANGELOG.md

* Staging (pixelfed#5815)

* Update iar.blade.php - Fix in-app reg without hcaptcha (pixelfed#5807)

* Staging (pixelfed#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 pixelfed#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 pixelfed#5535 pixelfed#5559

* Fix pixelfed#5582

* Fix pixelfed#5632

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

* Update changelog

---------

Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Update iar.blade.php

---------

Co-authored-by: daniel <[email protected]>
Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Add app register email verify resends

* Update composer

* Update changelog

* Update IG import command

* Update App Register to expire codes after 4 hours instead of 60 minutes

* Update CHANGELOG.md

---------

Co-authored-by: Shlee <[email protected]>
Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Update AppServiceProvider.php

* Update AppRegisterController

* add missing keys

* Give execute permissions to folders

nginx returns 403 for every url on app/public/storage because of the strict permissions.

* Fix expected filename in .zip file of instagram export

Fixes: pixelfed#5639

* Update composer

* Update navbar, fix icon

* Update compiled i18n strings

* Add AVIF support

* Update avif support, and fix reply permalinks

* Update changelog

* Update i18n compiled strings

* Update post component

* Update compiled assets

* Update timeAgo util, fix year bug

* Update AccountImports, add webp support

* Update compiled assets

* Update Image.php

* Update README.md for Fastly Fast Forward

* Update composer.lock

* update

* Translate pt

* update assets

* replicate mastodon list

* Create settings.php

Added "settings" translation for Turkish Language.

* fix collection counter label

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

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

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

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

* Update ApiV1Controller, fix max_id pagination on home and public timeline feeds

* Update npm deps

* Update composer deps

* Update Post component, rewrite local post urls

* Update Profile component, rewrite local profile urls

* Update compiled assets

* Update backup config, add placeholder email

* Update laravel to v12

* Update changelog

* Update AdminSettings, fix avif,heic support

* Update compiled assets

* Update compiled assets

* Staging (pixelfed#5852)

* Give execute permissions to folders

nginx returns 403 for every url on app/public/storage because of the strict permissions.

* Update README.md for Fastly Fast Forward

* Create settings.php

Added "settings" translation for Turkish Language.

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

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

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

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

---------

Co-authored-by: Raphael Lullis <[email protected]>
Co-authored-by: Shlee <[email protected]>
Co-authored-by: batumi14 <[email protected]>

* add miss keys pt

* translate notifications

* Update backup, disable notifications by default

* Update AccountPostCountStatUpdate, fix memory leak

* Update snowflake config, allow custom datacenter/worker ids

* Update changelog

* send popular emails

* Update ApiV1Controller, return empty statuses feed for private accounts instead of 403 response

* Update changelog

* Update DM config, allow new users to send DMs by default, with a new env variable to enforce a 72h limit

* Update changelog

* Update ApiV1Controller, add pagination to conversations endpoint with min/max/since id pagination and link header support

* Update changelog

* Update ApiV1Controller.php

* Update Direct message component, fix pagination

* Update compiled assets

* Update changelog

* add  link donate

* translate  profile

* Merge pull request pixelfed#5817 from pixelfed/staging

Update AppRegisterController

* Update pt.json

* fix bug build

* fix translate privacy

* fix rendred post

* Update ActivityPub helpers

* Update ApiV1Controller, improve follower handling

* Update Inbox, improve Accept Follower handling

* Update Inbox handler, add Reject Follow support

* Update Inbox handler, improve Undo Follow logic

* Update ApiV1Controller, send UndoFollow when cancelling a follow request on remote accounts

* Lint

* Update changelog

* add missing keys

* Update changelog

* pinned posts

* fix key  settings

* fix key  settings

* Update federation config

* Update ApiV1Controller, improve query

* Bump version to 0.12.5

* Update deploy.yml

* update montly email feature

* Update SendMonthlyPopular.php

* Update SendMonthlyPopular.php

* Update SendMonthlyPopular.php

* fix key

Co-Authored-By: daniel <[email protected]>

* Update deploy.yml

* Update deploy.yml

* Update AccountImport, improve webp support

* Update GroupSettings, add missing avatar/header deletion

* Update i18n

* Update compiled assets

* update assets

* fix

* fix query

* add missing keys

* updaqte build

---------

Co-authored-by: Uthanien <[email protected]>
Co-authored-by: daniel <[email protected]>
Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Mackenzie Morgan <[email protected]>
Co-authored-by: Felipe Espinosa C. <[email protected]>
Co-authored-by: Anil Kulkarni <[email protected]>
Co-authored-by: Tilman Beitter <[email protected]>
Co-authored-by: Gavin Mogan <[email protected]>
Co-authored-by: Marcel Costa <[email protected]>
Co-authored-by: Rm Yakovenko <[email protected]>
Co-authored-by: Shlee <[email protected]>
Co-authored-by: Raphael Lullis <[email protected]>
Co-authored-by: Dr. Tobias Quathamer <[email protected]>
Co-authored-by: batumi14 <[email protected]>
Co-authored-by: Daniel Simon <[email protected]>
eufelipemateus added a commit to eufelipemateus/pixelfed-brasil that referenced this pull request Apr 23, 2025
* Update changelog

* Update IG import command

* Add app register email verify resends (pixelfed#5814)

* Update iar.blade.php - Fix in-app reg without hcaptcha (pixelfed#5807)

* Staging (pixelfed#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 pixelfed#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 pixelfed#5535 pixelfed#5559

* Fix pixelfed#5582

* Fix pixelfed#5632

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

* Update changelog

---------

Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Update iar.blade.php

---------

Co-authored-by: daniel <[email protected]>
Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Add app register email verify resends

* Update composer

* Update changelog

* Update IG import command

---------

Co-authored-by: Shlee <[email protected]>
Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Update App Register to expire codes after 4 hours instead of 60 minutes

* Update CHANGELOG.md

* Staging (pixelfed#5815)

* Update iar.blade.php - Fix in-app reg without hcaptcha (pixelfed#5807)

* Staging (pixelfed#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 pixelfed#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 pixelfed#5535 pixelfed#5559

* Fix pixelfed#5582

* Fix pixelfed#5632

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

* Update changelog

---------

Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Update iar.blade.php

---------

Co-authored-by: daniel <[email protected]>
Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Add app register email verify resends

* Update composer

* Update changelog

* Update IG import command

* Update App Register to expire codes after 4 hours instead of 60 minutes

* Update CHANGELOG.md

---------

Co-authored-by: Shlee <[email protected]>
Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>

* Update AppServiceProvider.php

* Update AppRegisterController

* add missing keys

* Give execute permissions to folders

nginx returns 403 for every url on app/public/storage because of the strict permissions.

* Fix expected filename in .zip file of instagram export

Fixes: pixelfed#5639

* Update composer

* Update navbar, fix icon

* Update compiled i18n strings

* Add AVIF support

* Update avif support, and fix reply permalinks

* Update changelog

* Update i18n compiled strings

* Update post component

* Update compiled assets

* Update timeAgo util, fix year bug

* Update AccountImports, add webp support

* Update compiled assets

* Update Image.php

* Update README.md for Fastly Fast Forward

* Update composer.lock

* update

* Translate pt

* update assets

* replicate mastodon list

* Create settings.php

Added "settings" translation for Turkish Language.

* fix collection counter label

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

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

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

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

* Update ApiV1Controller, fix max_id pagination on home and public timeline feeds

* Update npm deps

* Update composer deps

* Update Post component, rewrite local post urls

* Update Profile component, rewrite local profile urls

* Update compiled assets

* Update backup config, add placeholder email

* Update laravel to v12

* Update changelog

* Update AdminSettings, fix avif,heic support

* Update compiled assets

* Update compiled assets

* Staging (pixelfed#5852)

* Give execute permissions to folders

nginx returns 403 for every url on app/public/storage because of the strict permissions.

* Update README.md for Fastly Fast Forward

* Create settings.php

Added "settings" translation for Turkish Language.

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

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

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

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

---------

Co-authored-by: Raphael Lullis <[email protected]>
Co-authored-by: Shlee <[email protected]>
Co-authored-by: batumi14 <[email protected]>

* add miss keys pt

* translate notifications

* Update backup, disable notifications by default

* Update AccountPostCountStatUpdate, fix memory leak

* Update snowflake config, allow custom datacenter/worker ids

* Update changelog

* send popular emails

* Update ApiV1Controller, return empty statuses feed for private accounts instead of 403 response

* Update changelog

* Update DM config, allow new users to send DMs by default, with a new env variable to enforce a 72h limit

* Update changelog

* Update ApiV1Controller, add pagination to conversations endpoint with min/max/since id pagination and link header support

* Update changelog

* Update ApiV1Controller.php

* Update Direct message component, fix pagination

* Update compiled assets

* Update changelog

* add  link donate

* translate  profile

* Merge pull request pixelfed#5817 from pixelfed/staging

Update AppRegisterController

* Update pt.json

* fix bug build

* fix translate privacy

* fix rendred post

* Update ActivityPub helpers

* Update ApiV1Controller, improve follower handling

* Update Inbox, improve Accept Follower handling

* Update Inbox handler, add Reject Follow support

* Update Inbox handler, improve Undo Follow logic

* Update ApiV1Controller, send UndoFollow when cancelling a follow request on remote accounts

* Lint

* Update changelog

* add missing keys

* Update changelog

* pinned posts

* fix key  settings

* fix key  settings

* Update federation config

* Update ApiV1Controller, improve query

* Bump version to 0.12.5

* Update deploy.yml

* update montly email feature

* Update SendMonthlyPopular.php

* Update SendMonthlyPopular.php

* Update SendMonthlyPopular.php

* fix key

Co-Authored-By: daniel <[email protected]>

* Update deploy.yml

* Update deploy.yml

* Fix server post stats
This fixes the homepage, showing how many posts have been made by the
server.
The prior logic includes posts from remote servers by an indirect check
for if it's a local post.
This commit changes the query behavior to directly check for the local
flag in the statuses column, and additionally excludes shares

* migrate PHPUnit configuration

* replace @test annotations with #[Test] attributes, and add it where it was missing

* remove test prefix from test method names

* add PHPUnit cache to .gitignore

* Update AccountImport, improve webp support

* Update GroupSettings, add missing avatar/header deletion

* Update i18n

* Update compiled assets

* Update 2025_03_19_022553_add_pinned_columns_statuses_table.php

* update assets

* fix

* fix query

* add missing keys

* updaqte build

* Update Kernel.php

* Fix pinned posts implementation

* Update docker readme, closes pixelfed#5909

* Update post pinning, and dispatch Notification cache warming to a job, and fix reblogged state on some endpoints

* Refactor following check

* Fix ProfileFeed bookmark, likes and shares. Closes pixelfed#5879

* Update PublicApiController, use pixelfed entities for /api/pixelfed/v1/accounts/id/statuses with bookmarked state

* Update changelog

* Update compiled assets

* Update i18n

* Add Pinned Posts + WebUI profile fixes (pixelfed#5914)

* translate notifications

* translate  profile

* fix translate privacy

* add missing keys

* pinned posts

* fix key  settings

* fix key

Co-Authored-By: daniel <[email protected]>

* Update AccountImport, improve webp support

* Update GroupSettings, add missing avatar/header deletion

* Update i18n

* Update compiled assets

* Update 2025_03_19_022553_add_pinned_columns_statuses_table.php

* Fix pinned posts implementation

* Update docker readme, closes pixelfed#5909

* Update post pinning, and dispatch Notification cache warming to a job, and fix reblogged state on some endpoints

* Refactor following check

* Fix ProfileFeed bookmark, likes and shares. Closes pixelfed#5879

* Update PublicApiController, use pixelfed entities for /api/pixelfed/v1/accounts/id/statuses with bookmarked state

* Update changelog

* Update compiled assets

* Update i18n

---------

Co-authored-by: Felipe Mateus <[email protected]>

* Update PublicApiController, fix visibility for guests

* Update Profile.vue, fix pagination

* Update changelog and compiled assets

* Fix timeAgo and notifications

* Update compiled assets

* Update i18n

* Update ProfileMigrationController.php

* Update Instance total post, add optional estimation for huge status tables

* Update changelog

* Update InstanceUpdateTotalLocalPosts.php

- Improve total post count by adding `uri` IS NULL check

* Update ApiV1Controller, fix notifications favourited/reblogged/bookmarked state. Fixes pixelfed#5901

* Update ApiV1Controller, fix relationship fields. Fixes pixelfed#5900

* Update instance config, return proper matrix limits. Fixes pixelfed#4780

* Update SearchApiV2Service, fix offset bug. Fixes pixelfed#5875

* Update ApiV1Controller, add better direct error message. Fixes pixelfed#4789

* Update changelog

* API improvements + test fixes (pixelfed#5925)

* migrate PHPUnit configuration

* replace @test annotations with #[Test] attributes, and add it where it was missing

* remove test prefix from test method names

* add PHPUnit cache to .gitignore

* Update ApiV1Controller, fix notifications favourited/reblogged/bookmarked state. Fixes pixelfed#5901

* Update ApiV1Controller, fix relationship fields. Fixes pixelfed#5900

* Update instance config, return proper matrix limits. Fixes pixelfed#4780

* Update SearchApiV2Service, fix offset bug. Fixes pixelfed#5875

* Update ApiV1Controller, add better direct error message. Fixes pixelfed#4789

* Update changelog

---------

Co-authored-by: Daniel Simon <[email protected]>

* Update DiscoverController, improve public hashtag feed. Fixes pixelfed#5866

* Update report views, fix missing forms

* Update private settings, change "Private Account" to "Manually Review Follow Requests"

* Update changelog

* Update ReportController, fix type validation

* Add custom filters

Add custom filters, compatible with Mastodon `/api/v2/filters`

Todo:
- [ ] fix routes
- [ ] finish other context filtering

* Update changelog

* fix

* fix

* fix

* Update PostContent, TimelineStatus and PhotoPresenter components to support filters

* Add Filter components

* Add custom filter components

* Update CustomFilterPolicy

* Updaet CustomFilter model

* Update CustomFilterController

* Update CustomFilter model and CustomFilterController

* Update Hashtag component, add custom filter support

* Update CustomFilterController, improve case-insentive handling, mastoAPI compatibility and custom config limits

* Update CustomFilterKeyword model, add setKeywordAttribute method

* Update CustomFilter model, add custom limits for max_content_scan_limit, max_filters_per_user, max_keywords_per_filter, max_keyword_length, max_pattern_length, max_reported_matches, max_create_per_hour, max_updates_per_hour so admins have more control over this feature

* Update ApiV1Controller, add Custom Filters to home/public and hashtag feeds

* Add webfinger validation rule

* Update ComposeController, fix tag mention bug. Closes pixelfed#5885

* Update WebfingerService, apply banned domains to webfinger logic

* Update FilterModal, fix keyword delete bug

* Update api routes, add custom filter endpoints

* Update npm deps

* Update TimelineStatus, adjust custom filter warning design

* Update compiled assets

* Update changelog

* Update CustomFilterController, remove statuses check as we dont support them yet

* update assets

* fix bug

* 33 feature add pagina de manuntencao (#34)

* adjust manutencao page

* down when update

* down before copy files

* fix link to config redirect (#35)

* Translate custom filter pxbr (#36)

* translate custom  filter

* add resources

* Update docker.yml

* Update deploy.yml

* Update deploy.yml

---------

Co-authored-by: Daniel Supernault <[email protected]>
Co-authored-by: Shlee <[email protected]>
Co-authored-by: Lioh Moeller <[email protected]>
Co-authored-by: Christian Winther <[email protected]>
Co-authored-by: Taye Adeyemi <[email protected]>
Co-authored-by: stemy2 <[email protected]>
Co-authored-by: Uthanien <[email protected]>
Co-authored-by: Raphael Lullis <[email protected]>
Co-authored-by: Dr. Tobias Quathamer <[email protected]>
Co-authored-by: batumi14 <[email protected]>
Co-authored-by: Daniel Simon <[email protected]>
Co-authored-by: Anil Kulkarni <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants