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

378 commits

Author SHA1 Message Date
daniel
d066a5cff5
Add app register email verify resends (#5814)
* Update iar.blade.php - Fix in-app reg without hcaptcha (#5807)

* 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>

* Update iar.blade.php

---------

Co-authored-by: daniel <danielsupernault@gmail.com>
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>

* Add app register email verify resends

* Update composer

* Update changelog

* Update IG import command

---------

Co-authored-by: Shlee <github@shl.ee>
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-03-01 23:44:22 -07:00
Daniel Supernault
eac222d243
Move fallback media route 2025-02-07 00:48:00 -07:00
Daniel Supernault
ee01e073ef
Update AppRegisterController 2025-01-31 05:15:47 -07:00
Daniel Supernault
4e6e6b4ab7
Update routes 2025-01-31 03:09:01 -07:00
Daniel Supernault
455711332b
Fix redirects 2025-01-31 01:37:24 -07:00
Daniel Supernault
3c249616ef
Add rate limits, fix typo and styling 2025-01-31 00:56:10 -07:00
Daniel Supernault
604746bd5e
Add AppRegister 2025-01-31 00:41:40 -07:00
Daniel Supernault
8afbdb03a8
Fix oauth oob (urn:ietf:wg:oauth:2.0:oob) support. Fixes #2522 2025-01-03 19:01:29 -07:00
Daniel Supernault
838cec458b
Update admin routes 2024-10-18 04:35:21 -06:00
Daniel Supernault
956b14cf69
Update web-admin routes 2024-10-18 03:14:35 -06:00
Daniel Supernault
afc6db143a
Update web routes 2024-10-10 02:07:02 -06:00
Daniel Supernault
3004c438f1
Update Admin routes 2024-10-10 02:00:55 -06:00
Daniel Supernault
886d6ec789
Update API routes 2024-09-30 02:58:24 -06:00
Daniel Supernault
669f8b280b
Update api routes 2024-09-18 02:32:07 -06:00
Daniel Supernault
4ca7c6c328
Add preliminary Authorize Interaction support 2024-08-13 00:00:51 -06:00
daniel
1dbcdee289
Merge branch 'staging' into feat/implement-admin-domain-blocks-api 2024-07-30 22:29:28 -06:00
Daniel Supernault
b03f5cec8b
Update ApiV1Dot1Controller, add new single media status create endpoint 2024-07-29 01:28:49 -06:00
daniel
c13826e44b
Merge pull request #5215 from pixelfed/groups
Add Groups
2024-07-23 02:02:31 -06:00
Daniel Supernault
8f7becc58b
Add push notification api endpoints 2024-07-22 03:04:04 -06:00
Daniel Supernault
7bef60d64a
Add Group web routes 2024-07-09 23:54:36 -06:00
Daniel Supernault
d6b6145186
Add Group api routes 2024-07-09 23:53:16 -06:00
Daniel Supernault
2cae8b48de
Update discover, add network trending using Beagle API 2024-06-30 23:02:51 -06:00
Daniel Supernault
ecf22b54d5
Add custom css to admin dashboard 2024-06-29 18:39:11 -06:00
Daniel Supernault
b29527cf53
Add api endpoint 2024-06-08 00:57:29 -06:00
Daniel Supernault
4aad1c225a
Add api/v1/instance/peers API endpoint, disabled by default 2024-05-31 03:35:40 -06:00
Daniel Supernault
bc2495c676
Update CollectionsController, add new self route 2024-05-22 02:21:07 -06:00
Emelia Smith
21466556d4
Add update and delete 2024-03-30 01:07:42 +01:00
Emelia Smith
652654e24f
WIP: Implement domain blocks 2024-03-30 01:07:40 +01:00
Daniel Supernault
828a456f36
Update web-admin routes, add setting api routies ;) 2024-03-14 05:04:14 -06:00
Daniel Supernault
a4bc5ce3d0
Update web-api popular accounts route to its own method to remove the breaking oauth scope bug 2024-03-09 23:25:28 -07:00
Daniel Supernault
36c518fe2c
Update web routes 2024-03-08 05:04:27 -07:00
Daniel Supernault
4a6be62128
Add account migration configurable, but enabled by default 2024-03-05 00:05:05 -07:00
Daniel Supernault
f8145a78cf
Add Profile Migrations 2024-03-02 04:21:04 -07:00
Daniel Supernault
ef0ff78e4a
Add Remote Reports to Admin Dashboard Reports page 2024-02-29 03:24:33 -07:00
Daniel Supernault
2f48df8ca8
Update kb, add email confirmation issues page 2024-02-28 21:06:21 -07:00
Daniel Supernault
071163b47b
Add Curated Onboarding Templates 2024-02-26 20:41:27 -07:00
Daniel Supernault
8dac2caf1d
Add Curated Onboarding 2024-02-19 04:00:31 -07:00
Daniel Supernault
b0fb198829
Add Software Update banner to admin home feeds 2024-02-16 02:58:27 -07:00
Daniel Supernault
bc4d223714
Update routes 2024-02-15 22:20:40 -07:00
Daniel Supernault
67c650b195
Add forgot email feature 2024-01-22 05:26:01 -07:00
Daniel Supernault
42298a2e9c
Apply dangerZone middleware to parental controls routes 2024-01-11 02:40:52 -07:00
Daniel Supernault
c53894fe16
Add Parental Controls feature 2024-01-11 01:35:15 -07:00
Daniel Supernault
63c9ebe81f
Update api routes 2023-12-16 05:43:37 -07:00
Daniel Supernault
cef451e588
Update routes 2023-12-16 05:36:59 -07:00
Daniel Supernault
33dbbe467d
Add Mutual Followers API endpoint 2023-12-11 01:34:46 -07:00
Daniel Supernault
bcb88d5b0a
Update StoryApiV1Controller, add self-carousel endpoint. Fixes #4352 2023-11-18 01:11:12 -07:00
Daniel Supernault
aa166ab11a
Update ApiV1Controller, move tags endpoints to TagsController 2023-11-17 22:10:03 -07:00
Daniel Supernault
33ed7a8c91
Add AdminShadowFilter feature 2023-09-14 22:32:37 -06:00
Daniel Supernault
941736ce6c
Update StoryApiV1Controller, add viewers route to view story viewers 2023-09-10 01:12:27 -06:00
Daniel Supernault
526807f01c
Update web routes 2023-08-08 00:02:10 -06:00