Commit Graph

665 Commits (7c0927211b27bc5f1ba812687e73dd5c2104364f)

Author SHA1 Message Date
TimZ99 7c0927211b Changed die() to trigger_error()
E_USER_ERROR will always be displayed.
Changed die() to trigger_error(error, E_USER_ERROR).
2018-07-12 17:31:00 +02:00
TimZ99 432fe1c240 Removed eval(), redone get & load language functions 2018-07-12 17:31:00 +02:00
TimZ99 cac451bae3 Added forgotten translation 2018-06-30 17:29:12 +02:00
TimZ99 aabc82f1e4 Removed unused code
Code not reachable.
2018-06-30 13:14:42 +02:00
TimZ99 ff8eaeda14 Undefined var & 404 -> 403
PSM_CRON_ALLOW was undefined. Added defined check.
Changed 404 to 403 message.
Added support for php5.
2018-06-29 19:46:58 +02:00
TimZ99 87bc8120de Security update symfony/http-foundation
https://symfony.com/blog/cve-2018-11386-denial-of-service-when-using-pdosessionhandler
2018-06-29 14:57:59 +02:00
TimZ99 83859c0a0e Update composer.phar to new version 2018-06-29 14:55:36 +02:00
Tim b518de4a4c Typo fix
Changed : to ;.
2018-06-29 14:20:47 +02:00
TimZ99 33b6ec7083 SMS: ClickSend and SMSgw updated, fixed small things in the others
Update to #593

Co-Authored-By: Ward Pieters <wardpieters@users.noreply.github.com>
2018-05-30 23:01:13 +02:00
Ward Pieters 6296bd3ce9 SMS: 4 gateways added and others rewritten (#593)
* Closes #588

* Not relevant anymore: closes #223

* Create Plivo.php

* Create SolutionsInfini.php, closes #460 

* Create Callr.php, closes #586

* Create GatewayAPI.php

* Update README.rst

* Update credits.rst

* Update functions.inc.php

* Update Octopush.php

* Update Smsit.php

* Update Mosms.php

* Update Smsglobal.php

* Update Smsit.php

* Update FreeVoipDeal.php

* Update FreeMobileSMS.php

* Update Inetworx.php
2018-05-29 14:13:48 +02:00
Tim eccaa9192b Changed username to password 2018-05-28 14:42:47 +02:00
Danial b6fc8773df Rollback Twig version update (#590)
Rollback Twig version.
Reason: 500 errors.
2018-05-25 13:33:47 +02:00
Danial b37df6ce24 Enlarge select pattern_online width (#589) 2018-05-25 13:23:35 +02:00
TimZ99 2bf45523eb Allow ping by hostname
Closing #477 and #480.

Co-Authored-By: Matthew <djmixman@users.noreply.github.com>
Co-Authored-By: Mircea Chirea <chirea.mircea@gmail.com>
2018-05-24 14:49:18 +02:00
Tim f5f979531b Update README.rst 2018-05-24 14:02:17 +02:00
Danial 9f9841d2fb Add support for "site online when pattern not found" (#579)
Choose to mark a website offline of online is the pattern is (not) found.
2018-05-24 12:49:26 +02:00
Marcel Riedlinger 8f89992990 Update .gitignore (#587)
added __MACOSX to .gitignore

Current Release 3.2.2 does have many .files under __MACOSX

  inflating: __MACOSX/phpservermon-3.2.2/src/._templates
  inflating: __MACOSX/phpservermon-3.2.2/._src
  inflating: __MACOSX/._phpservermon-3.2.2
2018-05-24 06:54:59 +02:00
TimZ99 5e5eb77401 Rewritten part of the gateway code
This is a first commit in order to close #588.

- Removed the names from the translation files.
- The dropdown menu will now filled with the names of the gateways in
the Txtmsg folder.
- Changed Mollie to the proper company name: Messagebird.
- Everybody that was using Mollie will on upgrade automatically change
to Messagebird (replace old name in DB with new name).
- Updated: Clickatell, Twilio, Spryng, Textmarketer and Messagebird
(Mollie).
2018-05-24 06:49:58 +02:00
Tim 7c338b7e92 Updated list of available SMS gateways 2018-04-30 17:48:57 +02:00
Axel Wehner d29998b130 Add CM Telecom bulk SMS gateway (Closing #545) 2018-04-30 15:25:47 +02:00
Matthew Pattman 8b10dcd401 Added last offline and the duration of the last outage
Co-authored-by: TimZ99 <TimZ99@users.noreply.github.com>
2018-04-27 21:14:46 +02:00
Tim 0dfe2febac Fixing #580 removed results block
There are no additional messages at this point.
2018-04-27 18:10:14 +02:00
Tim 48b092615c Update CHANGELOG.rst 2018-04-25 16:51:05 +02:00
Timz99 a664c48201 Fixed wrong ping error
- Fixed error: Failed to parse address &quot;8.8.8.8&quot;
- Added correct error message.

NOTE:
This will not fix other problems with ping, non-root user are having
(on unix)!
2018-04-25 14:15:44 +02:00
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