standalone: User password storage and api
authorRich Lott / Artful Robot <code.commits@artfulrobot.uk>
Thu, 28 Sep 2023 20:18:21 +0000 (21:18 +0100)
committerRich Lott / Artful Robot <code.commits@artfulrobot.uk>
Thu, 28 Sep 2023 20:18:21 +0000 (21:18 +0100)
commit57f9826a3566accbe2d97162c9b0c6edd9f04061
treec49f0dbc3d0b3cf41bc652bd7e2f768460697a7e
parent9c7ba3492ef2f5bb3427d4ddff0fa4b59259ed66
standalone: User password storage and api
23 files changed:
ext/standaloneusers/CRM/Standaloneusers/DAO/User.php
ext/standaloneusers/CRM/Standaloneusers/Page/ChangePassword.php [new file with mode: 0644]
ext/standaloneusers/Civi/Api4/Action/User/Create.php [new file with mode: 0644]
ext/standaloneusers/Civi/Api4/Action/User/Save.php [new file with mode: 0644]
ext/standaloneusers/Civi/Api4/Action/User/Update.php [new file with mode: 0644]
ext/standaloneusers/Civi/Api4/Action/User/WriteTrait.php [new file with mode: 0644]
ext/standaloneusers/Civi/Api4/Service/Spec/Provider/UserSpecProvider.php [new file with mode: 0644]
ext/standaloneusers/Civi/Api4/User.php
ext/standaloneusers/Civi/Standalone/PasswordAlgorithms/AlgorithmInterface.php [new file with mode: 0644]
ext/standaloneusers/Civi/Standalone/PasswordAlgorithms/Drupal7.php [new file with mode: 0644]
ext/standaloneusers/Civi/Standalone/Security.php
ext/standaloneusers/ang/afformEditRole.aff.html [moved from ext/standaloneusers/ang/afformX.aff.html with 100% similarity]
ext/standaloneusers/ang/afformEditRole.aff.php [moved from ext/standaloneusers/ang/afformX.aff.php with 100% similarity]
ext/standaloneusers/ang/crmChangePassword.ang.php [new file with mode: 0644]
ext/standaloneusers/ang/crmChangePassword.js [new file with mode: 0644]
ext/standaloneusers/ang/crmChangePassword/crmChangePassword.html [new file with mode: 0644]
ext/standaloneusers/info.xml
ext/standaloneusers/sql/auto_install.sql
ext/standaloneusers/templates/CRM/Standaloneusers/Page/ChangePassword.tpl [new file with mode: 0644]
ext/standaloneusers/tests/phpunit/Civi/Standalone/SecurityTest.php
ext/standaloneusers/xml/Menu/standaloneusers.xml
ext/standaloneusers/xml/schema/CRM/Standaloneusers/User.xml
templates/CRM/common/standalone.tpl