summaryrefslogtreecommitdiffstats
path: root/apps/settings/js/federationsettingsview.js
Commit message (Collapse)AuthorAgeFilesLines
* Create `<h3>` headings for profile page. Replace `<label>` which have no ↵julia.kirschenheuter2023-03-241-2/+2
| | | | | | conncted `<input>` with `<h3>` heading Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Remake phone number property saving with VueChristopher Ng2022-08-261-1/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remake website property saving with VueChristopher Ng2022-08-261-1/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remake location property saving with VueChristopher Ng2022-08-251-1/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remake Twitter handle saving with VueChristopher Ng2022-08-251-1/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add ```aria-expanded``` value to select2-container om systemtag and file tagsjulia.kirschenheuter2022-08-171-0/+1
| | | | | | | | | | | | Add ```aria-expanded``` to color picker Add ```aria-expanded``` to UnifiedSearch.vue Add ```aria-expanded``` to new button on files Add ```aria-expanded``` to action menu Add ```aria-expanded``` to icon .federation-menu Add ```aria-expanded``` to app navigation collapse button Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Prevent duplicate set display name requestChristopher Ng2022-06-281-1/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Typing correctionsLouis Chemineau2022-01-111-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Hide "federated" scope when Federation app is disabledDaniel Calviño Sánchez2021-08-181-0/+7
| | | | | | | If the Federation app is disabled it is not possible to synchronize the users from a different server. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix "Federated" scope not shown when the lookup server is disabledDaniel Calviño Sánchez2021-08-181-4/+4
| | | | | | | | When the lookup server is disabled the address books can still be exchanged between trusted servers. Therefore the user should be able to set the "Federated" scope in that case. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Make emails VuetifulChristopher Ng2021-07-151-1/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Set app to settings for translateDaniel Kesselberg2021-05-301-2/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Show icon-phone when setting is set to private instead of localJoas Schilling2021-04-081-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Map old account scope properties to new namesVincent Petry2021-03-261-5/+5
| | | | | | | | 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-2/+15
| | | | | | | | | | | 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-1/+19
| | | | | | | | | | 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>
* Move settings to an appChristoph Wurst2019-09-281-0/+228
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>