flexisip-account-manager/flexiapi/app/Http/Controllers/Account
Timothée Jaussoin 75a98c0949 Add AccountAction model, CRUD and tests
Add AccountType model, CRUD and tests
Add AccountContact model, CRUD and tests
Allow users to retreive their contacts in JSON and VCARD4.0 format
Update the dependencies
Complete the documentation
Improve the messages displayed when removing accounts in RemoveUnconfirmedAccounts
Fix a bug in DeviceController
Fix README
2021-10-26 11:20:00 +02:00
..
AccountController.php Save the removed accounts in a "tombstones" table to prevent them to be recreated 2021-09-07 15:52:21 +02:00
AuthenticateController.php Remove forgotten phone validation to prevent 500 when submitting the related form 2021-09-29 10:37:23 +02:00
ContactVcardController.php Add AccountAction model, CRUD and tests 2021-10-26 11:20:00 +02:00
DeviceController.php Add AccountAction model, CRUD and tests 2021-10-26 11:20:00 +02:00
EmailController.php Fix #12 Add logs to important API endpoints and Web panel events 2021-07-02 11:01:00 +02:00
PasswordController.php Remove the old password request feature when changing the password 2021-07-12 11:02:08 +02:00
ProvisioningController.php Complete and fix the generated provisioning XML 2021-09-02 14:57:59 +02:00
RegisterController.php Add some basic subscriptions statistics 2021-10-05 14:27:23 +02:00