Commit Graph

1018 Commits (dfb60f710a8802a90df57e1e296e5855356ffcd3)

Author SHA1 Message Date
Tim Zandbergen dfb60f710a
Merge pull request #1252 from arkonisus/patch-1
Update status.cron.php
2025-01-05 02:54:01 +01:00
Tim Zandbergen fa0723c74d
Update ServerController.php
Added discord and webhook to function. Adding to #1286
2025-01-05 02:39:22 +01:00
Tim Zandbergen 43fa882a5d
Merge pull request #1286 from fioru-software/cm-server-monitoring-notifications-ui
Server monitoring notification dropdowns to default to configured values
2025-01-05 02:32:49 +01:00
Tim Zandbergen 8870f5ecd1
Merge pull request #1225 from martijnengler/develop
Fix version check during install. Fixes #1224
2025-01-05 02:14:28 +01:00
Tim Zandbergen 57584a8b5a
Merge pull request #1288 from phpservermon/dependabot/composer/phpmailer/phpmailer-6.9.3
Bump phpmailer/phpmailer from 6.5.0 to 6.9.3
2025-01-04 18:04:25 +01:00
dependabot[bot] e4ef7fdb65
Bump phpmailer/phpmailer from 6.5.0 to 6.9.3
Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.5.0 to 6.9.3.
- [Release notes](https://github.com/PHPMailer/PHPMailer/releases)
- [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md)
- [Commits](https://github.com/PHPMailer/PHPMailer/compare/v6.5.0...v6.9.3)

---
updated-dependencies:
- dependency-name: phpmailer/phpmailer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-04 17:03:20 +00:00
Tim Zandbergen 9f477de025
Merge pull request #1189 from phpservermon/dependabot/composer/symfony/dependency-injection-4.0.15
Bump symfony/dependency-injection from 3.4.47 to 4.0.15
2025-01-04 18:02:25 +01:00
Tim Zandbergen 4f88711919
Merge pull request #1285 from fioru-software/cm-removed-myisam
Remove explicit MyISAM engine dependency from table create statements
2025-01-03 18:19:23 +01:00
Tim Zandbergen 27a9648292
Merge pull request #1257 from oubrecht-com/patch-1
Update cs_CZ.lang.php
2025-01-03 18:11:51 +01:00
Tim Zandbergen 5c22dd2dd3
Merge pull request #1275 from dbonnell/patch-1
Fix typo in provision.yaml
2025-01-03 18:08:21 +01:00
cm 5311664539
removed missed MyISAM 2024-11-07 17:08:11 +00:00
cm 16c9fddc54
Server monitoring notification defaults to obey configuration 2024-11-07 16:25:54 +00:00
cm 8e1d6d9e59
Remove hard dep on MyISAM storage engine 2024-11-07 15:02:46 +00:00
David Bonnell fdc458d747
Fix typo in provision.yaml 2024-03-05 13:04:03 +10:00
Tim Zandbergen fccc264107
Merge pull request #1183 from viharm/fix/DBUserDetailRetention-LDAP
Retain user data in DB for existing users
2023-08-14 21:31:43 +02:00
Viharm 61afb81554
Cleanup 2023-08-14 05:43:24 +00:00
Viharm 537b17ac01
Merge branch 'phpservermon:develop' into fix/DBUserDetailRetention-LDAP 2023-08-14 06:34:37 +01:00
Tim Zandbergen 5f65f92678
Merge pull request #1255 from RaphaelBergmann/develop
Updated SMSGlobal API URL
2023-08-13 21:59:07 +02:00
Marc Farré 850f0eac8d
Update Octopush.php (#1259)
Update Octopush.php. Now accepting 200 as a valid response code.
2023-08-13 21:55:17 +02:00
Viharm 59966c6cd2
Signed commit 2023-08-13 18:52:19 +00:00
Viharm c81a4a426c
Merge branch 'phpservermon:develop' into fix/DBUserDetailRetention-LDAP 2023-08-10 15:01:35 +01:00
OUBRECHT.com afba6640b7
Update cs_CZ.lang.php 2023-06-28 09:53:41 +02:00
Raphael.Bergmann 7245f65873
Updated SMSGlobal API URL 2023-05-31 15:45:17 +02:00
Christian Rüggeberg 85a6e6ae71
Update status.cron.php
In my enviroment ( Apache + PHP 8 ) the script breaks at this line. With this Version check it works well.
2023-03-31 16:50:39 +02:00
Martijn Engler 56b992609c
Fix version check during install. Fixes #1224 2022-10-02 11:57:59 +02:00
dependabot[bot] 1ce34c1e3d
Bump symfony/dependency-injection from 3.4.47 to 4.0.15
Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 3.4.47 to 4.0.15.
- [Release notes](https://github.com/symfony/dependency-injection/releases)
- [Changelog](https://github.com/symfony/dependency-injection/blob/5.4/CHANGELOG.md)
- [Commits](https://github.com/symfony/dependency-injection/compare/v3.4.47...v4.0.15)

---
updated-dependencies:
- dependency-name: symfony/dependency-injection
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-14 19:00:53 +00:00
Samuel Denis-D'Ortun 04a4d959fd
Merge pull request #1119 from RedKage/patch-1
Support for mysql unix socket
2022-04-14 08:27:05 -04:00
Samuel Denis-D'Ortun 015cc9553b
Merge pull request #1184 from phpservermon/dependabot/composer/viharm/psm-ldap-auth-1.1.4
Bump viharm/psm-ldap-auth from 1.1.3 to 1.1.4
2022-04-14 08:18:36 -04:00
Samuel Denis-D'Ortun 462f091c69
Merge pull request #1188 from Germs2004/patch-2
Clarify description of permission setting
2022-04-14 08:16:30 -04:00
Germs2004 7f5b5878da
Clarify description of permission setting
This setting only says it controls which users this server is visible to.  But it also affects which users get notifications when this server's status changes.  This pull request clarifies the setting's description so users will understand that it affects both visibility and notifications.
2022-03-27 16:36:17 -04:00
dependabot[bot] 4693ff3910
Bump viharm/psm-ldap-auth from 1.1.3 to 1.1.4
Bumps [viharm/psm-ldap-auth](https://gitlab.com/viharm/PsmLDAPauth) from 1.1.3 to 1.1.4.
- [Release notes](https://gitlab.com/viharm/PsmLDAPauth/tags)
- [Commits](https://gitlab.com/viharm/PsmLDAPauth/compare/v1.1.3...v1.1.4)

---
updated-dependencies:
- dependency-name: viharm/psm-ldap-auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 19:00:44 +00:00
viharm 9643ef3f6f
Added additional parameter passed to LDAP auth module for checking existing user data in DB 2022-03-14 17:11:51 +00:00
Tim Zandbergen b18c4d2855
Changed IP from 192.168.50.100 to 192.168.56.100 2021-12-27 23:56:35 +01:00
Tim Zandbergen 460db614f8
Removed double locale 2021-12-12 23:40:33 +01:00
Marc Farré 8dcf5c2666
Update Octopush.php (#1147)
* 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>
2021-12-11 01:36:08 +01:00
Tim Zandbergen 74dfeea08b
Add note to db-password containing % causes error
Closes #1154.
2021-12-10 23:10:27 +01:00
Tim Zandbergen d725bd9234
Increased max lenght for post field value
Fixes #1148.
2021-12-10 22:40:14 +01:00
Tim Zandbergen 87dfcd183b
Ignore /.vscode 2021-12-10 22:38:52 +01:00
Tim Zandbergen cc6cece19c
Renamed configfile to prevent confusion 2021-12-10 22:09:50 +01:00
ivnilv 162bba0046
Update and Fix Vagrant development setup (#1111)
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 )
2021-12-10 20:57:20 +01:00
Tim Zandbergen b81f173a05
Update FUNDING.yml 2021-09-03 21:02:40 +02:00
Akshay Jain 76d0c276c0
Update User.php (#1135)
https://www.huntr.dev/bounties/3-phpservermon/phpservermon/
2021-07-28 20:04:12 +02:00
Tim Zandbergen 689afca21f
phpmailer/phpmailer update to non-vulnerable version
Does not affect PSM, just a precocious.
2021-06-24 19:48:43 +02:00
scheibling e28192278c
Update FreeMobileSMS.php - Fix encoding bug (#1132)
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
2021-06-23 22:47:27 +02:00
Tim Zandbergen 3daa804d5f
SECURITY: Replaced mt_rand with random_bytes
https://huntr.dev/bounties/2-phpservermon/phpservermon/
CWE-1241: Use of Predictable Algorithm in Random Number Generator
2021-06-23 22:06:34 +02:00
Tim Zandbergen bb10a5f3c6
SECURITY: Replaced mt_rand with random_bytes
https://huntr.dev/bounties/1-phpservermon/phpservermon/
CWE-1241: Use of Predictable Algorithm in Random Number Generator
2021-06-23 22:05:58 +02:00
scheibling 32fcb8b0e8
Added Tele2 API (#1130)
* 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>
2021-06-21 22:49:40 +02:00
Tim 6d74c45e0b
Added huntr badge 2021-06-21 22:23:36 +02:00
wilhelch ecc1c6649a
Fixed SMTPAutoTLS Default (#1129)
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.
2021-06-14 23:35:02 +02:00
Unknown 2eb190e07e
Adding LabsMobile SMS Gateway (#961)
* Adding LabsMobile SMS Gateway

* Adding LabsMobile SMS Gateway Reference

* Update LabsMobile.php

Co-authored-by: Tim <TimZ99@users.noreply.github.com>
2021-05-31 04:12:18 +02:00