flexisip-account-manager/flexiapi
Anthony Gauchy 0e437cf729 Epic FLEXIAPI-38
Adding Flexisip stats api OpenApi specification
Add endpoint to handle BYEs. The proxy would have a hard time finding the device ID when forwarding a BYE.
To fix that, we moved the `terminated` state to the call object itself, which makes more sense anyway since a call can only be established with a single device.
Device subobjects now only store the final state of the initial invite.
Remove format restriction on Call IDs -> They can be any string, not just UUIDs.
Fix typos
2024-01-16 11:44:18 +01:00
..
app Fix #141 Add a new hook system for the Account Service 2024-01-08 16:48:59 +01:00
bootstrap Update the dependencies 2021-01-05 15:35:51 +01:00
config Fix #141 Add a new hook system for the Account Service 2024-01-08 16:48:59 +01:00
database Fix #138 Add a dictionary to the account model 2023-12-28 09:54:47 +00:00
openapi-spec Epic FLEXIAPI-38 2024-01-16 11:44:18 +01:00
public Fix the tabs CSS style 2023-12-28 16:20:06 +01:00
resources Fix #139 Allow the dictionary to be set when creating an account on the API as an admin 2023-12-28 15:17:01 +00:00
routes Fix #138 Add a dictionary to the account model 2023-12-28 09:54:47 +00:00
storage Remove the db.sqlite 2020-09-14 11:24:59 +02:00
tests Fix #139 Allow the dictionary to be set when creating an account on the API as an admin 2023-12-28 15:17:01 +00:00
.editorconfig Import a new API, build with Laravel 2020-02-03 15:20:48 +01:00
.env.example Fix #135 Refactor the password algorithms code 2023-12-19 09:30:21 +00:00
.gitattributes Import a new API, build with Laravel 2020-02-03 15:20:48 +01:00
.gitignore Complete the documentation regarding how DotEnv configuration is handled 2020-09-14 16:41:47 +02:00
.styleci.yml Import a new API, build with Laravel 2020-02-03 15:20:48 +01:00
artisan Import a new API, build with Laravel 2020-02-03 15:20:48 +01:00
composer.json Fix #132 Move the provisioning_tokens and recovery_codes to dedicated table 2023-12-14 14:13:41 +00:00
composer.lock Fix #139 Allow the dictionary to be set when creating an account on the API as an admin 2023-12-28 15:17:01 +00:00
composer.phar Fix #130 Drop the group column in the Accounts table 2023-12-11 14:54:58 +00:00
package.json Import a new API, build with Laravel 2020-02-03 15:20:48 +01:00
phpcs.xml Add a PHP CodeSniffer to the CI 2022-09-21 12:28:59 +02:00
phpmd.xml Fix #42 add PHPMD to the GitlabCI 2022-09-21 15:29:27 +02:00
phpunit.xml Fix #77 Add proper SIP username validation 2023-03-21 13:03:02 +00:00
server.php Import a new API, build with Laravel 2020-02-03 15:20:48 +01:00
webpack.mix.js Import a new API, build with Laravel 2020-02-03 15:20:48 +01:00