46 Commits

Author SHA1 Message Date
Franco Fichtner
8ca8def5ac firewall: localhost is actually loopback, loosely refs #3041 2018-12-13 09:08:53 +01:00
Ad Schellevis
ebbc086f11 Firewall/VirtualIP, display vhid for IPAlias in overview 2018-12-03 14:44:42 +01:00
Franco Fichtner
c43bdb4b34 firewall: VIPs the new way 2018-11-12 17:23:11 +01:00
Thomas Bandixen
37ed64761a Upper and lower case corrections 2018-10-23 13:36:38 +02:00
Franco Fichtner
574bd308be src: remove trailing dot workaround by removing trailing dots 2018-09-16 11:44:13 +02:00
Franco Fichtner
baa43590d7 src: remove get_configured_interface_with_descr()'s $withdisabled 2018-09-11 22:16:31 +02:00
Franco Fichtner
a35b40a4a7 src: remove unused $only_opt 2018-09-11 21:52:34 +02:00
Franco Fichtner
97bb55ca67 firewall: style #2440 2018-06-13 06:49:39 +00:00
NOYB
6ef9a127ff HTML Compliance - Attribute "type" on Element <script>
Warning: The type attribute is unnecessary for JavaScript resources.

HTML5: Edition for Web Authors
http://www.w3.org/TR/2014/REC-html5-20141028/scripting-1.html
The default, which is used if the attribute is absent, is "text/javascript".

The Script element
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script
HTML5 specification urges authors to omit the attribute rather than provide a redundant MIME type.
2018-01-22 19:13:34 +01:00
Ad Schellevis
8ae34afbba virtual_ip, add optional vhid to support alias ip's on carp. for https://github.com/opnsense/core/issues/1779 2017-08-24 22:49:04 +02:00
Franco Fichtner
d87c6ff556 Scripts: add a license generator for GitHub 2017-08-05 20:21:35 +02:00
Ad Schellevis
69510a5fad legacy ui pages cleanup for https://github.com/opnsense/core/issues/1733 2017-07-22 15:01:26 +02:00
Ad Schellevis
622e8dba35 firewall / add select all, for https://github.com/opnsense/core/issues/1514 2017-04-05 18:37:32 +02: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
Fabian Franz
a94af0da51 fix translation in firewall_virtual_ip.php 2016-09-04 13:26:46 +02:00
Franco Fichtner
1650342466 firewall: can't change mode, cluster menu features; closes #921
Not really satisfied with the HA split but let's just say it's a
work in progress...
2016-05-19 20:19:42 +02:00
Ad Schellevis
7ab0b3463f (legacy) www: strip action attribute from forms where not needed, closes https://github.com/opnsense/core/issues/929 2016-05-12 19:45:28 +02:00
Franco Fichtner
fd4c8acfb0 firewall: remove unneeded code 2016-05-03 08:59:30 +02:00
Franco Fichtner
9989097dd8 src: second part of restyle done 2016-04-01 16:05:35 +02:00
Franco Fichtner
4bcdc72b3f firewall: prune virtual ip section 2016-04-01 12:56:15 +02:00
Ad Schellevis
2d531c30f5 (legacy) add delete selected items in firewall_virtual_ip.php 2016-01-22 17:56:05 +01:00
Ad Schellevis
0a3fd1a07f (legacy) display carp frequency in vip overview 2016-01-22 17:29:06 +01:00
Fabian Franz
b96b291608 fixes by @fichtner 2016-01-18 10:12:43 +01:00
Fabian Franz
e097fe57a8 translation fixes in firewall_virtual_ip.php 2016-01-17 14:04:28 +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
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
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
1d0f083d96 change dialog style 2015-12-31 18:00:31 +01:00
Franco Fichtner
86d50f8793 www: remove the need for manual $pgtitle #461 2015-12-08 19:45:59 +01:00
Franco Fichtner
7e7a29ad34 firewall: fix apply for translations for #444 2015-10-26 08:38:35 +01:00
Ad Schellevis
27dbf565c2 (legacy) fix move to end and some typo's in firewall_virtual_ip.php 2015-09-24 12:54:56 +00:00
Ad Schellevis
747c671d2a (legacy) refactor firewall_virtual_ip.php 2015-08-26 18:19:51 +00:00
Ad Schellevis
a7ac26237f (legacy) remove unused parameter in get_std_save_message 2015-08-17 08:27:34 +00:00
Franco Fichtner
85b5bae190 crash reporter: another issue in virtual ip configuration 2015-08-12 13:39:05 +02:00
Franco Fichtner
6b0ebcae69 src: fix recent crash reports 2015-07-31 09:26:39 +02:00
Ad Schellevis
465e699e71 (legacy) dependency cleanups related to functions.inc / interfaces.inc 2015-07-22 16:56:38 +00:00
Ad Schellevis
7418af459b (legacy) add additional check on $input_errors as part of cleanup notices 2015-07-06 16:58:36 +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
1f5d30b8e7 src: tmp_path gone with the wind 2015-03-12 07:39:52 +01:00
Ad Schellevis
15dcb2ece8 use php session_status to check for active session ( >= php 5.4 ) 2015-03-09 20:56:16 +00:00
Franco Fichtner
3ba3cba107 src: s/session_commit/session_write_close/g for consistency 2015-03-04 07:04:35 +01:00
Jos Schellevis
fb340fcd94 More cleanups, copyrights and links 2015-01-01 13:47:20 +00:00
Franco Fichtner
e78874a7fa firewall: apply whitespace cleanups 2014-12-28 12:04:44 +01:00
Franco Fichtner
727453c076 src: move all files (again)
Make "src" the implicit "/usr/local" so that nobody can
sneak in weird files in the base file system or potentially
overwrite them.

This is the last time, I swear...  :)
2014-12-10 16:42:39 +01:00