Commit Graph

646 Commits (72d865e26f230828abed2042777d33ba912c56c2)

Author SHA1 Message Date
TimZ99 72d865e26f
Added noopener to external link
Security update. More info can be found on https://developers.google.com/web/tools/lighthouse/audits/noopener.
2018-03-09 20:27:43 +01:00
TimZ99 934879c81b
Added activation process for Telegram notifications 2018-03-03 16:14:55 +00:00
TimZ99 e7fc0e5b31
Added Telegram notifications 2018-03-03 15:53:43 +00:00
TimZ99 c9b8d752c7
Defined latency for new added servers 2018-03-02 22:29:54 +00:00
Tim 2a9834206f
Corrected indentation 2018-03-01 00:54:29 +01:00
AUBERT Mathieu d3e409e05a
Fix #550 - Bug when sending FreeMobileSMS 2018-03-01 00:26:47 +01:00
Matthias Wirtz f07cc23ab9 Fix method declaration error in PHP7.2 (#541) 2018-02-28 22:55:19 +01:00
avahldiek 81fb753696 run archive and cleanup per server (#515) 2018-02-28 22:49:45 +01:00
eezec d92d63128b Fixes #500 - updatePing (#516)
Moved rtime out of the if/else block, this fixes #500.
2018-02-28 20:15:00 +01:00
Tim 049267f020
Defined latency for pre-installed servers
Got deleted by accident in #502. 
Defined the latency for pre-installed servers on installation.
2018-02-27 01:26:13 +01:00
Tim 8107b3c785
Updated version to 3.2.2
Version update needed to support Telegram.
2018-02-27 00:31:26 +01:00
Tim 79584560de
Added support for Telegram (#554)
Added support for Telegram. Notifications can be received in private chat or in groupchat.

This will close #389 and is a preview of what's coming next (#459) 😉.
2018-02-26 23:23:50 +01:00
Tim d67b8691bf
Clear log button - closes #383 (#505)
* Added button to clear the logs

Only admins can clear the logs. The content from the log and log_users table will
be deleted.
2018-02-25 18:51:17 +01:00
Tim 4e31f04c63
Combined if-statements
Combined two of the same if-statements into one.
2018-02-25 18:46:51 +01:00
Tim d53eb48277
Corrected Pushover comment
Changed sms to pushover.
2018-02-25 17:06:18 +01:00
Tim a7c5fe8670
Added latest changes 2018-02-25 16:07:09 +01:00
TimZ99 6859f19213
Rename Nexmo.class.php to Nexmo.php (#436)
Co-authored-by: Andy Gaskell <andygaskelluk@yahoo.co.uk>
2018-02-25 02:20:28 +01:00
TimZ99 6ceb4d8f1e
Merge branch 'patch-2' of https://github.com/AndyGaskell/phpservermon into AndyGaskell-patch-2 2018-02-25 02:01:18 +01:00
Tim 5c8718c226
Fixed #350 Email encoding
Removed utf8_decode().

Co-authored-by: shuhai <admin@4wei.cn>
2018-02-25 01:17:27 +01:00
Tim 09707fae85
Added Japanese and updated project developers 2018-02-24 02:25:37 +01:00
rht0910 599918faab Fixed spell missing and Translated new line (#535) 2018-02-24 01:44:58 +01:00
Tim 29f6c77384
Fix for database populating bug (#502)
Fixed the population of the server table during installation.
2018-02-24 01:22:26 +01:00
Tim d85c78d53a
Username validation fix (#512)
* Validation and (.) support

Added validation for the username during installation.
Added dot (.) to the list of allowed symbols for username.
Added ‘dots (.)’ to the error_user_name_invalid error message.
2018-02-24 01:14:53 +01:00
Samuel Denis-D'Ortun 50ab06640e Merge pull request #475 from nutsteam/nutsteam/lang_jp
#465 Japanese language added
2017-05-27 04:12:08 -04:00
shuhai 1d96f78fde #465 Japanese language added 2017-05-27 15:37:02 +08:00
Samuel Denis-D'Ortun 56d3a34784 Merge pull request #454 from rabauss/patch-1
Update HistoryGraph.php
2017-05-21 18:55:37 -04:00
Samuel Denis-D'Ortun ec6ba04e71 Merge pull request #343 from gmoigneu/headers
Add optionnal header value check (issue #214)
2017-05-21 13:18:16 -04:00
Samuel Denis-D'Ortun cad6ccea88 Merge pull request #433 from mubix/patch-2
Use existing mirror
2017-05-21 13:14:33 -04:00
Samuel Denis-D'Ortun 71d7e9a03f Merge pull request #432 from mubix/patch-1
Use existing mirror
2017-05-21 13:14:22 -04:00
Samuel Denis-D'Ortun c1a803161e Merge pull request #437 from AndyGaskell/patch-3
Rename Owctopush.class.php to Octopush.php
2017-05-21 13:13:24 -04:00
Samuel Denis-D'Ortun b01ca1eb47 Merge pull request #435 from AndyGaskell/patch-1
Adding nexmo sms to the select
2017-05-21 13:12:52 -04:00
Samuel Denis-D'Ortun 281312eb93 Merge pull request #464 from decryptus/patch-1
Update update.tpl.html
2017-05-21 13:08:47 -04:00
decryptus af0cff1e42 Update update.tpl.html
Fixed for attributes pushover_key and pushover_device.
2017-05-01 16:44:25 +02:00
rabauss d94283b656 Update HistoryGraph.php
with several php-settings there might be problems with timestamp output - so it would be better to use number_format for output. otherwise the graph wont show...
2017-04-25 00:31:46 +02:00
Pepijn Over 21dfc71623 preparing for 3.2.0 release 2017-04-15 22:20:11 +02:00
Andy Gaskell cdccb960c5 Rename Octopush.class.php to Octopush.php
I noticed this and the nexmo one were renamed as part of 1123603f64 for [refactoring] PSR-4 support through composer, mass-renaming all *.class.php to *.php to adhere to PSR-4

I was looking at the nexmo one as a follow up to Issue #170 Implement Nexmo SMS

See also...
https://github.com/phpservermon/phpservermon/pull/436
2017-03-30 11:20:51 +01:00
Andy Gaskell b0c61aa371 Rename Nexmo.class.php to Nexmo.php
Fix for nexmo sms, sending sms didn't work till I renamed the file.

I'm not sure why Nexmo.class.php and Octopush.class.php have the .class bit in the filename.

This is a follow up to Issue #170 Implement Nexmo SMS
2017-03-30 10:51:26 +01:00
Andy Gaskell b6e4ccbd54 Adding nexmo sms to the select
Just adding nexmo as an option to the select drop down.

This is a follow up to work done on Issue #170
2017-03-30 09:48:43 +01:00
Rob Fuller eca87e6b4e Use existing mirror
apt.sw.be no loger exists
2017-03-29 11:36:08 -04:00
Rob Fuller 42b5636dd5 Use existing mirror
apt.sw.be no longer exists
2017-03-29 11:34:25 -04:00
Samuel Denis-D'Ortun abd4d35d80 Merge pull request #428 from laangen/develop
Parameter order fixed to match constructor signature #427
2017-03-23 16:00:32 -04:00
Patrick HUSS 439a63fa4f Parameter order fixed to match constructor signature #427 2017-03-23 15:08:02 +01:00
Samuel Denis-D'Ortun 3ebd0a271b Merge pull request #421 from nutsteam/develop
Improve chinese translation
2017-03-11 23:40:16 -05:00
shuhai fff4da8f45 Improve chinese translation 2017-03-12 09:54:30 +08:00
shuhai 2c5fe21cbb Merge branch 'develop' of https://github.com/phpservermon/phpservermon into develop 2017-03-10 16:30:23 +08:00
shuhai 9d12311ab2 Merge branch 'master' of https://github.com/phpservermon/phpservermon into develop 2017-03-10 16:28:58 +08:00
Samuel Denis-D'Ortun 5e87972387 Merge pull request #417 from jonasdkhansen/develop
Changed mysql pdo port empty check, to fix problem with mysql cant co…
2017-02-08 11:20:57 -05:00
Jonas Hansen fed9cec88b Changed mysql pdo port empty check, to fix problem with mysql cant connect, when using custom port 2017-02-08 15:59:23 +01:00
Samuel Denis-D'Ortun fb1772dd66 Merge pull request #407 from elreverente/patch-1
Update fr_FR.lang.php
2017-01-20 06:58:36 -05:00
Guillaume b7c24742bf Update fr_FR.lang.php
Typo in login / remember_me
2017-01-20 11:32:38 +01:00