Commit Graph

56 Commits (fbe76e37f3e86b5f598db73e7226bdc8b64305c8)

Author SHA1 Message Date
Daniel Supernault 0844094b99
Update App Register to expire codes after 4 hours instead of 60 minutes 3 months ago
Daniel Supernault dbd1e17b25
Add app register email verify resends 3 months ago
Shlee 6f0b64fdab
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>
3 months ago
Daniel Supernault 3c249616ef
Add rate limits, fix typo and styling 4 months ago
Daniel Supernault 1d86bff3f2
Add form 4 months ago
Nick Zolotko 210a1d3ae3
Fix Sudo Confirm Password Autofill for Password Managers
Password managers are looking for "current-password" in the autocomplete tag. This fixes issue https://github.com/pixelfed/pixelfed/issues/5258
10 months ago
Daniel Supernault 481314cd23
Update custom emoji, add config_cache support 1 year ago
Daniel Supernault 8a89e3c963
Update captcha, use config_cache helper 1 year ago
Daniel Supernault 15ad69f76e
Update Curated Onboarding view, fix concierge form 1 year ago
Daniel Supernault d18824e719
Update checkpoint view, improve input autocomplete. Fixes #4959 1 year ago
Daniel Supernault 8dac2caf1d
Add Curated Onboarding 1 year ago
Daniel Supernault 96366ab3de
Update forgot email captcha config 1 year ago
Daniel Supernault 67c650b195
Add forgot email feature 1 year ago
Daniel Supernault d76f01685c
Update login view, add email prefill logic 1 year ago
Daniel Supernault 895dc4fa9e
Update Sign-in with Mastodon, allow usage when registrations are closed 2 years ago
Daniel Supernault acabf603f0
Update Remote Auth feature, fix custom domain bug and enforce banned domains 2 years ago
Daniel Supernault 9cfa89dab4
Update routes and add RemoteAuthController 2 years ago
Daniel Supernault 45b9404ec1
Add Sign-in with Mastodon 2 years ago
Daniel Supernault 221ddce0fa
Update login form, allow admins to enable captcha after X failed attempts. Admins can set the number of attempts before captcha is shown, default is 2 attempts before captcha is required 2 years ago
Daniel Supernault c071c7195e
Update login/register views and captcha config, enable login or register captchas or both 2 years ago
Daniel Supernault 8ef900bf8e
Update sudo mode view, fix trusted device checkbox 2 years ago
Daniel Supernault 0ab5b96a00
Update ResetPasswordController, add captcha support, improve security and a new redesigned view 2 years ago
Daniel Supernault f6e7ff649e
Update ForgotPasswordController, add captcha support, improve security and a new redesigned view 2 years ago
Daniel Supernault 091e0b2cb2
Update sudo mode checkpoint view design 2 years ago
Daniel Supernault 86c472ac19
Update 2fa checkpoint view design 2 years ago
Daniel Supernault 02b6df54cc
Update email form 2 years ago
Matthew Barnes 930ce8da82
Add register link to login page 3 years ago
Daniel Supernault e503a8da85
Update RegisterController 3 years ago
Daniel Supernault d02a8f005f
Update login view 4 years ago
Daniel Supernault 9811dda7a7
Update login view 4 years ago
Daniel Supernault 425a6311e2
Update captcha views 5 years ago
Daniel Supernault 082c1ccb26
Add hCaptcha 5 years ago
Daniel Supernault d8cdc2a911
Update sudo view, fix phrasing 5 years ago
dx7 49bab56438
Remove a useless link on 2FA verification page 5 years ago
Daniel Supernault 3385583ff2
Update checkpoint view, fix recovery code bug 5 years ago
Daniel Supernault 26affb11c0
Update 2FA Checkpoint, add username + logout button and numeric inputmode 5 years ago
Daniel Supernault 0c82c97069
Added trusted devices to sudo mode 5 years ago
Daniel Supernault 10a182c1cd
Fixes #1856 6 years ago
Daniel Supernault cd7ea97500
Update register view 6 years ago
Daniel Supernault 99ea1e40dd
Update login 6 years ago
okpierre c620ffdd68
Update register.blade.php
Change # placeholder for Terms of Use and Privacy Policy links into direct links
6 years ago
Daniel Supernault 24f295b02f
Update password reset view 6 years ago
Shleeble f2135b3443
Update register.blade.php 6 years ago
Shleeble 75e285fde2
Update login.blade.php 6 years ago
Shleeble bc91c789d7
Update checkpoint.blade.php 6 years ago
Shleeble 8ad077ecfa
Update sudo.blade.php 6 years ago
Daniel Supernault cc8337888e
Update password reset 6 years ago
Daniel Supernault c44dcca592
Update 2FA checkpoint view, fixes #470 7 years ago
Daniel Supernault 6d890aaf7f
Prepare 2FA 7 years ago
Daniel Supernault ea88fd60b3
Add sudo auth view 7 years ago