flexisip-account-manager/flexiapi/app/Http/Controllers/Api
Timothée Jaussoin fe279e3244 Remove totally the SQLite support
- Run all the migrations in the MySQL database
- Add foreign keys + cascade support
- Remove the AccountDeleting event (now useless)
- Simplify the related code
- Keep (for now), the FlexiSIP structure to ensure compatibility
- Update the README
- Update the test suite
2021-06-03 11:31:54 +02:00
..
Admin Remove totally the SQLite support 2021-06-03 11:31:54 +02:00
AccountController.php Remove totally the SQLite support 2021-06-03 11:31:54 +02:00
AccountPhoneController.php Remove totally the SQLite support 2021-06-03 11:31:54 +02:00
ApiController.php Update from Laravel 6 to Laravel 8 2020-09-16 12:44:26 +02:00
DeviceController.php Update from Laravel 6 to Laravel 8 2020-09-16 12:44:26 +02:00
EmailController.php Complete the API with new endpoints 2021-01-13 14:47:22 +01:00
PasswordController.php Resolve properly the domain/realm when hashing the password 2021-02-11 16:06:20 +01:00
PingController.php Update from Laravel 6 to Laravel 8 2020-09-16 12:44:26 +02:00
TokenController.php Add Push notification token and account creation endpoints 2021-02-24 15:15:40 +01:00