Project

General

Profile

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

# Date Author Comment
db7f2719 07/31/2018 08:39 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.

(cherry picked from commit 9ceace2562e718b9b460633847c12050fff96640)

513662e8 06/14/2018 06:38 PM Jim Pingle

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

(cherry picked from commit 3fa6d46229757e2316120a7160a806bb7d28a8ed)

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

c4b60a9a 11/29/2015 05:37 PM Colin Fleming

Tidy up Boolean operators for HTML5

Remove the XHTML standard Boolean operators (makes reading HTML much
simpler).

5230f468 11/25/2015 04:48 PM Jim Pingle

Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.

02cc81ef 11/23/2015 12:54 PM Doug Wollison

Added use of class autoloading (GUI stuff only)

Any GUI script that loads the guiconfig.inc file will have access to
the autoloader.

95b59cdc 11/19/2015 03:39 PM Bruno Ferri

fix moveOption function

1b7379f9 11/18/2015 10:31 PM Jared Dillard

Ticket #5471 another convert batch to font-awesome icons

64c31615 11/11/2015 05:49 PM Stephen Beaver

Fixed #5416

953385a3 11/11/2015 12:43 AM jeroen van breedam

undo earlier commit

f80004de 11/10/2015 11:58 PM Stephen Beaver

Merge pull request #2047 from heper/patch-2

2f4e37b1 11/10/2015 08:13 PM Stephen Beaver

Fixed #5405

4c879f95 11/10/2015 04:58 PM jeroen van breedam

fix submit & move back to seperate ACT==delprivid

the code for delprivid was inside ACT==save / when hitting 'save' the post-data for delprivid was already gone

10fe1eb5 11/10/2015 02:17 PM Stephen Beaver

Completes #5400, #3999, #5405
Mote: New ticket will be opened to provide IP address sorting

408d0882 11/09/2015 07:39 PM jeroen van breedam

partial fix Bug #5389

9c45111c 11/09/2015 06:31 PM Stephen Beaver

Fixed #5388

cb41dd63 11/09/2015 11:19 AM Renato Botelho

Copyright and license cleanup

- Remove personal copyright from people who assigned it to employer (ESF)
- Remove $Id$
- Remove extra spaces

919d91f9 11/09/2015 08:47 AM Phil Davis

EOL whitespace and header consistency for www

191cb31d 11/06/2015 03:40 PM Stephen Beaver

Copyright updates Batch 2 of 3

33f0b0d5 11/05/2015 03:46 PM Stephen Beaver

Delete confirmation vi fa-trash automated via pfSense.js

c10cb196 11/05/2015 01:11 PM Stephen Beaver

Moved action-buttons in-line styling to pfSense.css

9d5a20cf 11/05/2015 11:38 AM jeroen van breedam

replace and find for icon-embed-btn