summaryrefslogtreecommitdiffstats
path: root/apps/settings/src/service
Commit message (Collapse)AuthorAgeFilesLines
* fix(settings): Also sanitize fediverse and twitter handle in the frontendFerdinand Thiessen2025-02-072-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-092-4/+6
| | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Do not import from `axios` but only `@nextcloud/axios`Ferdinand Thiessen2024-06-201-3/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-06-035-76/+12
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Use `@simplewebauthn` for frontend logicFerdinand Thiessen2024-04-161-10/+31
| | | | | | | | | This simplifies the code a lot and fixes errors with the exisiting custom code, where slightly different base64 values were emitted which are not valid according to the standard. ref: https://github.com/web-auth/webauthn-framework/issues/510 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): remove unused savePrimaryEmailScope on Personal Settings pageGrigorii K. Shartsev2023-10-201-20/+0
| | | | | | | If was replaced with universal `savePrimaryAccountPropertyScope`. `<HeaderBar>` has no `handle-scope-change` prop. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-232-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* 🧭 Fix rebuilding the navigationJoas Schilling2022-10-181-117/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix unresponsive legacy password confirmation dialog with new dialog in VueChristopher Ng2022-09-143-3/+6
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add profile default setting for adminChristopher Ng2022-03-181-0/+24
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Cleanup admin settings js filesCarl Schwan2022-02-171-0/+130
| | | | | | | | | | | | | * Move admin.js to webpack, so that this use the bundled jquery files instead of the deprecated window.$ Also fixing formatting * Remove log.js that seems to be from a time where logreader was bundled with server and I couldn't find an usage of it anymore * Fix recent regression in rebuild navigation function (now not depending on jquery anymore and bundled by webpack). Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Replace license information to SPDX expressionLouis Chemineau2022-01-114-4/+4
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add generic type and description when its missingLouis Chemineau2022-01-111-3/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-084-21/+31
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Profile frontendChristopher Ng2021-10-192-19/+26
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* let user choose notification email in user settingsArthur Schiwon2021-09-151-0/+20
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Create language service and update constantsChristopher Ng2021-08-271-0/+48
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Create display name service and update constantsChristopher Ng2021-08-232-7/+75
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot[bot]2021-07-231-7/+6
| | | | | | | | | | Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Create personal info serviceChristopher Ng2021-07-151-0/+153
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-311-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Start with webauthnRoeland Jago Douma2020-03-311-0/+43
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>