Tim
ef28908c5f
Indentation
2018-08-28 21:22:20 +02:00
Jason Cheng
86ecc09c3b
put translator name
2018-08-14 09:18:53 +08:00
Jason Cheng
c401a255d6
Translate all contents according to v3.3.1 version
2018-08-13 23:56:38 +08:00
Daniel Billing
0e64ff54d1
Added Norwegian language ( #605 )
...
* Added the Norwegian language
* Updated SMS spelling in the English language
2018-08-13 12:39:25 +02:00
Jason Cheng
b235bf7639
Add Traditional Chinese Language File.
2018-08-13 15:20:47 +08:00
TimZ99
f6173d4439
Added license
2018-08-10 16:02:41 +02:00
TimZ99
267002ba20
Bump version 3.3.1
2018-08-10 02:09:42 +02:00
TimZ99
140447e975
Update changelog for v3.3.0 and v3.3.1
2018-08-10 01:48:04 +02:00
Tom Hatzer
1f2dde3963
Removed default mysql port settings from files and left empty values ( #403 )
2018-08-09 19:16:20 +02:00
TimZ99
5e61d89b7f
Defined $encrypted_password
2018-08-03 01:35:26 +02:00
TimZ99
ce8182e32f
Updated composer.lock
2018-08-03 01:10:48 +02:00
TimZ99
51ef755e43
Removed last_offline_duration = ""
2018-08-03 00:47:26 +02:00
TimZ99
6534749fbd
Added %LAST_OFFLINE_DURATION%
2018-08-03 00:46:52 +02:00
TimZ99
e4bade32f9
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
d2dda8ac70
Removed duplicate
2018-07-25 16:20:35 +02:00
Alexell
d41c7b2c3f
Updated Russian translation for current develop branch ( #613 )
2018-07-25 01:00:16 +02:00
TimZ99
f21f3db19e
Typo fix, removed unused code & updated documentation
2018-07-12 17:31:00 +02:00
TimZ99
476c59eb47
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
1c984b30ff
Updated documentation, added some small changes
2018-07-12 17:31:00 +02:00
TimZ99
eac8ebc261
Fixed sms error check
2018-07-12 17:31:00 +02:00
TimZ99
e2c424e167
Spacing, indentation and braces
...
Co-Authored-By: Scrutinizer Auto-Fixer <auto-fixes@scrutinizer-ci.com>
2018-07-12 17:31:00 +02:00
TimZ99
a05d36d5f6
Corrected typos & removed unused code
...
Removed unused data from query.
Fixed a few typos.
2018-07-12 17:31:00 +02:00
TimZ99
3023c83226
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
a96e1e5a2e
Removed eval(), redone get & load language functions
2018-07-12 17:31:00 +02:00
TimZ99
b0ea7eb272
Added forgotten translation
2018-06-30 17:29:12 +02:00
TimZ99
92e8312ff1
Removed unused code
...
Code not reachable.
2018-06-30 13:14:42 +02:00
TimZ99
fc84c06813
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
93b324f178
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
dd56e2971f
Update composer.phar to new version
2018-06-29 14:55:36 +02:00
Tim
b98a4af412
Typo fix
...
Changed : to ;.
2018-06-29 14:20:47 +02:00
TimZ99
62254a534b
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
57f4c369e9
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
c3751e7e57
Changed username to password
2018-05-28 14:42:47 +02:00
Danial
47ad693339
Rollback Twig version update ( #590 )
...
Rollback Twig version.
Reason: 500 errors.
2018-05-25 13:33:47 +02:00
Danial
2b73d207db
Enlarge select pattern_online width ( #589 )
2018-05-25 13:23:35 +02:00
TimZ99
3c55a353be
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
41263a39b0
Update README.rst
2018-05-24 14:02:17 +02:00
Danial
82d01b07f7
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
c4e6a61361
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
a496874d9c
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
8ca259d524
Updated list of available SMS gateways
2018-04-30 17:48:57 +02:00
Axel Wehner
d64f27f705
Add CM Telecom bulk SMS gateway (Closing #545 )
2018-04-30 15:25:47 +02:00
Matthew Pattman
0580e75642
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
3a005f2201
Fixing #580 removed results block
...
There are no additional messages at this point.
2018-04-27 18:10:14 +02:00
Tim
46311d569e
Update CHANGELOG.rst
2018-04-25 16:51:05 +02:00
Timz99
79742fe6bd
Fixed wrong ping error
...
- Fixed error: Failed to parse address "8.8.8.8"
- 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
fc4ffd6b2f
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
1bd14995fb
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
9d30b9854c
Added support for Twilio ( #569 )
...
Closing #112
2018-04-02 02:38:49 +02:00
Tim
a80452d916
Added Telegram and Pushover to documentation
2018-04-01 14:08:57 +02:00