1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-13 07:33:22 +00:00
pixelfed/resources/views/admin
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
..
apps Update admin views 2019-06-18 19:14:46 -06:00
asf Add AdminShadowFilter feature 2023-09-14 22:32:37 -06:00
autospam Add Autospam Advanced Detection 2023-05-17 04:00:03 -06:00
curated-register Update Admin Curated Onboarding, add select-all/mass action operations 2024-05-16 04:14:48 -06:00
custom-emoji Add shortcode & domain search 2022-01-21 01:12:56 -07:00
diagnostics Staging (#5674) 2025-02-04 04:48:48 -07:00
directory Add Server Directory integration 2022-11-13 20:11:07 -07:00
discover Add admin discover edit view 2019-02-10 16:57:14 -07:00
hashtags Add hashtag administration 2022-12-27 04:43:04 -07:00
instances Update admin instances dashboard 2023-03-19 05:29:54 -06:00
media Add MediaBlocklist feature 2020-07-26 22:05:52 -06:00
messages Update blade views 2024-10-10 02:23:54 -06:00
newsroom Update newsroom 2022-12-31 00:39:51 -07:00
pages Update blade views 2022-08-15 23:52:40 -06:00
partial Add Curated Onboarding 2024-02-19 04:00:31 -07:00
profiles unwanted semicolons 2022-05-14 19:12:07 +09:30
reports Redesigned Admin Dashboard Reports/Moderation 2023-04-24 01:52:59 -06:00
settings Add custom css to admin dashboard 2024-06-29 18:39:11 -06:00
statuses Update admin statuses view 2019-06-10 20:37:03 -06:00
stories Add Stories to admin dashboard 2021-08-31 00:33:04 -06:00
users Update admin users view, fix website value. Closes #4557 2023-07-30 00:58:31 -06:00
home.blade.php Update admin dashboard, add mass account deletes 2023-05-21 06:44:15 -06:00
stats.blade.php Improve admin dashboard by moving expensive stats to its page and loading stats and recent data async on the dashboard home page 2022-07-28 01:06:39 -06:00