4074 Commits

Author SHA1 Message Date
Ad Schellevis
ef99a280fd (ids) add download filter action to model/ui and cleanup some code
- change api method listInstallableRuleset to listRulesets
- add api method getRuleset
- add api method setRuleset
- change api method toggleInstalledRuleset to toggleRuleset
- fix reload action on multiselect
2016-01-29 17:43:19 +01:00
Ad Schellevis
c1a58cdd6d (mvc) extend basemodel 2016-01-29 17:37:18 +01:00
Ad Schellevis
dadbdf909f (mvc) add simpler model validation method
just a pattern that returns from time to time, encapsulated into a new method so we can remove some code.
2016-01-29 17:10:55 +01:00
Ad Schellevis
7f0a25a13c (mvc) "none" option to optional field in OptionField type 2016-01-29 15:03:18 +01:00
Ad Schellevis
6873c25019 (captiveportal) fix dialog style on delete 2016-01-29 08:24:55 +01:00
Ad Schellevis
0c8f573709 (captiveportal) limit the max vouchers per call, closes https://github.com/opnsense/core/issues/722 2016-01-29 08:21:33 +01:00
Franco Fichtner
0086548dc4 rc: fixup extensions.ini permission
PR: https://forum.opnsense.org/index.php?topic=2090
2016-01-29 07:00:45 +01:00
Franco Fichtner
4c27e412e6 src: simplify to close #702
o $g['theme'] usage converted
o $g['language'] usage zapped
o globals.inc removed
2016-01-28 21:27:18 +01:00
Ad Schellevis
3920ec3135 Merge pull request #717 from oparoz/patch-1
"device polling" changes also require a reboot
2016-01-28 18:37:56 +01:00
Ad Schellevis
1cf1666141 (legacy) typo in titel, closes https://github.com/opnsense/core/issues/718 2016-01-28 17:36:53 +01:00
Olivier Paroz
a18f6df78c "device polling" changes also require a reboot
The changes won't happen until the interface is re-configured, just like for the other settings.
2016-01-28 17:26:30 +01:00
Franco Fichtner
9fbf0cb178 firmware: revoke 15.7 fingerprint; closes #586 2016-01-28 15:03:28 +01:00
Franco Fichtner
703372eae2 config: trim newline character for neatness 2016-01-28 14:48:23 +01:00
Franco Fichtner
9f2d4bae77 rc: fix halt script display for global vars 2016-01-28 14:31:46 +01:00
Franco Fichtner
b49cb6c6fd search: remove paddign to align with right boarder 2016-01-28 09:11:16 +01:00
Franco Fichtner
e82bcae6e5 lang: last minute glitch, geez ;) 2016-01-28 07:07:29 +01:00
Franco Fichtner
0d7f062084 lang: merge translation progress
Taken from: https://translate.opnsense.org/
2016-01-28 05:58:55 +01:00
Franco Fichtner
28c4587b70 search: move quick navigation to the far right 2016-01-27 23:21:15 +01:00
Franco Fichtner
4ec5a52897 lang: merge progress from translation server
Taken from: https://translate.opnsense.org/
2016-01-27 20:41:46 +01:00
Ad Schellevis
c4e6c41ae1 (legacy) remove htmlspecialchars in firewall_rules.php 2016-01-27 19:53:22 +01:00
Ad Schellevis
b360f5f958 (legacy) firewall_rules.php redirect to correct page for "Block bogon networks", closes https://github.com/opnsense/core/issues/713 2016-01-27 19:32:54 +01:00
Ad Schellevis
a7e4762b9c (legacy) fix html errors, remove $closehead 2016-01-27 18:18:05 +01:00
Ad Schellevis
96b0b961a2 (legacy) fix html errors in firewall_rules.php 2016-01-27 17:26:21 +01:00
Ad Schellevis
204e93a791 (menu/search) send errors to js log 2016-01-27 17:14:48 +01:00
Franco Fichtner
3d7d907889 proxy: s/txz/tgz/g 2016-01-27 15:01:40 +01:00
Ad Schellevis
c5299dba74 (proxy) add txz as valid download format 2016-01-27 13:56:41 +01:00
Franco Fichtner
2da105f078 firewall: tweak previous 2016-01-27 13:44:57 +01:00
Franco Fichtner
33004e879c firewall: don't leak NAT rules into interface tab; closes #695 2016-01-27 13:16:45 +01:00
Franco Fichtner
f57ac817bf login: use default font color here too 2016-01-27 13:06:19 +01:00
Franco Fichtner
7717d7366c make: fix lint target after latest additions 2016-01-27 11:30:02 +01:00
Franco Fichtner
ebaef43b60 make: honour spaces during plist/install stage 2016-01-27 09:44:24 +01:00
Franco Fichtner
b1120c8eaa contrib: move private files, part of upcoming contrib code rework
Long story short: we don't want contrib code inside src/opnsense/contrib
so a few things need to be shuffled.  First pass is moving the current
contrib stuff to the same location instead and migrating the non-code
tzdata file.
2016-01-27 10:43:38 +01:00
Franco Fichtner
fbe855abb6 src: whitespace sweep ;) 2016-01-27 10:34:38 +01:00
Ad Schellevis
e5c48cf6f0 (legacy) refactor rss.widget.php, use latest SimplePie 2016-01-27 10:28:29 +01:00
Ad Schellevis
bf229dff47 (rss) replace oldi simplepie version 2016-01-27 10:27:47 +01:00
Franco Fichtner
9a44a854a9 login: use former branding, looks a bit nicer 2016-01-27 08:57:16 +01:00
Franco Fichtner
dbe860f07d login: improve look and feel
o Can't unset the session var anymore resulting in permanent
  login error message display until login was successful.
