summaryrefslogtreecommitdiffstats
path: root/settings/js
Commit message (Collapse)AuthorAgeFilesLines
* Fix default quota settings fieldVincent Petry2014-08-121-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 logicVincent Petry2014-08-121-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-sizeMorris Jobke2014-08-051-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 sizeJan-Christoph Borchardt2014-08-051-1/+1
| |
* | Merge pull request #10154 from owncloud/uninstall-undefined-appitemMorris Jobke2014-08-051-1/+2
|\ \ | |/ |/| Fix undefined variable when uninstalling an app
| * Fix undefined variable when uninstalling an appRobin Appelman2014-08-041-1/+2
| |
* | Set group usercount to 0, not '', fixes #9782tomneedham2014-08-041-1/+3
|/
* Fixed wrong brackets in apps settingsDer-Jan2014-07-301-1/+1
|
* $.unique works only for DOM elementsArthur Schiwon2014-07-181-1/+3
|
* Fixed JS and CSS issues in users pageVincent Petry2014-07-173-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/masterblizzz2014-07-151-2/+12
|\ | | | | Userlist: async load doesnt fill checked group/subadmin array
| * Strinct comparsion fixDeLtAfOx2014-07-151-2/+2
| |
| * Userlist: async load doesnt fill checked group/subadmin arrayDeLtAfOx2014-07-151-2/+12
| |
* | remove dead codeArthur Schiwon2014-07-142-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üller2014-07-091-4/+4
|
* use .filterAttr()Thomas Müller2014-07-091-7/+8
|
* some more cleanupThomas Müller2014-07-091-38/+36
|
* remove the group in case the last user has removed from that groupThomas Müller2014-07-091-0/+12
|
* fixing JS synatx errorsThomas Müller2014-07-092-5/+5
|
* avoid global selectorArthur Schiwon2014-07-091-1/+1
|
* increase/decrease everyone count on user creation/deletionArthur Schiwon2014-07-092-7/+41
|
* decrease user count in affected groups after user deleteArthur Schiwon2014-07-091-0/+14
|
* increment group counters when a user is createdArthur Schiwon2014-07-092-2/+12
|
* Merge pull request #9505 from stephane84/fix-9497Vincent Petry2014-07-071-0/+1
|\ | | | | Refocus input field after user creation
| * Fixes #9497Stephane V2014-07-071-0/+1
| |
* | Merge pull request #9479 from stephane84/fix-9147Morris Jobke2014-07-071-0/+1
|\ \ | | | | | | Log table design glitch in date field
| * | Bug 9147 owncloud/coreStephane V2014-07-061-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 buttonGeorg Ehrke2014-07-051-6/+6
|/
* Revert "hides table header while users load."Arthur Schiwon2014-07-021-2/+0
| | | | This reverts commit 0dc12a3737127aad28be12f9417d2a63601a88ff.
* hides table header while users load.raghunayyar2014-07-011-0/+2
|
* Fix test mail behaviourMorris Jobke2014-06-251-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 filteringArthur Schiwon2014-06-191-3/+13
|
* Migrate table layout to p layout for share settingsMorris Jobke2014-06-171-1/+2
| | | | ref #8906
* Merge pull request #8808 from owncloud/update_shipped_apps_from_appstoreGeorg Ehrke2014-06-161-0/+27
|\ | | | | Make shipped apps updatable via appstore
| * Merge branch 'master' into update_shipped_apps_from_appstoreGeorg Ehrke2014-06-057-559/+1259
| |\ | | | | | | | | | | | | | | | Conflicts: lib/private/app.php settings/templates/apps.php
| * | remove console.log in apps.jsGeorg Ehrke2014-06-041-1/+0
| | |
| * | add button for properly uninstalling appsGeorg Ehrke2014-05-311-0/+28
| | |
* | | styleArthur Schiwon2014-06-161-2/+2
| | |
* | | escape before output, fixes #9041Arthur Schiwon2014-06-161-1/+1
| | |
* | | Merge pull request #8716 from owncloud/forget-documentationVolkan Gezer2014-06-161-1/+16
|\ \ \ | | | | | | | | app manager forgets the documentation links workaround for #8081
| * | | app manager forgets the documentation linksVolkan Gezer2014-06-061-1/+16
| | | |
* | | | fix split translationsVolkan Gezer2014-06-063-5/+5
|/ / /
* | / This settings doesn't belong togetherBjoern Schiessle2014-06-051-3/+0
| |/ |/| | | | | | | | | | | | | | | Revert "make reshare settings foldable" This reverts commit c01f196f723dcb3dea6947c821a70d4d80563bbd. Conflicts: settings/templates/admin.php
* | Merge pull request #8620 from owncloud/design-navigation-twoThomas Müller2014-06-051-8/+10
|\ \ | | | | | | Toggle app navigation not only on mobile, but on desktop as well
| * | fix leading decimal Scrutinizer coding style issueJan-Christoph Borchardt2014-06-051-3/+3
| | |
| * | add to app navigation after enablingMorris Jobke2014-06-041-8/+10
| | |
* | | remove obsolete placeholder call, fix #8881Jan-Christoph Borchardt2014-06-041-2/+0
|/ /
* | Merge pull request #8468 from owncloud/remove-infieldlabelsJan-Christoph Borchardt2014-06-041-0/+2
|\ \ | | | | | | Remove infieldlabels
| * | add missing placeholder shim for change password fields in IE8/9Jan-Christoph Borchardt2014-06-031-0/+2
| | |
* | | Merge pull request #8264 from owncloud/app-enable-by-groupicewind19912014-06-031-5/+85
|\ \ \ | |/ / |/| | Add the option to enable apps only for specific groups