Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This settings doesn't belong together | Bjoern Schiessle | 2014-06-05 | 1 | -8/+10 |
| | | | | | | | | | Revert "make reshare settings foldable" This reverts commit c01f196f723dcb3dea6947c821a70d4d80563bbd. Conflicts: settings/templates/admin.php | ||||
* | improve share settings working | Bjoern Schiessle | 2014-06-05 | 1 | -5/+2 |
| | |||||
* | fix related layout issues in user management | Jan-Christoph Borchardt | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | Merge pull request #8264 from owncloud/app-enable-by-group | icewind1991 | 2014-06-03 | 1 | -1/+11 |
|\ | | | | | Add the option to enable apps only for specific groups | ||||
| * | 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 |
|\ \ | | | | | | | by default don't show option to send mail notifications for shares | ||||
| * | | 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 |
|\ \ \ | | | | | | | | | add info about sqlite on setup page | ||||
| * | | | 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 |
|\ \ \ | |_|/ |/| | | Continuing the New User management | ||||
| * | | 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 ↵ | Arthur Schiwon | 2014-06-02 | 1 | -6/+1 |
| | | | | | | | | | | | | for oc8. | ||||
| * | | user mgmt: hide group rename function because it’s not supported in the ↵ | Jan-Christoph Borchardt | 2014-06-02 | 1 | -2/+5 |
| | | | | | | | | | | | | backend yet | ||||
| * | | Javascript cleanup for groups. | ringmaster | 2014-06-02 | 1 | -7/+7 |
| | | | |||||
| * | | Rebase cleanup. | ringmaster | 2014-06-02 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | Removing code that should not have been restored. Originally removed in 45fd8f6d. | ||||
| * | | 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 |
| | | | | | | | | | | | | | | | | | | Fixes the admin group disappearing from the list when updating the display as the result of a search. This group data should probably be managed on the page entirely by the javascript GroupList object, but this seems like the interim method. | ||||
| * | | More specific selectors, javascript cleanup. | ringmaster | 2014-06-02 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Assigned jQuery selector results to variables for speed. * Moved all .attr('data') calls to .data() calls. * Added :data(uid) selector. * Split the multiselect checkhandlers into separate functions. * De-duped click event on password change/img. * Used fluent interface on jQuery object for event binding. * Removed redundant tag names in class selectors. * Fixed incorrect date display for last login. * Added Userlist.has() to search for uid. * General code convention compliance fixes. to-do: Group dropdowns currently don't add the admin group after the search result, not sure why yet. | ||||
| * | | 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 ↵ | Arthur Schiwon | 2014-06-02 | 1 | -3/+3 |
| | | | | | | | | | | | | ajax request | ||||
| * | | 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 ↵ | raghunayyar | 2014-06-02 | 2 | -30/+34 |
| | | | | | | | | | | | | Userlist. | ||||
| * | | restructure group.js and put functions to object, also add group list ↵ | Arthur Schiwon | 2014-06-02 | 1 | -1/+1 |
| | | | | | | | | | | | | sorting after adding. | ||||
| * | | move group-click initialization to groups.js and only react on elements with ↵ | Arthur Schiwon | 2014-06-02 | 1 | -1/+1 |
| | | | | | | | | | | | | a data-gid attribute given | ||||
| * | | 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 ↵ | Arthur Schiwon | 2014-06-02 | 1 | -1/+1 |
| | | | | | | | | | | | | is OC reality atm - other admin groups are not possible. | ||||
| * | | 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 -> ↵ | raghunayyar | 2014-06-02 | 1 | -31/+35 |
| | | | | | | | | | | | | Add Group | ||||
| * | | 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 |
| | | |