Commit Graph

206 Commits (6276d3539a42d1d7580ef06c24e157ef24b558ca)

Author SHA1 Message Date
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>
7 months ago
Shlee a13545e328
Update FixUsernames.php 7 months ago
Anil Kulkarni 4d0cb32f79
Fix notifications not being delivered by directly checking the state from the database 8 months ago
Daniel Supernault 3749267260
Add ReclaimUsername command 8 months ago
Daniel Supernault 99b15b73f6
Update CatchUnoptimizedMedia command, make 1hr limit opt-in 8 months ago
daniel 632f590c3c
Merge branch 'staging' into insta-import-optimizeMedia 8 months ago
Daniel Supernault 77da9ad8e9
Update UserVerifyEmail command 9 months ago
Daniel Supernault 9eeb7b6741
Update Status caption logic, stop storing duplicate html caption in db and defer to cached StatusService rendering 10 months ago
Daniel Supernault 8e208b0eb3
Update PushGatewayRefresh command 11 months ago
Daniel Supernault 92ad62e735
Update NotificationAppGatewayService 11 months ago
Daniel Supernault dba012840c
Add PushGatewayRefresh command 11 months ago
Daniel Supernault be02f48a77
Update UserAccountDelete command, increase sharedInbox ttl from 12h to 14d 1 year ago
Daniel Supernault c5f85c71ae
Update DeleteRemoteProfile command 1 year ago
Daniel Supernault c38bd54792
Add Delete Remote Profile command 1 year ago
Daniel Supernault 4f2b8ed20a
Refactor total local post count logic, cache value and schedule updates twice daily to eliminate the perf issue on larger instances 1 year ago
Daniel Supernault 71adfd2804
Add app:captcha-toggle-command command to disable captcha from cli 1 year ago
Daniel Supernault dc6b9f4661
Update task scheduler, add weekly instance scan to check nodeinfo for known instances 1 year ago
Daniel Supernault d670de175e
Update media_types, use config_cache 2 years ago
Daniel Supernault 665581d80c
Update cloud storage, use config_cache 2 years ago
Daniel Supernault 4aa0e25f4c
Update commands, add user account delete cli command to federate account deletion 2 years ago
Daniel Supernault 632f2cb619
Update SoftwareUpdateService, add command to refresh latest versions 2 years ago
Daniel Supernault 6921d3568e
Add InstanceMananger command 2 years ago
Daniel Supernault 7caed381fb
Update AP helpers, more efficently update post counts 2 years ago
Daniel Supernault 32c59f0440
Update TransformImports command, fix import service condition 2 years ago
Daniel Supernault 622e9cee97
Add S3 IG Import Media Storage 2 years ago
daniel d7efe1a7ee
Merge pull request #3894 from vanlueckn/feat-add-emoji-cli
Add a command to import emoji archives to pixelfed
2 years ago
Daniel Supernault 73a0f528ab
Update user domain block commands 2 years ago
Daniel Supernault 519c7a3735
Update domain block commands 2 years ago
Daniel Supernault 3e28cf661b
Add user domain block commands 2 years ago
Daniel Supernault e5e3be0598
Update app:hashtag-related-generate command, add existing confirmation 2 years ago
Daniel Supernault 176b4ed793
Add app:hashtag-related-generate command 2 years ago
Daniel Supernault 1e31fee6a6
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 2 years ago
Daniel Supernault 446ca3a878
Update notification epoch generation 2 years ago
Daniel Supernault 5b3a56102f
Add S3 command to rewrite media urls 2 years ago
paule 67a87ccb1e fix: CatchUnoptimizedMedia, prevent skipping of imported posts 2 years ago
Daniel Supernault c37b7cde30
Add `avatar:storage-deep-clean` command to dispatch avatar storage cleanup jobs 2 years ago
Daniel Supernault 01bac51104
Update user:admin command, improve logic. Fixes #2465 2 years ago
Daniel Supernault c6408fd79d
Add user:2fa command to easily disable 2FA for given account 2 years ago
Daniel Supernault ba7551d8a9
Update TransformImports command, increment status_count on profile model 2 years ago
Daniel Supernault 43b101dbfa
Add FetchMissingMediaMimeType command 2 years ago
Daniel Supernault 04f4f8baf1
Update FixStatusCount, improve command and support remote count resync 2 years ago
Daniel Supernault afe6948da8
Update console kernel, add import upload gc 2 years ago
Daniel Supernault 892907d5d1
Update TransformImports command, improve handling of imported posts that already exist or are from deleted accounts 2 years ago
Daniel Supernault b18f3fba8b
Update IG Import commands, fix stalled import queue 2 years ago
Daniel Supernault 6d0c5994da
Update TransformImports command, bump limit from 10 to 100 2 years ago
Daniel Supernault 477986abdd
Add import scheduler 2 years ago
Daniel Supernault adb070f178
Update scheduler, fix S3 media garbage collection not being executed when cloud storage is enabled via dashboard without .env/config being enabled 2 years ago
Daniel Supernault ad25ed6792
Update UserCreate command, fix is_admin flag 2 years ago
Daniel Supernault ae6dd4e3a2
Update pipeline dispatch, replace dispatchSync with dispatch 2 years ago
Daniel Supernault b1f95a7213
Bump laravel, v9 => v10 2 years ago