Project

General

Profile

Download (16.1 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
94404d94 03/31/2015 12:23 PM Sander van Leeuwen

- Consistent table styles (table table-striped table-hover)
- Wrap tables in table-responsive
- Wrap action buttons in nav.action-buttons
- Removed unnecessary form from vpn_l2tp_users.php

Refs. #51

1192840b 03/28/2015 02:33 PM Sjon Hortensius

refactor attributes from Input to Element to make it a bit more generic

  • replaced Input::setAttribute with explicit setReadonly/setDisabled
  • introduced Input::toggles

fixes #37, refs #21

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

Some bugfixes, converted addPrivs

refs #18

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

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

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

Convert System > Auth servers

refs #18

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

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

Convert main Usermanager

refs #18

3cd4406f 03/03/2015 06:45 AM Phil Davis

system_usermanager edit cancel button looks small

It looks smaller and different to the Save button. This makes it the same.

e30050b6 01/18/2015 06:05 PM Phil Davis

Unimportant typos in user and group manager

that do not effect anything.

f6510207 01/13/2015 02:37 PM Bipin Chandra

Improving aesthetics.

Make title color more consistent with other pages.
Improving aesthetics.

ce77a9c4 01/01/2015 09:26 AM Phil Davis

Fix lineup of copyright lines

and module names and other bits of formatting and typos in header
comment sections.

ed2d1343 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

98d11ee7 11/13/2014 05:22 PM Renato Botelho

Merge pull request #1334 from brunostein/remove_multiple_users

c4661249 11/13/2014 11:54 AM Bruno Ferri

add tr id

0fa2086f 11/13/2014 11:38 AM Bruno Ferri

add check system user

4970f1de 11/13/2014 11:26 AM Bruno Ferri

add onclick

b27efa5d 11/13/2014 11:15 AM Bruno Ferri

add checkbox on the left side of the table and remove checkall checkbox

61dec0b0 11/12/2014 04:22 PM Renato Botelho

Make sure empty group or user are not created when editing

4e21c82e 11/11/2014 10:20 AM Bruno Ferri

add input checkbox to remove multiple users

29aef6c4 11/11/2014 05:36 AM Jim Thompson

Change copyright statement to reflect reality

123d8700 10/14/2014 03:50 PM Renato Botelho

Does not accept non-ascii characters on IPsec PSK. It fiixes #3931

fbe0d698 09/25/2014 12:29 PM Renato Botelho

Be more strict on user removal checking array id and also username to avoid removing wrong users when browser back button is used. It should fix #3856

b9cf74c3 09/22/2014 11:18 AM Renato Botelho

Update jquery-ui components to 1.11.1, it fixes #3879"

1a6769a6 09/11/2014 09:22 PM Renato Botelho

Replace GET by POST on system_usermanager.php and make necessary adjustments on necessary pages. It fixes #3856

7c2d0050 09/11/2014 09:22 PM Renato Botelho

Back to referer instead of hard coded system_usermanager.php since this page is called from other places

d83a4264 09/11/2014 09:22 PM Renato Botelho

Add a cancel button for user and group edit page

4c291f4c 08/05/2014 11:35 AM Renato Botelho

Fix indent and whitespaces

4c4c59b9 08/05/2014 10:48 AM Renato Botelho

Make sure there are not empty options on dst select to avoid creating empty user or group. This issue was introduced by b4e9a4da

46f6eb78 08/05/2014 10:44 AM Renato Botelho

Fix select name

60a5f9de 06/21/2014 09:16 PM N0YB

Use count($array) where applicable, instead of a $rowIndex increment.

2464e353 06/16/2014 10:14 PM N0YB

XHTML Compliance - System Menu

Enforce select option

b4e9a4da 06/16/2014 07:14 AM N0YB

XHTML Compliance - System Menu

Advanced - Admin Access Tab
Advanced - Firewall / NAT Tab
Cert Manager - Certificate Revocation Tab
User Manager - Users Tab
User Manager - Groups Tab

9ef4289c 05/27/2014 11:11 AM Colin Fleming

Tidy up "system_usermanager.php" XHTML

Add CLOSEHEAD varialbe and manually close HEAD
Add CDATA sections to SCRIPTS
Deprecate Ampersand in Anchor tags
Remove NAME from TR tag, not valid in XHTML
Remove WRAP from TEXTAREA and Javascript to take wrap off

07130afe 03/25/2014 10:32 PM ayvis

removed duplicate type=text/javascript
added type for <script>

8cd558b6 03/14/2014 08:24 PM ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

e41ec584 03/12/2014 02:42 PM Renato Botelho

Improve checks for params 'id', 'dup' and other similar ones to make sure they are numeric integer, also, pass them through htmlspecialchars() before print

8a0ae97f 11/02/2013 10:48 AM Renato Botelho

Call conf_mount_rw before delete user, a better fix for #3294

1e9b4611 09/12/2013 02:28 PM Renato Botelho

Remove call-time pass by reference for do_input_validation, helps ticket #2565

23991e58 08/11/2013 04:33 PM Charlie Marshall

change to plus 100 years as opposed to hard coded date

3ccb9689 08/11/2013 04:12 PM Charlie Marshall

remove whitespaces

12c2ec2e 08/11/2013 04:08 PM Charlie Marshall

improve datePicker on usermanger page

1c8faa89 07/16/2013 05:27 PM Jim Pingle

If an account has SSH keys, show them, don't show the checkbox to add keys. Fixes #2729

6b8588c6 04/08/2013 07:11 PM Colin Fleming

Tidy up "system_usermanager.php" XHTML

Add CDATA sections to SCRIPT tags
Close INPUT, IMG and BR tags
Deprecate the ampersand in ANCHOR tags
Remove the NAME paramenter from TR tags
Moved NOWRAP into class statement
Move TFOOT between THEAD and TBODY, this is a "quirck" of HTML

8db87547 10/31/2012 07:53 PM Jim Pingle

Encode this before showing it.

5b42a459 09/24/2012 07:38 PM Cyrill B

Make tables sortable

fdcf104c 04/11/2012 02:46 PM Jim Pingle

When renaming a user, make sure to remove the previous user or it gets left in /etc/passwd.

4d148b59 02/15/2012 01:29 AM Yehuda Katz

Convert strtotime() to DateTime object to fix 2038 roll-over issue.

ff9eda9d 01/06/2012 06:30 PM Jim Pingle

Fix permission and certificate display for the admin user

944b6946 08/30/2011 06:50 PM Jim Pingle

Clarify text

adacdf5f 08/11/2011 06:03 PM Jim Pingle

Populate pconfig in all cases with user info, or else when you delete a privilege, the list disappears until you go back and edit the user again. (Certs too)

e33be77c 06/06/2011 10:53 AM Ermal LUÇI

Ticket #1412. Fixing the access login to the user manager presented another 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.

9584d162 06/01/2011 12:23 PM Ermal LUÇI

Fixes #1412. Properly pass the page to match so users are not always presented with the change password screen. Proper fix.

97c1f268 06/01/2011 11:14 AM Ermal LUÇI

Fixes #1412. Properly pass the page to match so users are not always presented with the change password screen.

c639315e 04/29/2011 07:43 PM Jim Pingle

Set password on the OS instead of just the gui. Fixes #1485

908cbaf9 04/21/2011 07:33 PM Jim Pingle

Set user when removing privileges, otherwise things like the user's shell would not be reset until pressing save, which is inconsistent with that step not being needed when adding privileges.

94d455da 02/17/2011 07:45 PM Jim Pingle

Enforce FreeBSD's max username length of 16 chars. http://forum.pfsense.org/index.php/topic,33410.0.html

dd5bf424 11/12/2010 04:36 PM Scott Ullrich

Fix XSS issues

fa6c42d0 11/11/2010 01:30 AM Erik Fonnesbeck

Return this field to its old name to prevent a conflict of names and since the code that uses it still refers to it by that name. Issue reported at http://forum.pfsense.org/index.php/topic,29985.0.html

This caused the full name field to be ignored when creating a user and prevented making a certificate at the creation of the user (either could still be changed afterward).

08724afa 11/01/2010 06:13 PM Jim Pingle

Test for arrays first, should fix #968

150bbe09 10/21/2010 07:49 PM Jim Pingle

Indicate if a certificate has been revoked, both in the cert list and the user manager list.

f2a86ca9 10/19/2010 06:19 PM Jim Pingle

Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protection and standardize field names. Ticket #320.

9ff73b79 10/19/2010 04:51 PM Jim Pingle

Convert fullname field on users to descr, so it gains CDATA protection.

ad9b5c67 09/02/2010 08:50 PM Jim Pingle

Allow creating a user certificate, pre-fill some info, direct back to user edit screen if that is what led us here. If we are making a user certificate, give another choice to select a pre-existing certificate to associate with that user.

b0884cde 09/02/2010 08:50 PM Jim Pingle

Adjust add link.

c25f73ae 09/02/2010 08:50 PM Jim Pingle

Adjust the user manager to use cert references on the user instead of the actual certs.

b4e6524c 09/01/2010 07:26 PM Jim Pingle

CA/CERT Move

3d6bbe4c 08/31/2010 08:19 PM Jim Pingle

Make a refid even for user certs.

2934322e 07/12/2010 04:58 PM Jim Pingle

Set groups first, since local_user_set checks a privilege that relies on the groups being accurate when run.

a803793f 07/12/2010 03:59 PM Jim Pingle

Fix "all users" group member array test.

3dec33d4 06/25/2010 07:12 PM Erik Fonnesbeck

Validate for duplicate user names when editing, too.

8339ab6d 06/25/2010 06:38 PM Jim Pingle

Prevent the GUI from adding a user that already exists in /etc/passwd (root, operator, daemon, etc)

e879fc81 06/22/2010 02:29 PM Ermal LUÇI

Fixes #613. Add correctly users to all users group.

ddd1fb7f 05/28/2010 08:13 PM Jim Pingle

Add IPsec PSK field to User Manager. No backend code to use this value yet.

93458966 04/30/2010 02:13 PM Carlos Eduardo Ramos

Removed gettext call

e13bfff1 04/30/2010 02:10 PM Carlos Eduardo Ramos

Add gettext call

2b33f342 04/30/2010 01:13 PM Renato Botelho

add gettext() calls on missing places

5b1dcebf 04/30/2010 12:25 PM Vinicius Coque

Fixing multiline gettext()

6e707e77 04/29/2010 07:00 PM Vinicius Coque

Adding gettext()

0e94685b 04/29/2010 05:32 PM Renato Botelho

Fix gettext issues

39c0be7b 04/28/2010 08:28 PM Vinicius Coque

Fixing gettext implementation

683c26cf 04/28/2010 04:44 PM Vinicius Coque

Fixing gettext() implementation

76d49f20 04/28/2010 04:17 PM Renato Botelho

Use array instead of explode for reqdfieldsn to fit it better with gettext() calls

b79454a7 04/28/2010 01:55 PM Carlos Eduardo Ramos

Reviewing gettext() implementation

3b4b9ff3 03/18/2010 01:08 PM Ermal LUÇI

Default to 2048 bits.

a69c0036 03/15/2010 07:13 PM Ermal LUÇI

Ticket #423. Remove priv.inc/priv.defs.inc from files. They used require() instead of required once so produced errors or redefinitions of functions. These includes are now included on authgui.inc.

13646069 03/15/2010 01:43 PM Ermal LUÇI

Default to 3650 days. Requested-by: cmb@

095a63da 03/13/2010 08:22 PM Chris Buechler

fix text

d0412d85 03/12/2010 02:48 PM Ermal LUÇI

Make the certificate table look better.

c9794c06 03/12/2010 02:46 PM Ermal LUÇI

Allow user certificate to be created with the user.

970db70b 01/21/2010 12:18 AM Scott Ullrich

Run /etc/inc/privhooks if they exist

062d7db5 01/16/2010 11:01 PM Chris Buechler

fix typos

36f5df24 12/13/2009 11:57 PM Chris Buechler

remove authorized_keys check, many users won't have SSH access anyway, this check is much too restrictive

4494cf6a 12/07/2009 11:50 PM Chris Buechler

fix typos

5092a6fb 11/29/2009 02:15 AM Scott Ullrich

include priv.inc

2afddcb1 11/29/2009 01:32 AM Scott Ullrich

Disabled is not a required field

ead24d63 11/29/2009 01:08 AM Scott Ullrich

Include priv.defs.inc

b4bfd25d 11/28/2009 12:02 AM Scott Ullrich

Add disabled checkbox. Add code to check for disabled accounts.

0a82fa9b 11/27/2009 10:46 PM Scott Ullrich

Allow expiration date to lie in the past which has the side effect of disabling the account Ticket #65

cb42f385 09/17/2009 10:01 AM Ermal Luçi

Add necessary include. Reported-by: http://forum.pfsense.org/index.php/topic,19193.0.html

1d333258 09/15/2009 01:49 AM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on