Commit graph

153 commits

Author SHA1 Message Date
Franco Fichtner
35f372be87 Revert "ditch tokenizer for static multiselects as discussed https://github.com/opnsense/core/issues/2381#issuecomment-389561854"
This reverts commit 966a6f6355.
2018-07-01 12:28:50 +02:00
Franco Fichtner
9488e44c3e *: bump version for recent changes to force update
(cherry picked from commit b2895da8fa)
2018-07-01 12:22:00 +02:00
Ad Schellevis
966a6f6355 ditch tokenizer for static multiselects as discussed https://github.com/opnsense/core/issues/2381#issuecomment-389561854
(cherry picked from commit 701b3812f3)
2018-07-01 12:13:41 +02:00
Franco Fichtner
77dcd38896 */*: migrate rc.syshook files
(cherry picked from commit f2d14e36f0)
2018-07-01 12:12:09 +02:00
Frank Wall
2a92540e1c net/haproxy: fix validation for source address fields
(cherry picked from commit b917eeea49)
2018-05-28 17:57:28 +02:00
Franco Fichtner
1f23d9233d net/haproxy: merge version 2.7 from master
Leave out tokenzier drop for now.
2018-05-21 10:59:20 +02:00
Franco Fichtner
f0b3cba001 net/haproxy: merge version 2.6 from master 2018-03-02 16:51:18 +01:00
Franco Fichtner
1334f931e8 net/haproxy: merge version 1.5 from master 2018-03-01 07:22:15 +01:00
Franco Fichtner
adf9e5009d */*: remove _opnsense_bootup_run
PR: https://github.com/opnsense/core/issues/1835
(cherry picked from commit 8ebb3bd465)
2018-02-04 12:57:02 +01:00
NOYB
ff4f48be3e HTML Compliance - Attribute "type" on Element <script>
Warning: The type attribute is unnecessary for JavaScript resources.

HTML5: Edition for Web Authors
http://www.w3.org/TR/2014/REC-html5-20141028/scripting-1.html
The default, which is used if the attribute is absent, is "text/javascript".

The Script element
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script
HTML5 specification urges authors to omit the attribute rather than provide a redundant MIME type.

