summaryrefslogtreecommitdiffstats
path: root/settings/js
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1447 from nextcloud/password-confirmation-for-some-actionsMorris Jobke2016-11-185-91/+230
|\ | | | | Password confirmation for some actions
| * Fix user management callbacksMorris Jobke2016-11-181-34/+43
| | | | | | | | | | | | * properly handle user management actions like display name, email or password field change Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Fix error displaying on email and add confirmationJoas Schilling2016-11-181-21/+37
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Require password confirmation to change the QuotaJoas Schilling2016-11-181-3/+12
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Require confirmation to change the displaynameJoas Schilling2016-11-181-15/+31
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Confirm on create/delete groupJoas Schilling2016-11-181-2/+13
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * More fixesJoas Schilling2016-11-181-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Hide and show after updatingJoas Schilling2016-11-181-4/+10
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Require password confirmation for user managementJoas Schilling2016-11-181-14/+54
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Require confirmation when changing the email settingsJoas Schilling2016-11-181-10/+37
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix error message displayingJoas Schilling2016-11-181-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Require password confirmation for app passwordJoas Schilling2016-11-181-0/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #2108 from nextcloud/properly-parse-ie-useragentLukas Reschke2016-11-181-1/+1
|\ \ | |/ |/| Properly parse IE 11 user agent
| * Properly parse IE 11 user agentMorris Jobke2016-11-141-1/+1
| | | | | | | | | | | | * fixes #2101 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #2146 from nextcloud/add_copy_tooltip_to_clipboardRoeland Jago Douma2016-11-161-10/+18
|\ \ | | | | | | Adds copy tooltip to clipboards
| * | Fix tooltips - they now properly change on clickMorris Jobke2016-11-161-10/+18
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | dropdown uiRobin Appelman2016-11-161-10/+9
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | enable deleting/configuring new tokensRobin Appelman2016-11-161-2/+2
| | | | | | | | Signed-off-by: Robin Appelman <icewind@owncloud.com>
* | allow configuring filesystem accessRobin Appelman2016-11-161-1/+34
| | | | | | | | Signed-off-by: Robin Appelman <icewind@owncloud.com>
* | app password scope wipRobin Appelman2016-11-161-5/+12
|/ | | | Signed-off-by: Robin Appelman <icewind@owncloud.com>
* Fix single author with detailsJoas Schilling2016-11-111-1/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix route and jsRoeland Jago Douma2016-11-061-6/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Removed else statement preventing Success message from displaying causing ↵Henry Mohn2016-11-041-11/+10
| | | | | | bug #1875 Signed-off-by: Henry Mohn <hmohniii@gmail.com>
* Merge pull request #1940 from nextcloud/new-appstoreMichael Grosser2016-11-021-7/+3
|\ | | | | Use new appstore API
| * Proxy images through usercontent.apps.nextcloud.comLukas Reschke2016-10-311-2/+2
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * Use new appstore APILukas Reschke2016-10-311-5/+1
| | | | | | | | | | | | This change introduces the new appstore API in Nextcloud. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Color the trusted domain to alert the admin a bit moreJoas Schilling2016-10-311-2/+7
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #1452 from nextcloud/appconfig-endpointJoas Schilling2016-10-252-35/+26
|\ | | | | Appconfig endpoint
| * Switch to public APIJoas Schilling2016-10-212-15/+15
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Make AppConfig part of the public APIJoas Schilling2016-10-211-20/+11
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1828 from nextcloud/avatar-picker-improvementsMorris Jobke2016-10-241-11/+23
|\ \ | | | | | | Avatar picker improvements
| * | use smaller cropper on small screensRobin Appelman2016-10-241-2/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | set initial cropper to max sizeRobin Appelman2016-10-211-4/+6
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | show spinner while loading/cropping avatarRobin Appelman2016-10-201-2/+10
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | only show cropper dialog when the cropper is readyRobin Appelman2016-10-201-1/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | float the avatar cropper over the pageRobin Appelman2016-10-201-4/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Prevent flashing the full sized image when cropping an avatarRobin Appelman2016-10-201-2/+5
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / Fix personal pageRoeland Jago Douma2016-10-211-1/+1
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* The red box already makes clear it's an errorJoas Schilling2016-10-181-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #1701 from nextcloud/impr-user-listLukas Reschke2016-10-131-17/+4
|\ | | | | tidy up adding user to list a little bit
| * tidy up adding user to list a little bitArthur Schiwon2016-10-111-17/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Better search functionalityJoas Schilling2016-10-111-5/+23
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix authors that have a mail or homepageJoas Schilling2016-10-111-2/+24
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Improve user list rendering perf by not resorting after every add (#26282)Vincent Petry2016-10-101-1/+1
| | | | | The call to UserList.add() was wrong and was passing "user.lastLogin" as the sort argument which would cause the list to be resorted over and over again for every added item after loading the next page of users.
* Merge pull request #1229 from nextcloud/bugfix/change-password-changesMorris Jobke2016-10-061-3/+17
|\ | | | | Bugfix/change password changes
| * remove old indicators for "saving started" and "saving successful"Morris Jobke2016-10-061-2/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Removes spinner in case password is wrong as well.Raghu Nayyar2016-09-171-1/+1
| |
| * Removes tipsy when password verification is going onRaghu Nayyar2016-09-171-0/+2
| |
| * Removes the check mark after 5 second timeout.Raghu Nayyar2016-09-171-0/+12
| |
| * Adds a checkmark when the change is complete.Raghu Nayyar2016-09-171-0/+1
| |