aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-change-email
Commit message (Collapse)AuthorAgeFilesLines
* We don't need services anymore for validatorsChocobozzz2020-08-171-5/+5
|
* Migrate to $localizeChocobozzz2020-08-141-7/+5
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Reorganize client shared modulesChocobozzz2020-06-231-8/+5
|
* Fix external auth email/password updateChocobozzz2020-05-201-1/+2
| | | | Also check if an actor does not already exist when creating the user
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-021-2/+2
|
* Use grid to organise settings in admin, my-accountRigel Kent2020-03-101-1/+6
|
* Accessibility fixes for #2149Rigel Kent2020-01-211-1/+1
|
* Lazy load static objectsChocobozzz2019-12-181-21/+22
|
* Add class to email change formChocobozzz2019-06-122-2/+2
|
* Add ability to change email in clientChocobozzz2019-06-114-0/+134