5009 Commits

Author SHA1 Message Date
Franco Fichtner
d376cfdf5c dashboard: default to empty, allow empy save; closes #1048
We do have a config.xml default, and we don't need a second default
that pops up every time the old layout is cleared.  On top of that
the old layout could never be cleared again, so it only dealt with
an empty config.xml scenario which we don't have.
2016-07-02 09:44:57 +02:00
Franco Fichtner
40c8dc03e7 dashboard: new defaults for dashboard (2 cols, system info left) 2016-07-01 18:19:07 +02:00
Franco Fichtner
5382c314fe firmware: correctly catch 500, closes #1047 2016-07-01 15:43:29 +02:00
Franco Fichtner
58b68c9c45 pkg: don't back up db, it seems to forget things 2016-07-01 15:33:54 +02:00
Franco Fichtner
b80d378c31 firmware: zap newline on previous 2016-07-01 14:47:35 +02:00
Franco Fichtner
b5c7f232d7 firmware: make ABI a bit more flexible and also register name 2016-07-01 14:33:17 +02:00
Franco Fichtner
e9cb65190e firewall: fix logs service annotation, had embedded html... 2016-07-01 09:16:18 +02:00
Franco Fichtner
fcafea094e logs: fix a crash report 2016-07-01 07:19:14 +02:00
Franco Fichtner
317410c19a pkg: add fingerprint for 16.7 2016-06-30 10:01:38 +02:00
Ad Schellevis
6c718335c1 set width eventually we should fix this with css . 2016-06-29 20:25:12 +02:00
Ad Schellevis
365afd1b2d fix spacing in diag_logs_template.inc https://github.com/opnsense/core/issues/1003 2016-06-29 20:22:27 +02:00
Ad Schellevis
40ca0a8a3a cleanup js, style fixes in vpn_openvpn_server.php for https://github.com/opnsense/core/issues/1005 2016-06-29 20:21:47 +02:00
Franco Fichtner
76d9190b9d Revert "ui: tip toeing around mobile issues for #1003"
This reverts commit f44b7e0ca33cc6aaa77afcd5877616185b3555b4.
Ad found an irregularity, so we back this out and look for a
better fix...
2016-06-29 18:49:25 +02:00
Ad Schellevis
8591636af7 cleanup js in widgets/ipsec.widget.php for https://github.com/opnsense/core/issues/1005 2016-06-29 09:58:55 +02:00
Franco Fichtner
8fd415a9c1 system: add ACL entry for LDAP import page to parent; closes #1046 2016-06-29 07:08:39 +02:00
Franco Fichtner
21b428d35f gatways: remove last check, it's wrong and not too helpful 2016-06-28 08:11:12 +02:00
Fabian Franz
ae4dfa6778 fix for the boot issue in openvpn_get_engines(); closes #1038 2016-06-28 07:14:34 +02:00
Ad Schellevis
92bf3f2aee cleanup js in vpn_ipsec_phase2.php for https://github.com/opnsense/core/issues/1005 2016-06-27 18:16:48 +02:00
Ad Schellevis
ec533835e1 fix previous 2016-06-27 17:16:34 +02:00
Ad Schellevis
3cc02b0974 cleanup js in vpn_ipsec_phase1.php for https://github.com/opnsense/core/issues/1005 2016-06-27 17:04:44 +02:00
Ad Schellevis
5f27b92ce3 cleanup js in system_usermanager.php for https://github.com/opnsense/core/issues/1005 2016-06-27 14:02:56 +02:00
Ad Schellevis
14465f999a user/group text mixup in system_groupmanager.php 2016-06-27 13:57:33 +02:00
Ad Schellevis
9a1a4930e0 missing ; 2016-06-27 13:52:45 +02:00
Ad Schellevis
1c6096c160 cleanup js code in system_groupmanager.php for https://github.com/opnsense/core/issues/1005 2016-06-27 13:29:15 +02:00
Ad Schellevis
464f7d6dd9 js cleanup system_authservers.php for https://github.com/opnsense/core/issues/1005 2016-06-27 13:13:23 +02:00
Ad Schellevis
e047524e2e js cleanup system_advanced_admin.php for https://github.com/opnsense/core/issues/1005 2016-06-27 12:49:55 +02:00
Ad Schellevis
4ea7221ff1 js cleanup services_ntpd_gps.php for https://github.com/opnsense/core/issues/1005 2016-06-27 12:00:52 +02:00
Ad Schellevis
4bc6bf3327 js cleanup services_ntpd.php for https://github.com/opnsense/core/issues/1005 2016-06-27 11:37:40 +02:00
Ad Schellevis
067ffd6892 cleanup js code in services_dyndns_edit.php for https://github.com/opnsense/core/issues/1005 2016-06-27 11:29:09 +02:00
Ad Schellevis
527566bc2a better to hide fields for digfferent types, loosly related to https://github.com/opnsense/core/issues/1041 2016-06-27 10:42:38 +02:00
Franco Fichtner
d0f6c169c8 services: fix lb pool edit crash report 2016-06-27 08:07:42 +02:00
Ad Schellevis
333a7db434 javascript cleanup services_dnsmasq.php for https://github.com/opnsense/core/issues/1005 2016-06-26 20:05:25 +02:00
Ad Schellevis
2d9e600411 (ids) re-create database if table count doesn't match 2016-06-26 15:57:00 +02:00
Ad Schellevis
642cbe1cce (ids) add action selection in rules tab, extend rule query with installed_action to represent the running configuration. closes https://github.com/opnsense/core/issues/751 2016-06-26 15:47:04 +02:00
Ad Schellevis
16a876d045 (ids) hook in existing api calls to change rule action in alert model, closes https://github.com/opnsense/core/issues/752 2016-06-26 14:15:21 +02:00
Franco Fichtner
2e5ab31825 interfaces: dhcpv6 debugging *and* logging for rtsold too #637 2016-06-24 07:58:28 +02:00
Franco Fichtner
06ababd887 services: verify ddns domain key as Base64; closes #1035
Geez, PHP won't really tell if decode failed so we go full circle.
2016-06-23 17:07:21 +02:00
Franco Fichtner
b229c5019f src: whitespace sweep and a missing \ 2016-06-23 16:47:56 +02:00
Ad Schellevis
933ef0c318 crash report, PHP Warning: array_unique() expects parameter 1 to be array, null given in /usr/local/etc/inc/services.inc on line 1575 2016-06-23 15:08:52 +02:00
Ad Schellevis
e922594242 send upload exceptions to syslog for google drive 2016-06-23 14:43:26 +02:00
Ad Schellevis
3f4d694fe3 captive portal, increase timeout, sometimes 2 seconds may not be enough.
fix for:
PHP Warning:  SQLite3Stmt::execute(): Unable to execute statement: database is locked in /usr/local/opnsense/scripts/OPNsense/CaptivePortal/process_accounting_messages.php on line 68
2016-06-23 14:30:34 +02:00
Ad Schellevis
6d7c1cb7db send exception to syslog for Google drive download 2016-06-23 14:24:54 +02:00
Franco Fichtner
e287db604d services: flush domain key only once but keep zone key assignment #1023 2016-06-23 11:41:12 +02:00
Franco Fichtner
845b96d41f system: tighten serial handling around /etc/ttys 2016-06-22 18:25:12 +02:00
Franco Fichtner
0273d26510 rc: on second thought, always run twice
mount(8) will mount an unclean root fs, so if we get into a
mount issue after having run fsck twice first time in the loop
the next iteration will fix the system, but may not mark it clean.

Avoid that by always invoking fsck twice, for better or worse.
2016-06-22 16:30:56 +02:00
Franco Fichtner
80dc8457bc rc: always force an fsck after unclean shutdown 2016-06-22 16:12:17 +02:00
Ad Schellevis
0e38a48778 fix spurious config write, closes https://github.com/opnsense/core/issues/1029 2016-06-21 20:37:00 +02:00
Franco Fichtner
51ad932cc1 src: remove a few spurious ini_set() calls 2016-06-21 20:15:55 +02:00
Franco Fichtner
1de9a183f1 mvc: apply larger memory limit here too; closes #1032 2016-06-21 19:17:22 +02:00
Franco Fichtner
f441eae5b4 xmlrpc: prevent undefined errors on remote service restart
Further proof that all of the system should use the plugin system,
as the dependencies are going to be unmanageable in the long run.
As soon as there is a new base service with its own include file
its definition will be missing.
2016-06-21 14:52:43 +02:00