You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/app
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
..
Auth Update oauth/token, fix scope to be space separated string instead of array 8 months ago
Console Staging (#5674) 7 months ago
Events
Exceptions
Http Merge pull request #5660 from maco/max_caption_length_config_cache 7 months ago
Jobs Add a push notification when a user is mentioned in a comment 8 months ago
Listeners
Mail Refactor based on @jippi review 7 months ago
Models Add AppRegister 7 months ago
Observers Update UserObserver, fix type casting 1 year ago
Providers Update routes 7 months ago
Rules Fix push token for php8.2 11 months ago
Services Merge pull request #5664 from hnrd/fix-migrate2cloud 7 months ago
Transformer Update AccountTransformer.php 7 months ago
Util Update nodeinfo 7 months ago
AccountInterstitial.php Bump laravel, v9 => v10 2 years ago
AccountLog.php
Activity.php Bump laravel, v9 => v10 2 years ago
Avatar.php Bump laravel, v9 => v10 2 years ago
Bookmark.php
Circle.php
CircleProfile.php
Collection.php
CollectionItem.php
Comment.php
Contact.php Update Contact model 11 months ago
DirectMessage.php Update models, remove deprecated toText and toHtml methods 2 years ago
DiscoverCategory.php
DiscoverCategoryHashtag.php
EmailVerification.php
FailedJob.php
FollowRequest.php
Follower.php Update models, remove deprecated toText and toHtml methods 2 years ago
HasSnowflakePrimary.php
Hashtag.php
HashtagFollow.php Update HashtagFollow model, add MAX_LIMIT of 250 tags per account 2 years ago
ImportData.php
ImportJob.php
Instance.php WIP: Implement domain blocks 1 year ago
Like.php Update Like model, increase max likes per day from 500 to 1500 1 year ago
Media.php Merge branch 'staging' into insta-import-optimizeMedia 8 months ago
MediaBlocklist.php
MediaTag.php Update ApiV1Controller, improve notification filtering 2 years ago
Mention.php Update models, remove deprecated toText and toHtml methods 2 years ago
ModLog.php
Newsroom.php Bump laravel, v9 => v10 2 years ago
Notification.php Bump laravel, v9 => v10 2 years ago
OauthClient.php
Page.php
Place.php
Profile.php Update Profile model, add aliases relation 2 years ago
ProfileSponsor.php
Report.php Bump laravel, v9 => v10 2 years ago
ReportComment.php Update models 3 years ago
ReportLog.php Update models 3 years ago
Status.php Update Status, remove unused method 10 months ago
StatusArchived.php Update models 3 years ago
StatusHashtag.php
StatusView.php
Story.php
StoryItem.php Bump laravel, v9 => v10 2 years ago
StoryReaction.php
StoryView.php
UIKit.php
User.php Update User model, add notify_enabled 11 months ago
UserDevice.php
UserFilter.php Update UserFilter model, add user relation 2 years ago
UserInvite.php
UserSetting.php
helpers.php