Kevin Decherf
b09224cac1
Add a two-step setup of OTP
...
Before this change, 2FA with OTP was enabled before the user was able to
submit a code to validate the setup. Thus, this could lead to a
situation where the user is locked out of her account if there was an
issue setting up her application.
Now we rely on a new boolean property that is set to true only after the
user submits a valid code during the setup phase.
Fixes #4867
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2025-07-28 22:58:43 +02:00
Yassine Guedidi
e6ce9c524c
Merge branch '2.6'
2025-04-10 01:45:52 +02:00
Yassine Guedidi
9e2720cddc
Modernize to PHP 8.1
2025-04-07 09:17:32 +02:00
Yassine Guedidi
67c359a6dd
Replace entity manager clear by creating a new client
2025-03-18 00:03:35 +01:00
Yassine Guedidi
3bd434091f
Convert 403 errors to 404 errors
2025-03-14 06:41:28 +01:00
Kevin Jiang
897aa1d309
Adding tests for tagging rules reset
...
Fix test: associate tagging rule with user config
Update src/Repository/TaggingRuleRepository.php
Co-authored-by: Jérémy Benoist <j0k3r@users.noreply.github.com>
Update src/Controller/ConfigController.php
Co-authored-by: Jérémy Benoist <j0k3r@users.noreply.github.com>
Update src/Repository/TaggingRuleRepository.php
Co-authored-by: Jérémy Benoist <j0k3r@users.noreply.github.com>
2024-07-16 11:24:09 +12:00
Yassine Guedidi
a221ec8348
Use test container to replace test services definitions
2024-02-26 16:30:16 +01:00
Yassine Guedidi
c092e4ddf6
Rename WallabagCoreTestCase to WallabagTestCase
2024-02-24 20:24:51 +01:00
Yassine Guedidi
0b44170e83
Remove the CoreBundle namespace
2024-02-23 07:42:48 +01:00
Yassine Guedidi
24da70e338
Move test files directly under tests/ directory
2024-02-23 07:42:48 +01:00