1706 Commits

Author SHA1 Message Date
Ulrich Block
ec05408859 #923 replace Spyc with Symfony YAML class 2016-10-03 16:49:57 +02:00
Ulrich Block
26516b102c Merge pull request #932 from th3cr0wl3r/master
Servereinstellung wurden von "serveradmin from IP:56451" geändert #796
2016-10-02 16:53:13 +02:00
Julian Uphoff
dfdb5e78c6 Servereinstellung wurden von "serveradmin from IP:56451" geändert #796 2016-10-02 16:19:10 +02:00
Ulrich Block
d11c3e9622 Fix title "Game Server" 2016-09-26 20:49:23 +02:00
Ulrich Block
c58086469b Merge pull request #931 from PitbullOL/master
Fix Language
2016-09-26 20:47:40 +02:00
Michael
c65c01e6a7 Fix Language
Fix Language
2016-09-26 18:35:21 +02:00
Ulrich Block
569599e157 Merge pull request #928 from GrillGuth/master
fixing suhosin check
2016-09-25 10:24:35 +02:00
GrillGuth
95601489e6 Merge remote-tracking branch 'refs/remotes/origin/master' into easy-wi/master 2016-09-01 18:22:56 +02:00
GrillGuth
5ec1b9c199 fixing suhosin check
ini_get returns the value of the configuration option as a string on
success, or an empty string for null values. Returns FALSE if the
configuration option doesn't exist
(http://php.net/manual/de/function.ini-get.php).
Therefore isset($max) can never be false. We should use empty($max) to
check for setups not using suhosin.
2016-09-01 18:19:05 +02:00
GrillGuth
79ac58d9a9 Merge remote-tracking branch 'refs/remotes/easy-wi/master' 2016-09-01 17:21:55 +02:00
Chris
407b8c7554 Merge pull request #927 from GrillGuth/patch-1
Fixing tsdns ssh login
2016-08-31 18:24:22 +02:00
GrillGuth
95b508c60e Fixing tsdns ssh login
https://easy-wi.com/forum/thread-7719.html
2016-08-31 16:50:35 +02:00
Ulrich Block
ef4cc2e070 Merge branch 'master' of https://github.com/easy-wi/developer 2016-08-30 20:09:42 +02:00
Ulrich Block
ec5122296f Reinstall GS #920 2016-08-30 20:09:38 +02:00
Ulrich Block
d46260b4bf Public Keyfile #924 2016-08-30 20:09:02 +02:00
Ulrich Block
f210e9cd47 Merge pull request #921 from GrillGuth/master
Loading ts3server.ini at every start/restart
2016-08-30 07:56:36 +02:00
Ulrich Block
1fad912bfe Configure session cookie parameters #926 2016-08-28 21:02:31 +02:00
Ulrich Block
ff53a19d4a Merge pull request #925 from Qhiliqq/patch-4
Update gameslist.php
2016-08-28 16:13:49 +02:00
Qhiliqq
37601fe530 Update gameslist.php 2016-08-28 15:16:39 +02:00
GrillGuth
d384a4d8cd Loading ts3server.ini at every start/restart
Loading ts3server.ini at every start/restart
2016-08-25 04:25:25 +02:00
GrillGuth
a7df32b6b8 Update voice_master.php 2016-08-25 04:20:56 +02:00
GrillGuth
4bbdc3af2d Update reboot.php 2016-08-25 04:19:40 +02:00
GrillGuth
25cef50b2d Update statuscheck.php 2016-08-25 04:19:00 +02:00
Ulrich Block
4d4c39be8e Versioning with Github #915 5.32 2016-08-17 21:48:14 +02:00
Ulrich Block
55dddd6e9f Versioning with Github #915 2016-08-17 21:38:32 +02:00
Ulrich Block
4ce4ac3a2d Versioning with Github #915 2016-08-17 21:21:45 +02:00
Ulrich Block
42d672ebf4 Merge pull request #917 from PitbullOL/master
Fix activationLink
2016-08-10 18:35:52 +02:00
Michael
812051fd83 Fix activationLink
Fix activationLink
2016-08-10 00:09:20 +02:00
Ulrich Block
6ced0052d7 Merge pull request #914 from Snake4life/patch-1
Typo fixed
2016-08-06 14:14:04 +02:00
Snake4life
855c82facb Typo fixed 2016-08-04 04:17:24 +02:00
Ulrich Block
a93bef8f97 Merge pull request #909 from PitbullOL/master
Cosmetic Fix
2016-07-27 19:00:47 +02:00
Michael
011ae66e7b Update userpanel_header.tpl
Fix done
2016-07-26 12:48:31 +02:00
Michael
7579d03bad Cosmetic Fix
Cosmetic Fix
2016-07-26 10:37:05 +02:00
Ulrich Block
a26fc703f7 Minecraft server.properities #908 2016-07-25 20:15:48 +02:00
Ulrich Block
86d621a9d4 Merge pull request #898 from Pandry/patch-1
Fixes FTP translations
2016-07-22 16:48:59 +02:00
Ulrich Block
e007e84fec Replace custom config parser #889 2016-07-22 16:48:30 +02:00
Ulrich Block
0ebcdca774 Masterid not set in case of reimport #903 2016-07-22 16:48:30 +02:00
Ulrich Block
f99f73eb71 feedArray of admin home might be undefined #902 2016-07-22 16:48:30 +02:00
Ulrich Block
b26c42aee3 Incorrect password gets rejected at installer #901 2016-07-22 16:48:30 +02:00
Ulrich Block
9cf9f17115 Code alignment 2016-07-22 16:48:30 +02:00
Pandry
93483fa389 Fixes FTP translations 2016-07-19 08:45:20 +02:00
Ulrich Block
9686cf7a15 Merge pull request #894 from PitbullOL/master
makes custom modules visible under the user
2016-06-30 19:26:54 +02:00
Michael
dd869830ef makes custom modules visible under the user
makes custom modules visible under the user
2016-06-30 10:25:47 +02:00
Ulrich Block
81ec1f139f Replace custom config parser #889
YAML with Spyc class
2016-06-27 17:14:19 +02:00
Ulrich Block
b4a3850ba6 Allow special char @ to folder input field #862 2016-06-27 15:26:51 +02:00
Ulrich Block
072555e827 Easy-WI API FTP #833 2016-06-27 15:18:41 +02:00
Ulrich Block
f6abaa62b8 Cvars in mehreren Dateien sperren #874 2016-06-27 15:00:04 +02:00
Ulrich Block
eead21a690 "ini" wird abgeschnitten, wenn über x Zeilen #863 2016-06-27 14:59:50 +02:00
Ulrich Block
181cc3b711 "ini" wird abgeschnitten, wenn über x Zeilen #863 2016-06-27 14:59:29 +02:00
Ulrich Block
28c0175d54 User password validation missing at installer #888 2016-06-27 11:41:49 +02:00