monkeytype/backend/utils
Jack b60e6905ce
Made username non optional (#2859)
* reduced code repetition

* throwing error when no name provided

* stopping signout if no current user

* expanded to 16 chars

* moved code to popup file

* added google sign up popup

* checking if name is available in the backend

* deleting account if popup was closed
uncommented sign up process
addd functions to enable and disable input

* added google sign up event to avoid circular dependency

* hiding by default

* name is no longer optional
user is deleted if its database object is not found

* using loader to indicate background activity
2022-04-23 19:46:41 +02:00
..
auth.ts Migrate some utils to TS (#2625) 2022-03-04 16:25:24 +01:00
captcha.ts Migrate some utils to TS (#2625) 2022-03-04 16:25:24 +01:00
discord.ts Rename handlers to utils (#2620) 2022-03-03 16:31:57 -05:00
error.ts Enable strict null checks in backend (#2639) 2022-03-07 11:10:07 -05:00
logger.ts Add logging support from Winston with colored output (#2774) 2022-03-27 11:29:11 -04:00
misc.ts Optional redis (#2770) 2022-03-25 19:15:26 +01:00
monkey-response.ts Migrate some utils to TS (#2625) 2022-03-04 16:25:24 +01:00
pb.ts Convert UserDAO to typescript & rename to UserDAL (#2821) 2022-04-14 18:07:28 +02:00
prometheus.ts v1.14.1 (#2745) 2022-03-21 21:22:47 +01:00
validation.ts Made username non optional (#2859) 2022-04-23 19:46:41 +02:00