aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/js/federationscopemenu.js
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-06-031-8/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Fix active scope not visible in the menu if excludedDaniel Calviño Sánchez2021-04-231-3/+13
| | | | | | | | | | | | | | | | | | | Depending on some settings (for example, if lookup server upload is disabled) some items can be hidden in the scope menu. However, if the user selected an scope in the past once the settings were changed the scope was no longer visible in the menu. Now the active scope will be always visible in the menu, although if it is an excluded scope it will be disabled. Selecting any other scope will then hide the excluded and no longer active one. When upload to the lookup server is disabled the scope menu was hidden for display name and email in the personal information settings; now the menu will be always shown to enable the above described behaviour. Note that the menu will be shown even if there is a single available scope so the user can read its description. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix working for phone number integrationJoas Schilling2021-03-291-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Map old account scope properties to new namesVincent Petry2021-03-261-4/+4
| | | | | | | | Use new scope values in settings page. Adjust all consumers to use the new constants. Map old scope values to new ones in account property getter. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Adjust scopes menu based on conditionsVincent Petry2021-03-261-17/+6
| | | | | | | | | | | Now not all fields have the "v2-private" option in place. Fix dropdown issue when a scope was stored that is not listed after disabling the lookup server. Whenever the lookup server upload is disabled, the scope menu is now displayed where it makes sense to allow switching between the two private scopes. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add new v2-private account scopeVincent Petry2021-03-261-5/+23
| | | | | | | | | | Added new v2-private account manager scope that restricts the scope further by excluding public link access. Avatars with v2-private account scope are now showing the guest avatar instead of the real avatar. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Clarify the scropes for profile data federationJoas Schilling2020-07-091-8/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Clarify that the email is always shared within the instanceJoas Schilling2020-06-191-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move settings to an appChristoph Wurst2019-09-281-0/+130
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>