pixelfed/app/Console/Commands
daniel 6276d3539a
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>
2025-02-04 04:48:48 -07:00
..
AccountPostCountStatUpdate.php Update AP helpers, more efficently update post counts 2024-02-04 02:40:04 -07:00
AddUserDomainBlock.php Update user domain block commands 2023-12-21 05:00:35 -07:00
AdminInviteCommand.php Update AdminInviteCommand, fix skip email validation flag 2022-12-19 22:49:22 -07:00
AvatarDefaultMigration.php Update Avatar Migration command, use jpeg default 2020-12-14 23:57:28 -07:00
AvatarStorage.php Update cloud storage, use config_cache 2024-03-12 01:03:33 -06:00
AvatarStorageDeepClean.php Update cloud storage, use config_cache 2024-03-12 01:03:33 -06:00
AvatarSync.php Refactor AvatarStorage to support migrating avatars to cloud storage, fix remote avatar refetching and merge AvatarSync commands and add deprecation notice to avatar:sync command 2022-12-02 00:21:53 -07:00
BackupToCloud.php Add Cloud Backups, a command to store backups on S3 or compatible filesystems 2021-12-14 20:08:44 -07:00
BannedEmailCheck.php Update command 2019-08-09 13:56:00 -06:00
CaptchaToggleCommand.php Add app:captcha-toggle-command command to disable captcha from cli 2024-06-05 22:48:58 -06:00
CatchUnoptimizedMedia.php Update CatchUnoptimizedMedia command, make 1hr limit opt-in 2025-01-03 21:38:07 -07:00
CloudMediaMigrate.php Update cloud storage, use config_cache 2024-03-12 01:03:33 -06:00
DatabaseSessionGarbageCollector.php Update console kernel, add db session garbage collector that runs twice daily 2021-12-19 01:25:49 -07:00
DeleteRemoteProfile.php Update DeleteRemoteProfile command 2024-07-19 00:21:34 -06:00
DeleteUserDomainBlock.php Update user domain block commands 2023-12-21 05:00:35 -07:00
ExportLanguages.php Add i18n dev command 2021-12-21 22:32:33 -07:00
FailedJobGC.php Update media gc command 2021-08-31 00:24:20 -06:00
FetchMissingMediaMimeType.php Update media_types, use config_cache 2024-03-12 01:28:08 -06:00
FixDuplicateProfiles.php Resolve issue with raw sql backticks for postgresql migrations 2023-01-29 21:15:56 +13:00
FixHashtags.php Update FixHashtags command 2019-07-08 00:20:32 -06:00
FixLikes.php Update FixLikes command, fix postgres support 2019-10-18 13:40:56 -06:00
FixMediaDriver.php Update cloud storage, use config_cache 2024-03-12 01:03:33 -06:00
FixRemotePostCount.php Fix remote account post counts 2022-08-06 03:23:58 -06:00
FixStatusCount.php Update FixStatusCount, improve command and support remote count resync 2023-06-28 05:02:41 -06:00
FixUsernames.php Update FixUsernames.php 2025-01-27 21:13:31 +10:30
GenerateInstanceActor.php Update GenerateInstanceActor command 2022-06-06 22:29:33 -06:00
HashtagCachedCountUpdate.php Add app:hashtag-cached-count-update command to update cached_count of hashtags and add to scheduler to run every 25 minutes past the hour 2023-11-16 02:43:11 -07:00
HashtagRelatedGenerate.php Update app:hashtag-related-generate command, add existing confirmation 2023-11-17 22:45:04 -07:00
ImportCities.php Staging (#5674) 2025-02-04 04:48:48 -07:00
ImportEmojis.php Check imported emojis for mimetype 2022-12-08 21:10:10 +01:00
ImportRemoveDeletedAccounts.php Update IG Import commands, fix stalled import queue 2023-06-26 03:21:38 -06:00
ImportUploadCleanStorage.php Update console kernel, add import upload gc 2023-06-26 04:33:47 -06:00
ImportUploadGarbageCollection.php Update TransformImports command, improve handling of imported posts that already exist or are from deleted accounts 2023-06-26 04:16:49 -06:00
ImportUploadMediaToCloudStorage.php Add S3 IG Import Media Storage 2024-02-02 02:29:33 -07:00
Installer.php Update Installer.php 2022-07-05 22:44:40 +09:30
InstanceManager.php Add InstanceMananger command 2024-02-07 04:42:27 -07:00
InstanceUpdateTotalLocalPosts.php Refactor total local post count logic, cache value and schedule updates twice daily to eliminate the perf issue on larger instances 2024-06-19 03:02:00 -06:00
MediaCloudUrlRewrite.php Update cloud storage, use config_cache 2024-03-12 01:03:33 -06:00
MediaFix.php Add MediaFix command 2020-01-30 00:21:01 -07:00
MediaGarbageCollector.php Update configs 2022-12-17 20:28:23 -07:00
MediaS3GarbageCollector.php Update cloud storage, use config_cache 2024-03-12 01:03:33 -06:00
NotificationEpochUpdate.php Update notification epoch generation 2023-11-13 01:59:38 -07:00
PasswordResetGC.php Update password reset ttl, now expires after 24 hours 2020-01-28 23:37:08 -07:00
PushGatewayRefresh.php Fix notifications not being delivered by directly checking the state from the database 2025-01-12 11:30:15 -08:00
ReclaimUsername.php Add ReclaimUsername command 2025-01-07 17:45:57 -07:00
RegenerateThumbnails.php Add RegenerateThumbnails command 2019-06-19 14:27:26 -06:00
SeedFollows.php Update command 2019-05-13 01:09:36 -06:00
SendUpdateActor.php Update SendUpdateActor command 2022-11-17 19:43:01 -07:00
SoftwareUpdateRefresh.php Update SoftwareUpdateService, add command to refresh latest versions 2024-03-05 07:02:40 -07:00
StatusDedupe.php Update StatusDedupe command 2019-10-18 19:29:03 -06:00
StoryGC.php Update StoryGC command 2022-12-05 03:28:31 -07:00
TransformImports.php Staging (#5674) 2025-02-04 04:48:48 -07:00
UpdateCommand.php Update UpdateCommand 2019-03-01 23:28:37 -07:00
UserAccountDelete.php Update UserAccountDelete command, increase sharedInbox ttl from 12h to 14d 2024-09-05 01:29:01 -06:00
UserAdmin.php Update user:admin command, improve logic. Fixes #2465 2023-10-10 20:20:18 -06:00
UserCreate.php Update UserCreate command, fix is_admin flag 2023-05-15 06:15:09 -06:00
UserDelete.php Update DeleteAccountPipeline, fixes #2016 2020-02-15 23:10:36 -07:00
UserRegistrationMagicLink.php Add UserRegistrationMagicLink command to manually generate in-app registration confirmation links 2022-11-30 03:47:18 -07:00
UserShow.php Update User artisan commands to match UserDelete 2023-01-08 11:38:56 +13:00
UserSuspend.php Update User artisan commands to match UserDelete 2023-01-08 11:38:56 +13:00
UserTable.php Add user:table command 2019-03-01 13:29:35 -07:00
UserToggle2FA.php Update user:admin command, improve logic. Fixes #2465 2023-10-10 20:20:18 -06:00
UserUnsuspend.php Update User artisan commands to match UserDelete 2023-01-08 11:38:56 +13:00
UserVerifyEmail.php Update UserVerifyEmail command 2024-12-06 00:44:16 -07:00
VideoThumbnail.php Update pipeline dispatch, replace dispatchSync with dispatch 2023-04-24 01:36:06 -06:00
WeeklyInstanceScan.php Update task scheduler, add weekly instance scan to check nodeinfo for known instances 2024-05-31 02:56:13 -06:00