summaryrefslogtreecommitdiffstats
path: root/settings/js/users/groups.js
Commit message (Expand)AuthorAgeFilesLines
* Fix everyone count for subadminsVincent Petry2015-11-051-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
* Initial Commit with Group Toggle.raghunayyar2014-06-021-6/+9
* don't hide add group when text is entered (except for ESC press)Arthur Schiwon2014-06-021-1/+10
* hide Add Group when clicking away or pressing ESCArthur Schiwon2014-06-021-1/+22
* restructure group.js and put functions to object, also add group list sorting...Arthur Schiwon2014-06-021-24/+67
* put Add Group elements hiding and showing into its own functionArthur Schiwon2014-06-021-4/+15
* group name input shall not vanish upon click, plus cleanup (groups do not hav...Arthur Schiwon2014-06-021-19/+0
* when clicking on Add Group also put the focus into the group name fieldArthur Schiwon2014-06-021-0/+1
* move group-click initialization to groups.js and only react on elements with ...Arthur Schiwon2014-06-021-1/+11
* Enhancement : Toggle Add Group on Click, @blizzz have a look here.raghunayyar2014-06-021-1/+17
* Enhancement : The edit icon looks like files app rename fileaction.raghunayyar2014-06-021-3/+3
* mark selected group activeArthur Schiwon2014-06-021-0/+5
* load groups when clicking on themArthur Schiwon2014-06-021-0/+5
* Initial Commit: Takes Quota Settings inside Navigation, Changes Create -> Add...raghunayyar2014-06-021-0/+9
* Splits Code for Users and Groups.raghunayyar2014-06-021-0/+130