summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #6700Stephen Beaver2016-08-151-1/+1
| | | | (cherry picked from commit 40eca7e3a8abdff768e29e310ba945e74fdcfe17)
* Fixed #6710Stephen Beaver2016-08-151-1/+20
| | | | (cherry picked from commit 13b92290e0fa367a76016a15ccf5e76ff77b0706)
* Fixed #6709Stephen Beaver2016-08-151-1/+1
| | | | (cherry picked from commit 3726918df1dc4744bb7ea694ec5c8f40de59d856)
* Fixed #6703Stephen Beaver2016-08-151-1/+1
| | | | (cherry picked from commit e5343844c6de78feafae9e601b25bdf31f114a50)
* Fixed #6706Stephen Beaver2016-08-151-1/+1
| | | | (cherry picked from commit b86938e7e19a09a5b1f3f54825193b57f7c73131)
* Fixed #6705Stephen Beaver2016-08-151-0/+1
| | | | (cherry picked from commit d526fc2d2acc87af2ca829dfe01f0037e3368051)
* Fixed #6701Stephen Beaver2016-08-151-1/+1
| | | | (cherry picked from commit 03fd538eefd641771b6302370b901fe4ace3ab4f)
* Fixed #6704Stephen Beaver2016-08-151-1/+14
| | | | (cherry picked from commit fd778d8bef8ea3b0e5dcc8007de242b6e2ac6d5a)
* Be sure that user_settings for widgets is an arrayNewEraCracker2016-08-121-0/+3
| | | | (cherry picked from commit 5aad73235c1965e9f4c000244ca657ac9d1e4f68)
* Fixed to properly save configs in PPPs interfacesFrancisco Cavalcante2016-08-121-17/+38
| | | | (cherry picked from commit 545a7850ea37cd8c379cc75428353ad0089f2bd3)
* Be more verbose and let user know results of SMTP settings testRenato Botelho2016-08-111-3/+9
|
* Fix wording of the "Reject leases from" option for a DHCP interface.jim-p2016-08-091-2/+2
|
* pfSense.css: Fix sortable tables' fontJose Luis Duran2016-08-041-14/+18
|
* Experiment using the OS' native font stackJose Luis Duran2016-08-042-6/+10
| | | | | | | | Following the steps of bfbfa4dd254c110db4122925d0a3716a34d4c664, experiment using the OS' native font stack. Obtained from the Bootstrap project (twbs/bootstrap#19098, twbs/bootstrap@0a31dacf3e0c43a73b2e61e266155b9dcce35339)
* Allow URLs for TFTP Server (Bug #6634)doktornotor2016-08-041-2/+2
| | | | | The setPattern() thing ain't usable for this and just causes regressions. (cherry picked from commit c411661a8e8f9f9eb014a24954b9be2fcaaece18)
* Allow URLs for TFTP Server (Bug #6634)doktornotor2016-08-041-2/+2
| | | | | is_URL() from util.inc is way too limited for this purpose. (cherry picked from commit 8ff248d6a3f31dba42c4c64b5290928030faad4a)
* Typo fixdoktornotor2016-08-041-1/+1
| | | | (cherry picked from commit 4b79a9d443c4e16d6ffa304775aec79938d2988c)
* Allow URLs for TFTP Server (Bug #6634)doktornotor2016-08-041-2/+2
| | | | | is_URL() from util.inc is way too limited for this purpose. (cherry picked from commit 483816313924f87707bca0aa983c73064bd52371)
* services_dhcp: Ignore BOOTP queriesJose Luis Duran2016-08-041-0/+9
| | | | | | | | | | | BOOTP leases do not have a maximum lease time by default, this could potentially lead to a DHCP address pool exhaustion. This commit adds an option to ignore BOOTP queries. Redmine #4351 (cherry picked from commit 6d53301b1f612ff3e0490abbb46b53c50193b80b)
* Add a field to CA/Cert pages for OU, which is required by some external CAs ↵jim-p2016-08-032-5/+40
| | | | and users. Fixes #6672
* Display local DHCP lease times in 24-hour clockPhil Davis2016-08-032-2/+2
| | | | | | | | | | | It seems odd to me that when the times are displayed in UTC they have 24-hour clock, but when displayed in local time they are formatted with 12-our clock and AM/PM. 24-hour format takes less screen space, and I would have thought that network admins would prefer working consistently in 24-hour clock format. (cherry picked from commit ede534659ca54d2268ce51ec2f9e15f77051a60c)
* Save widget settings per userPhil Davis2016-08-038-73/+73
| | | | | | | | | For users that have "custom settings" enabled, save the "tool" settings of their widgets on a per-user basis. User that do not have "custom settings" enabled will continue to use and save widget settings to/from the system-wide settings. (cherry picked from commit 2b7d0520818248920ec88514fde2c9b86c2a70af)
* Some tweaks to improve alignment in table with checkboxNewEraCracker2016-08-031-1/+1
| | | | | | | | | | 1) If a checkbox does not have a description (even if it is empty), layout will be broken as checkbox won't be aligned correctly 2) UPnP checkbox looks better with description instead of help This commit fixes the two issues (cherry picked from commit 1a8e5f2f67fdc18080eeac47dc4ed0bdfacc66b9)
* Remove defunct link to the devwiki site. Everything is on doc.pfsense.org now.jim-p2016-08-021-1/+0
|
* Fix typo, LT2P->L2TPjim-p2016-08-021-1/+1
|
* Fixed #6669Stephen Beaver2016-08-012-1/+8
| | | | | | Read widget config before adding a new one. (Was starting a new array) (cherry picked from commit 236e6a54e9a93284ca170b68aa1188dfaa195c3d)
* replace attribute 'name' to 'id' in openvpn statusbruno2016-08-011-1/+1
| | | | (cherry picked from commit 5a5a11cd489bbf15e868c1607c74824c128d693f)
* Merge pull request #3073 from phil-davis/certsRenato Botelho2016-08-013-5/+10
|\
| * Backport Add missing recommended key lengths/digest to Cert systemPhil Davis2016-07-213-5/+10
| | | | | | | | Original pull request to master was #2944
* | Merge pull request #3070 from phil-davis/input_errors2AjaxRenato Botelho2016-08-0110-78/+0
|\ \
| * | Backport Remove input_errors2Ajax callsPhil Davis2016-07-2010-78/+0
| |/ | | | | | | | | | | Original commit to master was https://github.com/pfsense/pfsense/commit/86d431a89d920f64dda5e7e1821f720daf6e067b
* | Merge pull request #3063 from phil-davis/dhcpinitbeforera3055_23Renato Botelho2016-08-011-0/+13
|\ \
| * | Backport DHCP6 init before RAPhil Davis2016-07-201-0/+13
| |/ | | | | | | Original PR to master was #3055
* | experiment with tighter stylingJared Dillard2016-07-282-7/+117
| |
* | Fixes #6601 clean up installed packages htmlJared Dillard2016-07-281-7/+2
| |
* | clean up Installed Packages widget by removing categoryJared Dillard2016-07-281-2/+0
| |
* | Fix redmine #6640 DHCPv6 server time formatPhil Davis2016-07-251-9/+6
| | | | | | | | | | | | | | The original code here ended up always applying the time zone offset once, and if you had set dhcpv6leaseinlocaltime then it got applied twice, so Sydney at UTC+10:00 would show UTC+20:00 and presumably somewhere at UTC-04:00 would show UTC-08:00 This change makes the code use the same logic as the V4 status_dhcp_leases.php - which works and is simpler. Note: both the V4 and V6 code format the output, when using local time, as 12-our clock with AM/PM. That seems a bit odd, but I will leave it for now. I will make a separate pull request to change it to 24-hour clock (like is displayed in V4 leases in UTC)
* | Section title was wrong, discovered by mfineJeremy Porter2016-07-221-1/+1
|/
* Allow section header to be omitted by specifying "NOTITLE" as the section title.Stephen Beaver2016-07-181-2/+12
| | | | (cherry picked from commit 9ce54773be5e02235e3be7d2b970f61fbb27ba86)
* Allow AES-GCM for P1 where using IKEv2. Ticket #5990Chris Buechler2016-07-171-0/+4
|
* Clarify that HMAC-MD5 key is required. Ticket #6622Chris Buechler2016-07-171-1/+1
|
* Fix "http://pf.sense/UNKNOWN" links in Pkg Managerlukehamburg2016-07-161-4/+4
| | | I noticed recently that many packages do not have the 'www' field in the database filled, or have it set to UNKNOWN The way the table is built, this causes bad links to be generated pointing to e.g. http://pf.sense/UNKNOWN. This patch fixes it, causing only packages with actual links to get the <a> tag.
* fix typoChris Buechler2016-07-151-1/+1
|
* Fix xml syntax after license updateNewEraCracker2016-07-151-1/+1
| | | | (cherry picked from commit f7057140af3a98af925f76b6b0bb544dc7bfc418)
* Make a function to resync all OpenVPN CSCs and use it when saving an OpenVPN ↵jim-p2016-07-151-0/+1
| | | | server. Fixes #6139
* dse was under contract with BSDP for all the work he did, we own (c)Chris Buechler2016-07-151-1/+0
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-15249-9751/+9518
|
* Fix #6613 Do not show Aply Changes button when Save neededPhil Davis2016-07-141-1/+1
| | | | I got a bit carried away in the fix for #6460 https://github.com/pfsense/pfsense/commit/21c18c3df11547aba172c10f95872dbd8682f7d9 The message here at line 507 should not actually show the Apply Changes button. At this point the user needs to adjust the assigned interfaces and save. Then after saving an Apply Changes button can be used to implement the saved changes.
* Review license / copyright on all files (1st round)Renato Botelho2016-07-1469-1440/+3349
|
* Retire deactivated widgetsRenato Botelho2016-07-141-98/+0
|
OpenPOWER on IntegriCloud