summaryrefslogtreecommitdiffstats
path: root/apps/settings
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #29881 from nextcloud/fix/setting/accessibility-titleCarl Schwan2022-09-061-15/+19
|\ | | | | Improve accessibility of the title of the settings
| * Merge branch 'master' into fix/setting/accessibility-titleCarl Schwan2022-09-02247-9329/+11036
| |\ | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Improve accessibility of the title of the settingsCarl Schwan2022-05-161-15/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before every setting page had the same title and this is causing issues for screenreaders since they can't differenciate the title of page. Now a new variable is available for apps to declare the page subtitle. This new variable is implemented for the settings app and while at it I added a bit more type hinting to the stuff I touched :) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Fix typos in apps/ subdirectoryluz paz2022-09-053-4/+4
| | | | | | | | | | | | | | | | | | | | | Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-09-0510-0/+102
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-09-048-0/+92
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-09-03144-1760/+1760
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #33790 from nextcloud/Valdnet-patch-2Simon L2022-09-021-1/+1
|\ \ \ | |_|/ |/| | l10n: Spelling unification
| * | l10n: Spelling unificationValdnet2022-09-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> l10n: Change to administration Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> l10n: Spelling unification Spelling unification in Transifex. Match the menu name to the header name of the settings page. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | Merge pull request #33409 from nextcloud/enh/27869/avatarPytal2022-09-0110-398/+345
|\ \ \
| * | | Remake profile picture saving with VueChristopher Ng2022-09-0210-398/+345
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-09-022-0/+2
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #33177 from nextcloud/enh/migrate-profile-configPytal2022-09-014-14/+64
|\ \ \
| * | | Add profile config migrationChristopher Ng2022-09-014-14/+64
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #33396 from ↵Vincent Petry2022-09-011-2/+0
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Xavierando/#33036-Set-default-expiration-date-(shareapiDefaultExpireDate) #33036 [Bug]: Set default expiration date
| * | | Update sharing.phpXavierando2022-07-281-2/+0
| | | |
* | | | Some more fixesJulius Härtl2022-09-013-5/+7
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Bump bundled filesJulius Härtl2022-09-012-6/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Make scroll areas keyboard focussableJulius Härtl2022-09-012-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Fix settings scrollingJulius Härtl2022-09-011-3/+0
| |/ / |/| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2022-09-01144-466/+456
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #33429 from nextcloud/port-password-vueCarl Schwan2022-08-314-59/+144
|\ \ \ | | | | | | | | Port password settings to vue
| * | | Port password settings to vueCarl Schwan2022-08-314-59/+144
| | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #33756 from nextcloud/enh/noid/admin-settings-directlySimon L2022-08-311-1/+6
|\ \ \ \ | |/ / / |/| | | add a way to open the admin settings overview directly
| * | | add a way to open the admin settings overview directlyszaimen2022-08-301-1/+6
| | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | Merge pull request #33746 from nextcloud/a11y/33739/fix-legacy-navVincent Petry2022-08-312-10/+8
|\ \ \ \ | |/ / / |/| | | Add a11y attributes for legacy app navigation
| * | | Add a11y attributes for legacy app navigationVincent Petry2022-08-292-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Aded "role=navigation" Added "aria-current=page" for the currently selected item. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-08-30138-196/+196
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | 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>