5187 Commits

Author SHA1 Message Date
Franco Fichtner
bb9daf3aee ha: small wording tweaks on previous 2016-05-18 12:59:25 +02:00
Ad Schellevis
8b4b5bbb86 (IDS) template, check for existence before using value 2016-05-18 12:18:52 +02:00
Ad Schellevis
eebc4bec0b add legacy style high availability backup status page for easy service restart/configure 2016-05-18 12:10:11 +02:00
Franco Fichtner
2c5768dce5 firmware: consistency in wording #948 2016-05-18 10:31:28 +02:00
Franco Fichtner
38efa570cc firmware: API glue for reboot / powerdown; closes #948 2016-05-18 10:14:48 +02:00
Franco Fichtner
a96b0da4c0 firmware: add configd commands for reboot and powerdown #948
While there, improve the consistency of the cron descriptions
and service messages.
2016-05-18 09:53:52 +02:00
Franco Fichtner
5ad1fa69ad services: bump values in preparation for RFC 7772; see #945
We'll go the long way here, bumping the values first before making
them configurable in the next iteration.
2016-05-18 07:15:49 +02:00
Franco Fichtner
da90e81369 config: deprecate cron export / import 2016-05-17 21:07:44 +02:00
Franco Fichtner
5f3538e4e4 firewall: update bogons, private ranges in there after first update anyway 2016-05-17 21:06:33 +02:00
Franco Fichtner
aa19f4b1db services: refactor return values
Suggested by: @fabianfrz
2016-05-17 20:53:18 +02:00
Ad Schellevis
f759d902dc move legacy service start/stop/restart to services.inc 2016-05-17 18:33:45 +02:00
Franco Fichtner
15b8b9183b cron: honour disabled flag 2016-05-17 18:11:54 +02:00
Franco Fichtner
f34f42d3bd firmware: allow auto-update from cron 2016-05-17 18:03:57 +02:00
Franco Fichtner
bd07877f9e cron: slight review of the current code base; closes #946 2016-05-17 17:49:15 +02:00
Ad Schellevis
7700f7c751 (legacy) remove duplicate import from rc.filter_synchronize 2016-05-17 14:41:43 +02:00
Franco Fichtner
4e2b0079df firmware: narrow window for update-related crash reports
Sync PHP config and PHP directly after installation of the new package
in order to avoid errors for missing files or modules.
2016-05-17 12:18:22 +02:00
Franco Fichtner
c598f2c8da firmware: allow stderr to reach the GUI progress window 2016-05-17 12:07:18 +02:00
Franco Fichtner
4fc57390f7 contrib: move Base32 implementation to own subdir 2016-05-16 19:43:39 +02:00
Franco Fichtner
7a068d5b75 system: typo on previous from abandoned refactoring step 2016-05-16 15:35:16 +02:00
Franco Fichtner
5035c508a2 system: automate proper webgui stop/start; closes #941 2016-05-16 15:27:18 +02:00
Ad Schellevis
08d84231c7 (auth) add otp seed input to usermanager, https://github.com/opnsense/core/issues/449 2016-05-16 13:18:46 +02:00
Ad Schellevis
937a0b9cb4 (auth) typo in LocalTOTP.php 2016-05-16 13:06:38 +02:00
Ad Schellevis
ac181f5104 (auth) add test function to LocalTOTP 2016-05-16 12:57:09 +02:00
Franco Fichtner
1842f0e195 firewall: fix schedule cloning; closes #943 2016-05-16 11:52:19 +02:00
Franco Fichtner
955b73fdd7 src: strip gettext() from log messages
It only makes debugging harder as our translations are being
completed one after the other.  Also has the positive side-
effect of freeing a few hard-to-do translations in the process.
2016-05-16 00:28:22 +02:00
Franco Fichtner
3d012d9613 interfaces: a couple of typos fixed 2016-05-15 23:57:10 +02:00
Franco Fichtner
741bae45d8 filter: fix typo in previous 2016-05-15 22:34:26 +02:00
Franco Fichtner
e185923152 mvc: style sweep 2016-05-15 21:57:38 +02:00
Franco Fichtner
78b5def3db src: another -x on README file 2016-05-15 21:11:24 +02:00
Ad Schellevis
ba0c25653e (auth) add totp to system_authservers.php, for https://github.com/opnsense/core/issues/449 2016-05-15 19:26:11 +02:00
Ad Schellevis
e02b08bacd (auth) add totp keyword to auth factory, https://github.com/opnsense/core/issues/449 2016-05-15 13:19:19 +02:00
Ad Schellevis
a35b145398 (auth) add RFC 6238 (TOTP) authenticator for https://github.com/opnsense/core/issues/449 2016-05-15 13:13:42 +02:00
Ad Schellevis
91cfcac95d (contrib) add Base32.php to contrib
original source https://github.com/ChristianRiesen/base32
2016-05-15 13:09:56 +02:00
Ad Schellevis
109fb51337 (auth) make Local auth extendable 2016-05-15 12:16:51 +02:00
Ad Schellevis
d138098b33 (unittest) add test for AutoNumberField 2016-05-13 14:21:11 +02:00
Ad Schellevis
e485d7a485 (unittests) fix IntegerFieldTest 2016-05-13 14:20:35 +02:00
Ad Schellevis
867ecd70ce message not consistent for MinMaxValidator 2016-05-13 14:19:13 +02:00
Ad Schellevis
5e07d4110b (mvc) swap validation order in AutoNumberField 2016-05-13 14:13:38 +02:00
Ad Schellevis
feae22ddc6 (ipsec) cleanup unused ciphers, add null cipher for testing purposes, fix some php warnings on empty arrays 2016-05-13 11:33:17 +02:00
Ad Schellevis
2325fc61a3 fix alignment in System: Settings: General, closes https://github.com/opnsense/core/issues/803 2016-05-12 20:17:18 +02:00
Ad Schellevis
864317680a cleanup executable bits, closes https://github.com/opnsense/core/issues/906 2016-05-12 20:07:52 +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
Ad Schellevis
71655d55ee add .editorconfig, closes https://github.com/opnsense/core/issues/932 2016-05-12 19:04:08 +02:00
Ad Schellevis
d97a10789c fix for 619b089c1b (diff-09f3249b844b641d5564ae047d77e704) 2016-05-12 11:35:39 +02:00
Ad Schellevis
2e6f92f6fe (legacy) restructure setup_serial_port, improve /etc/ttys handling after crash during boot 2016-05-11 15:51:23 +02:00
Ad Schellevis
88803ccaf7 (configd, templates) return interface name when not found in <interfaces> 2016-05-11 14:27:28 +02:00
Ad Schellevis
3bacc74549 (IPS) add Add promisc mode / physical interface selection, closes https://github.com/opnsense/core/issues/935 2016-05-11 14:25:42 +02:00
Ad Schellevis
73ce0d60da (mvc) extend InterfaceField with AddParentDevices option
* optionally collect lagg and vlan parents when the physical device isn't configured yet
2016-05-11 14:15:03 +02:00
Ad Schellevis
956a13f60f (user manager) add datepicker + small html style issues, closes https://github.com/opnsense/core/issues/552 2016-05-10 17:38:23 +02:00
Ad Schellevis
387cce083d (ui) add datepicker to head.inc 2016-05-10 17:37:08 +02:00