| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #8264 from owncloud/app-enable-by-group | icewind1991 | 2014-06-03 | 1 | -1/+11 |
|\ |
|
| * | bring back the line breaks | Thomas Müller | 2014-06-03 | 1 | -1/+2 |
| * | Apps: fix wording and layout for 'enable only for specific groups' | Jan-Christoph Borchardt | 2014-06-03 | 1 | -3/+3 |
| * | adding some line breaks | Thomas Müller | 2014-06-03 | 1 | -0/+2 |
| * | Add option to enable app for specific groups | Robin Appelman | 2014-06-03 | 1 | -1/+8 |
* | | Merge pull request #8840 from owncloud/share_settings | Thomas Müller | 2014-06-03 | 1 | -2/+1 |
|\ \ |
|
| * | | improve settings name | Bjoern Schiessle | 2014-06-03 | 1 | -2/+1 |
* | | | Merge pull request #8827 from owncloud/add-sqlite-info | Thomas Müller | 2014-06-03 | 1 | -0/+14 |
|\ \ \ |
|
| * | | | simplify SQLite warning | Morris Jobke | 2014-06-03 | 1 | -4/+4 |
| * | | | add notification on admin page | Morris Jobke | 2014-06-03 | 1 | -0/+14 |
| | |/
| |/| |
|
* | | | Merge pull request #7151 from owncloud/user-jquery | Thomas Müller | 2014-06-03 | 6 | -176/+271 |
|\ \ \
| |_|/
|/| | |
|
| * | | fix grouplist behaviour (blank after filtering) | Arthur Schiwon | 2014-06-02 | 1 | -1/+1 |
| * | | remove group rename stuff, there is not support in the backends yet. to do fo... | Arthur Schiwon | 2014-06-02 | 1 | -6/+1 |
| * | | user mgmt: hide group rename function because it’s not supported in the bac... | Jan-Christoph Borchardt | 2014-06-02 | 1 | -2/+5 |
| * | | Javascript cleanup for groups. | ringmaster | 2014-06-02 | 1 | -7/+7 |
| * | | Rebase cleanup. | ringmaster | 2014-06-02 | 1 | -1/+0 |
| * | | Fix broken span. | ringmaster | 2014-06-02 | 1 | -0/+1 |
| * | | Add the admin group to the group list data. | ringmaster | 2014-06-02 | 1 | -0/+3 |
| * | | More specific selectors, javascript cleanup. | ringmaster | 2014-06-02 | 2 | -3/+3 |
| * | | user management: remove autocompletion of user/password fields, fix #8464 | Jan-Christoph Borchardt | 2014-06-02 | 1 | -2/+4 |
| * | | user management: remove unneeded and erroneous user filter reset function | Jan-Christoph Borchardt | 2014-06-02 | 1 | -1/+0 |
| * | | Rename $isadmin to $isAdmin | Lukas Reschke | 2014-06-02 | 1 | -2/+2 |
| * | | add reset button for the filter field | Arthur Schiwon | 2014-06-02 | 1 | -1/+2 |
| * | | more appropriate label | Arthur Schiwon | 2014-06-02 | 1 | -1/+1 |
| * | | unify and consolidate group fetching method for initial template fill and aja... | Arthur Schiwon | 2014-06-02 | 1 | -3/+3 |
| * | | make string translatable | Arthur Schiwon | 2014-06-02 | 1 | -1/+1 |
| * | | enable group filtering | Arthur Schiwon | 2014-06-02 | 1 | -3/+6 |
| * | | Enhancement: Adding Group on the Sidebar updates the multiselect on the Userl... | raghunayyar | 2014-06-02 | 2 | -30/+34 |
| * | | restructure group.js and put functions to object, also add group list sorting... | Arthur Schiwon | 2014-06-02 | 1 | -1/+1 |
| * | | move group-click initialization to groups.js and only react on elements with ... | Arthur Schiwon | 2014-06-02 | 1 | -1/+1 |
| * | | Enhancement : Toggle Add Group on Click, @blizzz have a look here. | raghunayyar | 2014-06-02 | 1 | -2/+7 |
| * | | set admin gid to Admins filter. I.e. hard-coding the admin group, but this is... | Arthur Schiwon | 2014-06-02 | 1 | -1/+1 |
| * | | LDAP: adjust main template according to PR 7291 | Arthur Schiwon | 2014-06-02 | 1 | -2/+0 |
| * | | Enhancement : The edit icon looks like files app rename fileaction. | raghunayyar | 2014-06-02 | 1 | -4/+10 |
| * | | Enhancement: Makes Edit and Delete Icons Tapable, 44px by 44px dimensions. | raghunayyar | 2014-06-02 | 1 | -1/+1 |
| * | | do not forget to pass parameters to subtemplate | Arthur Schiwon | 2014-06-02 | 2 | -5/+7 |
| * | | Fixes Markup in templates. | raghunayyar | 2014-06-02 | 1 | -29/+26 |
| * | | resolving conflict when picking 8b81a0b | raghunayyar | 2014-06-02 | 6 | -246/+253 |
| * | | do not show 0 when administered group has no users | Arthur Schiwon | 2014-06-02 | 1 | -1/+1 |
| * | | do not show 0 when group has no users | Arthur Schiwon | 2014-06-02 | 1 | -1/+1 |
| * | | Initial Commit: Takes Quota Settings inside Navigation, Changes Create -> Add... | raghunayyar | 2014-06-02 | 1 | -31/+35 |
| * | | reduce template function calls | Arthur Schiwon | 2014-06-02 | 1 | -1/+1 |
| * | | add Last Login column | Arthur Schiwon | 2014-06-02 | 1 | -0/+11 |
| * | | Initial Commit : Changes Storage to Quota, Implements GroupName editing. | raghunayyar | 2014-06-02 | 1 | -1/+3 |
| * | | add Storage Location col | Arthur Schiwon | 2014-06-02 | 1 | -0/+2 |
| * | | Adds Admin to Grouplist Everywhere | raghunayyar | 2014-06-02 | 1 | -1/+7 |
| * | | Removes Delete Icon from Admin Group. | raghunayyar | 2014-06-02 | 1 | -0/+11 |
| * | | Adds class button to fix font sizes. | raghunayyar | 2014-06-02 | 1 | -2/+2 |
| * | | Fixes User Search by username. | raghunayyar | 2014-06-02 | 1 | -2/+1 |
| * | | Initial Commit : User Search, Fixes Typos | raghunayyar | 2014-06-02 | 1 | -1/+5 |