Commit Graph

641 Commits (e948e48b684969734ada6e7b4bd262b8ebcc0ed1)

Author SHA1 Message Date
Tim e948e48b68 Added Twilio and Telegram
Added Twilio and Telegram to the notification list.
Changed download url to the release page.
Changed all http links to https.
2018-04-09 19:52:28 +02:00
Matthias Wirtz f7818736a8 Update several dependencies (frontend & backend) (#571)
Closes #568.
Updates Composer packages No longer supporting outdated PHP Versions, Update Dome Frontend assets, fix php notices and warnings popping Up when run in debug Mode...
2018-04-09 19:34:06 +02:00
Tim 9d53285d7c Added support for Twilio (#569)
Closing #112
2018-04-02 02:38:49 +02:00
Tim b168f95a05 Added Telegram and Pushover to documentation 2018-04-01 14:08:57 +02:00
TimZ99 eeaeead2f3 Added noopener to external link
Security update. More info can be found on https://developers.google.com/web/tools/lighthouse/audits/noopener.
2018-03-27 23:36:13 +02:00
TimZ99 8c38ca94af Added activation process for Telegram notifications 2018-03-27 23:36:13 +02:00
TimZ99 e3d883a8fd Added Telegram notifications 2018-03-27 23:36:13 +02:00
TimZ99 3588b93ce4 Defined latency for new added servers 2018-03-27 23:36:12 +02:00
Tim fcc0675960 Corrected indentation 2018-03-27 23:36:12 +02:00
AUBERT Mathieu 5b90699814 Fix #550 - Bug when sending FreeMobileSMS 2018-03-27 23:36:11 +02:00
Matthias Wirtz b584b2fc41 Fix method declaration error in PHP7.2 (#541) 2018-03-27 23:36:11 +02:00
avahldiek f3e851db1d run archive and cleanup per server (#515) 2018-03-27 23:36:11 +02:00
eezec de20bf2071 Fixes #500 - updatePing (#516)
Moved rtime out of the if/else block, this fixes #500.
2018-03-27 23:36:10 +02:00
Tim bebdef24bc Defined latency for pre-installed servers
Got deleted by accident in #502. 
Defined the latency for pre-installed servers on installation.
2018-03-27 23:36:10 +02:00
Tim 1b6b646290 Updated version to 3.2.2
Version update needed to support Telegram.
2018-03-27 23:36:09 +02:00
Tim cd8b604169 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-03-27 23:36:09 +02:00
Tim 5f1337430a 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-03-27 23:36:08 +02:00
Tim 541fa9b453 Combined if-statements
Combined two of the same if-statements into one.
2018-03-27 23:36:08 +02:00
Tim 869594979e Corrected Pushover comment
Changed sms to pushover.
2018-03-27 23:36:08 +02:00
Tim d24529ae6f Added latest changes 2018-03-27 23:36:07 +02:00
Andy Gaskell c5ab188721 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
2018-03-27 23:36:07 +02:00
Tim 1095cc087d Fixed #350 Email encoding
Removed utf8_decode().

Co-authored-by: shuhai <admin@4wei.cn>
2018-03-27 23:36:06 +02:00
Tim a6de8bda16 Added Japanese and updated project developers 2018-03-27 23:36:06 +02:00
rht0910 abb8c1e0cb Fixed spell missing and Translated new line (#535) 2018-03-27 23:36:06 +02:00
Tim 75cb4ab5f3 Fix for database populating bug (#502)
Fixed the population of the server table during installation.
2018-03-27 23:36:05 +02:00
Tim f70a2a36e8 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-03-27 23:36:05 +02:00
shuhai 17a8042291 #465 Japanese language added 2018-03-27 23:36:04 +02:00
rabauss dcaa4fe89a 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...
2018-03-27 23:36:04 +02:00
Guillaume Moigneu 92fb8fdad5 Fix typo on Installer.php 2018-03-27 23:36:03 +02:00
Nls f11c7144ee Refactor header checking to be sure that we can't crash this ! 2018-03-27 23:36:02 +02:00
Nls 29c2f1c4d9 Add optionnal header check on StatusUpdater 2018-03-27 23:36:02 +02:00
Nls 0aa85070bc Add header_name & header_value to the server object 2018-03-27 23:36:01 +02:00
Rob Fuller 6798bb1c5b Use existing mirror
apt.sw.be no loger exists
2018-03-27 23:36:01 +02:00
Rob Fuller fd7e4afd47 Use existing mirror
apt.sw.be no longer exists
2018-03-27 23:36:01 +02:00
Andy Gaskell 48098bc1e1 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
2018-03-27 23:36:00 +02:00
decryptus c2d07b2901 Update update.tpl.html
Fixed for attributes pushover_key and pushover_device.
2018-03-27 23:36:00 +02:00
Timz99 d015512127 Fixed upgrade check 2018-03-27 23:35:44 +02:00
Pepijn Over 990f33ed1b preparing for 3.2.0 release 2018-03-27 23:24:25 +02:00
Andy Gaskell 2624c956b0 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
Samuel Denis-D'Ortun b06df9560c 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 0c00adbcc0 Parameter order fixed to match constructor signature #427 2017-03-23 15:08:02 +01:00
Samuel Denis-D'Ortun 23fb6edc6c Merge pull request #421 from nutsteam/develop
Improve chinese translation
2017-03-11 23:40:16 -05:00
shuhai 75954663cb Improve chinese translation 2017-03-12 09:54:30 +08:00
shuhai 2b7033d87e Merge branch 'develop' of https://github.com/phpservermon/phpservermon into develop 2017-03-10 16:30:23 +08:00
shuhai 275709d937 Merge branch 'master' of https://github.com/phpservermon/phpservermon into develop 2017-03-10 16:28:58 +08:00
Samuel Denis-D'Ortun 8ee4378683 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 1faa7d99ee 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 72e5762ec2 Merge pull request #407 from elreverente/patch-1
Update fr_FR.lang.php
2017-01-20 06:58:36 -05:00
Guillaume b0178d1da0 Update fr_FR.lang.php
Typo in login / remember_me
2017-01-20 11:32:38 +01:00
Samuel Denis-D'Ortun c14498b21e Fix #406 2017-01-19 16:32:07 -05:00