summaryrefslogtreecommitdiffstats
path: root/settings/js
Commit message (Collapse)AuthorAgeFilesLines
* fixes undefined appitem - fixes #12396Morris Jobke2014-11-251-1/+1
|
* Refactor MailSettings controllerLukas Reschke2014-10-101-2/+10
| | | | | | - Do not store the password (fixes https://github.com/owncloud/core/issues/11385) - Refactor to AppFramework - Add unit tests
* restrict $div to local scopemichag862014-10-071-1/+1
|
* variable for found avatar divmichag862014-10-071-4/+5
|
* fix for issue #10483michag862014-10-071-2/+4
|
* Moved WebDAV and internet checks to client side JSVincent Petry2014-09-231-0/+21
| | | | | | | | | - Added setup checks in JavaScript - Moved isWebDAVWorking to JS using SetupChecks - Moved internet connection checks to an ajax call that goes through the server Backport of e65ceb08fc4a56d0fb9e4be5d51ba04168cbb59a from master
* Add select2 cache for complete group listVincent Petry2014-09-221-23/+39
| | | | | | | | To avoid making a server request every time the dropdown opens, the whole list of groups are cached (from the last request): Whenever the user types in a search term it will still send server requests.
* Fixed select2 for admin and apps pageVincent Petry2014-09-223-12/+27
| | | | | | Added explicit escaping. Now internally using a pipe symbol as separator for select2, to make it possible to use group names containing commas.
* Added select2 on the apps pageVincent Petry2014-09-223-78/+92
| | | | | | | Moved setupGroupsSelect() from admin.js to a common settings.js as OC.Settings.setupGoupsSelect(). Now using select2 as well on the apps page.
* Now using select2 for the groups excluded from sharingVincent Petry2014-09-221-34/+56
|
* Add timeout to user and group deletion notificationVincent Petry2014-09-181-4/+43
| | | | | | | | | | | | | | | | | | | | Added timeout in DeleteHandler to auto-delete after a delay. Fixed issue where OC.Notification.hide() was called twice in a row when deleting multiple entries, causing the second notification to disappear. Fixed issue where "undo" click event handler was registered multiple times when calling setNotifications() twice. Added JS unit tests for the DeleteHandler class. Refix undo users, groups feature Timeout is now cleared in cancel(). Fixed click handler name for "undo" to be able to work with multiple DeleteHandler instances (in our case one for users and one for groups) so that there is no conflict. Backport of 0d9f24a0efef20b9041e40817b10822a4700532d from master
* Using countUsers method to return true count of usersClark Tomlinson2014-09-081-0/+11
|
* Adds 2 checkboxes at the top of userlist in the settings, to display/hide ↵Stephane V2014-08-291-0/+23
| | | | | | optional columns This fixes #9367.
* Redirect user after clicking on linkLukas Reschke2014-08-251-1/+3
| | | | Use DI
* Add a trusted domain wizardLukas Reschke2014-08-251-0/+16
| | | | | | Adds a little button to the trusted domain warning, if an admin clicks on the warning he will be redirected to ownCloud and asked whether he want to trust this domain. By far not the cleanest code, or clean at all, but does the job and I don't see a reason to make a lot of changes for this little improvement.
* Fix default quota settings fieldVincent Petry2014-08-211-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-211-24/+0
| | | | | Remove local app settings slide logic and make it use the global one triggered by the "data-apps-slide-toggle" attribute.
* use correct app-icon class for new apps as well, fix icon sizeJan-Christoph Borchardt2014-08-061-1/+1
|
* Fixed wrong brackets in apps settingsDer-Jan2014-07-251-1/+1
|
* $.unique works only for DOM elementsArthur Schiwon2014-07-201-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
* backport of #9628DeLtAfOx2014-07-151-2/+12
| | | | | | Userlist: async load doesnt fill checked group/subadmin array Strinct comparsion fix
* Backport of #9562Arthur Schiwon2014-07-152-2/+9
| | | | | | | | | | | | | | remove dead code do not filter groups. but update the user count according to the filter improve phpdoc improve metadata runtime cache add metadata tests fixing PHPDoc
* fixing JS syntax errorsThomas Müller2014-07-102-48/+59
| | | | | | | | remove the group in case the last user has removed from that group cleanup use .filterAttr()
* increment group counters when a user is createdArthur Schiwon2014-07-102-8/+66
| | | | | | | | decrease user count in affected groups after user delete increase/decrease everyone count on user creation/deletion avoid global selector
* Fixes #9497Stephane V2014-07-081-0/+1
|
* Bug 9147 owncloud/coreStephane V2014-07-071-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-061-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