55 Commits

Author SHA1 Message Date
Ad Schellevis
23ef5f7005 (legacy) let's multiselect that category search 2016-02-02 22:47:37 +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
Manuel Faux
0a7e86556f Cleaner way to show banner for disabled services 2015-12-11 15:19:07 +01:00
Franco Fichtner
86d50f8793 www: remove the need for manual $pgtitle #461 2015-12-08 19:45:59 +01:00
Manuel Faux
5d159b2c89 firewall: show warning banner if firewall disabled
If firewall is globally disabled, show a warning banner in all relevant
firewall configuration and diagnostic screens (filter and NAT).
2015-12-07 07:57:04 +01:00
Manuel Faux
7407fe8bc5 firewall: show implicit IPv6 block rule if IPv6 disabled
If IPv6 is not enabled in global networking settings, show the implicitly
generated IPv6 block rule in floating firewall rules.
2015-12-06 20:20:53 +01:00
Manuel Faux
9d7f64131c firewall: show "log" icon for RFC 1918 and IANA rules
Show a "log" icon if the RFC 1918 rule or the reserved IANA rules
are configured to be logged.
2015-12-05 07:37:07 +01:00
System Administrator
3dd79c51d2 firewall: adopt formatting of RFC 1918 and IANA rules
Adopt style of RFC 1918 rule and reserved IANA rule to match user created
rules in style.
2015-12-04 21:38:15 +01:00
Ad Schellevis
48acede90b (legacy) firewall_rules.php wrong variable 2015-11-30 17:04:28 +00:00
Ad Schellevis
5b7c9fbd83 (legacy) remove unused 2015-11-16 19:09:48 +00:00
Ad Schellevis
9c210dd7f8 (legacy) firewall_rules.php make interface selection a bit less "tab" like 2015-09-03 09:51:23 +00:00
Ad Schellevis
51962caa08 (legacy) remove left over debug stuff firewall_rules.php 2015-08-25 14:17:09 +00:00
Ad Schellevis
ee7fbedc53 (legacy) refactor firewall_rules.php 2015-08-21 15:52:32 +00:00
Franco Fichtner
fd3e179f6f firewall: do not probe translations for other translated words; fixes #321 2015-08-17 07:39:58 +02:00
Ad Schellevis
564703643c (legacy) fix some warnings in firewall pages 2015-07-24 10:00:09 +00:00
Ad Schellevis
465e699e71 (legacy) dependency cleanups related to functions.inc / interfaces.inc 2015-07-22 16:56:38 +00:00
Ad Schellevis
ea5dd43a31 (legacy) move pfsense-utils.inc dependency 2015-07-22 15:09:18 +00:00
Ad Schellevis
2480cd3920 (legacy) remove unused, move single used functions out of shared files 2015-07-07 13:43:13 +00:00
Ad Schellevis
ba800ae6c8 (legacy) fix check on $savemsg and $input_errors 2015-07-06 14:43:02 +00:00
Franco Fichtner
22e0e257a2 queues: remove shaper.inc 2015-06-18 14:20:20 +02:00
Franco Fichtner
2c4b81a1c0 queues: remove firewall_shaper_queues.php 2015-06-18 13:30:37 +02:00
Ad Schellevis
8e93b4c475 (firewall) remove some more unused code 2015-05-25 20:43:03 +00:00
Ad Schellevis
7bf001c403 (firewall) fix for https://github.com/opnsense/core/issues/168 (delete multiple items) 2015-05-18 14:18:44 +00:00
Franco Fichtner
8d1809edb3 src: fix `Illegal string offset' warning in firewall rules 2015-04-01 11:44:51 +02:00
Ad Schellevis
c6240d38f8 cleanup non functional javascript code 2015-03-30 08:35:23 +00:00
Ad Schellevis
fe5ae1b7b2 cleanup requires + small typo's 2015-03-23 20:47:12 +00:00
Sjon Hortensius
e7916b44d7 minor: properly complete and close SPAN tag 2015-02-21 15:51:50 +01:00
Franco Fichtner
922d375b5c src: whitespace sweep 2015-02-10 10:42:00 +01:00