Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  local
  sbin
  share

Latest revisions

# Date Author Comment
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.

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().

View revisions

Also available in: Atom