Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
9c878ec9 03/25/2015 08:37 PM Sander van Leeuwen

Add body padding on pages without menu (wizards, login page, etc.)

Refs. #34

df868fa2 03/25/2015 08:33 PM Sander van Leeuwen

Merge pull request #34 from sbeaver-netgate/bootstrap

Allow top navbar to resize without overwriting the page

e6acc2ee 03/22/2015 04:59 PM Sjon Hortensius

apply r/o state to name of system-groups

refs #18

64600f94 03/22/2015 04:56 PM Sjon Hortensius

Some bugfixes, converted addPrivs

refs #18

a8a4a7e3 03/22/2015 04:55 PM Sjon Hortensius

Select - fix selected for multiple (again), correct order in js

46bb8a0b 03/22/2015 01:55 PM Sjon Hortensius

Merge remote-tracking branch 'upstream/master' into origin/master

7818caff 03/22/2015 12:41 PM Sjon Hortensius

Button - fix title when not <a>, Input - no need for tempvar

d9575672 03/22/2015 12:40 PM Sjon Hortensius

Add copyright headers to Form classes

a0165602 03/22/2015 12:37 PM Sjon Hortensius

Convert System > Auth servers

refs #18

d325e908 03/19/2015 04:55 AM Chris Buechler

Add option for wireless standard "auto", to omit "mode" entirely from ifconfig. This shouldn't be necessary, but specifying mode has proven to trigger driver problems that don't exist if it's left unspecified (such as FreeBSD PR 198680). Chosing "auto" fixes ath(4) BSS mode issues otherwise preventing it from connecting.

5a637574 03/18/2015 07:36 PM Stephen Beaver

Allow top navbar to resize without overwriting the page

eb94d976 03/18/2015 07:04 PM Jared Dillard

change the location of jquery-ui images in each theme's css file

86e41adf 03/18/2015 01:58 PM Renato Botelho

Merge pull request #1571 from phil-davis/patch-2

926e0a2f 03/18/2015 12:03 PM Phil Davis

Cleanup code path when adding a new user

1) Only attempt to delete the oldusername if it actually was non-empty - at the moment errors are logged in the system log when adding a new user, because the code was trying to delete the user name "".
2) Call local_user_set() first to create (change, whatever) the user record. This makes the user record exist for a new user. Then call local_user_set_groups() to sort out what groups the user should be in or not in. The existing code would fail to add a new user to the specified group/s because local_user_set_groups() was called too early, before the user actually existed....

e5d58b68 03/16/2015 02:26 PM Phil Davis

Do not allow VLAN tag zero

At the moment you can make a VLAN with tag 0. The input validation does not catch it because when $_POST['tag'] = "0" that evaluates to false by PHP.
Always make the checks on 'tag' value whenever the 'tag' key is set at all. If the (required) 'tag' key is not set, then that is already checked for by do_input_validation().

b78655a9 03/16/2015 11:17 AM Renato Botelho

Merge pull request #1562 from phil-davis/usr-review1

465f17a3 03/16/2015 04:32 AM Thane Gill

Initial commit for Interface > VLANs bootstrap convert

b52f76e9 03/15/2015 09:09 PM Sjon Hortensius

remove custom data-toggle=disable in favor of working but ugly collapse

fixes #24

845e459d 03/15/2015 08:59 PM Sjon Hortensius

pfSense - unbreak javascripts, correct split into methods

4ee51131 03/15/2015 08:50 PM Sjon Hortensius

Convert main Usermanager

refs #18

0c843a9c 03/15/2015 08:47 PM Sjon Hortensius

Minor fixes in forms, introduce Textarea

Button - make sure we correctly escape link & text
Select - with multiple selected values; look at keys instead of values
StaticText - switch Input::__construct args
Textarea - introduce

7d61beba 03/13/2015 05:43 PM Phil Davis

Code Style sbin tmp usr

Bits and pieces from sbin tmp and usr but not yet usr/local/www

6fee314b 03/13/2015 05:25 PM Phil Davis

