This is 2020. Issue #9245
User & Group Manager: Improve Deny Config Write Handling. Fixes #9259
Fix copyright message years to reflect BSDP -> ESF -> Netgate
Only apply group size restriction to local groups. Implements #3792
Remove star after page nameFix #9428
Integrate "User Password" in User Manager menuFix #9428
Update copyright notices to 2019. Happy New Year
Fix #9121: Initialize arrays to prevent PHP 7 errors
Make sure array exist before call count()
Improve style
Fixed #7013Added warning requiring reboot if group scope is changed
Fix up user/group management save message descriptions, add logging for same. Fixes #8548
Fix #7469
Sort users / groups alphabetically on config.xml
Update the Copyright notice for pfSense.
Reindex the user and group arrays after deleting items, to avoid operating on incorrect array entries. Fixes #7733
Do not show group privilege controls unless the user is editing an existing group. Fixes #7865
Add missing include
Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions
GET/POST conversion system_groupmanager*
Required fields for System pages
Merge pull request #3369 from phil-davis/breadcrumbs_detail
Breadcrumb links
Change "privilege" to "access"
in various text to make it read better
Use admin rather than root in UI text
Add security notes for privilege assignment pages
Suggested solution for Redmine 2247
Standardize privilege name capitalization
While looking at some privilege stuff, I noticed that variouscapitlization looked inconsistent down the list. This makes the listlook more consistent.
Remove all calls to conf_mount_r* functions
Move copyright from ESF to Netgate
Code style and comments
No functional change - just making style consistent
Move to Apache License 2.0
Review license / copyright on all files (final round)
webgui tables, doubleclick event to perform 'edit' action, part 2
Always use require_once
The usage of require() and require_once() throughout the system isinconsistent, and "bugs" come up now and then when the order of"requires" is a bit different and some require() happens after theinclude file is already included/required....
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)
Add input validation to system_groupmanager.php to prevent invalid members from being submitted. Ticket #6475
Miscellanous Textual Corrections - Add missing dots to phrases
Add translations for group type selector
Clarify error message by including group type
Preserve group name on input error
Revised scope handling to allow user to set to remote or local, but only if it is not currently "system"
System / User Manager - Remove Personalizations
Remove "you" personalizations.
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.
Partially fixed #6012 by removing space from chars allowed in group names
Revert "Merge pull request #2728 from phil-davis/form_button"
This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversingchanges made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
Internationalize Form_Button text
The text of a Form_Button is not translated internally. Some Form_Buttoncalls already had the button text enclosed in gettext(), this does itfor the remaining ones.
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.
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).
Fixed #5911
Fixed #5908
Merge pull request #2637 from k-paulius/patch-6
Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
Indicate in the breadcrumb if we are editing list item.
Synchronize page title with tab title
Convert section titles to title case
Internationalize system user and group code
Fixed #5566
Redmine #5759 print_info_box style
Define the 'success' 'info' etc style of calls to print_info_box()
Code style system_*
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
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" "UserManager".
Type up SCRIPT tags
Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.
Added use of class autoloading (GUI stuff only)
Any GUI script that loads the guiconfig.inc file will have access tothe autoloader.
undo earlier commit
Merge pull request #2047 from heper/patch-2
Completes #5400, #3999, #5405Mote: New ticket will be opened to provide IP address sorting
fix typo
fix Bug #5389
Fixed #5388
Copyright and license cleanup
- Remove personal copyright from people who assigned it to employer (ESF)- Remove $Id$- Remove extra spaces
EOL whitespace and header consistency for www
Copyright updates Batch 2 of 3
Various text stuff on the UI
Delete confirmation vi fa-trash automated via pfSense.js
Moved action-buttons in-line styling to pfSense.css
replace and find for icon-embed-btn
Updated button styles
convert system_groupmanager to font-awesome
bootstrap, use require_once for classes/Form.class.php
Fixed #5048Changed membership dispaly to dual multi-select listsProvided jQuery to move items to/from lists
Merge branch 'master' into bootstrap
Move main pfSense content to src/