Commit Graph

257 Commits

Author SHA1 Message Date
Wruczek 972c2e6520 Fixed a bug during installation
It set the "option" on the dbconfig and saved it to the config file as a string. Then it failed to load the file.
2019-02-01 03:05:56 +01:00
Wruczek 428e383c91 Forgot drop statements from lang sql 2019-01-30 18:12:38 +01:00
Wruczek 8cf8a26821 Updated languages 2019-01-30 18:09:21 +01:00
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
Wruczek ecdc0e6540
Added translation link 2018-12-29 02:48:29 +01:00
Robin 65e6a3634f Added link to German Readme
* Update README.md

Add a Link to the German Readme

* Update body.latte

Add a Link to the Contributors Page in the Copyright.

* Update body.latte

* Update README.md

* Update README.md
2018-12-28 22:45:06 +01:00
Wruczek 38103fdaf6 Added .htaccess with deny to the private directory 2018-12-28 11:02:53 +01:00
Wruczek 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
kallefrombosnia 31d53a1e39 Added Bosnian language 2018-05-27 23:24:06 +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
Nerdox d7677243b2 Truncate long away messages
* long away message fix

* Use mbstring functions, better variable names
2018-05-19 01:48:20 +02:00
Alligatoras 1681be0a49 Updated greek translation
Updated the translation for some non-translated words and fixed a typo in another.
2018-04-28 22:48:36 +02:00
Robin eb98e539c6 Added away message
* Update adminlist.php

Added the Suggestion #44 (Issue #44)

* Update adminlist.php
2018-04-02 01:31:00 +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
Oliwier Thomas 83874bd65e Updated toster's234 mail 2018-01-26 02:31:35 +01:00
Robin 8aa648dcb0 Updates to German lang, changed date format
* Update README.md

* Update README.md

* Update lang.de.php

Changed "Error" to "Fehler"

* Update readme.md

- Added the German Readme URL

* Update README.md

* Update lang.de.php

- Changed the "takealook" 

Thanks to @Bluscream

* Update adminlist.php

Change the Date Format from xx-xx-xxxx to xx.xx.xxxx

* Update bans.php

Changed the Dateformat from xx-xx-xxxx to xx.xx.xxxx

* Update bans.php

Changed the Dateformat from xx-xx-xxxx to xx.xx.xxxx

* Update README.md
2017-10-31 20:29:02 +01:00
Wruczek 24c321a26f max width / height for teamspeak icons 2017-10-22 21:27:43 +02:00