Varakh
5805279633
Some checks reported errors
continuous-integration/drone/push Build was killed
- Add a ENV_DIR for docker containers to allow changing the env file location changes where the rest of the configuration is bootstrapped from - Add log_dir and snapshot_dir in env file configuration to determine the log and snapshot directories - Massively cleaned up README and provide better examples Co-authored-by: Varakh <varakh@varakh.de> Reviewed-on: #1
127 lines
2.8 KiB
Markdown
127 lines
2.8 KiB
Markdown
# CHANGELOG
|
|
|
|
## 2.2.6 - 2023/04/06
|
|
|
|
_Quick update for an outdated application to make it more useful for docker setups. Keep in mind that PHP 7.4 which is used by ts3web is still EOL!_
|
|
|
|
* Made it possible to use environment variable to define location of bootstrapping `env` file in docker containers (natively, set php-fpm `ENV[]` properly!)
|
|
* `ENV_DIR`: location of the **PARENT** folder which has the `env` file inside
|
|
* Falls back to application `$appDir/config/env` file if not set
|
|
* Added new `env` file variables to easily configure
|
|
* `log_dir`: location of the log dir, _without trailing slash_
|
|
* `snapshot_dir` location of the snapshots dir, _without trailing slash_
|
|
|
|
## 2.2.5 - 2022/12/17
|
|
* Updated `Dockerfile` (as long as alpine 3.15 shipping PHP7 is kept updated, `ts3web` docker images are kept)
|
|
* Updated some symfony dependencies
|
|
|
|
## 2.2.4 - 2022/01/19
|
|
* Updated dependencies
|
|
* This application will be EOL once PHP7 is not supported anymore
|
|
|
|
## 2.2.3 - 2021/01/08
|
|
|
|
* Change docker base to alpine
|
|
|
|
## 2.2.2 - 2020/03/22
|
|
|
|
* Stop auto-sorting tables
|
|
* Add bandwidth formatter
|
|
* Check PHP 7.4 compatibility
|
|
* Increase docker image base to PHP 7.4
|
|
|
|
## 2.2.1 - 2019/11/10
|
|
|
|
* Use separate JavaScript file to initialize DataTables
|
|
|
|
## 2.2.0 - 2019/11/10
|
|
|
|
* Add version tag to footer
|
|
* Add sortable tables
|
|
* Add search on tables
|
|
* Increase bootstrap4 theme width
|
|
* Handle deprecation warnings in Twig
|
|
* Fix dependency version
|
|
|
|
## 2.1.4 - 2019/11/08
|
|
|
|
* Use autofocus on username input field instead of the password field
|
|
* Fill missing cells on incorrect cell count in table views when only partial data is available
|
|
|
|
## 2.1.3 - 2019/08/08
|
|
|
|
* Fixed false rendering of forms
|
|
* Fixed channel tree view showing the wrong virtual server after selection
|
|
* Minor code refactor
|
|
|
|
## 2.1.2 - 2019/08/07
|
|
|
|
* Minor refactoring
|
|
* Update documentation
|
|
|
|
## 2.1.1 - 2019/08/07
|
|
|
|
* Updated translation
|
|
|
|
## 2.1.0 - 2019/08/07
|
|
|
|
* Fixed file handling on snapshots
|
|
* Cleaned up template links
|
|
* Updated documentation
|
|
* Added application log view
|
|
* Fixed files view
|
|
* Added show total used space for files in a channel
|
|
* Added file delete action
|
|
* Removed about modal
|
|
|
|
## 2.0.0 - 2019/08/06
|
|
|
|
* Replace material design with bootstrap4 theme
|
|
* Add an about modal
|
|
* Add tree view for online clients
|
|
* Update deployment and release documentation and examples
|
|
* Update dependencies and force PHP 7.3
|
|
|
|
## 1.2.4 - 2019/01/18
|
|
|
|
* No info text
|
|
|
|
## 1.2.3 - 2019/01/18
|
|
|
|
* No info text
|
|
|
|
## 1.2.2 - 2018/09/01
|
|
|
|
* No info text
|
|
|
|
## 1.2.1 - 2018/06/04
|
|
|
|
* No info text
|
|
|
|
## 1.2.0 - 2018/06/04
|
|
|
|
* No info text
|
|
|
|
## 1.1.1 - 2018/05/04
|
|
|
|
* No info text
|
|
|
|
## 1.1.0 - 2018/05/04
|
|
|
|
* No info text
|
|
|
|
## 1.0.3 - 2018/04/04
|
|
|
|
* No info text
|
|
|
|
## 1.0.2 - 2018/04/04
|
|
|
|
* No info text
|
|
|
|
## 1.0.1 - 2018/04/03
|
|
|
|
* No info text
|
|
|
|
## 1.0.0 - 2018/04/03
|
|
|
|
* No info text
|