pfSsh.php readline function return value

This just looks wrong. But I guess the code path never comes through here because function readline() already exists in the environment of this script.

f2f34088 03/13/2015 08:16 AM Chris Buechler

txpower was disabled for good reason it would appear, it triggers syntax errors in some configurations. Disable it again since it's been disabled for years, and comment out the user-facing config portion for now since it doesn't do anything. Ticket #4516

0a950c4b 03/13/2015 08:06 AM Chris Buechler

Apply WME input validation to all modes, not just hostap. Ticket #4516

141d316c 03/13/2015 07:56 AM Chris Buechler

Default to 11ng if an option hasn't been configured. Previously we let the browser pick the first in the list (the first the card reported as available), which ended up being 802.11b. Ticket #4516

d31517e5 03/13/2015 07:31 AM Chris Buechler

Default to WPA2, AES for new wireless interface configs. Ticket #4516

3fdd9cfa 03/13/2015 06:20 AM Chris Buechler

Auto-size the interface box on the bridge edit page.

1188cdc8 03/13/2015 05:15 AM Chris Buechler

touch up interfaces.php text

310ea4e2 03/13/2015 04:44 AM Chris Buechler

Require WPA PSK where WPA-PSK is enabled. Clean up some other text. Ticket #4516

4958ca9e 03/13/2015 04:26 AM Chris Buechler

clean up input errors text

a819eab2 03/13/2015 02:02 AM Chris Buechler

Fix up text, remove "only for Atheros" since the option is only shown if a compatible card exists.

6f5607f5 03/13/2015 01:55 AM Chris Buechler

"Auto" channel with hostap doesn't work correctly at the moment, force choosing a specific channel with hostap mode for now.

aec55f9a 03/12/2015 11:53 PM Chris Buechler

add more wireless validation. Ticket #4516

6cd14b43 03/12/2015 11:22 PM Chris Buechler

Add more validation for wireless config settings. Ticket #4516

95df2de5 03/12/2015 09:49 PM Chris Buechler

Add more input validation for wireless parameters. Ticket #4516

89e6f7af 03/12/2015 08:07 PM Chris Buechler

Touch up wifi text

b8c3654c 03/12/2015 03:01 AM Chris Buechler

clean up unique IDs text a bit.

214c8102 03/11/2015 11:54 PM Renato Botelho

Proper fix #4443, do not unset carp entry when content differ, also set correct real interface and use subnet to check IP protocol

c14781e3 03/11/2015 07:02 PM Renato Botelho

Save vip interface and subnet to use to delete old vips from secondary nodes. Fixes #4446

04bbb3a5 03/11/2015 07:02 PM Renato Botelho

Revert "Use a consistent variable name here. related to Ticket #4446"

This reverts commit 309162b96d6ad0db09c132cc0aabc890bfe1909f.

24dadbee 03/11/2015 06:29 PM Chris Buechler

add granular control of state timeouts. Ticket #4509

Conflicts:
etc/inc/filter.inc

3a0a59c8 03/11/2015 05:03 PM Renato Botelho

Remove BEAST protection option since default cipher is now good and works with hifn cards

18017c9c 03/11/2015 11:30 AM Renato Botelho

Merge pull request #1549 from phil-davis/patch-2

26ca0fd0 03/11/2015 11:29 AM Renato Botelho

Merge pull request #1550 from phil-davis/password-lock-symbol

b776b3e0 03/11/2015 11:28 AM Renato Botelho

Merge pull request #1548 from phil-davis/pencils

e99affae 03/11/2015 06:37 AM Chris Buechler

update description after adaptive start/end default change.

309162b9 03/11/2015 12:01 AM Chris Buechler

Use a consistent variable name here. related to Ticket #4446

Conflicts:
usr/local/www/xmlrpc.php

24acc8f4 03/10/2015 10:20 PM Chris Buechler

Don't enable interfaces_use by default. Add checkbox to enable on Advanced
tab, in case there are scenarios where it's desirable. Ticket #4341

30ea15dc 03/10/2015 08:47 PM Ermal Luçi

