Commit Graph

5299 Commits

Author SHA1 Message Date
Nate cf4bc6a64e Database class integration. 2019-07-19 15:05:18 -06:00
FusionPBX 43047c3557 Update {$mac}.cfg 2019-07-18 14:45:47 -06:00
Len 70c57a60c4 Update {$mac}.cfg (#4367) 2019-07-18 14:17:38 -06:00
Len 6ebf35b3d9 Update {$mac}.cfg (#4365)
* Update {$mac}.cfg

* Update {$mac}.cfg
2019-07-18 14:17:15 -06:00
Len 6d472615f5 Update {$mac}.cfg (#4364) 2019-07-18 12:44:57 -06:00
Len 5d5971c36a Update {$mac}.cfg (#4360) 2019-07-16 15:41:05 -06:00
Len 24ea078b6d Update {$mac}.cfg (#4359) 2019-07-16 15:40:50 -06:00
FusionPBX c025bb1038 Update {$mac}.cfg 2019-07-15 10:16:47 -06:00
FusionPBX d9420b90c0 Update {$mac}.cfg 2019-07-15 10:14:22 -06:00
FusionPBX 18a6855c56 Update {$mac}.cfg 2019-07-15 09:25:52 -06:00
FusionPBX 7f484bf546 Update {$mac}.cfg 2019-07-15 09:21:10 -06:00
FusionPBX b88ee02ba2 Update {$mac}.cfg 2019-07-15 09:15:00 -06:00
FusionPBX 11fc0b2e78 Update {$mac}.cfg 2019-07-15 09:10:23 -06:00
Len 0b71d6d40d Update {$mac}.xml (#4353) 2019-07-13 10:24:09 -06:00
Len b81639ff60 Update {$mac}.xml (#4354) 2019-07-13 10:23:33 -06:00
Len 2bbb9cdc8c Update {$mac}.xml (#4355) 2019-07-13 10:23:16 -06:00
Len 128a1e47b2 Update {$mac}.xml (#4356) 2019-07-13 10:23:03 -06:00
Len f2c917e5fd Update {$mac}.xml (#4357) 2019-07-13 10:22:18 -06:00
Len 59b813e4d3 Update {$mac}.xml (#4352) 2019-07-12 23:07:40 -06:00
Len 5be94064ca Update {$mac}.xml (#4351) 2019-07-11 20:04:54 -06:00
Len eba6da5287 Update {$mac}.xml (#4350) 2019-07-11 20:04:25 -06:00
agree 4e613ec51b Update {$mac}.cfg (#4349) 2019-07-11 14:18:31 -06:00
Len d7e75aff5c Update {$mac}.cfg (#4348) 2019-07-11 14:01:41 -06:00
Nate 77b85a3f9c 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 b626e6fa5a Create directory.xml (#4338) 2019-07-09 19:09:14 -06:00
Len 2907aaae54 Create favorite_setting.xml (#4339) 2019-07-09 19:08:53 -06:00
Len 3ad7be316c Create y000000000095.cfg (#4340) 2019-07-09 19:08:31 -06:00
Len 04ec03edd0 Create {$mac}.boot (#4341) 2019-07-09 19:08:13 -06:00
Len 86c4de9076 Create {$mac}.cfg (#4342) 2019-07-09 19:07:52 -06:00
Len 798ec34a52 Create directory.xml (#4343) 2019-07-09 19:07:28 -06:00
Len 311ee35a21 Create favorite_setting.xml (#4344) 2019-07-09 19:06:58 -06:00
Len 23cad8a942 Create {$mac}.boot (#4345) 2019-07-09 19:06:31 -06:00
Len 229c8b6061 Create {$mac}.cfg (#4346) 2019-07-09 19:06:03 -06:00
Len b0ea55086b Create y000000000097.cfg (#4347) 2019-07-09 19:00:27 -06:00
Len b89543b7e5 Update {$mac}.xml (#4331)
* Update {$mac}.xml

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

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

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

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

* Update {$mac}.xml
2019-07-03 21:10:51 -06:00
agree b614f05c25 Update {$mac}.cfg (#4330) 2019-07-03 18:40:25 -06:00
Len c00dda8b99 Update {$mac}.cfg (#4326) 2019-07-02 11:18:57 -06:00
Len 9e75b31d78 Update {$mac}.cfg (#4327) 2019-07-02 11:18:19 -06:00
Nate fad7c24b90 limit_offset() function refinement 2019-07-01 20:52:54 -06:00
Nate 492d03a5b9 Allow underscore in order_by() function. 2019-07-01 20:37:34 -06:00
Nate d075a083cf Database class integration. Create order_by() and limit_offset() functions. 2019-07-01 17:30:03 -06:00
Nate 32b04431f7 Fix typo in select() method switch statement. 2019-07-01 13:26:26 -06:00
Nate a591c87776 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 4480563044 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 e630208bb9 Update {$mac}.cfg (#4287)
add line key to T54s
2019-06-29 13:32:41 -06:00
Len 3477842f51 Update {$mac}.xml (#4316) 2019-06-29 13:30:31 -06:00