- 28 May, 2015 8 commits
-
-
Ad Schellevis authored
Using helpers.toList('parent.tag') makes it explicit that we expect an item to be a list and solves issues with lists containing only one item.
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
- 27 May, 2015 13 commits
-
-
Ad Schellevis authored
this commit adds two new helper functions to use uuid information from the config.xml. 1) get a tagname by uuid, or __not_found__ if uuid is not in the config.xml {{ helpers.getUUIDtag('a8da740a-046a-4994-8535-89f5fff47393') }} 2) returns an object by uuid, ready to use {{ helpers.getUUID('a8da740a-046a-4994-8535-89f5fff47393').number }}
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
(mvc model) add ModelRelationField type, creates a optionlist populated by array type items from other entities. Example definition from trafficshaper model, relating a pipe to a rule. <target type="ModelRelationField"> <Model> <pipes> <source>OPNsense.TrafficShaper.TrafficShaper</source> <items>pipes.pipe</items> <display>description</display> </pipes> </Model> </target>
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
-
Ad Schellevis authored
-
- 26 May, 2015 9 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
- 25 May, 2015 3 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
- 22 May, 2015 1 commit
-
-
Ad Schellevis authored
(firewall) javascript error preventing aliasses to work, related to https://github.com/opnsense/core/issues/196
-
- 23 May, 2015 2 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
-
- 22 May, 2015 4 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
// create a new model $model = new Model(); // link model to support class $grid = new UIModelGrid($model->container->arrayTypeObject); // fetch data and return into array which our frontend grid component can use $result = $grid->fetch($fields, $itemsPerPage, $currentPage, $sortBy, $sortDescending, $searchPhrase);
-
Franco Fichtner authored
-
Franco Fichtner authored
o Regenerate all dhparam files. (Looksie, we don't have under 1024!) o Make beast mitigation the default, been around since 2011. o Tweak the cipher settings via recommendations below. Open points are the zapping of 1024 bit dhparam and how we should handle dhparam shipping in the future. Please write in to discuss. :) Taken from: https://weakdh.org/sysadmin.html
-