456 Commits

Author SHA1 Message Date
Franco Fichtner
537ba265ea src: prune for style and path 2015-04-24 07:43:02 +02:00
Franco Fichtner
1ae3cd2d26 src: more path pruning 2015-04-24 07:22:43 +02:00
Franco Fichtner
6b3bff0f6d src: start to prune varrun_path foo
Style and sanity splatter all over while at it.
2015-04-23 21:55:12 +02:00
Isaac (.ike) Levy
a73e3e37cd minor typo
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-23 01:51:25 -04:00
AdSchellevis
29ed4da2e0 another reference issue in interfaces.inc (Illegal string offset 'gif') 2015-04-21 09:06:43 +00:00
AdSchellevis
7eea602f8a fix some reference issues in interfaces.inc 2015-04-21 08:01:40 +00:00
AdSchellevis
e22afc54d8 remove ipsec roadwarrior php-fpm hacks 2015-04-20 20:22:07 +00:00
Franco Fichtner
55db8dab0f pkg: do not overwrite default config.xml anymore; fixes #145
Fixes spurious overwrite of a standard config, but also doesn't
update the standards anymore in a running installation.  Install
media is unaffected from this change.  Users that have had their
standard config overwritten need to rewrite the file accordingly:

    /usr/local/etc/config.xml

It also enables users to use their own sample configs on a running
installation from now on.  Might add a knob in the GUI to do e.g.
`use this config as the factory reset configuration'.  :)

While there, move the pkg-related Makefile glue into its own
file in the subdirectory for clarity.
2015-04-20 12:33:05 +02:00
Franco Fichtner
72bcc260e4 interfaces: clean up and add `hn' devices 2015-04-20 09:55:11 +02:00
Franco Fichtner
8002716849 ACL: polish the page descriptions for captive portal a wee bit 2015-04-20 08:51:50 +02:00
Franco Fichtner
faf843aaaf auth: simplify user deletion 2015-04-20 08:39:46 +02:00
AdSchellevis
a000ea83f5 disable hasync when not configured 2015-04-17 20:08:05 +00:00
AdSchellevis
e274b9f58a oops, hasync also triggered when not configured... make conditional and refactor 2015-04-17 19:53:37 +00:00
Franco Fichtner
d87c342f74 www: show user in shortcut section as well 2015-04-17 18:01:29 +02:00
AdSchellevis
3f874aaf05 Revert "captive portal, check if pid file exists before kill"
This reverts commit e4e8e26f7cd73ccccda254f4c4730040e6c228f6.
2015-04-17 07:04:43 +00:00
AdSchellevis
e4e8e26f7c captive portal, check if pid file exists before kill 2015-04-16 17:17:52 +00:00
Franco Fichtner
44b610abb1 rc: enable soft updates and TRIM (when available) 2015-04-16 11:46:36 +02:00
Franco Fichtner
75cf7115a0 src: more is_array() -> isset() conversions 2015-04-15 14:57:32 +02:00
Franco Fichtner
1b981539a5 src: better posix replacement; fixes #140 2015-04-15 14:25:57 +02:00
Franco Fichtner
38cae64ca8 src: fix openvpn server restart regression 2015-04-15 10:41:22 +02:00
Ad Schellevis
809489f67b iremove ARCH warning in config.inc 2015-04-14 09:13:00 +00:00
Ad Schellevis
d59b988e18 Merge branch 'master' of ssh://github.com/opnsense/core 2015-04-14 08:55:49 +00:00
Ad Schellevis
dcd71445c0 make user-config-readonly explicit when writing to config. 2015-04-14 08:55:19 +00:00
Franco Fichtner
cd08f1e05b src: whitespaces; style; isset() foo 2015-04-14 10:41:04 +02:00
Ad Schellevis
687097ab71 fix b79592582e (commitcomment-10707586) 2015-04-14 08:30:01 +00:00
Ad Schellevis
ee7be889ed fix getAllowedPages / privileges 2015-04-14 08:26:54 +00:00
Ad Schellevis
b79592582e fix some reference issues 2015-04-14 07:17:51 +00:00
Ad Schellevis
39628a1ae6 ipsec fixes related to https://github.com/opnsense/core/issues/64 2015-04-13 15:31:18 +00:00
Ad Schellevis
4a235ca290 fix static paths in service-utils.inc 2015-04-13 15:30:22 +00:00
Ad Schellevis
1a23496473 style fixes util.inc 2015-04-13 15:29:29 +00:00
Franco Fichtner
431757f99a services: fix start button in case service is offline 2015-04-13 14:38:03 +02:00
Franco Fichtner
1e194c54d3 inc: clean up custom priv glue and reshuffle items into one 2015-04-12 12:56:43 +02:00
Franco Fichtner
7bc1066119 src: zap unused headjs.php 2015-04-12 12:45:22 +02:00
Isaac (.ike) Levy
4dba7e56b2 A human read and cleaned up all inappropriate occurances of 'pfSense' and 'pfsense'., (e.g. this was not an automated find/replace, but instead, a careful pass through the code.)
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-12 08:57:41 +02:00
Franco Fichtner
8d839435ac rc: missed one 2015-04-12 08:36:09 +02:00
Franco Fichtner
8d02ef5a07 src: scrub and consolidate copyright headers
Related to: #136
2015-04-12 08:17:33 +02:00
Franco Fichtner
52850fd6f4 www: nitpicking on natural language in menus
* Abbreviations are generally discouraged in persistent
  menu items.  They look unprofessional or plain sloppy.

* Items should be short and concise.  One word if possible.
  Always avoid doubled meanings like e.g. "HA" + "Sync".

* "Manager" this and that everwhere is simply annoying.
2015-04-11 11:48:40 +02:00
Franco Fichtner
e81e687e84 www: permanently move the old system.php to system_general.php 2015-04-11 11:20:26 +02:00
Franco Fichtner
884fac34e5 services: add OpenDNS filtering feature
Adapted the the GUI layout and rewrote the curl probing in PHP
while at it.  Many thanks for the initial code donation and idea!

Donated by: gastbox.ch
2015-04-11 11:10:29 +02:00
Franco Fichtner
1581f02d97 priv: with sorted arrays we see what is not properly tagged 2015-04-09 23:14:20 +02:00
Franco Fichtner
54a60e9b64 priv: really sort the damn thing 2015-04-09 23:11:12 +02:00
Franco Fichtner
2b5cb79d0e ACL: consolidate naming of VPN pages so that OpenVPN `reappears' 2015-04-09 22:56:21 +02:00
Ad Schellevis
f6df624070 cleanup halt 2015-04-09 16:27:14 +00:00
Franco Fichtner
4358b85090 upnp: fix racy redeclaration of function by bringing back this hack 2015-04-08 23:04:36 +02:00
Ad Schellevis
16c6d5b4d9 cleanup some "all" keywords in configd calls 2015-04-08 19:13:13 +00:00
Ad Schellevis
fe4566b001 fix parameter for webgui restart delay 2015-04-08 19:00:55 +00:00
Franco Fichtner
98f2edacb4 src: whitespace sweep 2015-04-08 08:18:56 +02:00
Ad Schellevis
88ca81a056 package cleanups 2015-04-07 21:12:42 +00:00
Ad Schellevis
d7d1a07ab5 cleanup configd usage 2015-04-07 20:29:06 +00:00
Ad Schellevis
658e939c1f fix typo in service call to configd 2015-04-07 20:15:26 +00:00