Commit Graph

13407 Commits

Author SHA1 Message Date
Nate
9923ac2d2e Database class integration. 2019-07-04 08:18:45 -06:00
FusionPBX
aac35d78f0 Update app_config.php 2019-07-03 22:13:54 -06:00
FusionPBX
e7beb89eb0 Update app_config.php 2019-07-03 22:12:32 -06:00
FusionPBX
d714927723 Update app_config.php 2019-07-03 21:36:59 -06:00
Len
9436ba517f Update {$mac}.xml (#4331)
* Update {$mac}.xml

* Update {$mac}.xml
2019-07-03 21:12:13 -06:00
Len
9c6a56d137 Update {$mac}.xml (#4332)
* Update {$mac}.xml

* Update {$mac}.xml
2019-07-03 21:11:46 -06:00
Len
bf2bb5bbe0 Update {$mac}.xml (#4333)
* Update {$mac}.xml

* Update {$mac}.xml
2019-07-03 21:11:29 -06:00
Len
2fd04405de Update {$mac}.xml (#4334)
* Update {$mac}.xml

* Update {$mac}.xml
2019-07-03 21:11:12 -06:00
Len
f3f11114ae Update {$mac}.xml (#4335)
* Update {$mac}.xml

* Update {$mac}.xml
2019-07-03 21:10:51 -06:00
Len
00257221f2 Update app_config.php (#4336) 2019-07-03 21:10:15 -06:00
agree
af459ad71b Update {$mac}.cfg (#4330) 2019-07-03 18:40:25 -06:00
FusionPBX
ef59376717 Update app_defaults.php 2019-07-03 18:14:23 -06:00
Len
3630ec2d24 Update adminer.php (#4329) 2019-07-03 12:03:22 -06:00
FusionPBX
e51ad1bb87 Update adminer.php 2019-07-03 09:42:20 -06:00
FusionPBX
5f529491f3 Update adminer.css 2019-07-03 09:38:59 -06:00
FusionPBX
e1c7775aae Update index.php 2019-07-03 09:37:58 -06:00
FusionPBX
0393de30db Update app_defaults.php 2019-07-02 23:48:01 -06:00
FusionPBX
f8d0798490 Update app_defaults.php 2019-07-02 23:14:26 -06:00
FusionPBX
3c61037c3a Update app_defaults.php 2019-07-02 23:03:00 -06:00
FusionPBX
5f060f7cc8 Update app_config.php 2019-07-02 17:32:49 -06:00
FusionPBX
cde154e8e3 Update access_control_edit.php 2019-07-02 16:57:04 -06:00
konradSC
f3715a1e89 Make call_group available to provisioning (#4328)
Make v_extensions.call_group available to the provisioning engine for templates that pull from v_extensions for contacts.
2019-07-02 14:44:04 -06:00
FusionPBX
e0162ea216 Update app_defaults.php 2019-07-02 14:03:04 -06:00
FusionPBX
04d1864585 Update app_defaults.php 2019-07-02 13:59:52 -06:00
FusionPBX
87ec3d7fea Update app_defaults.php 2019-07-02 13:04:29 -06:00
FusionPBX
df4d87ed4b Update app_defaults.php 2019-07-02 13:03:47 -06:00
FusionPBX
83fa359e48 Update app_defaults.php 2019-07-02 12:58:20 -06:00
FusionPBX
595d996ac7 Update app_defaults.php 2019-07-02 12:57:15 -06:00
FusionPBX
d0aa349c04 Update app_defaults.php 2019-07-02 12:53:23 -06:00
FusionPBX
395e0405ae Update app_defaults.php 2019-07-02 12:37:10 -06:00
Len
b52975ee33 Update app_config.php (#4325) 2019-07-02 11:19:25 -06:00
Len
3808fde31d Update {$mac}.cfg (#4326) 2019-07-02 11:18:57 -06:00
Len
975de77b31 Update {$mac}.cfg (#4327) 2019-07-02 11:18:19 -06:00
Nate
733acd6c7d Database class integration. 2019-07-02 10:56:36 -06:00
Nate
3a482ed54b Call Broadcast delete fix. 2019-07-02 08:51:19 -06:00
Nate
488f3a2dbf Database class integration. 2019-07-02 08:44:23 -06:00
Nate
6bd051ad10 Database class integration. 2019-07-01 21:10:31 -06:00
Nate
01c8a9a736 limit_offset() function refinement 2019-07-01 20:52:54 -06:00
Nate
b7295f251d Allow underscore in order_by() function. 2019-07-01 20:37:34 -06:00
Nate
673a0011ec Misc. 2019-07-01 17:32:08 -06:00
Nate
506332c95f Database class integration. Create order_by() and limit_offset() functions. 2019-07-01 17:30:03 -06:00
Nate
9b57165ed3 Fix typo in select() method switch statement. 2019-07-01 13:26:26 -06:00
FusionPBX
94df90b22d Update app_config.php 2019-07-01 10:37:39 -06:00
FusionPBX
0a58859b68 Update app_config.php 2019-07-01 09:55:12 -06:00
FusionPBX
0638db88e5 Update app_config.php 2019-07-01 09:52:11 -06:00
Nate
058dec41b9 Database Class Support for "...ies" Table Names (#4321)
Currently, the permission checks within the class try to singularize the table name, then check for permissions based on the result.  This PR modifies the private singular() function to support table names that end in "...ies", where an _add or _edit permission likely uses a 'y' instead.  An example would be where inserting records into v_event_categories, the class should probably look for an "event_category_add" permission, instead of "event_categorie_add".  Likewise for update queries.  

This proposed change isn't foolproof, obviously. In the case of inserting or updating records in a table named v_pies, it would fail to suffice.  You're welcome to integrate a better solution, if one exists.
2019-06-30 15:11:15 -06:00
mtghr
9b5b6d6099 Update {$mac}.cfg (#4061)
* Update {$mac}.cfg

Polycom will not support wild  card cert only if you disable strictCertCommonNameValidation

also polycom is missing many root  certs so we need an option to push them via the template 

bot stuff was tested by me in  production and its working fine

* Use isset
2019-06-29 13:40:11 -06:00
Chris Black
5fe2f6f400 Update {$mac}.cfg (#4287)
add line key to T54s
2019-06-29 13:32:41 -06:00
Len
6e07792505 Update {$mac}.xml (#4316) 2019-06-29 13:30:31 -06:00
Len
2180784eb4 Update {$mac}.xml (#4317) 2019-06-29 13:29:55 -06:00