4745 Commits

Author SHA1 Message Date
Franco Fichtner
abcb4cce31 src: start removal of visual clutter in the form of markup "hints" et al
This makes pages much easer on the eye, the messages are clear still.
2016-04-01 12:56:15 +02:00
Franco Fichtner
4bcdc72b3f firewall: prune virtual ip section 2016-04-01 12:56:15 +02:00
Franco Fichtner
bdf66d4908 firewall: pimp schedule layout 2016-04-01 12:56:15 +02:00
Ad Schellevis
a818fb3f1f (netflow/flowd) validate connection in BaseFlowAggregator 2016-04-01 12:15:11 +02:00
Ad Schellevis
62362038aa (netflow/flowd) get data from aggregator 2016-04-01 12:06:49 +02:00
Franco Fichtner
aac5b9eca0 trust: add "IP security IKE intermediate" to server key usage 2016-04-01 11:40:02 +02:00
Ad Schellevis
a72fda79e0 (netflow/flowd) move resolution to BaseFlowAggregator, add cleanup() to expire old data 2016-04-01 09:54:22 +02:00
Franco Fichtner
2e20c8d6df firewall: simplify and prettify alias pages #443 2016-04-01 08:53:40 +02:00
Franco Fichtner
afc4a48e08 dhcp: fix a crash report 2016-04-01 07:44:50 +02:00
Franco Fichtner
219668b95a Revert "(style) Pulldown menus - Last entry not shown completely, https://github.com/opnsense/core/issues/848 https://github.com/opnsense/core/pull/852"
This reverts commit b32d93da219b025387ca005b02fcb1e5c23514fb.
2016-04-01 07:36:52 +02:00
Franco Fichtner
d81713dc44 interfaces: tweak previous
Requested by: coffee
2016-04-01 07:10:33 +02:00
Franco Fichtner
beab33e579 interfaces: fix a crash report 2016-04-01 07:06:10 +02:00
Franco Fichtner
fe2abc94f1 aliases: tweak curl verify 2016-03-31 20:47:36 +02:00
Ad Schellevis
a206e64b06 (netflow/flowd) data aggregator, initial version / concept 2016-03-31 18:40:05 +02:00
Ad Schellevis
0c358e0d74 (netflow/parse) time.... 2016-03-31 17:12:52 +02:00
Ad Schellevis
f23e3ff6ff (netflow, parse) fix time 2016-03-31 15:55:43 +02:00
Ad Schellevis
905c56f176 (netmap/flowd) map interface indexes to names 2016-03-31 12:09:26 +02:00
Franco Fichtner
c752b77169 lang: poof, Russian at 60% completed
Taken from: https://translate.opnsense.org/
2016-03-31 11:44:01 +02:00
Franco Fichtner
0c4cc0e535 Merge pull request #872 from fabianfrz/translation_2
translation
2016-03-31 09:58:33 +02:00
Fabian Franz
5f62f9a165 translation 2016-03-31 09:34:15 +02:00
Fabian Franz
9dbbceb4d5 translation 2016-03-31 09:21:17 +02:00
Franco Fichtner
1830e53744 lang: sync French, German and Japanese
Taken from: https://translate.opnsense.org/
2016-03-31 08:13:11 +02:00
Ad Schellevis
52a61ae31d (mvc) small fixes for https://github.com/opnsense/core/pull/869 2016-03-30 20:21:58 +02:00
Ad Schellevis
78ca17104c Merge pull request #869 from fraenki/pr_868
support multiple values in ModelRelationField, fixes #868
2016-03-30 20:13:07 +02:00
Ad Schellevis
c5c70b9303 CamelCase setmultiple 2016-03-30 20:10:31 +02:00
Ad Schellevis
4b9c1e0bef style fixes fetchACLs 2016-03-30 19:53:46 +02:00
Ad Schellevis
a4c5f2c7d8 style fixes list_pfsync.py 2016-03-30 19:50:29 +02:00
Ad Schellevis
483980c679 (unbound_dhcpd) style fixes 2016-03-30 19:47:35 +02:00
Ad Schellevis
b34f61cb02 (netflow) style fixes 2016-03-30 19:44:55 +02:00
Ad Schellevis
8bdec9b471 (netflow, reporting) base class for data aggregation (BaseFlowAggregator) 2016-03-30 19:39:02 +02:00
Ad Schellevis
520fdfcc4d (netflow/parse) send None to mark last record 2016-03-30 19:32:04 +02:00
Frank Wall
4f871e40aa support multiple values in ModelRelationField, fixes #868 2016-03-30 18:19:55 +02:00
Ad Schellevis
95522e0935 (mvc/template) add heading support, proposal for https://github.com/opnsense/core/pull/866
Example (from @fraenki):
<field>
        <label>Tuning Options</label>
        <type>header</type>
</field>
2016-03-30 16:37:57 +02:00
Ad Schellevis
16b7eb7384 (mvc) zap base_tabs.volt (unused) 2016-03-30 15:34:40 +02:00
Ad Schellevis
8ab49f48d2 (netflow) typo in export v9 2016-03-30 09:23:25 +02:00
Ad Schellevis
13562e909f (netflow) document parse_flow 2016-03-29 20:58:30 +02:00
Ad Schellevis
68d3a415f4 (netflow) parse flowd files 2016-03-29 20:54:01 +02:00
Ad Schellevis
53eefd4958 (dhcpv6) isset vs !empty 2016-03-29 15:42:23 +02:00
Ad Schellevis
1747924436 (dhcp) isset vs !empty 2016-03-29 15:42:00 +02:00
Ad Schellevis
088ca26680 (mvc, fieldtype) wrong event for setting initial data in UniqueIdField 2016-03-29 11:43:28 +02:00
Ad Schellevis
e5cbe0cfdf (ipsec status) collapse/expand all, closes https://github.com/opnsense/core/issues/811 2016-03-29 10:36:59 +02:00
Ad Schellevis
862fd2c6ae Remember scrolling position when toggling, https://github.com/opnsense/core/issues/840 2016-03-28 17:52:09 +02:00
Ad Schellevis
53d00da877 oops, meant sessionStorage in stead of localStorage, no need to keep things beyond the duration of the session. https://github.com/opnsense/core/issues/840 2016-03-28 14:19:39 +02:00
Ad Schellevis
7c18b0258f switch to local webstorage, https://github.com/opnsense/core/issues/840 thanks @fabianfrz 2016-03-28 14:17:34 +02:00
Ad Schellevis
306b80c79f (legacy) remember scroll position for non ajax toggle/move, https://github.com/opnsense/core/issues/840 2016-03-27 20:06:00 +02:00
Ad Schellevis
0188444c12 (ui) load opnsense.js in legacy code, related to https://github.com/opnsense/core/issues/840 2016-03-27 20:02:09 +02:00
Ad Schellevis
e07fcdcff4 (ui) add some javascript helper functions, related to https://github.com/opnsense/core/issues/840 2016-03-27 20:01:35 +02:00
Franco Fichtner
685746bdc9 Merge pull request #862 from fabianfrz/translation_2
translation
2016-03-27 09:55:59 +02:00
Ad Schellevis
f34a265c77 missing port_range validation in firewall_aliases_edit.php 2016-03-26 18:32:35 +01:00
Franco Fichtner
d0419d15ed interfaces: fixup previous 2016-03-26 13:14:03 +01:00