freeCodeCamp/api-server/server
Stuart Taylor 675d6a76e4 Fix: Current challenge timeout (#35352)
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->

- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `master` branch of freeCodeCamp.

Closes #35345

This PR resolves an issue where the `/challenges/current-challenge` request times out due to an unresolved promise.
2019-02-22 17:19:12 +05:30
..
boot Fix: Current challenge timeout (#35352) 2019-02-22 17:19:12 +05:30
boot_tests Fix: Current challenge timeout (#35352) 2019-02-22 17:19:12 +05:30
manifests chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
middlewares feat: Use new (tested) accessToken utils to authoize requests 2019-02-21 21:03:06 +05:30
models feat: Use prettier-eslint to format code 2019-02-19 14:30:27 +05:30
resources chore(redirects): Migrate redirects and clean up server views 2018-09-06 16:58:05 +01:00
rss feat: Use prettier-eslint to format code 2019-02-19 14:30:27 +05:30
utils feat: Add new accessToken utils 2019-02-21 21:03:06 +05:30
views chore(redirects): Migrate redirects and clean up server views 2018-09-06 16:58:05 +01:00
README.md chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
component-passport.js feat: Use new (tested) accessToken utils to set and remove cookies 2019-02-21 21:03:06 +05:30
config.development.js chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
config.json chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
config.local.js chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
config.production.js chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
datasources.development.js chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
datasources.json fix(update$): Remove User.update$, refactor to use native loopback interfaces 2018-11-16 04:09:16 +05:30
datasources.production.js Feat: News in the client app (#34392) 2018-11-29 15:12:15 +03:00
debug-entry.js chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
middleware.json feat: Use new (tested) accessToken utils to authoize requests 2019-02-21 21:03:06 +05:30
model-config.json fix(models): remove unused schema config 2019-02-19 09:39:55 +00:00
passport-providers.js fix: Use absolute path for auth0 callback 2019-02-14 16:54:39 +05:30
production-start.js feat: Use prettier-eslint to format code 2019-02-19 14:30:27 +05:30
server.js fix(auth): Fix auth flow for the client app 2018-10-24 18:27:34 +05:30

README.md

Everything to do with the server.

One file that is not tracked here is rev-manifest.json. It is generated at runtime and its contents change as the contents of client side files change.