mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Fix FLEXIAPI-387 Ensure that INSTANCE_CONFIRMED_REGISTRATION_TEXT et...
This commit is contained in:
parent
ef110eb4ce
commit
3b0dd419bb
3 changed files with 448 additions and 399 deletions
19
RELEASE.md
19
RELEASE.md
|
|
@ -22,9 +22,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- **Complete and reorganize the Markdown documentation**
|
||||||
|
- **Refactor the emails templates** All the emails were modernized and are now generated in HTML
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
- **Remove the deprecated endpoints** The endpoints inherited from XMLRPC are now completely removed, the following variable can be removed:
|
||||||
|
- APP_DANGEROUS_ENDPOINTS
|
||||||
|
- APP_PROJECT_URL
|
||||||
- **Removing and moving DotEnv instance environnement variables to the Spaces** The following DotEnv variables were removed. You can now configure them directly in the designated spaces after the migration.
|
- **Removing and moving DotEnv instance environnement variables to the Spaces** The following DotEnv variables were removed. You can now configure them directly in the designated spaces after the migration.
|
||||||
- INSTANCE_COPYRIGHT
|
- INSTANCE_COPYRIGHT
|
||||||
- INSTANCE_INTRO_REGISTRATION
|
- INSTANCE_INTRO_REGISTRATION
|
||||||
|
- INSTANCE_CONFIRMED_REGISTRATION_TEXT
|
||||||
- INSTANCE_CUSTOM_THEME
|
- INSTANCE_CUSTOM_THEME
|
||||||
- WEB_PANEL
|
- WEB_PANEL
|
||||||
- PUBLIC_REGISTRATION
|
- PUBLIC_REGISTRATION
|
||||||
|
|
@ -38,13 +47,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
|
||||||
- ACCOUNT_PROVISIONING_RC_FILE
|
- ACCOUNT_PROVISIONING_RC_FILE
|
||||||
- ACCOUNT_PROVISIONING_OVERWRITE_ALL
|
- ACCOUNT_PROVISIONING_OVERWRITE_ALL
|
||||||
- ACCOUNT_PROVISIONING_USE_X_LINPHONE_PROVISIONING_HEADER
|
- ACCOUNT_PROVISIONING_USE_X_LINPHONE_PROVISIONING_HEADER
|
||||||
- **Complete and reorganize the Markdown documentation**
|
- **Enforce the session and cache in the configuration** The following variables can be removed from your DotEnv file as well:
|
||||||
- **Refactor the emails templates** All the emails were modernized and are now generated in HTML
|
- SESSION_DRIVER
|
||||||
- **Enforce SESSION_DRIVER and CACHE_DRIVER to file** They can be removed from your DotEnv file as well.
|
- CACHE_DRIVER
|
||||||
|
|
||||||
### Removed
|
|
||||||
|
|
||||||
- **Remove the deprecated endpoints** The endpoints inherited from XMLRPC are now completely removed
|
|
||||||
|
|
||||||
### Migrate from [1.6]
|
### Migrate from [1.6]
|
||||||
|
|
||||||
|
|
|
||||||
826
flexiapi/composer.lock
generated
826
flexiapi/composer.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -90,7 +90,7 @@
|
||||||
<table class="large">
|
<table class="large">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th width="1%">
|
<th style="width:1%;">
|
||||||
<input type="checkbox" onchange="Utils.toggleAll(this)">
|
<input type="checkbox" onchange="Utils.toggleAll(this)">
|
||||||
</th>
|
</th>
|
||||||
<th>{{ __('Username') }}</th>
|
<th>{{ __('Username') }}</th>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue