Commit Graph
100 Commits
Author SHA1 Message Date
Wruczek d4f1efe96a Throw DB exceptions instead of silently failing 2019-01-30 15:59:55 +01:00
Wruczek 5e5fb356c7 Fixed a directory creation bug
When the cache directory for servericons was not found, the ServerIconCache tried to create one. Due to a bug, the created directory had no permissions and was inaccessible
2019-01-19 15:25:25 +01:00
Wruczek 9257912eb7 Version bump 2019-01-15 13:39:44 +01:00
Wruczek 355df433c1 Added a ban list loader, hiding the table until it fully initializes 2019-01-15 13:29:39 +01:00
Wruczek d36099a8e3 Fixed priority speaker icon in viewer 2019-01-13 21:26:34 +01:00
Wruczek b8e3cd2466 Forgotten space 2019-01-12 10:53:53 +01:00
Wruczek f45e0a03d8 Configurable language cache interval, sort languages by their native name 2019-01-10 13:16:25 +01:00
Wruczek 84453234b4 Updated languages 2019-01-10 13:07:07 +01:00
Wruczek be2a2dc473 Make use of DateUtils class, update composer error message 2019-01-10 12:50:12 +01:00
Wruczek cf990c8544 Bugfix: use single quotes in config
So that the passwords with a dollar ($) wont be parsed into a variable by PHP
2019-01-09 13:48:46 +01:00
Wruczek b71ca1848c Dump version to dev-2.0.1 2019-01-09 12:14:57 +01:00
Wruczek 895e36c8ec Added new languages, updated translations, changed sql installation
Separated language in db dump, makes it easier for me to update
Added commit alongside the version in the generated config file
2019-01-09 12:09:15 +01:00
Wruczek 65ae062a96 New bans page format
- Favor showing banned user's name if available
- Support for MyTSID bans
- Show the ban type alongside it (is it a UID / IP / MyTSID ban?)
- Fixed a bug that caused the banned-ip alerts to not display if user's last name was known
2019-01-09 11:22:36 +01:00
Wruczek 7ac6d34e7b Added escape method to Utils 2019-01-09 11:15:07 +01:00
Wruczek a1eafee419 Updated MySQL schema with new translations
Huge thanks to @bykidi for the quick help with Russian translation!
2019-01-05 20:20:28 +01:00
Wruczek fa17ce4858 Revert the totalconnections update, its not available without db info 2019-01-05 20:14:02 +01:00
Wruczek 81495b21c4 Added the no reason set message on the bans page 2019-01-05 15:30:26 +01:00
Wruczek c7371b0fc0 Added favicon 2019-01-05 13:19:50 +01:00
Wruczek a9ff982c45 Small fixes
- added totalconnections to the client info API
- fixed width on datatables
2019-01-04 14:44:01 +01:00
Wruczek d8fec04d81 Added a shortened commit hash along the version
The commit value is replaced when building the zip file
2018-12-30 04:27:43 +01:00
Wruczek e1e95639ad Added tip about chmod, when file permission fail 2018-12-30 03:01:01 +01:00
Wruczek 8e606ad331 Fixed "headers already sent" error in installer 2018-12-29 17:52:07 +01:00
WruczekandGitHub ecdc0e6540 Added translation link 2018-12-29 02:48:29 +01:00
Wruczek 38103fdaf6 Added .htaccess with deny to the private directory 2018-12-28 11:02:53 +01:00
WruczekandGitHub a267b15054 Create README.md 2018-12-27 23:23:13 +01:00
Wruczek f01824d84d Removed a typo 2018-12-27 23:02:40 +01:00
Wruczek d065b6d962 Use website title in the footer 2018-12-27 22:59:58 +01:00
Wruczek 14e41b1900 A few small improvements and fixes 2018-12-27 19:51:27 +01:00
Wruczek 628af52b54 First release of 2.0! :D 2018-12-27 18:59:49 +01:00
Wruczek 7396a76816 Remove all files from ts-website 1.0 2018-12-27 11:48:58 +01:00
Wruczek d5a99b430a Merge remote-tracking branch 'origin/1.0' into 1.0 2018-08-27 04:41:16 +02:00
Wruczek 60bde54f07 v 1.4.7 - fixed packetloss value, !LAST RELEASE!
Fixed packetloss in server status.
This is last release of ts-website 1. Please upgrade to ts-website 2 when it becomes available
2018-08-27 04:40:48 +02:00
Wruczek 2ded29b1d7 v 1.4.6 2018-05-27 23:00:18 +02:00
Wruczek 1ffb5e758c Added option to change language flag
Example: for english, you cant use EN as its a language code, not a country code. So you need to choose a country, for example GB. Same goes for Dansk (DA) and Denmark (DK)
2018-05-27 22:59:24 +02:00
Wruczek 4013c5e2fa Added missing language variable 2018-05-27 22:45:49 +02:00
Wruczek d01f80b6e9 Removed unused language variable 2018-05-27 22:45:33 +02:00
Wruczek 702dd9a7b9 Small update to modulecheck 2018-03-29 17:16:50 +02:00
Wruczek 65f8d1920f Better error messages
Yep, people still message me about problems installing ts-website, so i thought to update the modulecheck
2018-03-29 16:41:48 +02:00
Wruczek 2d604674b0 Updated the year + a few small changes 2018-01-26 03:02:24 +01:00
Wruczek 24c321a26f max width / height for teamspeak icons 2017-10-22 21:27:43 +02:00
Wruczek fccb3d8f33 Small css update for non-square icons 2017-10-22 21:18:39 +02:00
Wruczek bb09f72ee6 Using htmlspecialchars instead of htmlentities to prevent XSS 2017-09-25 00:39:02 +02:00
Wruczek 2839e64e23 v 1.4.5 - Security update!
- Fixed XSS vulnerabilities - closes #57
- Added dev mode to cache class, allowing you to disable caching for development and debugging
- Translated few hardcoded strings

