4042 Commits

Author SHA1 Message Date
Franco Fichtner
fbe855abb6 src: whitespace sweep ;) 2016-01-27 10:34:38 +01:00
Ad Schellevis
e5c48cf6f0 (legacy) refactor rss.widget.php, use latest SimplePie 2016-01-27 10:28:29 +01:00
Ad Schellevis
bf229dff47 (rss) replace oldi simplepie version 2016-01-27 10:27:47 +01:00
Franco Fichtner
9a44a854a9 login: use former branding, looks a bit nicer 2016-01-27 08:57:16 +01:00
Franco Fichtner
dbe860f07d login: improve look and feel
o Can't unset the session var anymore resulting in permanent
  login error message display until login was successful.
o Remove some padding and make permanent room for the error
  message so that the container doesn't grow after submit.
o Move the workaround to a permanent position in <button/>.
o Move the copyright right line right underneath the container.
2016-01-27 07:45:53 +01:00
Franco Fichtner
21136d005e config: unify parameter passing for write/rev entry 2016-01-27 07:12:28 +01:00
Franco Fichtner
abc621a2ae config: tone down overrides for config revision history 2016-01-27 07:08:55 +01:00
Ad Schellevis
be965a7f1b (mvc) extend CertificateField type 2016-01-26 21:16:20 +01:00
Franco Fichtner
9ae707fea0 filter: no way to trigger source-track from GUI -> purged 2016-01-26 18:06:41 +01:00
Ad Schellevis
9defc2f444 (legacy) spacing / curly braces in config.lib.inc 2016-01-26 17:43:10 +01:00
Ad Schellevis
6e8f51d434 (config) automatic recovery when config is broken, closes https://github.com/opnsense/core/issues/701 2016-01-26 17:10:49 +01:00
Franco Fichtner
a0fc098595 make: allow passing of literal flavour, use with care 2016-01-26 16:33:36 +01:00
Ad Schellevis
1a891bc4d0 (legacy) change help text to reflect reality, closes https://github.com/opnsense/core/issues/708 2016-01-26 13:47:17 +01:00
Ad Schellevis
8ab78effd7 (menu) show menu item for aliases/network type 2016-01-26 13:18:57 +01:00
Ad Schellevis
5997f1dfc6 (legacy/xmlrpc) add glue for trafficshaper/captive portal sync 2016-01-26 11:48:36 +01:00
Ad Schellevis
1a4a3229a4 (hasync) add captiveportal and traffic shaper to hasync
note: there's no trigger to perform the sync, so currently differences are only synced in the slipstream of otther events.
The events around synchronisation and reloading services really need some work sometime....
2016-01-26 11:31:29 +01:00
Ad Schellevis
63af1e7c90 (xmlrpc) interpret mvc/array type objects in xmlrpc server sync procedure 2016-01-26 11:25:30 +01:00
Ad Schellevis
2751f6f9cb (legacy) xmlrpc reduce number of custom hooks 2016-01-26 10:49:02 +01:00
Ad Schellevis
ab17de8c71 (legacy) mark deletions in xmlrpc source data 2016-01-26 10:32:09 +01:00
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