Archived
1
0
Fork 0
  • 2.2.6 b58c283a4b

    2.2.6
    All checks were successful
    continuous-integration/drone/push Build is passing
    Stable

    Varakh released this 2023-04-06 20:56:41 +00:00 | 0 commits to master since this release

    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
    Downloads
  • 2.2.5 00e96ef7ae

    2.2.5 Stable

    Varakh released this 2022-12-16 23:42:16 +00:00 | 4 commits to master since this release

    • Updated Dockerfile (as long as alpine 3.15 shipping PHP7 is kept updated, ts3web docker images are kept)
    • Updated some symfony dependencies
    Downloads
  • 2.2.4 c842685155

    2.2.4 Stable

    Varakh released this 2022-01-19 19:45:29 +00:00 | 10 commits to master since this release

    • Updated dependencies
    • This application will be EOL once PHP7 is not supported anymore
    Downloads
  • 2.2.3 31c99cc668

    2.2.3 Stable

    Varakh released this 2021-02-08 16:19:59 +00:00 | 14 commits to master since this release

    • Change docker base to alpine
    Downloads
  • 2.2.2 c5b61fea0b

    2.2.2 Stable

    Varakh released this 2020-03-22 12:41:45 +00:00 | 19 commits to master since this release

    • Stop auto-sorting tables
    • Add bandwidth formatter
    • Check PHP 7.4 compatibility
    • Increase docker image base to PHP 7.4
    Downloads
  • 2.2.1 38e562a3ac

    2.2.1 Stable

    Varakh released this 2019-11-10 14:48:14 +00:00 | 23 commits to master since this release

    • Use separate JavaScript file to initialize DataTables
    Downloads
  • 2.2.0 8c16f669b8

    2.2.0 Stable

    Varakh released this 2019-11-10 14:34:32 +00:00 | 25 commits to master since this release

    • Add version tag to footer
    • Add sortable tables
    • Add search on tables
    • Increase bootstrap4 theme width
    • Handle deprecation warnings in Twig
    • Fix dependency version
    Downloads
  • 2.1.4 a0e712827d

    2.1.4 Stable

    Varakh released this 2019-11-08 20:39:43 +00:00 | 27 commits to master since this release

    • 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
    Downloads
  • 2.1.3 569325fbe9

    2.1.3 Stable

    Varakh released this 2019-08-08 17:17:00 +00:00 | 29 commits to master since this release

    • Fixed false rendering of forms
    • Fixed channel tree view showing the wrong virtual server after selection
    • Minor code refactor
    Downloads
  • 2.1.2 c3e43617e4

    2.1.2 Stable

    Varakh released this 2019-08-07 15:56:33 +00:00 | 31 commits to master since this release

    • Minor refactoring
    • Update documentation
    Downloads