Timothée Jaussoin
648936514f
Fix FLEXIAPI-213 Add TURN credentials support in the API as defined in...
2024-10-14 09:03:22 +00:00
Timothée Jaussoin
12ef6d472e
Fix FLEXIAPI-212 Add CoTURN credentials support in the provisioning
2024-09-25 10:33:44 +02:00
Timothée Jaussoin
a4e44d94a6
Fix FLEXIAPI-203 Implement domain based Linphone configuration, add...
2024-08-12 10:14:21 +00:00
Timothée Jaussoin
f6c5562201
Fix FLEXIAPI-192 Add DotEnv configuration to allow the expiration of tokens and codes in the app
2024-07-11 12:51:02 +00:00
Timothée Jaussoin
afe29811ac
Fix FLEXIAPI-180 Fix the token and activation flow for the provisioning with...
2024-06-03 13:19:43 +00:00
Timothée Jaussoin
e4ccfe7a4a
Fix FLEXIAPI-132
2024-01-24 15:37:20 +00:00
Timothée Jaussoin
5717994ab8
Fix #132 Move the provisioning_tokens and recovery_codes to dedicated table
2023-12-14 14:13:41 +00:00
Timothée Jaussoin
1cb44ce318
Branch the 1.4
2023-11-30 16:36:26 +00:00
Timothée Jaussoin
cabf94273f
Fix #119 Add a X-Linphone-Provisioning required header to the provisioning...
2023-11-13 14:14:53 +00:00
Timothée Jaussoin
e996a9827c
Fix #125 Remove the External Accounts feature
2023-10-04 16:03:53 +02:00
Timothée Jaussoin
e516ae788c
Fix #124 Return 404 when the account is already provisioned or the provisioning_token not valid
2023-09-27 14:31:04 +00:00
Timothée Jaussoin
312c9e515f
Fix #123 Define a proper documentation for the provisioning flow
2023-09-27 14:53:32 +02:00
Timothée Jaussoin
3ae460de5a
Fix #115 Check if $account exists
2023-08-24 14:26:38 +02:00
Timothée Jaussoin
d0f5bf24f5
Fix #79 Add a refresh_password parameter to the provisioning URLs
2023-03-15 16:16:58 +00:00
Timothée Jaussoin
e124dedfa2
Fix #46 Rely on the external account identifier and not the non-existing full identifier
...
Bump version
2022-10-11 14:43:10 +02:00
Timothée Jaussoin
006ddaca5f
Fix #44 Add display name in the provisioning XML
2022-09-29 16:41:56 +02:00
Timothée Jaussoin
a0dd7e17ce
Add a PHP CodeSniffer to the CI
2022-09-21 12:28:59 +02:00
Timothée Jaussoin
31b5cbe059
Fix #31 provide realm based on the external account and directly use the domain
2022-08-03 17:09:46 +02:00
Timothée Jaussoin
7a17897193
Add ExternalAccounts and related features
...
- Consume an ExternalAccount on Account creation
- Add a tombstone to an ExternalAccount to ensure non re-usage
- Add related tests
- Generalize Utils
- Stop public registration when there is no ExternalAccounts left
- Add GenerateExternalAccounts, ExportToExternalAccounts and ImportExternalAccounts console scripts
- Provision the ExternalAccount using the depends_on/idkey pair
2022-07-12 17:05:17 +02:00
Timothée Jaussoin
354830da7e
QRCode based authentication
...
Add routes, model and controller for AuthToken
Create auth_tokens table
Allow auth_token to be used for provisioning
Reorganize the API
Update the dependencies
2022-07-12 15:14:46 +02:00
Timothée Jaussoin
3225e11ffc
Rename tokens to account_creation_token and the related table, tests, controllers, endpoints
...
Add a new endpoint to allow the creation of an account_creation_token by an admin
Split the confirmation_key in two, create a provisioning_token
Refactor the documentation
Bump the package number
2022-06-23 17:25:01 +02:00
Timothée Jaussoin
d091b0dbcf
Activate the account if the confirmation_key matches during provisioning
...
Complete the documentation and test
Bump the package number
2021-11-17 11:25:38 +01:00
Timothée Jaussoin
913b4d64bc
Add the Vcard4 provisioning URL in the provisioning XML
...
Fix the Vcard4 format to comply with liblinphone
2021-11-03 17:09:43 +01:00
Timothée Jaussoin
683e8164fc
Complete and fix the generated provisioning XML
...
Use require_once to load the hooks and prevent double inclusion
2021-09-02 14:57:59 +02:00
Timothée Jaussoin
b48c8f505d
Add a permanent provisioning URL, authenticated
...
Complete the documentation
Add a few tests for the provisioning urls
Update the dependencies
Bump the package version
2021-08-04 16:49:14 +02:00
Timothée Jaussoin
13a1eb4dc5
Add account deletetion feature in the Admin panel
...
Add the provisioning elements to the user admin page
Add missing file headers, cleanup code
Bump the dependencies
2021-07-06 15:35:21 +02:00
Timothée Jaussoin
2062d0618f
Add a provisioning endpoint
...
Add QRCode link endpoint
Install endroid/qr-code to generate the QRCode
Add a ACCOUNT_PROVISIONING_RC_FILE to configure the provisioning RC file
Complete the documentation
Handle expired confirmation_key in the provisioning endpoints
Implement the provisioning hooks and complete the README
Complete the README regarding the db:import command
Bump the package number
2021-07-05 10:41:45 +02:00