Project

General

Profile

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

# Date Author Comment
edf6dbfa 05/16/2022 04:31 PM Jim Pingle

User Mgr scope icon corrections. Fixes #13174

98ecfb9f 03/18/2022 01:16 PM Jim Pingle

Add user opt to keep history. Implements #12675

8f2f85c3 01/02/2022 01:05 AM Luiz Souza

Update the Copyright year of the files owned by Rubicon/Netgate.

5d0c974d 09/08/2021 01:53 PM Jim Pingle

Make ssh PermitRootLogin conditional. Fixes #12346

0aa7f5a7 03/19/2021 03:12 PM Jim Pingle

Fix user cert parameters when creating user+cert. Fixes #11705

8f585441 01/03/2021 12:28 PM Luiz Souza

Update the Copyright year.

A subsequent commit will deal with .po's.

293c7335 12/18/2020 08:40 PM Jim Pingle

Use stronger cert defaults when creating a user cert. Fixes #11167

ccb301a4 06/22/2020 12:04 PM Viktor Gurov

Allow to generate ECDSA certs on User Manager page. Implements #10658

e6c79cd3 05/11/2020 08:27 PM Jim Pingle

Update user index after making changes. Fixes #9259

0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

659a8a26 10/30/2019 05:26 PM Jim Pingle

Set autocomplete=new-password for auth forms around the GUI. Implements #9864

acd7e560 08/27/2019 05:19 PM Jim Pingle

User & Group Manager: Improve Deny Config Write Handling. Fixes #9259

  • Denies all changes if a user has the Deny Config Write privilege.
    Previously it only denied the config write but some OS operations were
    performed.
  • Sets an input error so the user is notified that their attempt failed....
38809d47 07/29/2019 05:50 PM Renato Botelho

Fix copyright message years to reflect BSDP -> ESF -> Netgate

354b1c75 02/13/2019 01:37 PM Jim Pingle

Fix OU Name DN entry when creating a user cert. Fixes #9317

0b4c14a4 01/02/2019 02:50 PM Steve Beaver

Update copyright notices to 2019. Happy New Year

c6c398c6 11/21/2018 06:30 PM Jim Pingle

Fix #9121: Initialize arrays to prevent PHP 7 errors

1ec79365 08/20/2018 07:49 PM Jim Pingle

Certs: Fix CA subject assumptions. Fixes #8801

Several areas made assumptions about the number and order of CA subject
fields that were no longer correct after issue #8381 was corrected.

While here, also remove some outdated references to fields that are no...

9ceace25 07/31/2018 08:30 PM Jim Pingle

Validation for GUI custom settings. Fixes #8726

Add validation for customizable GUI setting fields and test submitted
values before allowing them to be stored.
Also ensure that dashboardcolumns is an integer before using it in the
GUI.

5c3a8a9c 07/09/2018 03:39 PM Stephen Jones

Fixed #8622 It will now revert to whatever was previously saved in the config if there is an input error for user groups

aa029c93 07/09/2018 01:47 PM Renato Botelho

Fix 8553: When creating a new user, make sure it's added to desired groups

3fa6d462 06/06/2018 08:23 PM Jim Pingle

Fix up user/group management save message descriptions, add logging for same. Fixes #8548

dc3bc1f8 02/16/2018 04:42 PM Renato Botelho

Fix #7469

Sort users / groups alphabetically on config.xml

b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

e562fca2 01/02/2018 04:49 PM Jim Pingle

Change how SANs are generated from the CN, considering that not all CNs will produce a valid SAN. Fixes #8252

a84fb545 11/29/2017 02:48 PM Andrei Miu

Changed maximum length of usernames from 16 to 32 characters. This seems to be some old FreeBSD requirement which is not needed anymore.

92c27793 10/31/2017 06:17 PM Jim Pingle

Reindex the user and group arrays after deleting items, to avoid operating on incorrect array entries. Fixes #7733

b767fe6c 07/05/2017 05:30 PM Jim Pingle

Add the username as the first SAN when making a user certificate from the user manager creation screen. Fixes #7666

fc1913fe 05/22/2017 07:29 PM Jim Pingle

Provide a useful error message to the user when there is no private CA with which to create a new user certificate. Fixes #7585

d900c7f6 04/20/2017 07:08 PM Renato Botelho

Merge pull request #3629 from doktornotor/patch-18

1d3510cf 03/30/2017 04:16 AM Phil Davis

Add user option to sort interface names

61fe6d83 03/24/2017 08:02 PM Doktor Notor

Merge branch 'master' into patch-18

d9058974 03/13/2017 08:26 AM Phil Davis

Redmine #7381 Disable detail in alias popup

43e07671 03/08/2017 07:05 PM Doktor Notor

Add missing include

0fdbaca8 02/26/2017 09:57 PM NOYB NOYB

User Manager - Status Icon - Sort Order

