Commit Graph

5301 Commits

Author SHA1 Message Date
Len 2e7c192ca0 Update {$mac}.xml (#4371) 2019-07-20 13:11:23 -06:00
Len 3e6878cf36 Update {$mac}.xml (#4370) 2019-07-20 13:03:28 -06:00
Nate 76028222b9 Database class integration. 2019-07-19 15:05:18 -06:00
FusionPBX 4bee368c03
Update {$mac}.cfg 2019-07-18 14:45:47 -06:00
Len bd8487cc3d Update {$mac}.cfg (#4367) 2019-07-18 14:17:38 -06:00
Len 14f0ce5c33 Update {$mac}.cfg (#4365)
* Update {$mac}.cfg

* Update {$mac}.cfg
2019-07-18 14:17:15 -06:00
Len 7504f8dc19 Update {$mac}.cfg (#4364) 2019-07-18 12:44:57 -06:00
Len e186678e5d Update {$mac}.cfg (#4360) 2019-07-16 15:41:05 -06:00
Len bef4f290a8 Update {$mac}.cfg (#4359) 2019-07-16 15:40:50 -06:00
FusionPBX c0775c7aef
Update {$mac}.cfg 2019-07-15 10:16:47 -06:00
FusionPBX 2d0c8266c4
Update {$mac}.cfg 2019-07-15 10:14:22 -06:00
FusionPBX 499034af9d
Update {$mac}.cfg 2019-07-15 09:25:52 -06:00
FusionPBX 1b951007d1
Update {$mac}.cfg 2019-07-15 09:21:10 -06:00
FusionPBX 6f96463878
Update {$mac}.cfg 2019-07-15 09:15:00 -06:00
FusionPBX 5b47050df7
Update {$mac}.cfg 2019-07-15 09:10:23 -06:00
Len ebb6628948 Update {$mac}.xml (#4353) 2019-07-13 10:24:09 -06:00
Len 828878e319 Update {$mac}.xml (#4354) 2019-07-13 10:23:33 -06:00
Len 9fd329221d Update {$mac}.xml (#4355) 2019-07-13 10:23:16 -06:00
Len 18ede32b5f Update {$mac}.xml (#4356) 2019-07-13 10:23:03 -06:00
Len ea37af09ce Update {$mac}.xml (#4357) 2019-07-13 10:22:18 -06:00
Len f9d60fd94c Update {$mac}.xml (#4352) 2019-07-12 23:07:40 -06:00
Len a7ebe96cad Update {$mac}.xml (#4351) 2019-07-11 20:04:54 -06:00
Len 9223623a85 Update {$mac}.xml (#4350) 2019-07-11 20:04:25 -06:00
agree ff03e69878 Update {$mac}.cfg (#4349) 2019-07-11 14:18:31 -06:00
Len 7c5192bb69 Update {$mac}.cfg (#4348) 2019-07-11 14:01:41 -06:00
Nate fca4691ac6 Database class integration. Modify database class singular() method to support table names ending in 'ses', such as v_databases. 2019-07-09 20:06:17 -06:00
Len 2cb44c3b7d Create directory.xml (#4338) 2019-07-09 19:09:14 -06:00
Len 7b0f0de77d Create favorite_setting.xml (#4339) 2019-07-09 19:08:53 -06:00
Len c67494e715 Create y000000000095.cfg (#4340) 2019-07-09 19:08:31 -06:00
Len f4b272a286 Create {$mac}.boot (#4341) 2019-07-09 19:08:13 -06:00
Len 5f27804297 Create {$mac}.cfg (#4342) 2019-07-09 19:07:52 -06:00
Len 384043a1c0 Create directory.xml (#4343) 2019-07-09 19:07:28 -06:00
Len 7489d59275 Create favorite_setting.xml (#4344) 2019-07-09 19:06:58 -06:00
Len c11fd435c2 Create {$mac}.boot (#4345) 2019-07-09 19:06:31 -06:00
Len 2535da2d8b Create {$mac}.cfg (#4346) 2019-07-09 19:06:03 -06:00
Len 66c6bf2b99 Create y000000000097.cfg (#4347) 2019-07-09 19:00:27 -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
agree af459ad71b Update {$mac}.cfg (#4330) 2019-07-03 18:40: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 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 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
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