Fixes #4427 Correct traffic shaper wizard to properly save and use Voip provided settings

0a0978d7 03/10/2015 08:45 PM Ermal Luçi

Fixes #4427 Correct traffic shaper wizard to properly save and use Voip provided settings

67877234 03/10/2015 05:10 PM Phil Davis

Fix password box cursor position

Similar to
https://github.com/pfsense/pfsense/commit/dedc40f7ded5f88aee4720aa8a3a57667b975254
The password field shows the little lock icon, but the text input area
starts over the top of the icon and as I type in the field the password...

fba5dd6e 03/10/2015 04:18 PM Thane Gill

Return object after instantiation

d32784ed 03/10/2015 04:00 PM Thane Gill

Fix Form_Section so you can add classes

d62dca65 03/10/2015 04:00 PM Thane Gill

Make it possible to add multiple classes at once

0bec94db 03/10/2015 04:00 PM Thane Gill

Fix $title

3853b436 03/10/2015 02:42 PM Phil Davis

Fix SNMP Bind Interface list in master

The format of the array returned by get_possible_listen_ips() was changed.
This use of the returned array was not quite changed correctly. This fixes it so the drop-down list of SNMP Bind Interfaces is displayed correctly....

ee678e75 03/09/2015 10:56 PM Sander van Leeuwen

Comment missing function for now.

Refs. #22

c39f7276 03/09/2015 10:46 PM Sander van Leeuwen

Bind collapsable behaviour to options

Refs. #21

6127c541 03/09/2015 06:01 PM Ermal Luçi

Revert "Fixes #4446 Correct ipalias removal on top of carp during configuration sync."

master works differently and get_real_interface() resolves vips as well.

This reverts commit 8896fe1cebdc97dcbeb59249f3bb2abd1601b979.

8896fe1c 03/09/2015 05:52 PM Ermal Luçi

Fixes #4446 Correct ipalias removal on top of carp during configuration sync.

e185c584 03/09/2015 05:10 PM Phil Davis

Pencil symbols

