Skip to content

Releases: Wruczek/ts-website

dev-2.1.1

09 Jun 18:07
Compare
Choose a tag to compare

💾 Download release

Changelog:

  • Updated languages
    • Two new languages has been added: Norwegian (Bokmål) and Swedish
    • Updated translations in existing languages
  • Added news last edit date (#223)
  • Add tips to the installer (thanks Joachim!)
  • Updated year in the footer

Full commit history


⚠ This is a development version of TS-website!
There are important features missing, like Admin Panel. Everything is configured via the database. Please continue only if you feel comfortable with it.

dev-2.1.0

31 Mar 03:23
Compare
Choose a tag to compare
dev-2.1.0 Pre-release
Pre-release

💾 Download release

Changelog:

  • Selected language is no longer stored in session
    • number of session files created on the server should be dramatically reduced
  • Added news creation date
  • Fixed "Your IP has been banned" alert on ban list not being displayed (#215)
  • Auto-detect Cloudflare in installer
  • Updated composer dependencies
  • Improved language detection from HTTP header
  • Updated languages
    • Two new languages has been added: Arabic and Portugal Portuguese
    • Portuguese has been renamed to Brazilian Portuguese
    • Updated translations in existing languages
  • Updated year in the footer

Full commit history

Notes: When TeamSpeak 3 PHP Framework version 1.2.0 is released to packagist, you can expect an update with full support for PHP 8.0, 8.1, 8.2.


⚠ This is a development version of TS-website!
There are important features missing, like Admin Panel. Everything is configured via the database. Please continue only if you feel comfortable with it.

dev-2.0.6

16 Oct 00:30
Compare
Choose a tag to compare
dev-2.0.6 Pre-release
Pre-release
  • Update to PHP 7.2
  • Added parameter and return type declarations
  • Use random_int for login code generation and random_bytes for CSRF token generation
  • Updated frontend and backend libraries
  • Support for hiding members of channels in viewer (see config key: viewer_hidden_channel_ids)
  • Removed config caching
  • Fixed issue where DB problems will display a PHP recursion error instead of the error template
  • Added TS3 icon sync to the installer, as the first sync takes a while
  • Upgrade to new variable declaration syntax in latte
  • Replace moment.js with smaller day.js
  • Removed TS3 server ID from metrics
  • Automatically hide members of channels with subscribe power ≥75
  • Fixed an error in viewer when user had a numeric username (thanks Ondra3211!)
  • FAQ bug fixes
    • link to the first question didn't worked
    • sometimes the copy button didn't worked
  • Removed utf8_encode polyfill
  • Updated translations, added Chinese language (thanks ZeusGamingPlay!)

New requirements:

  • PHP 7.2 - 7.4
    note: PHP 8 will be supported after TeamSpeak 3 PHP Framework releases a new version with https://git.io/JKlRx merged
  • TeamSpeak server 3.10.0 (build 1564054246) or newer
    required by TeamSpeak 3 PHP Framework 1.1.34

Full commit history


⚠ This is a development version of TS-website!
There are important features missing, like Admin Panel. Everything is configured via the database. Please continue only if you feel comfortable with it.

dev-2.0.5.2

04 Oct 23:40
415fcae
Compare
Choose a tag to compare
dev-2.0.5.2 Pre-release
Pre-release
  • Updated year in the footer
  • Updated translations

⚠ This is a development version of TS-website!
There are important features missing, like Admin Panel. Everything is configured via the database. Please continue only if you feel comfortable with it.

dev-2.0.5.1

19 Dec 13:04
Compare
Choose a tag to compare
dev-2.0.5.1 Pre-release
Pre-release
  • Fix query_displayip containing semicolon not showing in links (#141)
  • Make FAQ questions full-width - better click target
  • Suppress warning for missing virtualserver_nickname (TeaSpeak)
  • Made the icon in the assigner category config optional
  • Updated bundled composer libraries (fixes https://t.me/tswebsite/13140)

⚠ This is a development version of TS-website!
There are important features missing, like Admin Panel. Everything is configured via the database. Please continue only if you feel comfortable with it.

dev-2.0.5

20 Oct 19:38
Compare
Choose a tag to compare
dev-2.0.5 Pre-release
Pre-release
  • Fixed an issue with the installer locking before installation finished
  • Added a deprecation warning for PHP 5.6
  • Fixed default border color around custom checkboxes
  • Extended sessions to last 90 days
    • This might not work if you have more websites on the same server that use PHP's session, as they might GC sessions faster than we want to
  • Added option to define server groups required to use group assigner
  • Updated languages
  • Minor fixes and improvements

⚠ This is a development version of TS-website!
There are important features missing, like Admin Panel. Everything is configured via the database. Please continue only if you feel comfortable with it.

dev-2.0.4

05 Jun 03:30
Compare
Choose a tag to compare
dev-2.0.4 Pre-release
Pre-release
  • Experimental IPv6 support
    • This should allow you to log-in when you use IPv6 on both TeamSpeak server and web server
    • This feature should work with both Cloudflare and without it
    • Anyone who has access to IPv6 is welcome to test this feature and leave feedback by creating a new issue
      • Please remember to provide all the details including screenshot of the login debug (lower-right corner of the login modal)
  • More minor fixes and improvements
  • Metrics: Use native functions instead of cURL - better compatibility
  • Updated languages
  • Updated CDN dependencies

⚠ This is a development version of TS-website!
There are important features missing, like Admin Panel. Everything is configured via the database. Please continue only if you feel comfortable with it.

dev-2.0.3

21 Mar 02:55
Compare
Choose a tag to compare
dev-2.0.3 Pre-release
Pre-release
  • fixed a cache directory creation setting invalid permissions
  • TS-website will now throw all database errors instead of silently failing
    • easier to debug database problems
  • updated language phrases and added new languages: French, Turkish, Italian and Ukrainian
    • thanks to all authors for their contribution!
  • added a very rare red warning for some people
  • added IP debug to the login modal
    • makes it a little easier to debug login issues
  • show English language name when hovering over language dropdown item

⚠ This is a development version of TS-website!
There are important features missing, like Admin Panel. Everything is configured via the database. Please continue only if you feel comfortable with it.

dev-2.0.2

15 Jan 12:45
Compare
Choose a tag to compare
dev-2.0.2 Pre-release
Pre-release
  • added banlist loader
  • fixed a bug that caused problems when a database password contained a dollar sign
  • a server-rendered date will now be shown when Moment.js cannot generate one
  • languages are now sorted by their native names
  • language cache interval is now configurable
  • fixed priority speaker icon in viewer
  • updated languages

⚠ This is a development version of TS-website!
There are important features missing, like Admin Panel. Everything is configured via the database. Please continue only if you feel comfortable with it.

dev-2.0.1

09 Jan 11:20
Compare
Choose a tag to compare
dev-2.0.1 Pre-release
Pre-release

Many improvements to previous version, mainly in bug fixes

  • new bans page format
  • 13 supported languages
  • bug fixes and minor improvements

⚠ This is a development version of TS-website!
There are important features missing, like Admin Panel. Everything is configured via the database. Please continue only if you feel comfortable with it.