summaryrefslogtreecommitdiffstats
path: root/apps/settings
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #33311 from nextcloud/enh/27869/phoneVincent Petry2022-08-295-17/+66
|\ | | | | Remake phone number property saving with Vue
| * Remake phone number property saving with VueChristopher Ng2022-08-265-17/+66
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-292-0/+16
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-2812-6/+66
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-27144-674/+982
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Remake website property saving with VueChristopher Ng2022-08-266-47/+83
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #33641 from nextcloud/bugfix/noid/primary-element-varsJohn Molakvoæ2022-08-262-2/+2
|\
| * Adjust settings to new css variableJulius Härtl2022-08-262-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix rebasing issues and improve profile settings page a bit moreCarl Schwan2022-08-266-34/+20
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Various fixesCarl Schwan2022-08-262-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix user status dialog - Add label where missing - Move emoji picker inside input field (similar to talk) - Fix selecting an emoji - Fix multiselect - Fix button with confirmation action - Fix some other unrelated dark theme issues - Fix select2 focus - Run npm lint:fix Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Adapt to new Nextcloud vue styleCarl Schwan2022-08-266-40/+69
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Fix accessibility of input fieldsCarl Schwan2022-08-263-3/+3
|/ | | | | | | | | | | | | Input fields require a 44x44 pixels target size, this makes all the input fields and button use that size. Bonus is that now the input fields and buttons now have the same size as the new vue button and this looks less weird than the previous state with controls of different sizes. See https://www.w3.org/WAI/WCAG21/Understanding/target-size.html Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #33285 from nextcloud/enh/27869/locationVincent Petry2022-08-266-19/+59
|\ | | | | Remake location property saving with Vue
| * Remake location property saving with VueChristopher Ng2022-08-256-19/+59
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-26128-750/+820
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Remake Twitter handle saving with VueChristopher Ng2022-08-255-46/+57
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Modularize shared account property componentsChristopher Ng2022-08-2526-1195/+496
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #33516 from nextcloud/update-nextcloud-vue-6.0.0-beta.2Vincent Petry2022-08-2523-265/+265
|\ | | | | Bump @nextcloud/vue to 6.0.0-beta.4 and related
| * Add Nc prefix to Nc vue component namesVincent Petry2022-08-2523-265/+265
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry2022-08-256-26/+26
| | | | | | | | | | | | | | | | Update @nextcloud/vue to 6.0.0-beta.3 Update vue and vue-template-compiler to 2.7.8 Update calendar-availability-vue to 0.5.0-beta.1 to fix conflicts. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #33682 from nextcloud/fix/noid/help-page-unavailableblizzz2022-08-251-1/+1
|\ \ | |/ |/| Fix opening Help page throwing Exception
| * Fix opening Help page throws ExceptionArthur Schiwon2022-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | - Commit 458c2fa2971e6595a18a289b0afeb4a79ea0e0d3 provoked the error, because the "core" "app" was not found. Previously, false was returned, but now an AppPathNotFoundException - IUrlGenerator::linkTo() accepts an empty app argument however, moving the "core" portion to the path solves it and avoids apps lookup Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2022-08-252-8/+8
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #33593 from nextcloud/improve-binary-cachingCarl Schwan2022-08-241-3/+3
|\ | | | | Move findBinaryFinder and isFunctionEnabled away from OC_Helper
| * Move findBinaryFinder and isFunctionEnabled away from OC_HelperCarl Schwan2022-08-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | findBinaryFinder is now a service that is still private but with some minor optimization (remove the hasKey check). isFunctionEnabled is now in OCP\Util Both function are still keep but all internal usage in nextcloud/server were migrated to the new usage, so that we can remove it in 26 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-08-242-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-232-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Request 64px avatars for the user managementChristoph Wurst2022-08-223-10/+5
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2022-08-222-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33615 from ↵Joas Schilling2022-08-192-41/+2
|\ \ | | | | | | | | | | | | nextcloud/perf/noid/user-displayname-cache-for-activity-providers Use user name cache in activity providers
| * | Use user name cache in activity providersJoas Schilling2022-08-192-41/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.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>
* | Merge pull request #33526 from nextcloud/fix/duplicate-filter-idsLouis2022-08-171-1/+1
|\ \ | | | | | | Fix duplicate ids on apps management page
| * | Fix duplicate ids on apps management pageChristopher Ng2022-08-131-1/+1
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-08-174-4/+10
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-162-4/+12
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-154-6/+336
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-146-14/+14
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-134-2/+16
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-124-8/+126
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-112-0/+54
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-104-2/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-082-0/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-064-120/+122
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-0512-10/+38
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Improve Devices & sessions settingsCarl Schwan2022-08-021-6/+27
| | | | | | | | - Add label for better accessibility - Only allow to add app token with a name - Align in rows Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #33206 from nextcloud/enh/27869/consolidateVincent Petry2022-07-267-119/+41
|\ | | | | Consolidate account property getters
| * Consolidate account property gettersChristopher Ng2022-07-217-119/+41
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2022-07-262-0/+258
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-07-234-8/+12
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>