aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src/components/PersonalInfo/EmailSection/Email.vue
Commit message (Expand)AuthorAgeFilesLines
* fix: Reset notification email automatically when deleting additonal emailChristopher Ng2024-08-021-0/+3
* fix: Increase debounce delay when saving account propertiesChristopher Ng2024-06-211-1/+1
* fix: Do not import from `axios` but only `@nextcloud/axios`Ferdinand Thiessen2024-06-201-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-06-031-20/+2
* fix(settings): emails actions a11y and designGrigorii K. Shartsev2024-03-051-65/+82
* fix(settings): Use status states from `NcInputField` instead of custom handlingFerdinand Thiessen2024-02-151-136/+115
* fix(settings): fix ids and aria-labels in personal emailsGrigorii K. Shartsev2023-10-201-12/+13
* fix(settings): remove empty aria-describedbyGrigorii K. Shartsev2023-10-201-1/+1
* fix: replace non-standard autocorrect with spellcheck attributeGrigorii K. Shartsev2023-10-201-1/+1
* Remove unneeded opacity for action buttonjulia.kirschenheuter2023-09-251-2/+0
* Use consistent imports for Vue componentsVarun Patil2023-05-231-1/+2
* Add `autocomplete` attrs to input fieldsjulia.kirschenheuter2023-05-111-1/+1
* Improve handling of profile fieldsChristopher Ng2023-03-301-4/+2
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-1/+1
* Display invalid input messageChristopher Ng2022-10-271-3/+34
* Adapt to new Nextcloud vue styleCarl Schwan2022-08-261-9/+0
* Fix accessibility of input fieldsCarl Schwan2022-08-261-1/+1
* Modularize shared account property componentsChristopher Ng2022-08-251-7/+7
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-10/+10
* Use material design icons in Email componentChristopher Ng2022-07-211-13/+6
* Fix undefined loggerChristopher Ng2022-06-281-1/+2
* Use unique key to prevent email component reuseChristopher Ng2022-06-101-1/+0
* Fix duplicate primary email messageChristopher Ng2022-03-021-4/+4
* Auto fix warningsLouis Chemineau2022-01-211-8/+4
* Improve accessibilityChristopher Ng2021-11-261-1/+3
* Profile frontendChristopher Ng2021-10-191-13/+12
* l10n: Replace "mail" to "email"Valdnet2021-09-221-1/+1
* fix code styleArthur Schiwon2021-09-151-4/+4
* fix updating and thus UI rendering on update notification changeArthur Schiwon2021-09-151-4/+7
* offer to unset notification email instead of disablingArthur Schiwon2021-09-151-6/+6
* only offer to set locally verified mails as primaryArthur Schiwon2021-09-151-3/+10
* let user choose notification email in user settingsArthur Schiwon2021-09-151-7/+58
* Refine input validationChristopher Ng2021-08-271-18/+13
* Minor refactorChristopher Ng2021-08-271-34/+40
* Refine input validationChristopher Ng2021-08-241-8/+21
* Functional paradigm shiftChristopher Ng2021-08-231-31/+56
* VuetifyChristopher Ng2021-08-231-54/+51
* Autofocus only additional email inputsChristopher Ng2021-08-171-1/+1
* Improve UXChristopher Ng2021-07-201-10/+19
* Make emails VuetifulChristopher Ng2021-07-151-0/+323