3615 Commits

Author SHA1 Message Date
Ad Schellevis
c581beafac (legacy) work in progress refactoring interfaces.inc 2015-12-21 22:34:40 +01:00
Ad Schellevis
67ecda13d1 (legacy) remove trim, closes https://github.com/opnsense/core/issues/530 2015-12-19 17:40:08 +01:00
Ad Schellevis
187d7ee09f (proxy) fix non local auth 2015-12-19 09:58:58 +01:00
Ad Schellevis
1400ea7632 (legacy) lock portnumbers on protocols other then tcp/udp, closes https://github.com/opnsense/core/issues/542 2015-12-18 15:09:17 +01:00
Ad Schellevis
4e8484a9f5 (legacy) Warning: Illegal string offset 'wan' in /usr/local/www/services_dhcpv6.php on line 462 Warning 2015-12-18 08:30:07 +01:00
Ad Schellevis
faa58ad5ed (menu system) wrap menu / acl into api controller
examples:
display logged in user menu : /api/core/menu/tree
search items (visitable by logged in user): /api/core/menu/search/?q=dhcpv6
2015-12-17 18:21:47 +01:00
Ad Schellevis
8ed4bd8869 (legacy) Warning: Illegal string offset 'wan' in /usr/local/www/services_dhcpv6.php on line 462 2015-12-17 08:40:51 +01:00
Ad Schellevis
e96aa187c8 (proxy) fix authentication method other then local, missing acl usage 2015-12-17 08:35:06 +01:00
Ad Schellevis
e357d5325d (legacy) add missing icon in system_usermanager.php 2015-12-16 16:28:35 +01:00
Ad Schellevis
ea42f12f0a (trafficshaper) fix typo 2015-12-16 11:33:05 +01:00
Ad Schellevis
edbac06d20 (trafficshaper) add match tcp ACK/non-ACK selection, closes https://github.com/opnsense/core/issues/528 2015-12-16 11:29:20 +01:00
Ad Schellevis
454e8b3cfd (trafficshaper) apply button spacing 2015-12-16 09:34:29 +01:00
Ad Schellevis
168f87e5ac (legacy) add symbol to show rule direction on floating rule, closes https://github.com/opnsense/core/issues/533 2015-12-16 09:21:04 +01:00
Ad Schellevis
dbaf457bf1 (legacy) Unable to use commas in advanced DHCP client options https://github.com/opnsense/core/issues/530 2015-12-15 20:53:56 +01:00
Ad Schellevis
72a32731ca (legacy) refactor status_services.php 2015-12-15 20:03:36 +01:00
Franco Fichtner
44a6e81e82 src: style sweep (mea culpa) 2015-12-15 18:47:43 +01:00
Ad Schellevis
a8b4925081 (legacy) refactor reboot.php 2015-12-15 18:59:17 +01:00
Ad Schellevis
6ba91d07f1 (legacy) refactor diag_halt.php 2015-12-15 18:55:01 +01:00
Ad Schellevis
616436a63d (legacy) refactor diag_defaults.php 2015-12-15 18:48:37 +01:00
Ad Schellevis
8be37cbea3 (system activity) remove diag_system_activity.php switch to mvc implementation 2015-12-15 18:32:32 +01:00
Ad Schellevis
c4beabc659 (diagnostics) add system activity 2015-12-15 18:26:37 +01:00
Ad Schellevis
6ea14da0fd (configd) add system template 2015-12-15 18:23:16 +01:00
Ad Schellevis
45d10be85a (system) add system activity command (parsed top) 2015-12-15 18:22:50 +01:00
Ad Schellevis
1120bbb89b (legacy) add cert_type to certmanager, related to https://github.com/opnsense/core/issues/81 2015-12-15 11:01:57 +01:00
Ad Schellevis
b57cdb64fe (ssl) add template tag to v3_ca section 2015-12-15 11:01:03 +01:00
Ad Schellevis
025c096b70 (ssl) add server_cert section to openssl config 2015-12-15 10:57:48 +01:00
Ad Schellevis
9d6473f513 (legacy) add x509_extensions selection to cert_created, related to https://github.com/opnsense/core/issues/81 2015-12-15 10:56:43 +01:00
Ad Schellevis
a8d218d174 (legacy) remoev duplicate cert code from usermanager (use redirect instead), closes https://github.com/opnsense/core/issues/59 2015-12-14 21:59:25 +01:00
Ad Schellevis
44a02f94f6 (legacy) add cert info action in system_certmanager.php 2015-12-14 21:04:18 +01:00
Ad Schellevis
45a82edb97 (ssl) flush opnsense.cnf ssl template into temp version for dynamic extension (cert_create) 2015-12-14 21:00:17 +01:00
Ad Schellevis
9b432e836f (legacy) openssl template for https://github.com/opnsense/core/issues/81 2015-12-14 20:53:43 +01:00
Ad Schellevis
94e5cd9fe5 style fix 2015-12-14 17:26:18 +01:00
Ad Schellevis
44d798212e (legacy) refactor system_crlmanager.php 2015-12-14 17:25:07 +01:00
Ad Schellevis
1f459153e7 (legacy) system_certmanager.php missing form escape 2015-12-14 17:13:46 +01:00
Ad Schellevis
0987f25904 (legacy) missing icon in system_certmanager.php 2015-12-14 09:12:37 +01:00
Ad Schellevis
c0e5cf12ce fix previous commit 2015-12-14 08:59:23 +01:00
Ad Schellevis
cd09541e0f remove help link, closes https://github.com/opnsense/core/issues/527 2015-12-14 08:37:21 +01:00
Franco Fichtner
9462194409 interfaces: unify "add" button label 2015-12-13 20:34:20 +01:00
Franco Fichtner
ab3beeb087 interafces: fix gap in last table row 2015-12-13 20:28:49 +01:00
Franco Fichtner
9d5f6c686f src: whitespace sweep 2015-12-13 19:34:43 +01:00
Ad Schellevis
c2f56d53ba (mvc) fix focus issues when stacking dialogs 2015-12-13 19:08:47 +01:00
Ad Schellevis
4dfbe31044 (legacy) use minified version of bootstrap dialog 2015-12-13 18:52:21 +01:00
Ad Schellevis
9fa9d28d90 (mvc) use minified version of bootstrap dialog 2015-12-13 18:51:36 +01:00
Ad Schellevis
459108910d (mvc) pull in latest bootstrap-dialog 2015-12-13 18:51:07 +01:00
Ad Schellevis
ff563e7221 Merge pull request #524 from 8191/mvc-fields
Additional fields in MVC library
2015-12-13 17:46:35 +01:00
Manuel Faux
6f72aedb40 MVC: added textbox field 2015-12-13 17:18:12 +01:00
Franco Fichtner
3da643e044 php: remove obsolete mbstring module
This module was used in the old XMLRPC client code, but is no longer
needed.  Removal was escalated by FreeBSD when the oniguruma4 dependency
of the php56-mbstring module was marked BROKEN.
2015-12-13 11:37:43 +01:00
Manuel Faux
e6af8121c6 MVC: added password field type 2015-12-12 14:31:12 +01:00
Franco Fichtner
e821b018ad logs: split up VPN logs, closes #507
We're moving PPTP back, the whole discussion is rather pointless
to be honest.  We'll make it a plugin for 16.7, I think that's
only fair for users who know what they are doing.
2015-12-12 00:27:28 +01:00
Franco Fichtner
06a383cef4 logs: yes, this still works... #461 2015-12-11 23:25:27 +01:00