MemberListView 2.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package MemberListView --version 2.1.1
NuGet\Install-Package MemberListView -Version 2.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MemberListView" Version="2.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MemberListView --version 2.1.1
#r "nuget: MemberListView, 2.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MemberListView as a Cake Addin
#addin nuget:?package=MemberListView&version=2.1.1

// Install MemberListView as a Cake Tool
#tool nuget:?package=MemberListView&version=2.1.1

MemberListView for Umbraco 8

Adds a MemberListView dashboard to the Members area in Umbraco 8.6+ to allow easier management of members including approval and unlocking capabilities.

The MemberListView for Umbraco 8 provides a management dashboard view for Members with convenient filtering and sorting and allows for mass Unlock, Suspension or Activation of members.

For Umbraco 7.15 install version 1.5.5

Installing the package enables a new Manage Dashboard on the Members section.

Features

The MemberListView has been designed to be similar to the ContentListView property editor and features a Create button to allow for quick creation of new Members and context-sensitive action buttons to Unlock, Approve or Suspend members depending on the status of their account as well as the ability to Delete them. All actions can be performed on batches of users, as they apply to selected users only.

Member Editing

Member Editing can be done without leaving the MemberListView by clicking on a member name, which creates a Dialog pulled in from the right side to edit the member.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.4 665 9/28/2023
3.0.3 1,787 6/3/2023
3.0.2 628 3/3/2023
3.0.1 621 12/29/2022
3.0.0 310 12/29/2022
3.0.0-rc1 109 12/29/2022
2.3.0 916 8/8/2022
2.2.1 599 6/27/2022
2.2.0 1,399 11/10/2021
2.1.1 1,515 10/11/2021
2.1.0 1,331 3/30/2021
2.0.9 524 3/17/2021
2.0.8 452 3/16/2021
2.0.7.2 572 1/26/2021
2.0.7.1 862 12/6/2020
2.0.7 577 12/6/2020
2.0.6 927 11/26/2020
2.0.5 548 11/25/2020
2.0.4 549 11/23/2020
2.0.2 569 10/15/2020
2.0.0 719 10/2/2020
1.5.5 1,272 9/29/2020
1.5.4 943 2/11/2020
1.5.3 632 2/3/2020
1.5.2 565 1/18/2020
1.3.0 1,714 8/21/2018
1.2.1 1,166 6/24/2018
1.2.0 1,157 4/3/2018

Installing the package enables a new Manage Dashboard on the Members section.

**Version 2.1.1**

* Fixed issue filtering on Member Groups

**Version 2.0.9**

* Fixes to work with Umbraco 8.12 - previously wasn't enforcing `"strict mode";` which was causing everything to fall in a heap.
* Aesthetic changes to checkboxes in dialogs

**Version 2.0.7**

* Various bug fixes including fix for Suspended/Locked filtering.

**Version 2.0.4**

* Backwards compatibility fix for Umbraco 8.6

**Version 2.0.0**

* Re-written for Umbraco 8 🎉

**Version 1.5.5**

* Shiny new icon - that's it 😎

Version 1.5.4

Improved handling of bulk operations - refresh should now display correct items after a short delay to allow the index to catch up.
**Version 1.5.3**

* Added support for SensitiveData - Exports will be hidden if the user doesn't have permission to view sensitive data, and sensitive properties will not be viewable
* Enhanced Export functionality - now allows selection of columns and the choice of exporting to CSV or Excel OpenFormat

**Version 1.5.0**

* Support for Umbraco 7.15
* Refreshed listview to be more inline with current Umbraco styling and practices.
* Filtering and columns now much easier to customise.
* Added multiple Member Group filtering out of the box

**Version 1.3.0**
* Support for Localization with plugin-based lang files
* Fixed issue where selecting a row caused the "You have unsaved changes" message to appear on navigation.

**Version 1.2.0**

* **Compiled against Umbraco 7.7**
* Fixed issue with suspending/activating/deleting members

**Version 0.9.12**

* Fixed "Error: Argument 'MemberManager.Dashboard.MemberListViewController' is not a function" issue due to update in ClientDependency module

**Version 0.9.11**

* UI cleanup - paging now consistent with 7.2.0 ListView
* Issue with UnApproved members showing up in the list as approved.

**Version 0.9.10**

* Export - Export now supports additional user indexed fields. If you add a property to a member type and want it to be exported, add it to the IndexUserFields collection in the ExamineIndex.config file.

**Version 0.9.9**

* Search is now lightning fast, although some modification to the Examine Index configuration is required.
* Filtering - filtering has now been moved to a dialog, includes Membership Flags and MemberType as default fields and is extendable.
* Export - Filtered members can now be exported to a CSV file containing basic fields.