* Update Octopush.php
Now works with the new API V1 : https://octopush.com/en/sms-gateway-api-documentation/
* Update Octopush.php
* Updated send check
Co-authored-by: Tim Zandbergen <TimZ99@users.noreply.github.com>
CHANGES
- Updated to Ubuntu 20.04 bento vagrant box
- Updated PHP to PHP-FPM 7.4
- Updated MySQL to Percona Server 5.7
- Now runs with NGINX as web server (default vhost kept as before http://192.168.50.100/)
- DEPRECATED: No longer relying on puphpet code (it's outdated and no longer maintained)
- Updated Vagrantfile to use ansible
- NEW: Automation in vagrant is now handled by ansible (see provision.yaml for details)
- A couple of shell scripts to handle "re-running" of the vagrant up command for faster executions ( setup-php.sh, setup-mysql.sh )
Fix the URL encoding by changing urlencode to rawurlencode, since the former uses + instead of %20 to encode an URL and is meant for form submissions. Rawurlencode is meant for creating URLs, and should fix bug #1120
* Added Tele2 API
* Fixed mistake, added to readme, added number formatting
Co-authored-by: larsec <larsec@novea.nu>
Co-authored-by: Lars Scheibling <lars.scheibling@hoglandet.se>
Co-authored-by: Tim Zandbergen <TimZ99@users.noreply.github.com>
PHPMailer will always try to connect to an SMTP server via TLS by default regardless of the SMTPSecure Setting. Added a check to set SMTPAutoTLS to false when email_smtp_security is empty.
* add error message for missing/invalid header
* Code cleanup
- simplify the check
- do not invert the result of `preg_match()`
- do not set the `$result` in loop, it is already set after the loop
- fix the order of code, first set `$this->error` then `$result`
This will add support for connecting with a unix socket path to the mysql database.
Users will need to set their `PSM_DB_HOST` the unix socket path starting with an ":" symbol, like so
`:/home/xxxxxx/var/run/mysql.sock`
I stole this way idea of using the database host to store the unix socket path from Nextcloud. They do the same.
Related: https://github.com/phpservermon/phpservermon/issues/1118
* Add more variables for webhook json
To allow status specific icons and a special Text defined in the json, not only provide #message as variable, but also #server_ip, #server_label, #server_last_offline_duration and #status.
* Add #server_error as additional variable for webhooks
Resolved#967.
* add feature "add url" to email and telegram
* Added missing brackets
* Changed $body to correct var $message
And changed PHP_EOL to <br>.
* Changed text a little
* Add dutch translation
Co-authored-by: TimZ99 <TimZ99@users.noreply.github.com>
* Composer dependency added
* Updated code for language and config controller
* Added LDAP auth code
* Added blank discord value for new user during install