Make status column sort order work correctly with the icons.

(2.4, 2.3)

edd88334 02/17/2017 07:56 PM NOYB NOYB

User Manager - Status Icon

Use icon for status rather than textual asterisk to indicate disabled account.

(2.4, 2.3)

4611e283 02/13/2017 03:48 PM Steve Beaver

Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions

06f6b161 02/10/2017 03:50 AM Steve Beaver

GET/POST conversion

4dd437e4 02/09/2017 10:31 AM Phil Davis

Fix keylength.com href in system_usermanager

The literal <a href=... text was displaying here, not an actual link to keylength.com
While here, reformat to take the HTML out of the main setHelp string.
Note: the literal text keylength.com has also been taken out of the main setHelp string, because it is literally the referenced site URL text, so it would not be appropriate for it to be translated.

f0136b17 02/08/2017 08:23 PM Steve Beaver

Automatic GET to POST functions moved to pfSenseHelpers.js so they can be used by any page

d3f59a8c 02/08/2017 07:22 PM Steve Beaver

Improve comments

f5c9c0c7 02/08/2017 07:15 PM Steve Beaver

Experimental method to convert GET calls to POST

153c3aa6 01/30/2017 02:57 PM Phil Davis

Required fields for System pages

7cdb1ff9 01/11/2017 12:00 PM Renato Botelho

Merge pull request #3369 from phil-davis/breadcrumbs_detail

edcd7535 01/10/2017 02:48 PM Phil Davis

Breadcrumb links

9187d6f7 01/02/2017 05:28 PM Phil Davis

Change "privilege" to "access"

in various text to make it read better

21312954 01/02/2017 03:56 PM Phil Davis

Use admin rather than root in UI text

57188e47 01/02/2017 12:00 PM Phil Davis

Add security notes for privilege assignment pages

Suggested solution for Redmine 2247

98b87cfa 11/29/2016 02:47 PM Jonathon Anderson

clarified input format hint for expiration date

1289c0c1 10/12/2016 07:23 PM Renato Botelho

Remove all calls to conf_mount_r* functions

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

9d3e8723 08/16/2016 04:45 AM Phil Davis

Code style and comments

No functional change - just making style consistent

b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

c5d81585 07/15/2016 06:30 PM Renato Botelho

Review license / copyright on all files (final round)

86d431a8 07/10/2016 05:56 AM Chris Buechler

Remove input_errors2Ajax calls, was never implemented. Ticket #3027

1c10ce97 07/03/2016 10:22 PM Pi Ba

webgui tables, doubleclick event to perform 'edit' action, part 2

50d36974 06/30/2016 05:20 AM Chris Buechler

Merge pull request #3018 from phil-davis/usersettings

31df78a8 06/29/2016 03:36 AM Chris Buechler

Merge pull request #2944 from stilez/patch-23

c81ef6e2 06/27/2016 05:00 AM Phil Davis

Always use require_once

The usage of require() and require_once() throughout the system is
inconsistent, and "bugs" come up now and then when the order of
"requires" is a bit different and some require() happens after the
include file is already included/required....

8bab524e 06/23/2016 02:53 AM Phil Davis

Feature #6388 custom GUI preference settings per user

1705d6ed 06/22/2016 03:40 PM Stephen Beaver

Merge pull request #3002 from NewEraCracker/patch-invalid-foreach

5522c61f 06/22/2016 03:31 PM Stephen Beaver

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

53c38ff1 06/22/2016 11:26 AM Stephen Beaver

Fixed #6516 by replacing HTML5 datepicker with jQuery widget

9f472202 06/13/2016 08:28 PM NewEraCracker

Fix PHP Warning about invalid argument supplied for foreach

If _POST['members'] or _POST['groups'] is not set / none selected at GUI, it would give a warning on crash reporter (dev versions)

e63321a5 06/09/2016 02:06 PM Jim Pingle

Validate submitted groups when editing a user. Ticket #6475

d6b79c39 06/05/2016 10:43 AM Phil Davis

Do not allow deleting your own user name

Currently if you delete your own user name, then the config ends up with a blank user tag in it. Rather than fix that up, it seems dangerous to be able to delete yourself anyway, because if you are the last user with admin privs for which you know the password (i.e. if you have not recorded the password for "admin" somewhere), then you can lock yourself out. That would require console access to fix, which for some people is a pain....

d78dbc34 05/24/2016 05:44 PM Stephen Beaver

