monkeytype/backend/api/routes
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
..
ape-keys.ts Remove class syntax from controllers (#2791) 2022-03-30 18:20:13 -04:00
configs.ts Remove class syntax from controllers (#2791) 2022-03-30 18:20:13 -04:00
index.ts v1.14.1 (#2745) 2022-03-21 21:22:47 +01:00
leaderboards.ts Remove class syntax from controllers (#2791) 2022-03-30 18:20:13 -04:00
presets.ts Remove class syntax from controllers (#2791) 2022-03-30 18:20:13 -04:00
psas.ts Remove class syntax from controllers (#2791) 2022-03-30 18:20:13 -04:00
quotes.ts (Backend) Ability to make Quotes Favorite (#2826) rizwanmustafa 2022-04-14 22:53:44 +02:00
results.ts Remove class syntax from controllers (#2791) 2022-03-30 18:20:13 -04:00
swagger.ts Add public api docs (#2656) by bruce 2022-03-09 13:02:37 +01:00
users.ts Made username non optional (#2859) 2022-04-23 19:46:41 +02:00