These are places in the GUI where the cursor sits not in the far left
side of the input box and there is odd-looking white space to the left
of the cursor. Normally there would be a little input graphic in the
white space to the left of the cursor (a pencil, a computer screen, a...

261f7271 03/09/2015 02:36 PM Jim Pingle

Allow reassignment from PPP types to DHCP. From testing, it appears to work OK, this input validation appears to be outdated.
If there is some edge case that this catches, perhaps it needs to be a more specific test.

5bd0ba3e 03/09/2015 02:22 PM Jim Pingle

Add missing 'break' statement that broke switching from a PPP type to 'none'.

2385106e 03/09/2015 10:00 AM Renato Botelho

Merge pull request #1544 from phil-davis/patch-4

ad42e4d8 03/09/2015 09:59 AM Renato Botelho

Merge pull request #1542 from phil-davis/patch-2

ef1dfb88 03/08/2015 11:17 PM k-paulius

Add missing opening bracket

10192c30 03/08/2015 11:15 PM k-paulius

Remove extra closing brackets

29257358 03/08/2015 11:07 PM k-paulius

$ldescr variable is not assigned a value and all 'Outgoing Network Interfaces' show Localhost as a name on UI

ec07dcfe 03/08/2015 11:04 PM k-paulius

Missing $

a707f00b 03/08/2015 09:30 PM Sjon Hortensius

Merge branch 'bootstrap' of github.com:SjonHortensius/pfsense into bootstrap

f353ebeb 03/08/2015 06:11 PM Sjon Hortensius

converted usermanager_settings and setting_test

refs #18

df7bc7cb 03/08/2015 06:10 PM Sander van Leeuwen

Convert to bootstrap

Refs. #22

59e0b480 03/08/2015 06:09 PM Sander van Leeuwen

Revert "Convert to bootstrap"

This reverts commit 89544eb50215903d24f56c4f668c81962670817a.

89544eb5 03/08/2015 06:06 PM Sander van Leeuwen

Convert to bootstrap

a41cf2da 03/08/2015 06:06 PM Sjon Hortensius

Form - add setAction for adding custom _GET parameters

9d45f8b8 03/08/2015 12:40 PM Sjon Hortensius

Multiple buttons in form need spacing

fixes #19

8343fb3b 03/08/2015 12:33 PM Sjon Hortensius

Button - renamed parameter, put $title into value attribute

refs #11

51b24a30 03/08/2015 06:43 AM Chris Buechler

Update help to current config structure, touch up text while here. Fixes #4492

08af94cb 03/07/2015 08:16 PM Chris Buechler

Check for console="comconsole* rather than just comconsole in loader.conf, so it doesn't match just having comconsole_speed in loader.conf. Ticket #4464

da3d5bc7 03/07/2015 05:05 PM Sjon Hortensius

clarify Button, centralize A vs INPUT logic

refs b125fab2ba

b125fab2 03/07/2015 05:00 PM Sjon Hortensius

Introduce Form_Button, which can morph into <a class=btn>

fixes #11

a08e2dcb 03/07/2015 04:36 PM SjonHortensius

Merge pull request #13 from psophis/interface-interface-groups

migrated Interface > interface groups

19013d43 03/07/2015 04:28 PM Thane Gill

Initial commit for Interface > Interface Groups bootstrap convert

ab9028d8 03/07/2015 04:25 PM Sjon Hortensius

correct a typo; addGlobal is a Form method, so don't do Section::

refs a97531c5e5e2f1f41

18479e41 03/07/2015 04:17 PM Sjon Hortensius

firewall_rules_edit - now properly converted

this file now contains all original names for inputs, fixes #16

54b808d4 03/07/2015 03:38 PM Thane Gill

After instantiation return object. Return object after setWidth.

f537d085 03/07/2015 03:31 PM Sjon Hortensius

Updated even more pages to new Form setup (include names)

refs #16

a97531c5 03/07/2015 12:26 PM Sjon Hortensius

Major change: require caller to specify name of inputs

no longer do we automatically determine an input-name; it meant a lot of
backend-changes (or forceName calls). This commit fixes all occurences
except for firewall_rules_edit

refs #16

a542a625 03/07/2015 11:46 AM Sjon Hortensius

removed custom setSubmit, using new addGlobal for hidden input

refs #9

ee027864 03/07/2015 11:38 AM Sjon Hortensius

moved setSubmit to addGlobal, to be used for hidden inputs

fixes #10, #11

8a2d92b5 03/07/2015 11:37 AM Sjon Hortensius

Merge branch 'bootstrap' of github.com:SjonHortensius/pfsense into bootstrap

8af76ee4 03/07/2015 11:36 AM Sjon Hortensius

Replaced addSubmit by addGlobal, which will be used for hidden inputs

Group - add support for additional classes by using Element::getHtmlClass
Input - if we have no columnClasses or help, don't wrap ourself in DIV

844b9bf3 03/07/2015 11:34 AM Sjon Hortensius

fix typos, pending actual layout

3c7f137e 03/07/2015 11:32 AM SjonHortensius

Merge pull request #15 from SanderVanLeeuwen/bootstrap

Pass checkbox value to parent constructor

ae3402fa 03/07/2015 11:29 AM Sander van Leeuwen

Pass checkbox value to parent constructor

247c417f 03/07/2015 10:58 AM Sjon Hortensius

Globally correct a few typos

  • $x; > $x = null;
  • removed duplicated cases
  • fixed useless statement: (int)$x = $y
  • removed poetic: if (!$x && $x) $x = $x
0a4fbd99 03/06/2015 08:00 PM Jim Pingle

Expand CARP demotion error, add button to reset demotion status.

201932c5 03/06/2015 06:17 PM Thane Gill

After instantiation return object. Return object after setWidth.

3412275d 03/06/2015 05:14 PM Thane Gill

Initial bootstrap rewrite for system_advanced_sysctl.php

TODO:
- Hide id label on re-edit
- Add cancel button to edit