Franco Fichtner
0529e54d0e
mvc: style fixes
2015-07-02 14:53:54 +02:00
Ad Schellevis
f5a8b1cf1e
(ids) change page title to "Intrusion Detection"
2015-07-02 14:34:04 +02:00
Ad Schellevis
a6588196fc
(status services) add ids/suricata to page
2015-07-02 12:33:18 +00:00
Franco Fichtner
fa8bf4e4ba
src: whitespace police
2015-07-02 12:00:19 +02:00
Franco Fichtner
5f625de71c
lang: add a German translation
...
via: https://twitter.com/farbenstau/status/616544402887057409
2015-07-02 11:55:59 +02:00
Jos Schellevis
d1538bc13c
(proxy) remove duplicate reconfigure action
2015-07-02 11:50:35 +02:00
Jos Schellevis
5b27c0af70
(proxy) Download and reconfigure fix
2015-07-02 11:45:10 +02:00
Franco Fichtner
2f28e98ca4
system: enable German, it's at the magic 30% level
...
While there, zap unused code and let the other languages be picked up
by xgettext as they don't print anywhere like that.
2015-07-02 11:44:39 +02:00
Ad Schellevis
c10d93615e
(ids) check for existing rulecache before read
2015-07-02 11:38:32 +02:00
Fabian
f08169cd24
Created partial German translation (30%); closes #230
...
Individual commits squashed:
Create de-de.po
Update de-de.po
spelling
missed plural form
Hooked up de_DE.po correctly while at it. Thanks! :)
2015-07-02 11:35:15 +02:00
Jos Schellevis
b46bbe024b
(proxy) wip adding download option
2015-07-02 11:25:32 +02:00
Jos Schellevis
a8b9a6bcc4
(proxy) fix itereation issue with remoteblacklist
2015-07-02 10:55:34 +02:00
Ad Schellevis
7b274b9258
fix issue https://github.com/opnsense/core/issues/221 (dyndns edit missing from menu)
2015-07-02 08:45:15 +00:00
Ad Schellevis
4ab3c4f1e1
(ids) ui layout fix, change order of info / enabled to keep alignment better
2015-07-02 10:38:27 +02:00
Jos Schellevis
714079578a
(proxy) update remoteblacklists
2015-07-02 10:33:54 +02:00
Franco Fichtner
e9866f9544
config: adhere to defaults, but force a mismatch on factory bootup; #5
2015-07-02 10:32:11 +02:00
Franco Fichtner
33fec4aee5
config: consistent default settings; #5
...
Unsetting LAN, later setting it will strip the defaults from the
interface section so try to avoid that by always settings defaults.
2015-07-02 10:32:11 +02:00
Jos Schellevis
f60779e0d8
(proxy) fix typo in target
2015-07-02 10:26:03 +02:00
Ad Schellevis
98a85abf58
(traffic shaper) change to new validation behavior
2015-07-02 10:05:07 +02:00
Ad Schellevis
d3fe1cff77
(proxy) change to new validation behavior
2015-07-02 10:01:20 +02:00
Ad Schellevis
b814e215e5
(mvc) api cleanups
2015-07-02 09:59:49 +02:00
Jos Schellevis
1836bc5a2d
(proxy) Add remoteblacklist to squid configuration
2015-07-02 09:58:21 +02:00
Jos Schellevis
21ba10e29d
(proxy) add target for externelACL configfile
2015-07-02 09:37:00 +02:00
Ad Schellevis
7e5a18e3f3
(ids) change to new validation behavior
2015-07-02 09:35:01 +02:00
Ad Schellevis
1eb82cbbc6
(cron) change to new validation behavior
2015-07-02 09:29:36 +02:00
Ad Schellevis
56b17f7965
(mvc) change base validation behavior to default only validate changes
2015-07-02 09:28:11 +02:00
Jos Schellevis
7f0709dfcb
(proxy) add path for deteting old acl files
2015-07-02 09:25:23 +02:00
Jos Schellevis
82f33c6c85
(proxy) remove disabled acls from filesystem
2015-07-02 09:16:43 +02:00
Jos Schellevis
b82699a93f
(proxy) update acl fetch action to include squid reconfigure
2015-07-02 08:56:13 +02:00
Ad Schellevis
be2a6df6ec
(mvc) fix inheritance of setValue methods
2015-07-02 08:55:08 +02:00
Ad Schellevis
02bd910d70
(cron) change newDailyJob to be disabled by default
2015-07-02 08:35:49 +02:00
Ad Schellevis
8f4f9195aa
(ids) fix typo in ruleset
2015-07-02 08:29:12 +02:00
Franco Fichtner
15910882ca
config: more fixes and sanity; #5
2015-07-02 01:50:17 +02:00
Franco Fichtner
c0b388ad8c
crash reporter: human readable return value
...
CURLOPT_RETURNTRANSFER does flip the return value of curl_exec().
2015-07-02 01:01:07 +02:00
Franco Fichtner
8e4a6e65b8
config: always print summary and ask for confirmation; #5
2015-07-02 00:34:29 +02:00
Franco Fichtner
08524d5e9c
config: make sure that we're not iterating over empty interfaces
2015-07-02 00:27:48 +02:00
Franco Fichtner
39689a7007
config: make WAN optional as well; #5
2015-07-02 00:16:31 +02:00
Franco Fichtner
c8bc87f6ec
src: remove stale shaper mentions
2015-07-02 00:08:32 +02:00
Franco Fichtner
cca7eda6c3
config: clean up more code paths, whew; #5
...
Always unload LAN if previously set. Otherwise no code changes.
2015-07-01 23:33:49 +02:00
Franco Fichtner
daa5462f64
config: clean up the code and horrible usage of temp files; #5
2015-07-01 23:07:34 +02:00
Franco Fichtner
5ddbfd16c7
config: straighten out the wan/lan assign code a little
2015-07-01 21:05:14 +02:00
Franco Fichtner
679b72f355
config: introduce non-interactive interface assignment; #5
...
Boy, this is a fun one! :) Still some work to do, but seems really
good for headless installation or just being plain sloppy. Needed
do adapt timeout() to return the actual input char, so that we can
do the `any key' prompt.
2015-07-01 20:54:02 +02:00
Franco Fichtner
6d3eded219
config: flush unused $auto_assign code
2015-07-01 20:54:02 +02:00
Jos Schellevis
81161cdabc
(proxy) Change layout and add tab to enable remote fetching of blacklists
2015-07-01 20:47:22 +02:00
Jos Schellevis
cb1f2d7b33
(proxy) add index controller for edit dialog
2015-07-01 20:46:16 +02:00
Jos Schellevis
372281b391
(proxy) add settings controller for remote blacklists
2015-07-01 20:45:18 +02:00
Jos Schellevis
e489669d8f
(proxy) update model with remote blacklists
2015-07-01 20:44:03 +02:00
Jos Schellevis
a9638b2216
(proxy) add edit blacklist dialog
2015-07-01 20:42:53 +02:00
Jos Schellevis
dbce49451f
(base) add UrlField validator
2015-07-01 20:41:27 +02:00
Ad Schellevis
130437faab
(cron) add progress icon while waiting
2015-07-01 18:36:27 +02:00