aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-change-password
Commit message (Collapse)AuthorAgeFilesLines
* Migrate client to eslintChocobozzz2021-08-181-5/+9
|
* Fix client lintChocobozzz2021-08-171-14/+15
|
* Move to sass moduleChocobozzz2021-06-281-2/+2
|
* Move to sass @useChocobozzz2021-06-281-2/+2
|
* Fix some accessibility issuesChocobozzz2020-12-222-5/+4
|
* unify inputs requiring buttons like password inputsRigel Kent2020-12-043-21/+23
|
* We don't need services anymore for validatorsChocobozzz2020-08-171-5/+5
|
* Migrate to $localizeChocobozzz2020-08-141-6/+4
| | | | | | | | | | | | * 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-6/+4
|
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-021-3/+3
|
* Use grid to organise settings in admin, my-accountRigel Kent2020-03-101-0/+5
|
* Accessibility fixes for #2149Rigel Kent2020-01-211-3/+3
|
* Add ability to change email in clientChocobozzz2019-06-111-1/+1
|
* Refractor notification serviceChocobozzz2018-12-191-4/+3
| | | | Shorter name and use primeng component
* Check current password on server sideChocobozzz2018-09-262-24/+19
|
* fix lint errorsBO412018-09-261-4/+4
|
* check old password before changeBO412018-09-263-3/+35
|
* Clean up change password validationChocobozzz2018-09-052-27/+16
|
* Making password change erroring more friendlyJorropo2018-09-042-9/+24
| | | | | | If you leave the form but the 2 password is different a big red boxappears to warn you (no need to click on the button).The submit buttonis desactivated if the 2 password isn't the same.
* Add form validator translationsChocobozzz2018-06-051-3/+5
|
* Form validators refractoringChocobozzz2018-06-051-22/+6
|
* Add i18n attributesChocobozzz2018-06-052-7/+9
|
* Load my-account module lazilyChocobozzz2018-05-094-0/+102