Commit Graph

73 Commits

Author SHA1 Message Date
Daniel Seifert 4e8bae08e7
fix small code issues 2022-10-01 22:02:42 +02:00
Daniel Seifert ecb8b61923
apply PHP-CS-Fixer rule sets 2022-09-30 21:06:30 +02:00
Daniel Seifert 8e0480898a
adjust documentation 2022-09-30 11:24:56 +02:00
Daniel Seifert f0275c1bc9
add missing tests 2022-09-30 00:17:36 +02:00
Daniel Seifert de75b77562
annotate methods to cover 2022-09-29 16:09:16 +02:00
Daniel Seifert 9c4e7cfcc3
refactor tests 2022-09-28 21:31:53 +02:00
Daniel Seifert 7be2c32cf5
adjust creating TOTP instance 2022-09-26 16:07:47 +02:00
Daniel Seifert 337107fe52
remove warning issues 2022-09-26 15:58:38 +02:00
Daniel Seifert 3f77b212b4
use Laminas math 2022-09-26 15:57:45 +02:00
Daniel Seifert 3095d8d39b
remove QR generator support for 1.x 2022-09-26 15:56:41 +02:00
Daniel Seifert 8b63d67a78
adjust license informations 2022-09-26 15:22:26 +02:00
Daniel Seifert 5b6dd4a4da
Merge remote-tracking branch 'remotes/GH/master' into rel_1.x
# Conflicts:
#	src/Modules/Core/d3_totp_utils.php
2022-09-26 15:03:42 +02:00
gitea Admin Panel cdff7abe01
Merge pull request #2 from tmloberon/tmloberon-force-2fa
Require administrators to activate 2FA.
2022-09-26 15:01:29 +02:00
Daniel Seifert 87e18c90a1
Merge remote-tracking branch 'remotes/GH/master' into rel_1.x
# Conflicts:
#	composer.json
2022-09-26 14:55:09 +02:00
Tobias Matthaiou d3576c2dd7 Require administrators to activate 2FA. 2022-09-13 17:06:27 +02:00
Tobias Matthaiou 96f6de6300 The module is now compatible with all:
- bacon/bacon-qr-code: ^1.0 || ^2.0
- oxid-esales/oxideshop-metapackage-ce: "~6.0.3 || ~6.1.0 || ~6.2.0 || ~6.3.0  || ~6.4.0  || ~6.5.0"
2022-09-12 17:16:53 +02:00
Daniel Seifert 9bef2d93e7
change module title logo (D3) source to external asset 2020-06-16 10:10:59 +02:00
Daniel Seifert 3816d0fa35
change line endings for easy patching 2020-05-25 10:26:00 +02:00
Daniel Seifert bbfdbd29c9 adjust documentation 2019-08-19 09:19:13 +02:00
Daniel Seifert 643794c09d change tests for current changes 2019-08-18 22:21:20 +02:00
Daniel Seifert b28c9c8757 remove password check in admin, prevent resave, show delete message 2019-08-18 13:24:49 +02:00
Daniel Seifert 05619017e5 Merge branch 'dev_1.x_frontend' into dev_1.x_frontend_620 2019-08-16 23:18:25 +02:00
Daniel Seifert d5fc28194d fix creating backupcode from false customer account 2019-08-16 23:17:48 +02:00
Daniel Seifert 4bd06dde16 Merge branch 'dev_1.x_frontend' into dev_1.x_frontend_620 2019-08-14 23:53:59 +02:00
Daniel Seifert e1f5372f6b change docblocks 2019-08-14 23:23:36 +02:00
Daniel Seifert d716f24af9 add last tests 2019-08-14 23:15:05 +02:00
Daniel Seifert f70fdc6373 remove d3database call because of nt set requirement ModCfg 2019-08-14 09:53:21 +02:00
Daniel Seifert f473fbc473 remove d3database call because of nt set requirement ModCfg 2019-08-13 23:56:39 +02:00
Daniel Seifert 1b216426ed remove special metadata chapters 2019-08-13 23:47:30 +02:00
Daniel Seifert f4bf78cb1e fix seed encrypting 2019-08-13 23:09:51 +02:00
Daniel Seifert 51ff19bf42 add further tests 2019-08-12 23:57:44 +02:00
Daniel Seifert 41013e4868 add tests 2019-08-11 23:49:49 +02:00
Daniel Seifert c77f6fa9e2 change and add tests 2019-08-11 00:33:59 +02:00
Daniel Seifert 2ffb5a4d73 add phpunit configuration for coverage report, mark uncovered lines 2019-08-09 23:10:04 +02:00
Daniel Seifert 03cf29ce02 change used classes from extension to default OXID class 2019-08-09 08:53:02 +02:00
Daniel Seifert fb863773ca add missing tests 2019-08-08 23:50:09 +02:00
Daniel Seifert ed9c6dabb5 add test for backend login controller 2019-08-07 23:51:48 +02:00
Daniel Seifert 27eaf777a5 add tests for compoment extension 2019-08-07 00:15:54 +02:00
Daniel Seifert ff9f1722af add test for totp login controller 2019-08-05 22:59:26 +02:00
Daniel Seifert d20322867d change random string library because of deprecated code in old one 2019-08-05 21:42:26 +02:00
Daniel Seifert 2fb7e63788 add tests for controllers 2019-08-05 00:17:23 +02:00
Daniel Seifert 4136be63b9 remove unused metadata chapters 2019-08-04 00:30:07 +02:00
Daniel Seifert 2e30eb9848 add english translations 2019-08-04 00:24:49 +02:00
Daniel Seifert 9a23149b8c make available for flow and wave theme 2019-08-04 00:01:06 +02:00
Daniel Seifert 4c815497b0 add SEO url 2019-08-03 23:59:02 +02:00
Daniel Seifert 9e15477737 prevent empty page at logout, clear error messages after displaying it 2019-08-03 23:56:44 +02:00
Daniel Seifert cea9e246ba initial implementation for frontend account area 2019-08-02 23:58:20 +02:00
Daniel Seifert 6731246784 initial implementation for frontend check 2019-08-02 00:23:21 +02:00
Daniel Seifert d6d1f976dc initial implementation for frontend check 2019-07-31 22:43:34 +02:00
Daniel Seifert 1ed760f8e4 add available backup code message in backend and in login form 2019-07-28 23:34:39 +02:00