summaryrefslogtreecommitdiffstats
path: root/settings/js/users/groups.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | First step of a somewhat testable user management. - I know, the JSON returns are in an ugly format but the JS expects it that way. So let's keep it that way until we have time to fix the JS in the future.
* 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
| | | | | Remove local app settings slide logic and make it use the global one triggered by the "data-apps-slide-toggle" attribute.
* 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
| | | | | | - Renamed "delete" to "deleteEntry" to make IE8 happy. - Added missing "svg" class for the "+" button - Added height to "+" button but was unable to properly align it
* remove dead codeArthur Schiwon2014-07-141-1/+4
| | | | | | | | | | do not filter groups. but update the user count according to the filter improve phpdoc improve metadata runtime cache add metadata tests
* 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 ↵Arthur Schiwon2014-06-021-31/+0
| | | | for oc8.
* 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 ↵raghunayyar2014-06-021-1/+14
| | | | Userlist.
* 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 ↵Arthur Schiwon2014-06-021-24/+67
| | | | sorting after adding.
* 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 ↵Arthur Schiwon2014-06-021-19/+0
| | | | have home folders)
* 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
| | | | a data-gid attribute given
* 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 -> ↵raghunayyar2014-06-021-0/+9
| | | | Add Group
* Splits Code for Users and Groups.raghunayyar2014-06-021-0/+130