Commit message (Collapse) | 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 |
| | | | | 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 users | Clark Tomlinson | 2014-09-05 | 1 | -0/+11 |
| | |||||
* | Use global apps slide toggle logic | Vincent Petry | 2014-08-12 | 1 | -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 #9782 | tomneedham | 2014-08-04 | 1 | -1/+3 |
| | |||||
* | Fixed JS and CSS issues in users page | Vincent Petry | 2014-07-17 | 1 | -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 code | Arthur Schiwon | 2014-07-14 | 1 | -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 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 ↵ | Arthur Schiwon | 2014-06-02 | 1 | -31/+0 |
| | | | | for oc8. | ||||
* | 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 ↵ | raghunayyar | 2014-06-02 | 1 | -1/+14 |
| | | | | Userlist. | ||||
* | 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 ↵ | Arthur Schiwon | 2014-06-02 | 1 | -24/+67 |
| | | | | sorting after adding. | ||||
* | 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 ↵ | Arthur Schiwon | 2014-06-02 | 1 | -19/+0 |
| | | | | have home folders) | ||||
* | 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 |
| | | | | a data-gid attribute given | ||||
* | 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 -> ↵ | raghunayyar | 2014-06-02 | 1 | -0/+9 |
| | | | | Add Group | ||||
* | Splits Code for Users and Groups. | raghunayyar | 2014-06-02 | 1 | -0/+130 |