summaryrefslogtreecommitdiffstats
path: root/settings/js/users/groups.js
Commit message (Expand)AuthorAgeFilesLines
* Settings to vuejsJohn Molakvoæ (skjnldsv)2018-05-161-385/+0
* Fix users loading on group click and group creation on selectJohn Molakvoæ (skjnldsv)2018-03-081-1/+4
* Use group displayNames in users listJohn Molakvoæ (skjnldsv)2018-03-081-1/+1
* Fix group display name in the sidebar of the user managementJoas Schilling2018-03-081-7/+7
* Fix deletion feedbackJohn Molakvoæ (skjnldsv)2017-10-211-1/+1
* Fix editing form visibilityJohn Molakvoæ (skjnldsv)2017-10-211-1/+1
* Edit form to guidelinesJohn Molakvoæ (skjnldsv)2017-10-211-6/+3
* [docs] remove useless TODO markm4dz2017-06-121-1/+0
* [fix] Highlight 'everyone' group by defaultm4dz2017-06-121-0/+3
* change group id to _disabledUsersMorris Jobke2017-04-291-2/+2
* Implemented visual feedback if a user is disabled in admin user menu.Thomas Pulzer2017-04-291-2/+15
* Use the provisioning api in the user management to handle group membershipsJoas Schilling2017-01-181-1/+3
* Confirm on create/delete groupJoas Schilling2016-11-181-2/+13
* Users page lazy multiselect group dropdownsVincent Petry2016-08-291-4/+0
* Fix some jshint errors in settings/usersRoeland Jago Douma2016-08-191-1/+3
* misc: Fix some typosStefan Weil2016-04-121-1/+1
* Use the notification instead of the disruptive popupJoas Schilling2016-02-221-5/+5
* Fix everyone count for subadminsVincent Petry2015-10-291-3/+3
* Modify the group user count when changing membership of a userJoas Schilling2015-10-021-4/+12
* use the main search box to filter users in user managementRobin Appelman2015-08-051-2/+4
* Only sort by group name when LDAP is involvedJoas Schilling2015-06-161-4/+27
* Always keep "Everyone" and "admin" at the top of the listJoas Schilling2015-06-161-0/+14
* Sort user groups by group name and hide the user countJoas Schilling2015-05-181-1/+2
* disable submit button while groupname is emptyRobin Appelman2015-03-181-0/+13
* React on other statuscodes than 200Lukas Reschke2014-12-081-17/+12
* Fix urlLukas Reschke2014-12-081-1/+1
* Add REST route for user & group managementLukas Reschke2014-12-081-3/+3
* Using countUsers method to return true count of usersClark Tomlinson2014-09-051-0/+11
* Use global apps slide toggle logicVincent Petry2014-08-121-24/+0
* Set group usercount to 0, not '', fixes #9782tomneedham2014-08-041-1/+3
* Fixed JS and CSS issues in users pageVincent Petry2014-07-171-1/+1
* remove dead codeArthur Schiwon2014-07-141-1/+4
* fixing JS synatx errorsThomas Müller2014-07-091-3/+3
* avoid global selectorArthur Schiwon2014-07-091-1/+1
* increase/decrease everyone count on user creation/deletionArthur Schiwon2014-07-091-1/+16
* increment group counters when a user is createdArthur Schiwon2014-07-091-0/+4
* fix split translationsVolkan Gezer2014-06-061-2/+2
* fix grouplist behaviour (blank after filtering)Arthur Schiwon2014-06-021-1/+4
* remove group rename stuff, there is not support in the backends yet. to do fo...Arthur Schiwon2014-06-021-31/+0
* cleanupArthur Schiwon2014-06-021-1/+0
* Fix UserList.empty(), use _.defer() instead of setTimeout()ringmaster2014-06-021-4/+4
* Javascript cleanup for groups.ringmaster2014-06-021-134/+141
* stick with current group when the filter is usedArthur Schiwon2014-06-021-0/+7
* update GroupList when a users is added or removed to a groupArthur Schiwon2014-06-021-5/+11
* js cleanup + typosThomas Müller2014-06-021-20/+20
* enable group filteringArthur Schiwon2014-06-021-3/+46
* Enhancement: Adding Group on the Sidebar updates the multiselect on the Userl...raghunayyar2014-06-021-1/+14
* Enhancement: Implements Grouplist Toggle, Courtesy Calendar App Settings.raghunayyar2014-06-021-11/+21
* Adds @blizzz to authorsraghunayyar2014-06-021-0/+1
* refactor delete handling and apply it to users and groupsArthur Schiwon2014-06-021-43/+33