| Commit message (Expand) | Author | Age | Files | Lines |
* | React on other statuscodes than 200 | Lukas Reschke | 2014-12-08 | 1 | -17/+12 |
* | Fix url | Lukas Reschke | 2014-12-08 | 1 | -1/+1 |
* | Add REST route for user & group management | Lukas Reschke | 2014-12-08 | 1 | -3/+3 |
* | Using countUsers method to return true count of users | Clark Tomlinson | 2014-09-05 | 1 | -0/+11 |
* | Use global apps slide toggle logic | Vincent Petry | 2014-08-12 | 1 | -24/+0 |
* | Set group usercount to 0, not '', fixes #9782 | tomneedham | 2014-08-04 | 1 | -1/+3 |
* | Fixed JS and CSS issues in users page | Vincent Petry | 2014-07-17 | 1 | -1/+1 |
* | remove dead code | Arthur Schiwon | 2014-07-14 | 1 | -1/+4 |
* | fixing JS synatx errors | Thomas Müller | 2014-07-09 | 1 | -3/+3 |
* | avoid global selector | Arthur Schiwon | 2014-07-09 | 1 | -1/+1 |
* | increase/decrease everyone count on user creation/deletion | Arthur Schiwon | 2014-07-09 | 1 | -1/+16 |
* | increment group counters when a user is created | Arthur Schiwon | 2014-07-09 | 1 | -0/+4 |
* | fix split translations | Volkan Gezer | 2014-06-06 | 1 | -2/+2 |
* | fix grouplist behaviour (blank after filtering) | Arthur Schiwon | 2014-06-02 | 1 | -1/+4 |
* | remove group rename stuff, there is not support in the backends yet. to do fo... | Arthur Schiwon | 2014-06-02 | 1 | -31/+0 |
* | cleanup | Arthur Schiwon | 2014-06-02 | 1 | -1/+0 |
* | Fix UserList.empty(), use _.defer() instead of setTimeout() | ringmaster | 2014-06-02 | 1 | -4/+4 |
* | Javascript cleanup for groups. | ringmaster | 2014-06-02 | 1 | -134/+141 |
* | stick with current group when the filter is used | Arthur Schiwon | 2014-06-02 | 1 | -0/+7 |
* | update GroupList when a users is added or removed to a group | Arthur Schiwon | 2014-06-02 | 1 | -5/+11 |
* | js cleanup + typos | Thomas Müller | 2014-06-02 | 1 | -20/+20 |
* | enable group filtering | Arthur Schiwon | 2014-06-02 | 1 | -3/+46 |
* | Enhancement: Adding Group on the Sidebar updates the multiselect on the Userl... | raghunayyar | 2014-06-02 | 1 | -1/+14 |
* | Enhancement: Implements Grouplist Toggle, Courtesy Calendar App Settings. | raghunayyar | 2014-06-02 | 1 | -11/+21 |
* | Adds @blizzz to authors | raghunayyar | 2014-06-02 | 1 | -0/+1 |
* | refactor delete handling and apply it to users and groups | Arthur Schiwon | 2014-06-02 | 1 | -43/+33 |
* | Initial Commit with Group Toggle. | raghunayyar | 2014-06-02 | 1 | -6/+9 |
* | don't hide add group when text is entered (except for ESC press) | Arthur Schiwon | 2014-06-02 | 1 | -1/+10 |
* | hide Add Group when clicking away or pressing ESC | Arthur Schiwon | 2014-06-02 | 1 | -1/+22 |
* | restructure group.js and put functions to object, also add group list sorting... | Arthur Schiwon | 2014-06-02 | 1 | -24/+67 |
* | put Add Group elements hiding and showing into its own function | Arthur Schiwon | 2014-06-02 | 1 | -4/+15 |
* | group name input shall not vanish upon click, plus cleanup (groups do not hav... | Arthur Schiwon | 2014-06-02 | 1 | -19/+0 |
* | when clicking on Add Group also put the focus into the group name field | Arthur Schiwon | 2014-06-02 | 1 | -0/+1 |
* | move group-click initialization to groups.js and only react on elements with ... | Arthur Schiwon | 2014-06-02 | 1 | -1/+11 |
* | Enhancement : Toggle Add Group on Click, @blizzz have a look here. | raghunayyar | 2014-06-02 | 1 | -1/+17 |
* | Enhancement : The edit icon looks like files app rename fileaction. | raghunayyar | 2014-06-02 | 1 | -3/+3 |
* | mark selected group active | Arthur Schiwon | 2014-06-02 | 1 | -0/+5 |
* | load groups when clicking on them | Arthur Schiwon | 2014-06-02 | 1 | -0/+5 |
* | Initial Commit: Takes Quota Settings inside Navigation, Changes Create -> Add... | raghunayyar | 2014-06-02 | 1 | -0/+9 |
* | Splits Code for Users and Groups. | raghunayyar | 2014-06-02 | 1 | -0/+130 |