1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-13 15:39:59 +00:00
Commit graph

880 commits

Author SHA1 Message Date
daniel
cd85123ea7
Merge pull request #5843 from helmet91/collection-header-counter-label
Fix collection counter label
2025-03-11 22:03:50 -06:00
Daniel Simon
e796476bd4 fix collection counter label 2025-03-09 19:08:48 +01:00
Daniel Supernault
f4e8ae0c29
Update timeAgo util, fix year bug 2025-03-06 04:47:55 -07:00
Daniel Supernault
6004f574dd
Update i18n compiled strings 2025-03-06 03:56:12 -07:00
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
Taye Adeyemi
f896e5514a fix(compose-modal): avoid WebGL if it's not needed 2025-01-28 11:29:03 +01:00
Daniel Supernault
f82dfe8b3e
Add story components 2025-01-16 20:45:17 -07:00
Daniel Supernault
989fdc3a83
Update i18n js 2025-01-04 01:25:36 -07:00
Taye Adeyemi
669a68d27b feat: apply filters with WebGL 2024-12-03 15:21:05 +01:00
Jonas Geiler
e318d526c7
Add missing reject argument 2024-10-21 09:44:49 +02:00
Jonas Geiler
7d80ac3c93
Improve media filtering by using OffscreenCanvas, if supported
Also improve browser support by testing for each feature instead of checking the user agent.
Also improve error handling by using promises.

Fixes #2939
Fixes #4194
2024-10-20 21:17:19 +02:00
Jonas Geiler
249468d154
Fix defineErrorMessage which is not actually using the msg variable it creates 2024-10-20 19:34:34 +02:00
Jonas Geiler
6d20c85e91
Fix applyFilterToMediaSave passing options to image.addEventListener instead of canvas.toBlob 2024-10-20 13:19:41 +02:00
Daniel Supernault
8af77a3f78
Add Profile Carousels 2024-10-13 23:19:58 -06:00
Daniel Supernault
1c6abc2f54
Update PostComponent.vue 2024-10-05 23:59:40 -06:00
Daniel Supernault
be233c04fd
Update spa, add group routes 2024-07-10 00:09:32 -06:00
Daniel Supernault
e4f50cdf28
Add Group vues 2024-07-10 00:00:09 -06:00
Daniel Supernault
3811a1cd65
Add Groups vues 2024-07-09 23:52:08 -06:00
Daniel Supernault
87ee0633fe
Update assets, move presenters 2024-04-20 01:26:51 -06:00
Daniel Supernault
ad03291699
Update VideoPresenter component, add webkit-playsinline attribute to video element to prevent the full screen video player 2024-04-12 03:56:33 -06:00
Daniel Supernault
674e560f04
Update admin settings, refactor to vue component 2024-03-14 05:17:18 -06:00
mbliznikova
fd4f41a14e Added an informative UI error message for attempt to create a mixed media album 2024-01-30 19:19:25 +00:00
mbliznikova
4e567e3411 Provide an informative error message when account size limit is reached 2024-01-09 04:49:01 +00:00
daniel
5f5cb0616d
Merge pull request #3919 from shleeable/patch-3
Update NotificationCard.vue to popover image preview on comment/share
2024-01-03 02:59:56 -07:00
Daniel Supernault
822e9888bb
Update PhotoAlbumPresenter.vue, fix fullscreen mode 2023-12-08 05:01:04 -07:00
Daniel Supernault
0a0681199f
Update ComposeModal, fix missing alttext post state 2023-12-08 04:56:21 -07:00
daniel
6ffc964371
Merge pull request #4792 from mbliznikova/4790_4791_add_recently_deleted_post_to_collection_no_page_reloading_invalidate_cache_after_adding
4790 4791 add recently deleted post to collection no page reloading invalidate cache after adding
2023-12-05 00:28:42 -07:00
mbliznikova
7cb075dbf9 #4790 User experience: add a post to a collection just right after deleting it from there 2023-11-30 00:20:08 +00:00
mbliznikova
2c6edf37a7 oFix #3698, make unlisted photos visible in collections 2023-11-11 04:08:29 +00:00
Daniel Supernault
a3fd0b032b
Update vue components, fix typos 2023-11-03 21:37:13 -06:00
daniel
2b17cc2c0d
Merge pull request #4709 from mbliznikova/check_if_collection_empty_in_edit
Add check if collection is empty in Edit Collection before publishing
2023-10-24 20:00:09 -06:00
daniel
381e23e172
Merge pull request #4684 from mbliznikova/3596_provide_error_message_for_too_large_files
Provide the error message if a file to upload is too large, issue #3596
2023-10-24 19:56:28 -06:00
Daniel Supernault
4e3e23db36
Add js debounce util 2023-10-23 00:15:53 -06:00
Daniel Supernault
56e315f69f
Update ComposeModal component, fix multi filter bug and allow media re-ordering before upload/posting 2023-10-22 21:13:55 -06:00
mbliznikova
b838f90b77 Add check if collection is empty in Edit Collection before publishing 2023-10-20 21:16:19 +00:00
mbliznikova
6c1e56fcb2 Provide the error message if a file to upload is too large 2023-10-06 02:05:22 +00:00
Daniel Supernault
852dbd8d34
Add remote_auth.js 2023-07-16 22:58:21 -06:00
Daniel Supernault
2d959fb354
Update ComposeModal.vue, fix scroll issue and dont hide scrollbar 2023-07-01 22:36:22 -06:00
Daniel Supernault
828f369373
Add AccountImport component 2023-06-12 05:26:24 -06:00
Daniel Supernault
7217c962bf
Update webpack 2023-06-11 16:47:23 -06:00
Daniel Supernault
cbf086ccb4
Add spa.js 2023-06-11 16:24:37 -06:00
Daniel Supernault
d48e8d9832
Add NavMenu component 2023-06-11 15:38:14 -06:00
Daniel Supernault
67bf3d10e0
Update components.js 2023-06-11 15:36:00 -06:00
Daniel Supernault
36f5f2e8b4
Update admin.js, add autospam + reports components 2023-06-11 15:35:34 -06:00
Daniel Supernault
6d3c7afd2b
Update landing view 2023-04-07 23:14:08 -06:00
Daniel Supernault
09c0032b39
New landing page design 2023-04-07 22:35:51 -06:00
Daniel Supernault
4d72b9e3ae
Update app.js, add title attribute to iframe embeds to comply with accessibility requirements 2023-03-31 01:31:48 -06:00
Daniel Supernault
ecfc0766f8
Update admin instances dashboard 2023-03-19 05:29:54 -06:00
Daniel Supernault
e91c25c0d6
Update PortfolioSettings component, improve recent posts filtering by pf_type 2023-03-17 02:05:56 -06:00
Daniel Supernault
7f06f5f555
Update PortfolioController, fix empty post ids condition 2023-03-17 01:54:01 -06:00