summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* When editing a vlan and chaning its tag id and the vlan is assigned correct ↵Ermal2011-06-271-3/+7
| | | | even the interface name of the assignment otherwise we result in breaking the install.
* Don't do a csrf check when downloading packet capture, see ↵jim-p2011-06-271-0/+4
| | | | http://forum.pfsense.org/index.php/topic,37794.0.html - also exit after sending the file to the user to avoid partial broken page loads after downloading a packet capture.
* Add a button to reset the RRD data (rm's rrd files and reinitializes).jim-p2011-06-271-2/+11
|
* Be consistent with upper and lowercase.Warren Baker2011-06-271-4/+4
|
* Bug #1615. Half-fix.Evgeny Yurchenko2011-06-261-1/+1
|
* Internal cert and CSR creation error handling added.Evgeny Yurchenko2011-06-231-4/+19
|
* Internal CA creation error handling added.Evgeny Yurchenko2011-06-231-3/+8
|
* Intermediate CAs and openssl_xxx() error checking in CA management.Evgeny Yurchenko2011-06-231-4/+63
|
* After an interface mismatch and apply actually show when we are rebooting ↵Scott Ullrich2011-06-231-6/+10
| | | | instead of the same message that the interface mismatch exists when really the system is rebooting.
* Revert "Correct displaying any availble default value."Warren Baker2011-06-221-1/+1
| | | | This reverts commit 01c170c4612a4afdbaa2d6e9bf98552dddc1cde3.
* Do not store CA and CERT in config unless needed. Will allow deleting unused ↵Evgeny Yurchenko2011-06-211-0/+5
| | | | certs.
* More icons missing from certain themes...jim-p2011-06-21101-0/+0
|
* Add missing theme images.jim-p2011-06-2012-0/+0
|
* Bug #1602. diag_arp.php hangs when DNS server unreachable.Evgeny Yurchenko2011-06-171-5/+19
|
* Add a GUI field to adjust the max number of processes for lighttpd.jim-p2011-06-171-0/+19
|
* Bug #1437. Dropdown list for country codes for CSRs (Cert Manager)Evgeny Yurchenko2011-06-171-7/+18
|
* Bug #1437. Check for invalid characters in the fields for ca, cert and csr.Evgeny Yurchenko2011-06-172-2/+26
|
* Bug #1437. Dropdown list for country codes (CA manager)Evgeny Yurchenko2011-06-161-6/+18
|
* Remove obsolete file lurking on installs.Ermal2011-06-151-1/+0
|
* Ticket #1598. Correctly handle ipalias vips when re-enabling carp from the ↵Ermal2011-06-151-2/+6
| | | | carp_status screen.
* Show the OpenVPN instance description when listing interfaces to assign in ↵jim-p2011-06-141-0/+12
| | | | the gui.
* Allow Accounting Updates to become configurable when Accounting is selected.Warren Baker2011-06-141-4/+4
|
* Correct displaying any availble default value.Ermal2011-06-141-1/+1
|
* Correct check for ipaliases over carp so we do not allow the deletion.Ermal2011-06-141-2/+2
|
* NEw functiong does_vip_exist() which works for carp and ipalias type vips to ↵Ermal2011-06-141-4/+14
| | | | help in carp sync issues. Fixes #1598
* Do not assume that every merge is about vips. Found-by: JimErmal2011-06-131-1/+1
|
* unset after checking that no reconfiguring is needed.Ermal2011-06-131-2/+4
|
* Allow packages to specify that their tabmenus should not be a drop-down list ↵Warren Baker2011-06-122-5/+9
| | | | by using a <no_drop_down/> tag.
* Fixes #1327. Trigger synching of vouchers to config through ↵Ermal2011-06-101-21/+2
| | | | check_reload_status. Retire the saveinterval option since it is not useful anymore. Use the prune process of captiveportal to sync vouchers as well to fix issues as reported-by: http://forum.pfsense.org/index.php/topic,37636.0.html
* Fixes #1327. Put description that a full qualified hostname is required.Ermal2011-06-101-0/+1
|
* Actually make this code more readble.Ermal2011-06-081-3/+2
|
* Remove the entry from old entries even when there are no changes to prevent ↵Ermal2011-06-081-2/+3
| | | | marking them down.
* Generate proper index for unsetting so we do not destroy all the vips in the ↵Ermal2011-06-081-1/+1
| | | | backup.
* Nuke trailing newlineScott Ullrich2011-06-071-1/+1
|
* Oops correct the POST destination page.Ermal2011-06-071-1/+1
|
* Add a div around input errors box so that it can be hidden on subequent page ↵Scott Ullrich2011-06-061-0/+2
| | | | posting
* Correct whitespace.Ermal2011-06-061-2/+1
|
* Ticket #1412. Provide even a link to this page through System->User ManagerErmal2011-06-061-2/+5
|
* Ticket #1412. Fixing the access login to the user manager presented another ↵Ermal2011-06-062-346/+373
| | | | problem since now users cannot change their passwords anymore. Allow this through another page and an extra priviledge needed to be added to the user for allowing them to change the password.
* Restoring gray background to the right of some tables in GUI (theme pfsense_ng).Evgeny Yurchenko2011-06-051-1/+1
|
* Reverting class="sortable" damaged by commit ↵Evgeny Yurchenko2011-06-055-8/+9
| | | | 17d5077f61d963178f47e016b8768b768800ba68
* Merge remote branch 'origin/master'Evgeny Yurchenko2011-06-059-12/+58
|\
| * s/WAN//Chris Buechler2011-06-041-1/+1
| |
| * fix typo, add warningChris Buechler2011-06-041-1/+1
| |
| * Show the MAC on the page rather than just a hover, too many times it needs ↵Chris Buechler2011-06-041-1/+1
| | | | | | | | to be copied/pasted or quickly viewed, and the vendor isn't nearly as useful as the actual MAC.
| * Allow duplicating an IPsec phase 2. The code was already on ↵jim-p2011-06-031-0/+3
| | | | | | | | vpn_ipsec_phase2.php but unlinked.
| * Add a GUI selection for racoon's generate_policy directive since it may be ↵jim-p2011-06-031-0/+18
| | | | | | | | useful in certain configurations, especially for mobile clients.
| * Add a button here to clear the package lock.jim-p2011-06-031-1/+10
| |
| * Instead of showing an emtpy drop-down for CA/Cert/CRL, show an error that ↵jim-p2011-06-032-0/+20
| | | | | | | | there are none defined, and link to the page to create one.
| * Remove the warning message that a user doesn't have any CA/Certs when ↵jim-p2011-06-032-8/+0
| | | | | | | | viewing OpenVPN connections. This is just confusing people, and isn't relevant to people using only shared key tunnels.
OpenPOWER on IntegriCloud