Project

General

Profile

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

# Date Author Comment
0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

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

8d4f79cd 06/07/2019 05:17 PM Jim Pingle

Only apply group size restriction to local groups. Implements #3792

451b6419 04/01/2019 08:08 PM A FL

Remove star after page name
Fix #9428

f94e5cc6 03/27/2019 06:26 AM A FL

Integrate "User Password" in User Manager menu
Fix #9428

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

19028049 07/10/2018 10:08 AM Renato Botelho

Make sure array exist before call count()

449cac24 07/10/2018 10:04 AM Renato Botelho

Improve style

64fa4207 06/27/2018 02:53 PM Steve Beaver

Fixed #7013
Added warning requiring reboot if group scope is changed

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.

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

7af38087 09/18/2017 12:59 PM Jim Pingle

Do not show group privilege controls unless the user is editing an existing group. Fixes #7865

15c74b5b 03/08/2017 07:04 PM Doktor Notor

Add missing include

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

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

20231404 02/10/2017 02:54 PM Steve Beaver

GET/POST conversion system_groupmanager*

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

48157a04 12/31/2016 01:42 PM Phil Davis

Standardize privilege name capitalization

While looking at some privilege stuff, I noticed that various
capitlization looked inconsistent down the list. This makes the list
look more consistent.

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)

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

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

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

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)

5bef2407 06/09/2016 01:25 PM Jim Pingle

Add input validation to system_groupmanager.php to prevent invalid members from being submitted. Ticket #6475

e4c7d45f 05/11/2016 08:43 AM NewEraCracker

Miscellanous Textual Corrections - Add missing dots to phrases

82833610 03/29/2016 07:47 PM Stephen Beaver

Add translations for group type selector

d7689b2c 03/29/2016 07:33 PM Stephen Beaver

Clarify error message by including group type

23d09a2e 03/29/2016 07:19 PM Stephen Beaver

Preserve group name on input error

79ed8ce0 03/29/2016 07:19 PM Stephen Beaver

Revised scope handling to allow user to set to remote or local, but only if it is not currently "system"

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.

78d168ce 03/19/2016 12:50 PM Stephen Beaver

Partially fixed #6012 by removing space from chars allowed in group names

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.

70da45c9 03/08/2016 06:43 AM NOYB NOYB

System / User Manager / Groups / Edit

Error: th start tag in table body.

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

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

Fixed #5911

06683083 02/19/2016 01:38 PM Stephen Beaver

Fixed #5908

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

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

Internationalize system user and group code

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

Fixed #5566

f78bbe16 01/11/2016 05:40 PM Phil Davis

Redmine #5759 print_info_box style

Define the 'success' 'info' etc style of calls to print_info_box()

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

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

Type up SCRIPT tags

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.

6ef8f2e9 11/11/2015 12:41 AM jeroen van breedam

undo earlier commit

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

Merge pull request #2047 from heper/patch-2

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

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

2c1a58b6 11/09/2015 06:50 PM jeroen van breedam

fix typo

117e553e 11/09/2015 06:48 PM jeroen van breedam

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

9f5aa90f 11/05/2015 06:50 PM Phil Davis

Various text stuff on the UI

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

f74457df 11/04/2015 07:12 PM Stephen Beaver

Updated button styles

854fa106 10/30/2015 07:13 PM jeroen van breedam

convert system_groupmanager to font-awesome

ad2879b8 08/30/2015 11:09 PM PiBa-NL

bootstrap, use require_once for classes/Form.class.php

2f1e91e4 08/28/2015 05:00 PM Stephen Beaver

Fixed #5048
Changed membership dispaly to dual multi-select lists
Provided jQuery to move items to/from lists

03b19a93 08/26/2015 06:12 PM Renato Botelho

Merge branch 'master' into bootstrap

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/