(cherry picked from commit 5533702035)
2018-02-04 12:56:23 +01:00
Franco Fichtner
17f2c084a9 net/haproxy: merge version 2.4 from master 2018-01-17 11:51:54 +01:00
Franco Fichtner
92d9dfa363 */*: style updates 2018-01-03 06:27:32 +00:00
Franco Fichtner
206d7e7d79 net/haproxy: spacing in index controller 2018-01-01 13:08:24 +01:00
Franco Fichtner
c458c3c745 net/haproxy: s/reconfigure/reload
There is something strange here, the $force_reload is unused and
after stop we don't check the service status so 'running' is still
true and it tries to reload instead.

Best time to refactor into a mutable service controller?!

PR: https://github.com/opnsense/plugins/issues/454
CC: @fraenki
2018-01-01 12:58:38 +01:00
Franco Fichtner
f695bc25ce */*: migrate _opnsense_bootup_run to simpler _var_script suffix
PR: https://github.com/opnsense/core/issues/1835
2017-12-18 18:28:10 +00:00
Frank Wall
6b3acca3d7 net/haproxy: bump version 2017-12-09 16:39:45 +01:00
Frank Wall
b96d827957 net/haproxy: add option to hide introduction pages, closes #340 2017-12-09 16:39:09 +01:00
Frank Wall
bfe486e96c
Merge pull request #414 from opnsense/haproxy_subtab
net/haproxy: adjust subtabs to 18.1 layout and fix glitches
2017-12-09 15:04:29 +01:00
Frank Wall
8c0d9e7b62 net/haproxy: bump version 2017-12-08 16:56:21 +01:00
Frank Wall
6ef42258f5 net/haproxy: fix field names for Actions/Rules 2017-12-08 16:56:21 +01:00
Frank Wall
139ef0a634 net/haproxy: HSTS is only applicable to HTTP frontends 2017-12-08 06:35:37 +01:00
Frank Wall
190b48b3e5 net/haproxy: bump version 2017-12-08 06:35:37 +01:00
Frank Wall
1f84705450 net/haproxy: do not enable HSTS unconditionally 2017-12-08 06:35:37 +01:00
Franco Fichtner
8cdcbdaaf8 net/haproxy: adjust subtabs to 18.1 layout and fix glitches 2017-12-06 08:35:19 +00:00
Franco Fichtner
4f88e1cff5 net/haproxy: sync service start
PR: https://github.com/opnsense/core/issues/1954
2017-11-28 20:40:20 +00:00
Frank Wall
80613eea0e net/haproxy: support HSTS, refs #375 2017-11-18 01:09:38 +01:00
Frank Wall
f7afbc30b7 net/haproxy: add global SSL default values, refs #375 2017-11-18 00:51:25 +01:00
Frank Wall
d231f77062 net/haproxy: fix syntax error 2017-11-18 00:15:55 +01:00
Frank Wall
29f56908dd net/haproxy: make SSL params configurable, closes #375 2017-11-18 00:15:11 +01:00
Frank Wall
0bbe10d9e3 net/haproxy: rephrase for clarity, refs #264 2017-11-06 00:00:36 +01:00
Frank Wall
774fdd70e3 net/haproxy: remove a lie 2017-11-05 21:15:48 +01:00
Frank Wall
9d31848230 net/haproxy: fix introduction/help for servers 2017-10-29 12:56:28 +01:00
Frank Wall
fc6a5675b7 net/haproxy: make server port optional, closes #341 2017-10-29 12:47:47 +01:00
Frank Wall
9329177fbb net/haproxy: improve wording & style, refs #330 2017-10-24 00:57:32 +02:00
Frank Wall
7b72d448fd net/haproxy: bump version 2017-10-23 00:36:44 +02:00
Frank Wall
3f49804875 net/haproxy: move Settings tab, remove debug output 2017-10-23 00:06:07 +02:00
Frank Wall
df3473b82a net/haproxy: s/old name/new name/ everyhwere 2017-10-22 23:48:02 +02:00
Frank Wall
73a4d40ecc net/haproxy: hide more options if unchecked, refs #208 2017-10-22 23:23:04 +02:00
Frank Wall
4fee23c3ca net/haproxy: adjust public functions for model 2.0.0 2017-10-22 22:49:00 +02:00
Frank Wall
40c13e8f6c net/haproxy: restructure/rephrase UI elements, refs #208 2017-10-22 22:35:59 +02:00
Frank Wall
0f7893d207 net/haproxy: extensive model refactoring, refs #208 2017-10-22 15:47:04 +02:00
Frank Wall
e2c45b7904 net/haproxy: bump model version 2017-08-16 12:22:14 +02:00
Frank Wall
2f875dc2cc net/haproxy: use rc wrapper script to set hard/graceful mode, refs #195 2017-08-16 12:15:55 +02:00
Frank Wall
472d5d601e net/haproxy: enable hard stop mode by default, fixes #195 2017-08-15 00:38:20 +02:00
Frank Wall
ae58ecfc44 net/haproxy: bump version 2017-07-25 16:06:17 +02:00
Frank Wall
6a82b37075 net/haproxy: use crt-list to support unlimited ssl certs 2017-07-25 16:05:49 +02:00
Frank Wall
f36770d7e0 net/haproxy: workaround templating issue, refs #53 2017-07-12 11:30:12 +02:00
Frank Wall
7afc1b1d3e net/haproxy: bump version 2017-06-26 18:47:44 +02:00
Frank Wall
42128fb504 net/haproxy: fix check interval handling, closes #175 2017-06-08 16:24:19 +02:00
Frank Wall
bc54a60772 net/haproxy: bump version 2017-05-17 19:50:26 +02:00