- 19 Aug, 2016 15 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
This reverts commit f85e688c.
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
Filter URL Only at HTTPS Filter
-
Franco Fichtner authored
Prodded by: @fabianfrz
-
Franco Fichtner authored
-
Franco Fichtner authored
This is especially useful for "sudo su" in manually created admins to gain access to the console menu without compromising the root password.
-
- 18 Aug, 2016 2 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
-
- 17 Aug, 2016 3 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
Needs more fixing/unification with the proper way of doing it, but for now let these strings trickle through the translation machinery for maximum effect.
-
Franco Fichtner authored
We don't have to do anything here anymore. Since we started using pkg(8) the extensions.ini was always consistent, but we needed to make sure that the order is correct. Some more cleverness was added to no prevent other PHP modules from simply "plugging in", but since they are not in one extensions.ini anymore it won't matter. Expecting some splatter during upgrade, but hopefully also no more php-suhosin clashes with php56-session not loaded. :)
-
- 16 Aug, 2016 8 commits
-
-
Ad Schellevis authored
(services_dnsmasq.php) colspan not compatible with mobile/opnsense_standard_table_form, closes https://github.com/opnsense/core/issues/1142
-
Franco Fichtner authored
Suggested by: @Antonio-Prado
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
Suggested by: @DokuKaefer
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
Suggested by: @Antonio-Prado
-
- 15 Aug, 2016 11 commits
-
-
Ad Schellevis authored
(proxy) add constraint on filename for remoteacl, closes https://github.com/opnsense/core/issues/700
-
Franco Fichtner authored
-
Franco Fichtner authored
Whitelisting in Suhosin is needed to make this work, but unfortunately this will disable whitelisting for all of phar. A pretty debatable design choice, but for now we keep this on -devel until we know what to do...
-
Ad Schellevis authored
-
Ad Schellevis authored
-
https://github.com/opnsense/core/issues/272Ad Schellevis authored
Constraints hook into the default validations, new constraints should derive from BaseConstraint. This commit contains the code needed to add constraints to our model and a unittest for the UniqueConstraint option. Add the following to a model field, to force uniqueness for a combination of keys: <Constraints> <check001> <!--validation name, unique within this field--> <message>number should be unique</message> <!--the message to output on validation failure --> <type>OPNsense\Base\Constraints\UniqueConstraint</type> <!--the class to construct, derived from OPNsense\Base\Constraints\BaseConstraint --> <addFields> <!--optional additional fields for the equation, defined in UniqueConstraint --> <field1>optfield</field1> </addFields> </check001> </Constraints>
-
Franco Fichtner authored
-
Franco Fichtner authored
If there is not enough space in /tmp, it's really nothing we can do about here. This is not an essential file.
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Franco Fichtner authored
Taking the liberty to use this as an opportunity to kill the usage of "e-mail". Suggested by: @Antonio-Prado
-
- 14 Aug, 2016 1 commit
-
-
Ad Schellevis authored
-