Commit Graph

694 Commits (f5a02b0aae1f87d1e99001ebebdfe2b74b465b78)

Author SHA1 Message Date
Tim f5a02b0aae Added the option to specify the request method (#631) 2018-09-05 22:42:08 +02:00
Tim 4165bda87e Mark specific HTTP status codes as online (#628)
Add option to specify which HTTP status codes are considered as "online".
Closing #175.
2018-09-05 22:34:19 +02:00
Tim 47ac54fcee Removed last offline duration parentheses if empty (#641) 2018-09-05 21:50:05 +02:00
Tim fd6c7ae7dd Added php extensions to required list (#637)
* Added PHP extensions to the required list
* Fixed some spelling issues in the changelog
* Updated composer
2018-09-04 20:47:58 +02:00
Tim 6f62e8bffb Changed server order (#635) 2018-09-04 01:19:25 +02:00
Tim 9b5b61d927 Changed ' to " in sql query (#634) 2018-09-03 15:47:53 +02:00
Tim 473b6a4d7b Forgot to add a list 2018-08-30 16:03:06 +02:00
Tim ea1b25131d Fixed rdp:// bug and fixed port not updating #418 (#629)
- Although the port isn't used while testing a website, changing it prevents confusion.
- Fix bug that made it impossible to check rdp:// as it would add http:// in front of it.
2018-08-30 00:08:22 +02:00
TimZ99 40418621f3 Added latest changes 2018-08-29 23:46:51 +02:00
TimZ99 d4fc2855e4 Added notification faq -> not recieving notifications
Closes #306.
2018-08-29 00:08:46 +02:00
Tim b68f0f5af1 Indentation 2018-08-28 21:22:20 +02:00
Daniel Billing 7d1187dd9f Added Norwegian language (#605)
* Added the Norwegian language
* Updated SMS spelling in the English language
2018-08-13 12:39:25 +02:00
TimZ99 3d15ed8612 Added license 2018-08-10 16:02:41 +02:00
TimZ99 2358560c75 Bump version 3.3.1 2018-08-10 02:09:42 +02:00
TimZ99 4d06159c86 Update changelog for v3.3.0 and v3.3.1 2018-08-10 01:48:04 +02:00
Tom Hatzer a94dddf0a8 Removed default mysql port settings from files and left empty values (#403) 2018-08-09 19:16:20 +02:00
TimZ99 ee26bb2369 Defined $encrypted_password 2018-08-03 01:35:26 +02:00
TimZ99 9c1e2e9a2d Updated composer.lock 2018-08-03 01:10:48 +02:00
TimZ99 fea1647169 Removed last_offline_duration = "" 2018-08-03 00:47:26 +02:00
TimZ99 f05157f64a Added %LAST_OFFLINE_DURATION% 2018-08-03 00:46:52 +02:00
TimZ99 64ec8bc2dc Updated PHPMailer namespace
- Updated PHPMailer namespace
- Changed $phpmailer->SMTPDebug to an integer value.
- Added cast type to $phpmailer->Port.
2018-08-03 00:46:24 +02:00
TimZ99 0e31e347aa Removed duplicate 2018-07-25 16:20:35 +02:00
Alexell 57366d81fc Updated Russian translation for current develop branch (#613) 2018-07-25 01:00:16 +02:00
TimZ99 ffdbc93f33 Typo fix, removed unused code & updated documentation 2018-07-12 17:31:00 +02:00
TimZ99 dd8b774e22 Updated required PHP version to 5.5.9
Added update message for PHP versions lower then PHP 7.
2018-07-12 17:31:00 +02:00
TimZ99 9e71e46c73 Updated documentation, added some small changes 2018-07-12 17:31:00 +02:00
TimZ99 63b0fcdc12 Fixed sms error check 2018-07-12 17:31:00 +02:00
TimZ99 44f7e84150 Spacing, indentation and braces
Co-Authored-By: Scrutinizer Auto-Fixer <auto-fixes@scrutinizer-ci.com>
2018-07-12 17:31:00 +02:00
TimZ99 7122e75863 Corrected typos & removed unused code
Removed unused data from query.
Fixed a few typos.
2018-07-12 17:31:00 +02:00
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