o Remove some padding and make permanent room for the error
  message so that the container doesn't grow after submit.
o Move the workaround to a permanent position in <button/>.
o Move the copyright right line right underneath the container.
2016-01-27 07:45:53 +01:00
Franco Fichtner
21136d005e config: unify parameter passing for write/rev entry 2016-01-27 07:12:28 +01:00
Franco Fichtner
abc621a2ae config: tone down overrides for config revision history 2016-01-27 07:08:55 +01:00
Ad Schellevis
be965a7f1b (mvc) extend CertificateField type 2016-01-26 21:16:20 +01:00
Franco Fichtner
9ae707fea0 filter: no way to trigger source-track from GUI -> purged 2016-01-26 18:06:41 +01:00
Ad Schellevis
9defc2f444 (legacy) spacing / curly braces in config.lib.inc 2016-01-26 17:43:10 +01:00
Ad Schellevis
6e8f51d434 (config) automatic recovery when config is broken, closes https://github.com/opnsense/core/issues/701 2016-01-26 17:10:49 +01:00
Franco Fichtner
a0fc098595 make: allow passing of literal flavour, use with care 2016-01-26 16:33:36 +01:00
Ad Schellevis
1a891bc4d0 (legacy) change help text to reflect reality, closes https://github.com/opnsense/core/issues/708 2016-01-26 13:47:17 +01:00
Ad Schellevis
8ab78effd7 (menu) show menu item for aliases/network type 2016-01-26 13:18:57 +01:00
Ad Schellevis
5997f1dfc6 (legacy/xmlrpc) add glue for trafficshaper/captive portal sync 2016-01-26 11:48:36 +01:00
Ad Schellevis
1a4a3229a4 (hasync) add captiveportal and traffic shaper to hasync
note: there's no trigger to perform the sync, so currently differences are only synced in the slipstream of otther events.
The events around synchronisation and reloading services really need some work sometime....
2016-01-26 11:31:29 +01:00
Ad Schellevis
63af1e7c90 (xmlrpc) interpret mvc/array type objects in xmlrpc server sync procedure 2016-01-26 11:25:30 +01:00
Ad Schellevis
2751f6f9cb (legacy) xmlrpc reduce number of custom hooks 2016-01-26 10:49:02 +01:00