81 Commits

Author SHA1 Message Date
Franco Fichtner
e33a4ed298 firewall: remove comment that is now false 2016-12-20 22:42:04 +01:00
Franco Fichtner
31e16746fe firewall: how many times is this hardcoded? :) 2016-12-20 22:39:24 +01:00
Ad Schellevis
5a94936bc6 (filter) refactor antilockout 2016-11-17 15:42:05 +01:00
Franco Fichtner
029393adf2 firewall: url_safe() conversion, closes #1168
While there, kill "if (write_config())" constructs as this
really isn't a thing.
2016-10-12 08:36:16 +02:00
Franco Fichtner
2f5468ae66 firewall: not my day :) 2016-09-18 20:26:33 +02:00
Franco Fichtner
d27cdb4351 firewall: and another one 2016-09-18 20:08:26 +02:00
Franco Fichtner
1334374b61 firewall: fix typo 2016-09-18 20:07:22 +02:00
Franco Fichtner
0cd0c89575 firewall: tweak previous changes, '[+]' ASCII art will be confusing
Expand / join the descriptive text and explain floating rules a bit more.
2016-09-18 20:03:28 +02:00
Ad Schellevis
69e28f8491 (firewall) remove extra button, closes https://github.com/opnsense/core/issues/1173 2016-09-05 18:29:35 +02:00
Ad Schellevis
9503d722d9 (firewall) unhide bottom row for https://github.com/opnsense/core/issues/1173 2016-09-05 16:11:38 +02:00
Franco Fichtner
f6a6a08216 firewall: fix link to advanced settings 2016-07-15 14:07:55 +02:00
Ad Schellevis
4e3b66c257 zapp pfsense-utils.inc 2016-06-20 16:59:19 +02:00
Ad Schellevis
3ef4f1dc3b (firewall_rules.php) use new pluggable interfaces and remove old custom hooks 2016-06-01 10:50:12 +02:00
Ad Schellevis
a19f10fbb2 (firewall) zapp "match" 2016-05-30 15:11:08 +02:00
Franco Fichtner
a404c216df firewall: blue arrow for consistency 2016-04-28 13:22:11 +02:00
Franco Fichtner
aa21adfe18 firewall: mark deprecated ICMP types; closes #912
Taken from: http://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml
2016-04-28 08:40:26 +02:00
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
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
2592fabbbd unhide if #categories = 1 in firewall_rules.php 2016-03-23 16:51:19 +01:00
Ad Schellevis
a0f16501da html error in firewall_rules.php (categories) 2016-03-23 16:46:37 +01:00
Franco Fichtner
9949d2a1c2 firewall: tweak rules icons; closes #838 2016-03-17 20:49:01 +01:00
Ad Schellevis
b3d6d7982c (firewall) leftover from single select 2016-03-07 12:52:56 +01:00
Franco Fichtner
53df54fc9e www: s/gray/text-muted/g 2016-02-26 17:57:16 +01:00
Franco Fichtner
7bcf39f028 Merge pull request #737 from fabianfrz/translation
translation fix
2016-02-04 14:18:07 +01:00
Ad Schellevis
e1dd183993 (legacy) change behaviour of associated nat rules (https://github.com/opnsense/core/issues/695), show rule but hide edit and duplicate buttons
If for some reason a config has "typeless" rules, which don't belong to any active nat rule the user won't notice this anymore (and doesn't have the ability to remove them).
This can happen with imports from old configs for example or manually changed configs.
2016-02-04 13:34:55 +01:00
Ad Schellevis
23ef5f7005 (legacy) let's multiselect that category search 2016-02-02 22:47:37 +01:00
Fabian Franz
a8962f5e90 translation fix 2016-02-02 11:41:17 +01:00
Ad Schellevis
35a11180fc (legacy) firewall, add optional rule category 2016-01-29 23:31:04 +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
96b0b961a2 (legacy) fix html errors in firewall_rules.php 2016-01-27 17:26:21 +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
83f83a076f firewall: tweak previous a bit 2016-01-23 16:32:55 +01:00
Fabian Franz
ba10c00aca translation fix in firewall_rules.php 2016-01-19 22:59:37 +01:00
Franco Fichtner
185db864ed firewall: don't leak floating rules into interface tabs 2016-01-19 15:40:45 +01:00
Manuel Faux
3f04c0a7e2 Firewall: schedule column: added tooltip and bugfix
Added tooltip to show description of schedule and fixed editing capabilities of
schedules from page firewall_rules.php.
2016-01-10 16:25:06 +01:00
Manuel Faux
1206b9b7ef Firewall: added tooltip to used aliases
Tooltip shows description of alias.
2016-01-10 16:25:06 +01:00
Manuel Faux
cea23f8cae UX: moved tooltip position to top for most tooltips 2016-01-10 12:06:48 +01:00
Manuel Faux
87014246c0 UX: changed delete icon from "X" to "trash" 2016-01-10 12:06:48 +01:00
Ad Schellevis
d7e0198beb Merge pull request #616 from 8191/change_copyicons
Reworked action buttons for list operations
2016-01-08 17:40:30 +01:00
Franco Fichtner
b1256d80b4 firewall: tweak previous for #504 2016-01-08 09:07:14 +01:00
Manuel Faux
418c800dab UX: added missing and unified existing tooltips of buttons
* Added missing tooltips for existing buttons for list management (add line,
    remove line, move line, clone line)
  * Shortened existing tooltip texts to a minimum
  * Fixed incorrect tooltip texts
  * Changed order of buttons to 1. move item, 2. delete item, 3. add item, 4.
    clone item
  * Changed tooltips "click to toggle enable/disable rule" to "disable rule" and
    "enable rule" corresponding to the current state, respectively.
2016-01-08 00:01:38 +01:00
Fabian Franz
cc18380222 fix 504 2016-01-07 18:45:08 +01:00
Manuel Faux
fa142b5536 UX: Changed icon for "add similar item"
Changed button icon of "add similar item" from plus to clone symbol.
2016-01-07 17:06:38 +01:00
Fabian Franz
803d0a65ff fix for #504 2016-01-05 14:36:57 +01:00
Fabian Franz
1d0f083d96 change dialog style 2015-12-31 18:00:31 +01:00
Franco Fichtner
32b572c987 firewall: finish disabled banner
o Deduplicate inside guiconfig.inc, one word needs to be changed...
o No spurious functions unless needed, it will likely linger forever.
o Be less specific about what the function will do, it may change.
o Remove "dismissable", there's no use dismissing static alerts.
o Zap filter switch case, firewall is used in the GUI anyway.
o Mop up the manual instances of the early pull request still present.
o Transform gettext(html) into sprintf(gettext, html).
2015-12-29 22:50:25 +01:00
Franco Fichtner
168de68091 Merge pull request #506 from 8191/no_firewall_warn
firewall: show warning banner if firewall disabled
2015-12-29 22:27:01 +01:00
Ad Schellevis
168f87e5ac (legacy) add symbol to show rule direction on floating rule, closes https://github.com/opnsense/core/issues/533 2015-12-16 09:21:04 +01:00