Ad Schellevis
dcbd0366a1
Revert "IDS, replace tls.fingerprint with tls_fingerprint for better performance in custom rules"
...
This reverts commit a00e646ca2899a078db6c332a582ecfeffa54e16.
2018-10-12 22:18:53 +02:00
MichaelDeciso
f30c54420d
Use single guillemets for previous/next page ( #2802 )
...
Currently, pagination uses double guillemets for first/last page and lower than/greater than signs for previous next (like so: `« < 1 2 3 > »`). Change this to use single guillemets, for visual consistency (like so: `« ‹ 1 2 3 › »`).
2018-10-11 09:28:44 +02:00
Franco Fichtner
e8c38e6710
ui: cleanups in previous
2018-10-11 09:06:50 +02:00
René
482492b8b1
sidebar optimization ( #2784 )
2018-10-11 09:03:26 +02:00
Ad Schellevis
82cc7171f0
Merge branch 'mimugmail-pie'
2018-10-11 08:55:31 +02:00
Ad Schellevis
bf34881348
replace validation message for https://github.com/opnsense/core/pull/2794
2018-10-11 08:54:56 +02:00
Franco Fichtner
4389fdad77
unbound: fix a lie, remove bold markup while at it; closes #2805
2018-10-11 08:54:36 +02:00
Ad Schellevis
7b1e838109
Merge branch 'pie' of https://github.com/mimugmail/core into mimugmail-pie
2018-10-11 08:36:39 +02:00
Ad Schellevis
239e89fd5f
missed a spot in https://github.com/opnsense/core/issues/2670 leading to basemodel to being able to find iterateItems(), previous functionality used a specialized property which was passed using __get()
2018-10-11 08:28:53 +02:00
Michael
d1bbe29c6a
fix contraint msg and indents
2018-10-11 08:19:32 +02:00
opnsenseuser
b27a62b7f5
ui: sidebar shadow fix; closes #2801
...
shadow fix for div.collapse.in > div.collapse.in
2018-10-10 22:24:58 +02:00
Ad Schellevis
06ad789c29
OpenVPN client export, add list accounts (certificates) and associated users endpoint for https://github.com/opnsense/core/issues/2787
...
The legacy code populated a list of users and certificates, where the user only seems to be used to prefix some content and filter on server type, it seems more obvious to just export related certs for the requested server and show which users it connects to.
2018-10-10 18:43:13 +02:00
Ad Schellevis
3a5874309e
Firewall, live log. Don't cleanup visible records when limit isn't reached. Without this fix it's difficult to keep track on logs which change often.
2018-10-10 11:53:03 +02:00
Ad Schellevis
e539530014
firewall/live log, add direction icon in grid and show icons in detail view (since we don't have a legend on screen), for https://github.com/opnsense/core/issues/2804
2018-10-10 11:06:08 +02:00
Franco Fichtner
bb15cdb0f4
firmware: remove training wheels
2018-10-10 09:44:21 +02:00
Ad Schellevis
ae10e588b4
OpenVPN export, list providers api call, for https://github.com/opnsense/core/issues/2787
2018-10-09 17:53:48 +02:00
opnsenseuser
c4a2520915
a few entries that are no longer needed
...
@fichtner opnsense-theme
2018-10-08 21:30:13 +02:00
Franco Fichtner
b9ba4f60ea
system: fix ACL for previous
2018-10-07 16:19:57 +02:00
Franco Fichtner
913d80037d
system: "firmware" log idea inspired by HardenedBSD
2018-10-07 16:13:29 +02:00
Franco Fichtner
777ff4acfd
src: style sweep
2018-10-07 14:04:07 +02:00
Franco Fichtner
5828ad5f3d
src: whitespace sweep
2018-10-07 14:02:49 +02:00
Franco Fichtner
cbb3cbaa4b
pkg: fix plist
2018-10-07 13:59:34 +02:00
Michael
927b68b232
Update ipfw.conf
2018-10-06 14:17:38 +02:00
Ad Schellevis
8d08b67d28
Firewall/alias, keep previous content for url alias type on fetch error. closes https://github.com/opnsense/core/issues/2793
2018-10-05 22:59:33 +02:00
Michael
81e5aaae78
Update TrafficShaper.xml
2018-10-05 19:03:41 +02:00
Michael
869941a5cb
Update TrafficShaper.xml
2018-10-05 18:53:15 +02:00
Ad Schellevis
a00e646ca2
IDS, replace tls.fingerprint with tls_fingerprint for better performance in custom rules
2018-10-05 16:16:00 +02:00
opnsenseuser
81c2ec9721
opnsense theme chrome browser outline fix
...
opnsense theme chrome browser outline fix
@fichtner
2018-10-05 15:56:56 +02:00
marjohn56
cceb1bcd8c
Add FTI/ to password - tidy end of useridhex
2018-10-05 09:49:31 +02:00
Ad Schellevis
89802d77b6
MVC, add SingleSelectConstraint type and fixup unittest, closes https://github.com/opnsense/core/issues/2757
2018-10-04 14:03:44 +02:00
marjohn56
bb5144ed88
Correct missing '"'' at the end of the userclass field
2018-10-04 09:44:17 +02:00
Ad Schellevis
fa461dd77c
dhcp/language, align messages (same message used in 3 places)
2018-10-04 08:15:05 +02:00
Ad Schellevis
4709d7b59e
OpenVPN/client export, work in progress https://github.com/opnsense/core/issues/2787
...
Add an empty boilerplate for our new client export module
2018-10-03 18:04:38 +02:00
Ad Schellevis
943ca1f6b2
config/legacy, speedup parsing very large config files.
...
When using toArray() on a config, it would try to detect sequential items by reading all keys using isArraySequential(), this may cost a lot of time (seconds) if the config
contains a lot of items. Found when testing Sensei.
This change doesn't impact mvc style components.
2018-10-03 16:34:25 +02:00
marjohn56
472f5d8967
interfaces: Add RFC 3118 Option; closes #2781
...
This allows us to call a funcion which will generate the correct
credentials where they need to be hashed or not. In the function
in this PR, the function returns all of the request and send
options required for Orange France and fills in the client fields
automatically.
Also in the case of Orange France an extra entry box appears to
allow the entry of the LiveBox_ID.
The PR is a work in progress, but all that is needed to make it
work for Orange France is the hash routine.
It's also possible to use the functions create the hex strings
needed for other ISPs and auto fill the options as needed.
2018-10-03 16:02:22 +02:00
Ad Schellevis
e8908f4a32
Firewall/alias, extend /api/firewall/alias_util/ alias to support instant address additions and deletions, saved to config when applicable.
...
-- /api/firewall/alias_util/add/[alias]
-- /api/firewall/alias_util/delete/[alias]
both accepting address as parameter, sample usage added to the pfTables diagnostic page
2018-10-02 21:46:16 +02:00
opnsenseuser
651bccc47f
ui: sticky sub-submenu; closes #2782
...
sticky sub-submenu on mouseout when next item does not have a sub-submenu
-> https://github.com/opnsense/core/issues/2554
2018-10-02 20:56:23 +02:00
Ad Schellevis
8b79dd1672
Firewall/alias, regression in toggle, closes https://github.com/opnsense/core/issues/2759
2018-10-02 20:28:24 +02:00
Ad Schellevis
ce98b297fa
MVC, integrate menu endpoint better, remove auth hooks, align with logout page. for https://github.com/opnsense/core/issues/2778
2018-10-02 17:31:37 +02:00
Ad Schellevis
597df08183
MVC, replace __items with iterateItems() for https://github.com/opnsense/core/issues/2670
2018-10-02 16:31:44 +02:00
Ad Schellevis
8fba640bc6
mvc, refactor __items usage in BaseField type, for https://github.com/opnsense/core/issues/2670
2018-10-01 22:01:33 +02:00
Ad Schellevis
faca533367
Firewall/alias, refactor __items. for https://github.com/opnsense/core/issues/2670
2018-10-01 21:56:25 +02:00
Ad Schellevis
1cd0c08082
Merge branch 'fprina-master'
2018-10-01 21:46:15 +02:00
Ad Schellevis
c314ac09e4
small cleanups for https://github.com/opnsense/core/pull/2748
2018-10-01 21:45:41 +02:00
Ad Schellevis
076ec93ce4
Merge branch 'master' of https://github.com/fprina/core into fprina-master
2018-10-01 21:28:29 +02:00
Ad Schellevis
bd8c938ba0
usermanager, ldap import: add [de]select all
2018-10-01 15:17:14 +02:00
Franco Fichtner
475e2e438f
firewall: hover on new colours does no longer work
...
And this now underlines " / " in between both icons.
2018-09-30 13:30:38 +02:00
framer99
480fb97b8a
Alter schedule legend in footer for active/inactive icon
2018-09-30 12:05:49 +02:00
framer99
c1c5ef115e
make Schedule icon reflect current schedule state
...
On firewall_rules.php, there is no indication whether a schedule-based
rule is active. This change to the schedule icon applies the same styles
that are applied to a disabled/enabled Pass rule icon (text-muted and
text-success).
The break added to the foreach loop is needed to retain reference to the
attached schedule for the filter_get_time_based_rule_status() call
2018-09-30 12:03:59 +02:00
opnsenseuser
26615835f3
ui: sidebar focus fix; closes #2773
...
if you click on a link and then leave it, the focus remains on this link.
With this fix, this is now also fixed.
2018-09-29 19:13:13 +02:00