All ts-website users are advised to update their installation
2017-09-24 22:38:32 +02:00
Wruczek a325fc57c7 v 1.4.4.3 - Small CSS update 2017-09-21 19:23:33 +02:00
Wruczek 8ab147cdcb v 1.4.4.2 - Forced 16x16 image size in viewer and adminlist 2017-09-12 17:52:09 +02:00
Wruczek 9a3e355e38 Added 2.0 image announcement 2017-06-06 20:55:38 +02:00
Wruczek cce44c9d86 Fixed datatables URL for Portuguese and Italian languages 2017-06-02 12:05:01 +02:00
Wruczek e9c0dd4b86 Merge branch '1.0' of https://github.com/Wruczek/ts-website into 1.0 2017-06-02 12:01:07 +02:00
Wruczek 576c272854 Added Hungarian language (thanks, SmaCk!) 2017-06-02 12:00:42 +02:00
Wruczek 5fb7b98a37 Copy-paste fail... 2017-05-27 15:16:59 +02:00
Wruczek 6a1266229b Info about ts-website 2.0 in readme 2017-05-27 15:15:38 +02:00
Wruczek 10c9daf4c8 v 1.4.4.1 - Fixed background scroll on mobile devices (thanks FreakyFP!) 2017-05-08 21:22:14 +02:00
Wruczek ee613c879a v 1.4.4 2017-04-29 21:43:51 +02:00
Wruczek 123e467910 Fixed #41 2017-04-29 21:41:31 +02:00
WruczekandGitHub 0e8b7621ae Fix href (#40) 2017-04-27 19:21:51 +02:00
Wruczek 6cefb946e4 Merge remote-tracking branch 'origin/master' 2017-04-23 22:17:14 +02:00
Wruczek cd1ea41672 Added Bulgarian language (thanks, tosterchuj!) 2017-04-23 22:11:28 +02:00
Wruczek bcb4d20959 Added Swedish language (thanks, tosterchuj!) 2017-04-23 21:31:19 +02:00
Wruczek daa2022846 Small CSS improvements 2017-04-23 20:19:27 +02:00
Wruczek 3876150864 Sorted languages in the header by number of total users 2017-04-23 03:09:16 +02:00
Wruczek 75f4d6706c Merge branch 'master' of https://github.com/Wruczek/ts-website 2017-04-23 02:00:49 +02:00
Wruczek 80957a6e0a Added Swedish language (thanks, Mattias!) 2017-04-23 01:58:10 +02:00
Wruczek f3fbc27456 Changed sponsor link as of request 2017-04-16 16:29:25 +02:00
Wruczek 59d5e1a33e v 1.4.3 2017-04-12 02:37:32 +02:00
Wruczek d18bdca892 Added Greek language (thanks, Alligatoras!) 2017-04-11 19:59:48 +02:00
Wruczek 6f1029787e Merge remote-tracking branch 'origin/master' 2017-03-30 00:57:35 +02:00
Wruczek 23994df00c v 1.4.2
- Extended status cache time from 10 to 60 seconds. Query should be less spammy now.
- Fixed "It is not safe to rely on the system's timezone settings" exception
- Removed lang property from html tag
2017-03-30 00:57:06 +02:00
Wruczek 3aa1852694 New, clean readme 2017-02-02 23:10:39 +01:00
Wruczek dd666c02ee Bumped version to 1.4.1 2017-02-01 16:32:34 +01:00
Wruczek c33e17c66e v 1.4.1
Improved method of connection to Teamspeak server.
2017-02-01 16:31:32 +01:00
Wruczek 1ffaee0730 v 1.4.0
- Updated local libraries
- PHP 7.1 support
- New, proper caching method
- Special cache folder
2017-01-29 22:56:17 +01:00
Wruczek af2d44a713 Updates for Spanish language 2017-01-27 15:52:58 +01:00
Wruczek e622114c9d Added a little disclaimer about query accounts 2017-01-27 06:07:46 +01:00
Wruczek e03d475227 Ensured that query clients are hidden on admin list 2017-01-27 06:02:52 +01:00
Wruczek 1e53d62081 Added Spanish language (thanks Vinanrra!) 2017-01-27 05:43:17 +01:00
Wruczek 51d9507910 Better check for utf8_encode and clearer message 2017-01-25 14:27:35 +01:00
Wruczek 3476355d8a Changed french language to their native form 2017-01-21 21:55:29 +01:00
Wruczek 662d9ac8d4 Added Ukrainian language (Thanks, TRID!) 2017-01-21 21:51:43 +01:00
Wruczek 58bbb58613 v 1.3.7 2017-01-20 03:05:14 +01:00
Wruczek 95a802b56f Changed OS's names to icons in server status
That fixes a problem with long translation names pushing the labels with long version and OS name.
For example: "3.0.12.4 on Linux" will work fine while "3.0.12.4 on Windows" will be pushed to the new line due to a long text in label
2017-01-20 03:03:27 +01:00
Wruczek 27cfeb54e8 Changed screenshot back to the default theme 2017-01-20 01:59:20 +01:00
Wruczek 9f21e838c7 Improvements to banlist sorting
Thanks to Vitaly for reporting the issue!
2017-01-19 19:43:28 +01:00
Wruczek bc77129f94 Added Portuguese language to the menu 2017-01-18 21:32:52 +01:00
Wruczek b0494673bb Added Portuguese language (thanks Michel!) 2017-01-18 20:27:49 +01:00
Wruczek f0d273eb9d Updated year | Happy 2017! 🎉 2016-12-30 03:22:47 +01:00
Wruczek 162b24ec87 Small readme update 2016-12-12 00:28:56 +01:00
Wruczek 138fd71848 Added Telegram group, small changes to readme 2016-12-12 00:27:33 +01:00
Wruczek 952d2d26d2 Small CSS improvements 2016-12-11 17:03:52 +01:00
Wruczek 0f4b12db4e v 1.3.6
Fixed some issues created by floating link
2016-12-11 03:35:46 +01:00
WruczekandGitHub a5a9b7d4fb Removed unnecessary CSS rules 2016-12-05 03:19:36 +01:00
Wruczek 40813f606e Added a option to disable snow effect 2016-12-04 17:28:54 +01:00
Wruczek 283bd9e091 Changed apache reload command 2016-12-04 01:34:36 +01:00
Wruczek 95fc7df227 Fixed more problems with snowfall not being loaded 2016-12-02 05:32:17 +01:00
Wruczek 98c5e85be6 Fixed a issue when script was loaded before jquery 2016-12-02 05:14:19 +01:00
Wruczek 542c449069 New domain name 2016-12-01 04:16:54 +01:00
Wruczek 54d904470f Restricted number of particles on mobile devices 2016-12-01 04:16:47 +01:00
Wruczek 1dd47199c3 Added some info about christmas update 2016-12-01 02:01:35 +01:00
Wruczek ff11404532 v 1.3.5 - Christmas theme! 🎄 2016-12-01 01:47:40 +01:00
Wruczek bb8dda37bd Code reformat for Czech language (#14) 2016-11-25 00:56:10 +01:00
Wruczek 2b9ab77907 Added Turkish language 2016-11-19 17:05:03 +01:00