Update the Copyright notice for pfSense.
Merge pull request #3776 from nazar-pc/ram-disk-reboot-fix
Fixed #8112
Fixed #7966 added a moving average smoothing factor to help out with some of the jagged graphs. Since the quickest update will be every other second this will help make it look smoother. Also added this to the widget and added some functionality to the status page so it can display in two different styles. Setting smoothing to 0 will make the graph the same as before this was added. Raising it will allow for a moving average to be taken into account to smooth out the graphs.
Made it so it doesn't display an error when the session expires it juststops updating the graph. It will display in the console that it caughtand error when the session expires.
Fixed #7625
Fixed #7625By:Separating the source and destination onChange functionsPreventing the mask selector from being automatically updated if it is disabledSimplifying the auto mask JavaScript
Fix #7625: Auto select '128' as mask for IPv6
trafficgraphs, move common code to 1 file, and remove usage of 'localstorage' which shares unwanted changes to graph settings between widget and stats
traffic-graphs, optimize retrieval of data every x seconds to reduce spikes in the graphs and load on pfSensealso cleanup some old code.
Reduce complexity of checking whether system should be rebooted after RAM Disk option change.Also fix the issue when RAM Disk option is changed, but there is an input error and thus on subsequent form submitting there is no question about rebooting.Small JavaScript cleanup and refactoring.
Per sbeaver, disable an IE workaround, which fixes #7504
Merge pull request #3607 from PiBa-NL/trafficgraphs-smooth-20170304
Fixed various issues with adding/deleting ACLs
Fixed #7445Now properly handles service names that contain hyphens
Fix an apparent typo
trafficgraphs, divide bandwidth by time when statistics where gathered to smooth out bumps in the graphs
Fixed #7274
Fix #7157
trafficgraph: Don't update the on screen visual graph while invisible,which avoids creating a large queue of pending timer objects waitingfor the next requestAnimationFrame to happen.
Submitted by: PiBa-NL at https://github.com/pfsense/pfsense/pull/3450
GET/POST conversion system_authservers.php
GET/POST conversion
GET/POST conversion for camanager and certmanager
Allow GET-to-POST js to handle confirmation dialogs on delete (anything)
Automatic GET to POST functions moved to pfSenseHelpers.js so they can be used by any page
Fixed #7171Moved setHelpText() to helpers file
Fix indentation
Bug #7164 Limit NTP time source fields to the maximum number saved to configuration.
Merge pull request #3384 from PiBa-NL/traficgraphs-backgroundupdates
Refinement to #7083Provides setRequired() Javascript function to facilitate making an input required or not dynamically
traffic-graphs, setting to keep updating them while invisible- allow showing different graphs to be shown on different browser tabs (dont use localstorage for graphs to query)- show interface name in graph instead of realname
Completes fix for #6972
Fixed #6972I was only able to reproduce tis issue using Chrome, but it should now be resolved
Revert "Theoretical fix for #6972"
This reverts commit 335e63d66ce8af690d1a144d4ec6b385cbe39af4.
Theoretical fix for #6972
Fix capitalization of confirmation messages for btn-danger buttons and fa-trash icons
Value and title were converted to lower case but not textContent. Consequently some pop-up messages included capitalized words, for example in the Log Settings page ("Are you sure you wish to Reset Log Files?").
Fixed #6454Fixed #6984
Fixed #6835 by revising Javascript show/hide
Fixed #6788 by clearing only the first label in the cloned row
Merge pull request #3104 from PiBa-NL/resizable-selectionbox
dnsresolver, make interface boxes resizable, to allow for easier picking/checking of multiple selected interfaces
Move copyright from ESF to Netgate
change traffic graphs to use d3.js
Revert "change traffic graphs to d3"
This reverts commit 9f33ec64330d0b50896772abd73156abbd762305.
change traffic graphs to d3
Code style and comments
No functional change - just making style consistent
Improved solution to #6716
Fixed #6716
Move to Apache License 2.0
Review license / copyright on all files (1st round)
webgui tables, doubleclick event to perform 'edit' action
startsWith Polyfill
Fixes hidding of custom individual settings when not in use on user manager page.
hideMask only modify input-group on first parent
Otherwise when unhiding (e.g. for Network type alias), input-group getsadded to every div up the DM hierarchy and the layout gets messed up.
Spaces->tabs
Added hideMask() function
Use English spelling for var name
For future maintenance it might be easier if this var name is spelled with the usual English spelling.
pfSenseHelpers white space formatting
Just a bit of white space and formatting to standardize this code, and a couple of typos in comments.
Removing focus from the anchor gets rid of the annoying dotted box
COmment fix
Make services POST only by providing JS code in pfSenseHelpers.js
Fixed #6128
Merged #2854 and updated to increment only the deleterow button
Fix add delete of rows with buttons
Redmine #6101Forum https://forum.pfsense.org/index.php?topic=109554.0
Miscellaneous - Remove Personalizations
Remove "you" personalizations.
jquery folder rename to js
organize assets and put 3rd party into vendor folder