aboutsummaryrefslogtreecommitdiffstats
path: root/settings/js/federationsettingsview.js
Commit message (Collapse)AuthorAgeFilesLines
* Move settings to an appChristoph Wurst2019-09-281-228/+0
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix tabindex and meno open/close via keyboard on fed scope menuChristoph Wurst2019-03-221-0/+10
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix federation-menu Javascript to use h3Jan-Christoph Borchardt2018-10-021-3/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix position and templateJohn Molakvoæ (skjnldsv)2018-05-071-4/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* display error icon on non-successMaxence Lange2017-08-081-3/+14
| | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* Merge branch 'master' into clean-settings-layoutMorris Jobke2017-08-041-2/+2
|\
| * Revert "Proof of concept #5593 - inline SVG icon for icon-contacts"Joas Schilling2017-08-031-2/+2
| |
* | Merge branch 'master' into clean-settings-layoutMorris Jobke2017-08-031-2/+2
|\|
| * Proof of concept #5593 - inline SVG icon for icon-contactsMarin Treselj2017-08-021-2/+2
| | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | Fixed bug with sharing-settingsAndreas Jacobsen2017-07-241-0/+6
|/ | | | Signed-off-by: Andreas Jacobsen <andreasjacobsen93@gmail.com>
* cleanup templateBjoern Schiessle2017-04-281-2/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* allow to display the verification code also while verification is already ↵Bjoern Schiessle2017-04-281-0/+2
| | | | | | running Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* fix name of website input fieldBjoern Schiessle2017-04-281-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* only show verify button if scope is public and the input field contain some ↵Bjoern Schiessle2017-04-281-10/+34
| | | | | | value Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add missing translation and other small fixesBjoern Schiessle2017-04-281-2/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* change status indicator if value was changedBjoern Schiessle2017-04-281-1/+13
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* replace name in top right with icon for less noiseJan-Christoph Borchardt2017-03-261-12/+0
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Allow emtpy values on personal page and fix saving checkmark positionChristoph Wurst2016-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix visibility switcher for avatarLukas Reschke2016-11-211-1/+1
| | | | | | Fixes #2223 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Ask for password when scope is changedLukas Reschke2016-11-211-0/+8
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Highlight current entryLukas Reschke2016-11-211-0/+3
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Make JS aware of password verificationLukas Reschke2016-11-211-0/+8
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix position of menuRoeland Jago Douma2016-11-211-6/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* change scope to 'local' for display name and avatarBjoern Schiessle2016-11-211-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* update system address book if the user change the personal settingsBjoern Schiessle2016-11-211-1/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* fix profile picture fed sharing scope menuChristoph Wurst2016-11-211-6/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* use PUT to update user settingsChristoph Wurst2016-11-211-2/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add federation scope to the user avatarChristoph Wurst2016-11-211-9/+20
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Persist settings on the serverChristoph Wurst2016-11-211-12/+46
| | | | | | | | | | | | Persist personal settings federated sharing scopes Show new settings fields in read-only mode too Insert values on page load Return updated values; show inline success feedback Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add more personal information fields to the settings page for enhanced ↵Christoph Wurst2016-11-211-0/+116
federated sharing fix layout Add generic way of handling input change events Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>