owncloud / customgroups

Let users create their own custom groups
GNU Affero General Public License v3.0
8 stars 14 forks source link

Add ability to add bulk users to a group #439

Closed Daniel-WWU-IT closed 1 year ago

Daniel-WWU-IT commented 3 years ago

This PR adds the ability to perform a "bulk import" of users to an existing group. A simple multiline textfield can be used to enter several user names and add them to the selected group with a single click. Handy if you want need to add 100+ users to a single group: Copy & paste their user names into the new edit field, click "Add bulk users" and you are done. Successfully tested on Sciebo.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

micbar commented 3 years ago

@Daniel-WWU-IT Why close?

Daniel-WWU-IT commented 3 years ago

I realized that I had "circumvented" using your handlebars templates and edited the resulting JS file instead (was easier for me, as this extension was done in 2 or 3 hours about 3 months ago). I suppose that a proper PR requires me to avoid this little detour, so I closed it for now; maybe I'll find the time to take a look at this handlebar stuff and reopen this PR.

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

DeepDiver1975 commented 1 year ago

We have meanwhile a csv import and export capability which suits this use case better form our understanding. THX a lot image