summaryrefslogtreecommitdiffstats
path: root/settings/js
Commit message (Expand)AuthorAgeFilesLines
* Use the provisioning api in the user management to handle group membershipsJoas Schilling2017-01-182-28/+51
* Merge pull request #1594 from nextcloud/markdown-support-for-app-descriptionsJoas Schilling2017-01-171-0/+65
|\
| * Allow ordered lists as wellJoas Schilling2017-01-161-1/+2
| * Manually whitelist tagsLukas Reschke2017-01-131-1/+16
| * Apply DOMPurify over HTMLLukas Reschke2017-01-131-2/+2
| * Don't render non HTTP links, images and quotesJoas Schilling2017-01-131-1/+47
| * Render markdownJoas Schilling2017-01-131-0/+3
* | use tooltip in user listChristoph Wurst2017-01-131-2/+2
|/
* Update federationscopemenu.jsJohn Molakvoæ2017-01-111-1/+1
* fix wording for apps mgmt buttonsJan-Christoph Borchardt2016-12-131-1/+1
* Fix #2473John Molakvoæ (skjnldsv)2016-12-061-26/+11
* hide token configure menu when clicking outside itRobin Appelman2016-12-061-1/+10
* hide all other token dropdowns when showing oneRobin Appelman2016-12-061-0/+1
* Merge pull request #2509 from nextcloud/sudo-mode-for-app-enablingLukas Reschke2016-12-051-0/+10
|\
| * Add sudo mode to enabling and disabling appsLukas Reschke2016-12-051-0/+10
* | Merge pull request #2501 from nextcloud/issue-2472-remove-update-notification...Morris Jobke2016-12-051-23/+30
|\ \ | |/ |/|
| * Remove the update warning and the notification after an successful updateJoas Schilling2016-12-051-23/+30
* | Merge pull request #2502 from nextcloud/personal-settings-dead-codeMorris Jobke2016-12-051-55/+0
|\ \
| * | remove dead js code from personal settingsChristoph Wurst2016-12-051-55/+0
| |/
* / Allow emtpy values on personal page and fix saving checkmark positionChristoph Wurst2016-12-051-1/+1
|/
* Fix password change in user managementMorris Jobke2016-11-301-0/+1
* Fix Regex for iPhone and add iPadLukas Reschke2016-11-281-2/+4
* Loading icon fix #2198John Molakvoæ (skjnldsv)2016-11-241-1/+1
* Merge pull request #2224 from nextcloud/fix-visibility-switcherLukas Reschke2016-11-242-2/+2
|\
| * Make Christoph happierLukas Reschke2016-11-211-1/+1
| * Fix visibility switcher for avatarLukas Reschke2016-11-211-1/+1
* | Check if data is definedLukas Reschke2016-11-221-1/+1
* | use date as device name if no name was givenBjoern Schiessle2016-11-211-1/+1
|/
* small fixesBjoern Schiessle2016-11-211-2/+2
* Ask for password when scope is changedLukas Reschke2016-11-211-0/+8
* Highlight current entryLukas Reschke2016-11-212-4/+26
* Make JS aware of password verificationLukas Reschke2016-11-211-0/+8
* fix menu positioning hackJan-Christoph Borchardt2016-11-211-1/+1
* put explanatory text directly in popupJan-Christoph Borchardt2016-11-211-3/+3
* Fix position of menuRoeland Jago Douma2016-11-212-6/+14
* change scope to 'local' for display name and avatarBjoern Schiessle2016-11-212-19/+28
* update system address book if the user change the personal settingsBjoern Schiessle2016-11-211-1/+2
* fix profile picture fed sharing scope menuChristoph Wurst2016-11-211-6/+6
* use PUT to update user settingsChristoph Wurst2016-11-212-2/+6
* Add federation scope to the user avatarChristoph Wurst2016-11-212-12/+23
* Persist settings on the serverChristoph Wurst2016-11-212-12/+93
* Add more personal information fields to the settings page for enhanced federa...Christoph Wurst2016-11-213-7/+246
* Merge pull request #1447 from nextcloud/password-confirmation-for-some-actionsMorris Jobke2016-11-185-91/+230
|\
| * Fix user management callbacksMorris Jobke2016-11-181-34/+43
| * Fix error displaying on email and add confirmationJoas Schilling2016-11-181-21/+37
| * Require password confirmation to change the QuotaJoas Schilling2016-11-181-3/+12
| * Require confirmation to change the displaynameJoas Schilling2016-11-181-15/+31
| * Confirm on create/delete groupJoas Schilling2016-11-181-2/+13
| * More fixesJoas Schilling2016-11-181-2/+2
| * Hide and show after updatingJoas Schilling2016-11-181-4/+10