Changed element type from date to text. Date inputs are not yet handled consistently accross different browsers :(

e4c7d45f 05/11/2016 08:43 AM NewEraCracker

Miscellanous Textual Corrections - Add missing dots to phrases

d5018c6a 05/08/2016 04:11 AM Stilez y

Add missing recommended key lengths to user manager

Add key lengths to user manager options

16897690 04/06/2016 01:22 PM Jim Pingle

Fix typo

89140b63 03/29/2016 07:17 AM NOYB NOYB

System / User Manager - Remove Personalizations

Remove "you" personalizations.

347c0214 03/20/2016 10:21 AM Phil Davis

Reengineer Form_Button setAttribute

As per what was done for https://github.com/pfsense/pfsense/pull/2765 -
do it to the rest of them.
Seems to work OK.

faab522f 03/15/2016 12:39 PM Renato Botelho

Revert "Merge pull request #2728 from phil-davis/form_button"

This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing
changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.

bc3c30eb 03/11/2016 03:59 PM Phil Davis

Internationalize Form_Button text

The text of a Form_Button is not translated internally. Some Form_Button
calls already had the button text enclosed in gettext(), this does it
for the remaining ones.

37676f4e 03/09/2016 07:30 PM Jim Pingle

Bring some consistency to the way most buttons are displayed (color, icons, etc). Ticket #5965

Still need to review Advanced buttons and Repeatable block buttons.

f460db90 03/07/2016 10:59 PM NOYB NOYB

System / User Manager / Users / Edit

Warning: A table row was 4 columns wide and exceeded the column count established by the first row (3).

Error: Stray end tag td.

2ccf2ede 02/19/2016 07:27 PM Stephen Beaver

Fixed #5911

3c3ede28 02/19/2016 01:47 PM Stephen Beaver

Restore infoblock functionality for now

a0d084fe 02/16/2016 12:41 PM k-paulius

Replace alert with callout. Removed mention about greyed out icon - that is no longer applicable.

f6aebbcc 02/15/2016 03:16 PM NewEraCracker

Bring all calls of print_info_box to same standard

The call itself to print_info_box already echoes the content. There is no need of additionally using the short-open-echo tag on those calls to echo return value. The previous implementation shouldn't yell any visible issues as return is 'NULL' (undefined) which casts to an empty string when printing. But, just for the sake of conformity, this changes are advisable in my opinion.

f7253434 02/14/2016 10:28 PM Stephen Beaver

Merge pull request #2637 from k-paulius/patch-6

8545adde 02/14/2016 08:09 PM k-paulius

Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.

8f1ab2a4 02/14/2016 07:35 PM k-paulius

Indicate in the breadcrumb if we are editing list item.

2d1f33d9 02/12/2016 01:22 PM k-paulius

Synchronize page title with tab title

5f88f964 02/11/2016 03:51 AM k-paulius

Convert section titles to title case

5cde9005 02/10/2016 09:12 PM NewEraCracker

Fix description disappering when editing admin user

ed10e389 02/08/2016 04:42 AM Phil Davis

Internationalize system user and group code

70dc5cd6 01/14/2016 06:15 AM Phil Davis

UI Consistency

1) Put the heading "Actions" at the top of all the "Actions" columns -
it was on some and not others.
2) Some more consistent capitalization of panel titles etc.
3) Most interfaces section edit pages had a section titled like "GIF
Configuration", "GRE Configuration". Make them all consistent, e.g....

060ed238 01/13/2016 08:11 PM Stephen Beaver

Fixed #5566

85d29bf5 01/11/2016 06:51 PM Stephen Beaver

Allow thee use of multiple infoblock on a page

35681930 01/07/2016 06:56 PM Stephen Beaver

Change the automatic information block to look for <div class="infoblock" instrad of <div id="infoblock"
Just makes more sense to use a class for this

5bff8af8 01/07/2016 12:09 PM NewEraCracker

Adjust more calls to print_info_box with unquoted strings

d825dfea 12/29/2015 06:54 AM NOYB NOYB

HTML Compliance - System / User Manager / Users

A table row was 6 columns wide and exceeded the column count established by the first row (5).
End tag div seen, but there were open elements.
Unclosed element form.
Close php tag.

4b1d882f 12/19/2015 09:57 PM Colin Fleming

Remove $closehead variable

Remove unused variable $closehead

f14ff867 12/17/2015 05:08 PM Phil Davis

system_usermanager remove unused code

1) Line 448 "Remove this certificate association? (Certificate will not be deleted)" there was the text "Delete" being displayed and not looking good, in addition to the trash bin icon. Just the trash bin icon seems to be all that is needed....

d61309a0 12/17/2015 10:53 AM Phil Davis

Code style system_*

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

461487c2 12/07/2015 12:16 PM Phil Davis

Standardize breadcrumbs for User Manager tabs

I think this is the way it should be to make it like everywhere else.
Even when in the "Groups" pages, it is still reached by "System" "User
Manager".

945204b1 11/30/2015 08:21 PM Stephen Beaver

Fixed #5389

05973e8e 11/29/2015 07:53 PM Stephen Beaver

Merge pull request #2134 from ExolonDX/branch_04

8fd9052f 11/29/2015 06:23 PM Colin Fleming

Type up SCRIPT tags