Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix default quota settings field | Vincent Petry | 2014-08-12 | 1 | -30/+52 |
| | | | | | | | | | | | The default quota settings field is initially hidden which makes it impossible for singleSelect() to make its width measurements. This fix uses the app navigation slide "show" event to defer the singleSelect() initialization on the default quota field. Refactored setQuota() into UserList._updateQuota(). Refactored duplicate event handler code into UserList.onQuotaSelect(). | ||||
* | 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. | ||||
* | Merge pull request #10176 from owncloud/fix-install-icon-size | Morris Jobke | 2014-08-05 | 1 | -1/+1 |
|\ | | | | | use correct app-icon class for new apps as well, fix icon size | ||||
| * | use correct app-icon class for new apps as well, fix icon size | Jan-Christoph Borchardt | 2014-08-05 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #10154 from owncloud/uninstall-undefined-appitem | Morris Jobke | 2014-08-05 | 1 | -1/+2 |
|\ \ | |/ |/| | Fix undefined variable when uninstalling an app | ||||
| * | Fix undefined variable when uninstalling an app | Robin Appelman | 2014-08-04 | 1 | -1/+2 |
| | | |||||
* | | Set group usercount to 0, not '', fixes #9782 | tomneedham | 2014-08-04 | 1 | -1/+3 |
|/ | |||||
* | Fixed wrong brackets in apps settings | Der-Jan | 2014-07-30 | 1 | -1/+1 |
| | |||||
* | $.unique works only for DOM elements | Arthur Schiwon | 2014-07-18 | 1 | -1/+3 |
| | |||||
* | Fixed JS and CSS issues in users page | Vincent Petry | 2014-07-17 | 3 | -4/+4 |
| | | | | | | - 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 | ||||
* | Merge pull request #9628 from edozzo/master | blizzz | 2014-07-15 | 1 | -2/+12 |
|\ | | | | | Userlist: async load doesnt fill checked group/subadmin array | ||||
| * | Strinct comparsion fix | DeLtAfOx | 2014-07-15 | 1 | -2/+2 |
| | | |||||
| * | Userlist: async load doesnt fill checked group/subadmin array | DeLtAfOx | 2014-07-15 | 1 | -2/+12 |
| | | |||||
* | | remove dead code | Arthur Schiwon | 2014-07-14 | 2 | -2/+9 |
|/ | | | | | | | | | | do not filter groups. but update the user count according to the filter improve phpdoc improve metadata runtime cache add metadata tests | ||||
* | use .filterAttr() | Thomas Müller | 2014-07-09 | 1 | -4/+4 |
| | |||||
* | use .filterAttr() | Thomas Müller | 2014-07-09 | 1 | -7/+8 |
| | |||||
* | some more cleanup | Thomas Müller | 2014-07-09 | 1 | -38/+36 |
| | |||||
* | remove the group in case the last user has removed from that group | Thomas Müller | 2014-07-09 | 1 | -0/+12 |
| | |||||
* | fixing JS synatx errors | Thomas Müller | 2014-07-09 | 2 | -5/+5 |
| | |||||
* | avoid global selector | Arthur Schiwon | 2014-07-09 | 1 | -1/+1 |
| | |||||
* | increase/decrease everyone count on user creation/deletion | Arthur Schiwon | 2014-07-09 | 2 | -7/+41 |
| | |||||
* | decrease user count in affected groups after user delete | Arthur Schiwon | 2014-07-09 | 1 | -0/+14 |
| | |||||
* | increment group counters when a user is created | Arthur Schiwon | 2014-07-09 | 2 | -2/+12 |
| | |||||
* | Merge pull request #9505 from stephane84/fix-9497 | Vincent Petry | 2014-07-07 | 1 | -0/+1 |
|\ | | | | | Refocus input field after user creation | ||||
| * | Fixes #9497 | Stephane V | 2014-07-07 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #9479 from stephane84/fix-9147 | Morris Jobke | 2014-07-07 | 1 | -0/+1 |
|\ \ | | | | | | | Log table design glitch in date field | ||||
| * | | Bug 9147 owncloud/core | Stephane V | 2014-07-06 | 1 | -0/+1 |
| |/ | | | | | | | Added class="date" in the latest column of the log table to get everything on one line (in the ajax request). | ||||
* / | improvements for uninstall button | Georg Ehrke | 2014-07-05 | 1 | -6/+6 |
|/ | |||||
* | Revert "hides table header while users load." | Arthur Schiwon | 2014-07-02 | 1 | -2/+0 |
| | | | | This reverts commit 0dc12a3737127aad28be12f9417d2a63601a88ff. | ||||
* | hides table header while users load. | raghunayyar | 2014-07-01 | 1 | -0/+2 |
| | |||||
* | Fix test mail behaviour | Morris Jobke | 2014-06-25 | 1 | -3/+3 |
| | | | | | | | * ref #8854 * prevent default of "send test mail" button * drop unused form serialization * use display name of user for test mail | ||||
* | Make sure last seen tooltip always appears even after searching and filtering | Arthur Schiwon | 2014-06-19 | 1 | -3/+13 |
| | |||||
* | Migrate table layout to p layout for share settings | Morris Jobke | 2014-06-17 | 1 | -1/+2 |
| | | | | ref #8906 | ||||
* | Merge pull request #8808 from owncloud/update_shipped_apps_from_appstore | Georg Ehrke | 2014-06-16 | 1 | -0/+27 |
|\ | | | | | Make shipped apps updatable via appstore | ||||
| * | Merge branch 'master' into update_shipped_apps_from_appstore | Georg Ehrke | 2014-06-05 | 7 | -559/+1259 |
| |\ | | | | | | | | | | | | | | | | Conflicts: lib/private/app.php settings/templates/apps.php | ||||
| * | | remove console.log in apps.js | Georg Ehrke | 2014-06-04 | 1 | -1/+0 |
| | | | |||||
| * | | add button for properly uninstalling apps | Georg Ehrke | 2014-05-31 | 1 | -0/+28 |
| | | | |||||
* | | | style | Arthur Schiwon | 2014-06-16 | 1 | -2/+2 |
| | | | |||||
* | | | escape before output, fixes #9041 | Arthur Schiwon | 2014-06-16 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #8716 from owncloud/forget-documentation | Volkan Gezer | 2014-06-16 | 1 | -1/+16 |
|\ \ \ | | | | | | | | | app manager forgets the documentation links workaround for #8081 | ||||
| * | | | app manager forgets the documentation links | Volkan Gezer | 2014-06-06 | 1 | -1/+16 |
| | | | | |||||
* | | | | fix split translations | Volkan Gezer | 2014-06-06 | 3 | -5/+5 |
|/ / / | |||||
* | / | This settings doesn't belong together | Bjoern Schiessle | 2014-06-05 | 1 | -3/+0 |
| |/ |/| | | | | | | | | | | | | | | | Revert "make reshare settings foldable" This reverts commit c01f196f723dcb3dea6947c821a70d4d80563bbd. Conflicts: settings/templates/admin.php | ||||
* | | Merge pull request #8620 from owncloud/design-navigation-two | Thomas Müller | 2014-06-05 | 1 | -8/+10 |
|\ \ | | | | | | | Toggle app navigation not only on mobile, but on desktop as well | ||||
| * | | fix leading decimal Scrutinizer coding style issue | Jan-Christoph Borchardt | 2014-06-05 | 1 | -3/+3 |
| | | | |||||
| * | | add to app navigation after enabling | Morris Jobke | 2014-06-04 | 1 | -8/+10 |
| | | | |||||
* | | | remove obsolete placeholder call, fix #8881 | Jan-Christoph Borchardt | 2014-06-04 | 1 | -2/+0 |
|/ / | |||||
* | | Merge pull request #8468 from owncloud/remove-infieldlabels | Jan-Christoph Borchardt | 2014-06-04 | 1 | -0/+2 |
|\ \ | | | | | | | Remove infieldlabels | ||||
| * | | add missing placeholder shim for change password fields in IE8/9 | Jan-Christoph Borchardt | 2014-06-03 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #8264 from owncloud/app-enable-by-group | icewind1991 | 2014-06-03 | 1 | -5/+85 |
|\ \ \ | |/ / |/| | | Add the option to enable apps only for specific groups |