114 Commits

Author SHA1 Message Date
fusionate
2ca03f5159 Event Guard - List: Updates for PHP 8.1 2023-05-27 18:22:35 +00:00
fusionate
1b35623c59 Event Guard [Service]: Updates for PHP 8.1 2023-05-27 18:22:10 +00:00
fusionate
268dd25f6f Event Guard [Class]: Updates for PHP 8.1 2023-05-27 18:21:53 +00:00
Alex
a46c5dbfc9 Update translations (#6688)
* Update app_languages.php
2023-05-12 15:14:59 -06:00
Alex
3e0ec8b752 Add missing translations (#6673) 2023-05-09 11:39:02 -06:00
Alex
10a2d87ee6 Add missing translations (#6662)
* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php
2023-05-05 15:22:22 -06:00
frytimo
fef8165be2 Frytimo pr patches for php8.1 (#6630)
* Passing null to parameter #2 ($string) of type string is deprecated

* Passing null to parameter #1 ($string) of type string is deprecated

* php 8.1 fixes

* php 8.1 fixes - replace strlen($var) > 0 with !empty($var)

* php 8.1 fixes - replace ${var} with {$var}

* php 8.1 fixes - replace ${var} with {$var}

* php 8.1 fixes - replace ${var} with {$var}

* php 8.1 fixes - replace ${var} with {$var}

* php 8.1 fixes - strlower with null

* php 8.1 fixes - strreplace with null

* php 8.1 fixes - passing null to base64_decode

* php 8.1 fixes - check for false and check for null on $this->dir

* php 8.1 fixes - remove assignment of $db variable to modules object

* php 8.1 fixes - avoid sending null to substr

* php 8.1 fixes - change ${var} to {$var}

* php 8.1 fixes - check for null before preg_replace

* php 8.1 fixes - remove setting db variable on domains object

* php 8.1 fixes - set empty string if $row['domain_setting_subcategory'] is null

* php 8.1 fixes - set empty string if $_REQUEST['show'] is not available

* php 8.1 fixes

* php 8.1 fixes - correct $_POST checking syntax

* php 8.1 fixes - correct $_POST variables

* php 8.1 fixes

* Use brackets consistently

* Update user_setting_edit.php

* Change to not empty

* Update device.php

* Update text.php

---------

Co-authored-by: Tim Fry <tim@voipstratus.com>
Co-authored-by: FusionPBX <markjcrane@gmail.com>
2023-05-05 10:46:37 -06:00
markjcrane
14f6dee027 Add additional translations 2023-05-03 12:49:04 -06:00
Anthony
6c8c6085cb Update app_menu.php (#6659)
* Update app_menu.php
2023-05-03 11:00:35 -06:00
markjcrane
1513bd3301 Add Chinese, Korean, and Japanese translations 2023-05-03 10:36:25 -06:00
markjcrane
28fe89066e Add Chinese, Korean, and Japanese translations 2023-05-02 22:05:16 -06:00
markjcrane
381b3bdd9f Add menu translations 2023-05-02 20:30:13 -06:00
markjcrane
41e87e7f01 Add additional languages 2023-05-02 20:22:44 -06:00
frytimo
69bd42af05 remove unneeded destruct methods as GC has higher performance (#6631)
Co-authored-by: Tim Fry <tim@voipstratus.com>
2023-04-27 20:18:53 -06:00
FusionPBX
7d31d6958b User log auto white list for limited time.
This is so that temporary IP addresses are not permanently allowed.
2023-03-29 19:13:10 -06:00
fusionate
9c8f4e9060 Event Guard - Fix Unblock multiple checked. 2023-03-17 21:07:35 +00:00
fusionate
58f43ba642 Event Guard - Clarify Filter select options. 2023-02-28 17:51:21 +00:00
FusionPBX
440883fba8 Add iptables chain add and exit functions 2022-11-17 21:59:46 -07:00
FusionPBX
b004e8f3ba Add message Unable to connect... 2022-10-20 16:07:23 -06:00
markjcrane
d50bcb476a Replace root.php 2022-10-10 16:35:14 -06:00
FusionPBX
0db773e395 Correct the user_log_allowed function 2022-10-03 22:32:17 -06:00
FusionPBX
568d561c0c Update debian.service 2022-09-26 11:45:00 -06:00
FusionPBX
446f4615bf Bug fix use column instead of field
If updated in the last few days then you need should clear the file cache. Also disabled event_guard_log_allowed until there is a setting to enable or disable it.

Update the source code
cd /var/www/fusionpbx
rm /var/cache/fusionpbx/*
service event_guard restart
2022-09-18 17:53:03 -06:00
FusionPBX
5485764c08 Update event_guard_logs.php 2022-09-18 02:10:28 -06:00
markjcrane
eb5c25aa35 Add insert_date, insert_user, update_date, update_user to all tables 2022-09-18 00:54:37 -06:00
FusionPBX
85ca868ee4 Update event_guard_log_edit.php (#6477) 2022-09-17 10:19:56 -06:00
FusionPBX
410bab6d05 Allow access for addresses that have been unblocked 2022-09-15 17:34:38 -06:00
FusionPBX
1d55981cbb Add user_log_allowed function. 2022-09-15 17:00:57 -06:00
FusionPBX
4fce9a4565 Filter for specific Events 2022-09-15 16:01:47 -06:00
FusionPBX
2ca336e956 Wait until event socket is ready then connect to it.
If FreeSWITCH is not started yet then wait to connect to it then
2022-08-26 12:05:28 -06:00
FusionPBX
4f2d0316c5 Add custom event_guard:unblock 2022-08-20 12:48:41 -06:00
FusionPBX
01b31dce1a Watch for event_guard:unblock and more debug info. 2022-08-20 12:47:24 -06:00
FusionPBX
f8f09f9a31 Skip resolving IP addresses to improve performance. 2022-08-18 23:31:42 -06:00
FusionPBX
82bb973ea7 Update the event_guard constructor. 2022-08-17 17:27:47 -06:00
FusionPBX
7e34f1f8f4 Add permission event_guard_log_unblock 2022-08-17 17:26:26 -06:00
FusionPBX
074628ca7a Add method unblock to the event_guard class. 2022-08-17 00:27:08 -06:00
FusionPBX
2177091702 Use unblock instead of delete. 2022-08-17 00:25:53 -06:00
FusionPBX
c2085c2320 Add button-unblock, label-unblocked, and label-pending 2022-08-17 00:23:54 -06:00
FusionPBX
9b06671810 Add ability to unblock addresses and use more descriptive variable names. 2022-08-17 00:06:52 -06:00
FusionPBX
3519353008 Hide a few columns for smaller screens. 2022-08-16 11:51:13 -06:00
Alex
d9ed7a343f Update devices.php (#6454)
* Update devices.php

* Update event_guard_logs.php
2022-08-16 11:27:17 -06:00
Alex
93c90c8969 Add a filter dropdown (#6453)
* Update event_guard_logs.php
2022-08-16 10:56:30 -06:00
FusionPBX
8a3af98f6b Multiple changes including reconnect to event socket if needed.
- IN function block replace array with event to prevent a naming conflict.
- Reconnect to event socket if the connection is lost.
- Use condition if is_array around each foreach.
- Unset the database connection
- Use event socket variables and close the session before the loop
2022-08-15 14:54:49 -06:00
FusionPBX
a4ff0f1007 Format the date and time with the time zone. 2022-08-02 12:59:09 -06:00
FusionPBX
2c5c522186 Add a better way to detect if the iptables chain exists. 2022-08-02 12:34:03 -06:00
FusionPBX
c12b03d31a Disable the toggle. 2022-08-01 23:41:44 -06:00
FusionPBX
7f494e3baf Add the user_agent field. 2022-08-01 23:38:03 -06:00
FusionPBX
79b5f70cdf Add the user_agent field. 2022-08-01 23:37:18 -06:00
FusionPBX
d384547adb Add the user_agent field. 2022-08-01 23:36:47 -06:00
FusionPBX
0680a4d252 Add label and description for user_agent. 2022-08-01 23:36:05 -06:00