mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-02-07 13:58:24 +00:00
Compare commits
1 commit
master
...
1.4.0-beta
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c0d069afc |
2 changed files with 14 additions and 6 deletions
|
|
@ -3,8 +3,16 @@
|
||||||
v1.4
|
v1.4
|
||||||
----
|
----
|
||||||
- Redesign and refactoring of the main UI and panel flows
|
- Redesign and refactoring of the main UI and panel flows
|
||||||
|
- Complete the statistics and add a specific API to get usage statistics from FlexiAPI
|
||||||
- Removal of XMLRPC
|
- Removal of XMLRPC
|
||||||
- Add RockyLinux 9 support
|
- Add RockyLinux 9 support
|
||||||
|
- Add Debian 12 to CI
|
||||||
|
- Fix #122 Add a new console command CreateFirstAdmin
|
||||||
|
- Fix #121 Only apply throttling to redeemed tokens
|
||||||
|
- Fix #123 Define a proper documentation for the provisioning flow
|
||||||
|
- Fix #124 Return 404 when the account is already provisioned or the provisioning_token not valid
|
||||||
|
- Fix #125 Remove the External Accounts feature
|
||||||
|
- Fix #19 Set all the ERROR confirmation_key to null in the accounts table
|
||||||
|
|
||||||
v1.3
|
v1.3
|
||||||
----
|
----
|
||||||
|
|
|
||||||
12
flexiapi/composer.lock
generated
12
flexiapi/composer.lock
generated
|
|
@ -4442,16 +4442,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ramsey/uuid",
|
"name": "ramsey/uuid",
|
||||||
"version": "4.7.4",
|
"version": "4.7.5",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/ramsey/uuid.git",
|
"url": "https://github.com/ramsey/uuid.git",
|
||||||
"reference": "60a4c63ab724854332900504274f6150ff26d286"
|
"reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/ramsey/uuid/zipball/60a4c63ab724854332900504274f6150ff26d286",
|
"url": "https://api.github.com/repos/ramsey/uuid/zipball/5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e",
|
||||||
"reference": "60a4c63ab724854332900504274f6150ff26d286",
|
"reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -4518,7 +4518,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/ramsey/uuid/issues",
|
"issues": "https://github.com/ramsey/uuid/issues",
|
||||||
"source": "https://github.com/ramsey/uuid/tree/4.7.4"
|
"source": "https://github.com/ramsey/uuid/tree/4.7.5"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|
@ -4530,7 +4530,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-04-15T23:01:58+00:00"
|
"time": "2023-11-08T05:53:05+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "react/cache",
|
"name": "react/cache",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue