summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets
Commit message (Collapse)AuthorAgeFilesLines
* * Prevent concurrent logins on CP to not be recorded on the DB.Ermal2011-03-041-3/+4
| | | | | | | * Make the locking more complex to avoid locking exclusively during pruning task which would hurt a lot CP performance. * Retire the disconnect_client and make all the disconnect functions use the sessionid as identifier. All this was triggered by: http://forum.pfsense.org/index.php/topic,33879.0.html
* Do a more strict check on the return value of the download function. Fixes #1309jim-p2011-02-261-1/+1
|
* Fix update check fix. Skipped a parameter.jim-p2011-02-131-1/+1
|
* Make update check a little more robust. Timeout after a few seconds, and if ↵jim-p2011-02-131-2/+2
| | | | we get a non-200 http code, ignore the response.
* Remove any previous file with the same name as the one that will be ↵Ermal2011-02-121-0/+1
| | | | downloaded. This avoid the gui to always show update availble even though the site could not be reached.
* Resolves #1263. Use correct config toggle for detecting alternate url for ↵Ermal2011-02-081-1/+1
| | | | firmware.
* Catch the OpenVPN widget up to the status page code for killing clients.jim-p2011-01-311-8/+17
|
* Sort installed packages in a case insensitive way on the widget and ↵jim-p2011-01-101-1/+1
| | | | installed packages list.
* Whitespace fixesjim-p2011-01-101-90/+83
|
* Sort services on the services status page and widget.jim-p2011-01-101-0/+7
|
* Fix HTML errors reported by Eclipse using PHP perspectivePierre POMES2011-01-091-1/+1
|
* fix CP dashboard widgetChris Buechler2011-01-031-0/+1
|
* Add $nocsrf = true;Scott Ullrich2011-01-0317-1/+38
|
* Use convert_friendly_interface_to_friendly_descr in the wol widget, just ↵jim-p2010-12-271-5/+1
| | | | like on the main page. Ticket #1103
* Use strtoupper herejim-p2010-12-271-1/+1
|
* Use correct lock.Ermal2010-12-221-1/+1
|
* Add contributed WOL widget. Resolves #1103jim-p2010-12-152-0/+85
|
* Replace the LB status widget completely with one that supports the current ↵jim-p2010-12-141-116/+121
| | | | LB system.
* make rebrand-friendlyChris Buechler2010-12-091-1/+1
|
* Deactivate cpu graph. Will bring back in 2.1Scott Ullrich2010-11-291-0/+0
|
* include broadcast address to allow dhcp to work.Ermal2010-11-261-1/+0
|
* Ticket #1023. Correct the widget code bringing it full speed with latest ↵Ermal2010-11-232-6/+7
| | | | carp code.
* Avoid exec() and use php calls.Ermal2010-11-161-7/+3
|
* Fix case of variable name for swap usage. Ticket #477Erik Fonnesbeck2010-11-141-1/+1
|
* Ticket #980. Bring CP widget up to date. Also bind lighty for CP to ↵Ermal2010-11-031-26/+30
| | | | 127.0.0.1 it should not be accessible otherwise.
* Don't use pconfig in a widget, it can cause issues with other widget settings.jim-p2010-11-021-43/+43
|
* Sync service status widget code with service status page. Fixes #984jim-p2010-11-011-80/+104
|
* Remove unnecessary (and unclosed) form tag.jim-p2010-10-251-1/+0
|
* desc to descr in Load Balancer config, so they gain CDATA protection and ↵jim-p2010-10-191-1/+1
| | | | standardize field names. Ticket #320.
* Fix graph staggering, the old method was causing the graphs to diverge in ↵jim-p2010-10-111-4/+1
| | | | update intervals over time.
* Whitespace fixesjim-p2010-10-111-37/+37
|
* Show the product_name as the slice "name" for rebrands. Cosmetic only.jim-p2010-10-071-2/+2
|
* Show status as Gathering data rather than unknown since the later seems to ↵Ermal2010-09-161-3/+3
| | | | scary people!
* Ticket #876. Show all gateways even though apinger is not monitoring them, ↵Ermal2010-09-091-25/+35
| | | | for various reasons, this removes user confusion in the status pages.
* More fixes to status services.Ermal2010-08-311-1/+1
|
* Update gateway status properly when fetched via AJAX.jim-p2010-08-161-1/+1
|
* Show the architecture after the version number.jim-p2010-08-111-0/+5
|
* Show the CPU Frequency on the dashboard if it's not running at full speed ↵jim-p2010-06-301-1/+13
| | | | (due to powerd)
* Fix dashboard version check for nanobsdjim-p2010-06-231-1/+8
|
* Make some non functional changes, mostly to keep up with latest gw changes. ↵Ermal2010-06-161-4/+4
| | | | Related to Ticket #666
* Reorganize code to be able to actually use the lookup_gateway_ip_by_name() ↵Ermal2010-06-071-2/+1
| | | | function to find even dynamic gateways ip.
* Actually show other data with gateways status.Ermal2010-06-071-5/+6
|
* Correctly control status of gateways. These code is tripled in these pages ↵Ermal2010-06-071-32/+19
| | | | not sure what is the best solution.
* Add nanobsd size to system info widget after platform.jim-p2010-05-261-1/+6
|
* Fixes #536. More fixes and optimizations on the various functions and status ↵Ermal2010-05-181-8/+8
| | | | pages used for gateways [groups].
* Previous commit also fixed traffic graph state changing, so re-enable that ↵jim-p2010-05-061-2/+7
| | | | as well.
* Add first revision of rewritten OpenVPN status widget to 2.0 resolves #496.jim-p2010-04-272-0/+197
|
* Relocate some NanoBSD functions to a central place. Change NanoBSD ↵jim-p2010-04-231-3/+11
| | | | diagnostics and system info widget to use the new code. Ticket #533 and some prerequisite parts of Ticket #534.
* Update system information widget to use new version checking mechanism.jim-p2010-04-161-8/+9
|
* Redo most of the ppp interface handling to be consistent with the other mpd5 ↵Ermal2010-03-271-3/+2
| | | | configurations. This way there is no more special handling for ppp around.
OpenPOWER on IntegriCloud