summaryrefslogtreecommitdiffstats
path: root/settings/js/federationscopemenu.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix translation of federation scope menuMorris Jobke2017-11-301-6/+6
| | | | | | | | * l10n in Nextcloud works by extracting the values only passed on their location and not based on the first parameter * we need to change the translation pool from `core` to `settings` then * fixes #7345 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* No js for popover positionningJohn Molakvoæ (skjnldsv)2017-09-271-10/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix federation scope dropdownMorris Jobke2017-08-141-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update federationscopemenu.jsJohn Molakvoæ2017-01-111-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Make Christoph happierLukas Reschke2016-11-211-1/+1
| | | | | | Apparently this failed for him as per https://github.com/nextcloud/server/pull/2224#issuecomment-262085537 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* small fixesBjoern Schiessle2016-11-211-2/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Highlight current entryLukas Reschke2016-11-211-4/+23
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* fix menu positioning hackJan-Christoph Borchardt2016-11-211-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* put explanatory text directly in popupJan-Christoph Borchardt2016-11-211-3/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix position of menuRoeland Jago Douma2016-11-211-0/+14
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* change scope to 'local' for display name and avatarBjoern Schiessle2016-11-211-18/+27
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Add more personal information fields to the settings page for enhanced ↵Christoph Wurst2016-11-211-0/+114
federated sharing fix layout Add generic way of handling input change events Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>