ToolJet/server/src/modules
Sherfin Shamsudeen f4cb29ff69
Feature: Profile page for users (#501)
* Add endpoint to update user first and last name, password

* Add settings page that allows editing user details

* Respond with first and last name when user is updated

* Add 'Settings' item in the drop-down down for user

* Add newline for index.js of settings page

* Supply missing newlines

* Ask for current password inorder to change password

* Add end-point to change password

This commit also adds a Guard to ensure that the user reenters
existing valid password.

* Add e2e test for change_password endpoint

* Copy change for the toast presenting misentered current password while changing password

* Change password when enter key is pressed from 'new password' box

* Add newline and the end of password-revalidate.guard.ts
2021-08-12 21:03:52 +05:30
..
apps Feature: Ability to delete apps (#486) 2021-08-10 19:36:37 +05:30
auth Feature: Profile page for users (#501) 2021-08-12 21:03:52 +05:30
casl Feature: Ability to delete apps (#486) 2021-08-10 19:36:37 +05:30
data_queries Delete 'AppUser's before App is deleted (#490) 2021-08-11 15:36:28 +05:30
data_sources Delete 'AppUser's before App is deleted (#490) 2021-08-11 15:36:28 +05:30
folder_apps Running queries + firestore query service 🚀 2021-07-14 19:44:35 +05:30
folders Feature: Switch folders on dashboard 2021-07-26 18:15:10 +05:30
meta Feature: Check for updates 2021-07-26 22:44:14 +05:30
organizations Feature: Invitation email for new organization users 2021-07-26 20:10:32 +05:30
seeds setup database seed 2021-08-03 09:41:39 +05:30
users Endpoint to set password from invitation token 2021-07-19 12:21:21 +05:30