4023 Commits

Author SHA1 Message Date
Ad Schellevis
debe657eaf (legacy) fix key check 2016-01-26 09:44:41 +01:00
Ad Schellevis
1d7709a3aa (legacy) xmlrpc optimize array merge 2016-01-26 09:38:04 +01:00
Ad Schellevis
93900e3009 (legacy) xmlrpc sync, client, send last uid/gid 2016-01-26 09:36:24 +01:00
Franco Fichtner
9856e6161e Merge pull request #703 from fabianfrz/translation
translation fixes
2016-01-26 09:20:49 +01:00
Fabian Franz
17c2d4e2ce translation fix in authgui.inc 2016-01-26 08:47:54 +01:00
Franco Fichtner
147fc0c7ee logs: drop copyright statements from completely rewritten file 2016-01-25 21:18:37 +01:00
Ad Schellevis
8474d12612 spacing 2016-01-25 20:50:55 +01:00
Ad Schellevis
2b4858fcb6 fix gettext 2016-01-25 20:37:21 +01:00
Ad Schellevis
780493b068 spacing 2016-01-25 20:24:58 +01:00
Ad Schellevis
37416562ad (legacy) legacy.inc (xmlrpc), remove unused published functions and perform cleanups 2016-01-25 20:23:30 +01:00
Ad Schellevis
f4537c33fa (legacy) change help text system_hasync.php thanks to @fabianfrz 2016-01-25 20:08:19 +01:00
Ad Schellevis
44d4839515 (legacy) change help text 2016-01-25 19:24:06 +01:00
Ad Schellevis
392736995c (legacy) regression rc.filter_synchronize 2016-01-25 19:23:26 +01:00
Fabian Franz
9bad3caee6 fix in firewall_nat_1to1_edit.php 2016-01-25 18:54:43 +01:00
Fabian Franz
b9bdf24953 fix in firewall_aliases_edit.php 2016-01-25 18:50:35 +01:00
Ad Schellevis
2de32e8fc9 (legacy) refactor rc.filter_synchronize, fixing the following issues:
* XMLRPC: Special characters should be preserved, closes https://github.com/opnsense/core/issues/596
* XMLRPC sync only works if both systems have the same GUI port configured, closes https://github.com/opnsense/core/issues/125
* remove unreachable code
2016-01-25 15:28:15 +01:00
Fabian Franz
6b82edd11e translation fix 2016-01-25 11:04:19 +01:00
Fabian Franz
f91112ed7e translation fixes 2016-01-25 10:46:03 +01:00
Franco Fichtner
0accb806cd lang: merge progress from translation server 2016-01-25 07:24:47 +01:00
Franco Fichtner
1e5fb3e35a www: add html_safe() for even safer html 2016-01-25 07:20:06 +01:00
Franco Fichtner
68bb3fa5c3 firewall: remove non-standard dscp feature
FreeBSD never implemented this.  OpenBSD did it differently and
more consequently: the `tos' tag of pf.conf(4) was properly extended
and their pf(4) can only be used to set the DSCP bit for symmetry
and general usefulness.  Until this comes back around to FreeBSD,
we'll leave it out.
2016-01-24 19:20:42 +01:00
Franco Fichtner
93be8b94b6 Merge pull request #699 from fabianfrz/translation
translation fix for proxy page
2016-01-24 13:11:33 +01:00
Fabian Franz
1e45c0b45b fix for proxy page 2016-01-24 13:06:13 +01:00
Franco Fichtner
498b1d91d1 openvpn: LibreSSL does not have cryptodev so fix parse; closes #684 2016-01-24 12:16:20 +01:00
Franco Fichtner
463d9d12e3 search: stop overflow in case of long page path 2016-01-24 11:58:41 +01:00
Franco Fichtner
83f83a076f firewall: tweak previous a bit 2016-01-23 16:32:55 +01:00
Franco Fichtner
0ba381f22d Merge pull request #690 from fabianfrz/translation
Translation
2016-01-23 16:05:19 +01:00
Franco Fichtner
b3053e79ad interfaces: finish up arp and ndp
o Order dependencies alphabetically in Makefile
o Use try/except so that failed lookup won't trash the script run
2016-01-23 16:01:21 +01:00
Franco Fichtner
a619d5cc44 Merge pull request #696 from gitdevmod/lookup-mac
use netaddr to lookup mac address in list_arp.py and list_ndp.py
2016-01-23 16:00:18 +01:00
Franco Fichtner
c45bb6cf0f menu: hide another entry 2016-01-23 09:51:50 +01:00
gitmod
62bccbbe0c add py27-netaddr dependency 2016-01-22 23:02:19 +01:00
Franco Fichtner
3d45ed87dd search: some more tweaks
o Translate menu returned from API (glitchy, but why?)
o Fix styling in chrome by realigning the grouing
o Remove the button, enter is quicker
o Search indicator to the left
o Hide more menu entries
o Space around separator
2016-01-22 22:36:50 +01:00
gitmod
40f6c6663a use netaddr to lookup mac address 2016-01-22 19:53:10 +01:00
gitmod
a5a6678823 use space 2016-01-22 19:39:40 +01:00
gitmod
bde7fab3f9 use netaddr to lookup mac address 2016-01-22 19:33:26 +01:00
Ad Schellevis
78148368b5 (legacy) vpn_openvpn_client.php add duplicate option + some style fixes and cleanups. closes https://github.com/opnsense/core/issues/676 2016-01-22 19:01:12 +01:00
Fabian Franz
ae7c24b5a9 fix in src/www/diag_testport.php 2016-01-22 18:56:59 +01:00
Fabian Franz
6a9fe3c0e1 fix in diag_resetstate.php 2016-01-22 18:52:32 +01: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
Franco Fichtner
4b725a0cd6 search: improve behaviour
o Set tabindex to first for "tab -> type" action
o Translate "Search" string
o Redesign matcher to allow searching for multiple words at once
o Hide unwanted dashboard root submenu item
o Whitespace sweep
2016-01-22 17:25:35 +01:00
Ad Schellevis
dd8d829dc8 (menu) use visibility property 2016-01-22 17:08:20 +01:00
Ad Schellevis
702b962934 (menu/api) hide non visible items 2016-01-22 16:53:23 +01:00
Ad Schellevis
38a8276d4b (menu) add Visibility property 2016-01-22 16:52:02 +01:00
Ad Schellevis
82546f3bc6 (legacy) cleanup spaces and add curly braces in rc.filter_synchronize before changing things there... 2016-01-22 15:41:54 +01:00
Ad Schellevis
32d82fd5ce (legacy) spacing legacy.inc 2016-01-22 15:29:20 +01:00
Ad Schellevis
1bf660a450 (legacy) add menu search box in legacy template, we may need to consolidate some JS code later 2016-01-22 14:54:29 +01:00
Ad Schellevis
c759e92f82 (ui) add missing script type 2016-01-22 14:50:38 +01:00
Ad Schellevis
c95615ba19 (legacy) tabs to spaces in head.inc 2016-01-22 14:48:33 +01:00
Ad Schellevis
7aefb9f81f (legacy) tabs and spaces in fbegin.inc, non functional 2016-01-22 14:40:48 +01:00