Commit graph

11 commits

Author SHA1 Message Date
Akshay
5b30aa2007
Chore: Setup pipeline (#1539)
* github actions for PR and push to develop branch

* test workflow

* move to workflows folder

* add setup node action

* modify build

* specify npm version

* config unit test

* specify host postgres

* specify container to run on

* add postgresql dependency

* add specify ws adapter for test

* add e2e test

* fix linting

* only log errors on tests

* update eslint config

* fix linting

* run e2e test in silent mode

* fix library app spec

* dont send email on test env

* fix org scope

* mock env vars

* remove reset modules

* force colors

* explicitly close db connection

* add eslint rule for floating promises

* update workflow

* fix floating promise

* fix lint

* update workflow

* run on all push and pulls

* update lint check files

* simplify workflow

* increase js heap size on env

* separate lint and build

Co-authored-by: arpitnath <arpitnath42@gmail.com>
2021-12-10 08:43:05 +05:30
Navaneeth Pk
1408f5725e
Update logo colors (#1477) 2021-12-01 16:12:32 +05:30
Deepanshu Dhruw
8097b62ac1
Updated client-side input validations (#1282)
* added email validation utils
, added input validation for login page
;
'

* updated login page input validation

* added signup page input validation

* added forgotpassword page input validation

* updated reset-password page input validation

* updated input validation for invitations page
2021-10-28 08:25:00 +05:30
Tulsi Prasad
a21dac5208
Use strict equality in comparision operators (#1006)
Fix #1002
2021-10-14 13:47:30 +05:30
Harshavardhan Bajoria
0826f5613a
Update the text on forgot password button (#1032) 2021-10-14 11:40:02 +05:30
Deepanshu Dhruw
0531b63df0
fixes logo toggling on dark mode (#967) 2021-10-11 15:02:16 +05:30
Santosh Bhandari
dcbc594e59
Fixes the incorrect error message while resetting password (#948) 2021-10-08 13:31:00 +05:30
Viraj Bahulkar
82f33bbdaa
Fixes forgot password for invalid email (#753)
* Fix forgot password for invalid email

* Fix review comments
2021-09-15 12:48:15 +05:30
navaneeth
8ed041e991 Feature: Reset password 2021-07-26 21:32:47 +05:30
Prasad Walvekar
068a75d46b
[Tests] Cypress tests password reset feature (#302)
* Add e2e tests for forgot password flow

* Fix test email
2021-06-23 21:38:00 +05:30
Apoorv Tiwari
1f43ffec0a
Feature: Added forgot password (#264)
* Add forgot password feature

* Make the requested changes

Co-authored-by: “Apoorv <“tiwari.apoorv1316@gmail.com”>
2021-06-17 12:29:23 +05:30