summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Partially addresses #7805Steve Beaver2017-08-281-2/+2
| | | | Bios date and version check date formats now match other timestamps on the dashboard
* Fixed #7811Steve Beaver2017-08-241-2/+2
|
* Fixed #7804 Replace Math.trunc with Math.floor to make IE happySteve Beaver2017-08-241-1/+1
|
* fixed #7795Steve Beaver2017-08-221-5/+5
| | | | By changing var name to no longer conflict with ipsec widget
* widget comment fixSteve Beaver2017-08-211-2/+2
|
* Fixed #7787Steve Beaver2017-08-201-3/+10
| | | | | Always make an IPSec mobiles table, even if none have been configured. Prevents JS null value error message on console
* Fix JSON format for mobile IPSec data per Kill Bill (Thanks!)Steve Beaver2017-08-192-3/+1
|
* Remove dashboard update period stuffSteve Beaver2017-08-171-1/+0
|
* No longer experimental so comment removedSteve Beaver2017-08-179-9/+9
|
* Widget comment editSteve Beaver2017-08-171-3/+2
|
* Re-write CPU usage calculation to avoid sleep in AJAX callSteve Beaver2017-08-171-23/+44
|
* Speedup package related calls to get_pkg_info() since now we have a script ↵Renato Botelho2017-08-161-1/+1
| | | | that update metadata periodically
* Convert firewall log widget to centralized refresh systemSteve Beaver2017-08-161-18/+32
|
* Use central refresh system for dyndns widgetSteve Beaver2017-08-152-31/+33
|
* Converted thermal sensor widget to use central refresh systemSteve Beaver2017-08-152-36/+39
|
* ipsec widget converted to JSON formatted refreshSteve Beaver2017-08-151-43/+50
|
* Comment typosPhil Davis2017-08-131-3/+3
|
* Fixed #7625Steve Beaver2017-08-111-1/+1
| | | | | | | By: Separating the source and destination onChange functions Preventing the mask selector from being automatically updated if it is disabled Simplifying the auto mask JavaScript
* Spelling :(Steve Beaver2017-08-111-1/+1
|
* Improve commentsSteve Beaver2017-08-111-2/+1
|
* Add AJAX version checkSteve Beaver2017-08-111-1/+44
|
* Show user when pkg metadata was updatedRenato Botelho2017-08-111-4/+20
|
* Change refresh link to iconSteve Beaver2017-08-111-1/+1
|
* Revised Netgate Services and Support widget to use AJAX when refreshing the dataSteve Beaver2017-08-101-35/+85
|
* gateway, ntp, and openVPN widgets updatedSteve Beaver2017-08-094-63/+74
|
* Remove ajax stuff from installed packages widgetSteve Beaver2017-08-091-33/+2
|
* dd system information widget to central refresh systemSteve Beaver2017-08-094-41/+56
| | | | Add ability for a widget to specify how often it wants to be updated
* Repair broken AJAX response (POST vs GET)Steve Beaver2017-08-081-3/+4
|
* interface_statistics widget added to central refresh systemSteve Beaver2017-08-082-6/+29
|
* Add ipsec widget to new centralized refresh systemSteve Beaver2017-08-083-28/+26
|
* Experimental centralized widget refresh systemSteve Beaver2017-08-081-19/+25
| | | | Used by the interfaces.widget.php widget only for now
* Rename support widget refresh link to match new widget nameSteve Beaver2017-08-071-1/+1
|
* remove image from rss widgetJared Dillard2017-08-031-1/+0
|
* Merge pull request #3585 from PiBa-NL/trafficgraphs-optimizeRenato Botelho2017-07-311-89/+11
|\
| * trafficgraphs, move common code to 1 file, and remove usage of ↵PiBa-NL2017-07-301-89/+7
| | | | | | | | 'localstorage' which shares unwanted changes to graph settings between widget and stats
| * traffic-graphs, optimize retrieval of data every x seconds to reduce spikes ↵PiBa-NL2017-07-301-0/+4
| | | | | | | | | | | | in the graphs and load on pfSense also cleanup some old code.
* | Comment fixesSteve Beaver2017-07-281-5/+5
|/
* Add renamed support widgetSteve Beaver2017-07-281-0/+113
|
* Rename support widget to "Netgate Services And Support"Steve Beaver2017-07-271-113/+0
|
* Allow recheck on refresh if JSON not availableSteve Beaver2017-07-261-1/+5
|
* Remove unused parametersRenato Botelho2017-07-251-1/+1
|
* Re-introduce Captive Portal statisticsRenato Botelho2017-07-251-6/+11
|
* Add customer support widgetSteve Beaver2017-07-201-0/+109
|
* Move uniqueid read to a function system_get_uniqueid()Renato Botelho2017-07-051-3/+3
|
* Merge pull request #3756 from PiBa-NL/20170613-wolSteve Beaver2017-06-201-1/+1
|\
| * wol, use 'usepost' for links that need to send the magic packetPiBa-NL2017-06-141-1/+1
| |
* | Change IPsec widget tunnel status to handle newer strongSwan childid format. ↵jim-p2017-06-151-1/+2
|/ | | | Fixes #7499
* Merge pull request #3728 from PiBa-NL/20170511-fastauthRenato Botelho2017-05-261-1/+1
|\
| * auth_check lowers cpu usage for checking if the user has permission for the ↵PiBa-NL2017-05-111-1/+1
| | | | | | | | page requested when used in place of guiconfig, especially useful for frequent requests like those made by stats and traffic widgets
* | Merge pull request #3739 from PiBa-NL/20170521-js-versioningRenato Botelho2017-05-231-4/+4
|\ \
OpenPOWER on IntegriCloud