summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* Clarify comment. Fixes #2270Ermal2012-05-301-1/+1
|
* Fix copy/paste-ojim-p2012-05-301-2/+2
|
* Fix input validation and import test.jim-p2012-05-301-9/+6
|
* Switch to ntpd from ports, add Services > NTP to select interfaces for ↵jim-p2012-05-303-4/+137
| | | | binding. Respect old ntp settings in the process.
* Fix filename (Ticket #2459)jim-p2012-05-301-1/+1
|
* Disable autocomplete on all but the login form. Fixes #2459jim-p2012-05-301-2/+9
|
* Fix a couple misdirected form submissionsjim-p2012-05-292-3/+3
|
* Add a knob to tune the maximum number of tables that can be defined, the pf ↵jim-p2012-05-291-0/+21
| | | | | | | | default of 1000 is too low for systems with >500 aliases. Conflicts: etc/inc/filter.inc
* Add missing div tagjim-p2012-05-281-0/+1
|
* Ticket #2455: do not check encryption algo for AH protocolPierre POMES2012-05-261-12/+17
|
* List logged-in IPsec xauth users and provide a mechanism to disconnect them. ↵jim-p2012-05-252-87/+157
| | | | Implements #1986
* Make sure that we only perform validation if the GW name is filled as well ↵smos2012-05-251-5/+7
| | | | as a IP address
* drag and drop function to reorder lists on pkg framework using jquery. Marcello Coutinho2012-05-251-8/+119
| | | | | | also new features like base64,description, tooltip custom texts. tested with sorting features too. related post on forum http://forum.pfsense.org/index.php/topic,49322.msg264514.html#msg264514
* Clarify the error message to something usefulsmos2012-05-251-2/+5
|
* Switch to a common function to determine anti-lockout ports, and fix a bug ↵jim-p2012-05-251-12/+2
| | | | that was getting the ports wrong with custom https+redirect on.
* Removed extra line :)Cristian Feldman2012-05-241-1/+0
|
* Added load average information to the System Information widgetCristian Feldman2012-05-243-0/+20
|
* Merge pull request #2 from TheBlueMatt/masterErmal Luçi2012-05-242-28/+126
|\ | | | | Custom Dynamic DNS
| * Add the option to use a custom Dynamic DNS Provider via an Update URL and ↵Matt Corallo2012-05-222-28/+126
| | | | | | | | Result Match.
* | Fix easyrule duplicate destination for pass - Fixes #2447jim-p2012-05-231-1/+1
| |
* | Don't skip "lan" as a possible WAN for shaper, since someone could have ↵jim-p2012-05-231-2/+0
| | | | | | | | renamed/repurposed it. Someone may shoot themselves in the foot if they pick it accidentally, but otherwise some valid configs may be prevented accidentally.
* | Add more functions and expand the 3G status interfaces screen.smos2012-05-231-3/+31
| | | | | | | | List the SIM state, service, speeds and mode
* | Add the 3G mode display, really needs a function that translates these into ↵smos2012-05-231-0/+7
| | | | | | | | | | | | | | sane display numbers for strength and mode. The mode is actually a combination of LED color 4 = blue(idle), 5 = cyan(connected), and submode 7 = HSDPA I need to find some proper documentation, really.
* | Unbreak adding IPv6 static routessmos2012-05-231-2/+6
|/
* Use "proto 112" instead of tcpdump's vrrp keyword since it's a little behind ↵jim-p2012-05-221-4/+9
| | | | the times and doesn't realize that ip6+vrrp is valid. And since we're not using the vrrp keyword directly anymore, let's call it CARP instead.
* Properly test for the address family now that the array says what it's ↵smos2012-05-211-4/+7
| | | | supposed to be.
* Add 3G statistics for Huawei modems, split the Cellular stats out to per ↵smos2012-05-212-13/+27
| | | | interface instead of global.
* Don't auto-toggle the "do not backup rrd" setting - we do not want this on ↵jim-p2012-05-211-4/+0
| | | | unless the user explicitly selects it. It makes for very, very large backup files and must default to off.
* Allow modification of gateway groups even if the gateways are down.smos2012-05-201-1/+2
|
* Allow saving on system.php if the gateways are down.smos2012-05-201-2/+2
|
* Overcome laziness to avoid unnecessary loopCristian Feldman2012-05-181-5/+4
|
* Fix of bug #2374 "When entering values in firewall rules leading andCristian Feldman2012-05-187-20/+61
| | | | trailing spaces are not deleted"
* Allow 802.1p tags to be controlled from firewall rules edit screenErmal2012-05-182-0/+47
|
* System info widget on dashboard now updates CPU Frequency automaticallyCristian Feldman2012-05-183-11/+23
|
* Moved status text to img title (tooltip)Cristian Feldman2012-05-171-1/+1
|
* Added description text for IPSec tunnel status in "Status: IPsec" pageCristian Feldman2012-05-171-4/+8
|
* remove some log_error callsDarren Embry2012-05-171-7/+0
|
* bug fix for #2426Darren Embry2012-05-171-4/+11
| | | | Input validaton on interface gateway creation box needs to reject duplicate names
* report errors adding a gateway through ajax callsDarren Embry2012-05-172-5/+22
|
* - also rename $section arg to $section_name in some functions to clarifyDarren Embry2012-05-171-12/+15
| | | | | - also robustify parsing for <tagname> and bulletproof the handling of certain errors
* fix cosmetic bug when developer was turned on.Darren Embry2012-05-171-7/+19
| | | | highlight the hidden menu item differently.
* fix for #2231Darren Embry2012-05-171-2/+0
| | | | Don't activate master "Save Settings" button on traffic graph min/max.
* more verbose log_error on rrdtool restore failureDarren Embry2012-05-171-1/+1
|
* restore_rrddata() adds log_error calls and uses -fDarren Embry2012-05-171-12/+27
|
* add rrddata to backup/restore dropdowns.Darren Embry2012-05-171-12/+48
|
* indentation cleanupDarren Embry2012-05-171-100/+102
|
* move certain code to new function restore_rrddata()Darren Embry2012-05-171-23/+28
|
* Fixup halt and reboot to catch the output from the shutdown process properly.jim-p2012-05-162-45/+34
| | | | | | | Conflicts: usr/local/www/halt.php usr/local/www/reboot.php
* correct closing tagsbcyrill2012-05-151-11/+11
|
* Only process this if it's an arrayjim-p2012-05-151-0/+2
|
OpenPOWER on IntegriCloud