freeCodeCamp/api-server
Catalina e154f38118 Added displayUsername and username update functionality (#35699)
* Added displayUsername and username update functionality

* fix: move username assignment to safe place

moved the username assignment down a statement so that it doesn't cause exception 

* fix: handle missing username or displayUsername

* refactor: remove redundant code
2019-12-11 12:43:06 +01:00
..
common Added displayUsername and username update functionality (#35699) 2019-12-11 12:43:06 +01:00
public [ImgBot] Optimize images (#37520) 2019-10-31 17:54:30 +05:30
server Added displayUsername and username update functionality (#35699) 2019-12-11 12:43:06 +01:00
.babelrc.js chore: Refactor server tests to use jest 2018-12-04 17:42:12 +05:30
.gitignore chore(root): Ensure development environment 2018-09-03 17:47:48 +05:30
development-start.js fix: rename app entrypoints 2019-08-14 19:23:24 +05:30
jest.config.js feat: Use prettier-eslint to format code 2019-02-19 14:30:27 +05:30
package-lock.json chore(api): update local pm2 to in memory 2019-10-21 18:51:36 +05:30
package.json chore(api): update local pm2 to in memory 2019-10-21 18:51:36 +05:30
post-seed.js chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
production-start.js fix: rename app entrypoints 2019-08-14 19:23:24 +05:30