freeCodeCamp/server
Berkeley Martinez f1d936198e feat(challenges): add backend challenge infrastructure (#11058)
* Feat: Initial backend view

* Feat: Refactor frame runner

* Feat: backend challenge submit runs tests

* Feat: Backend challenge request

* Feat: Whitelist hyperdev in csp

* Fix: Use app tests instead of challenge tests

* Feat: Allow hyperdev subdomains

* Fix(csp): allow hypderdev.space subdomains

* feat(challenge): submit backend

* feat: Add timeout to test runner (5 sec)

* chore(seed): Add more to test backend

* fix(csp): s/hyperdev/gomix/g

* fix(app): fix code mirror skeleton filepath

* fix(app): remove Gitter saga import

* fix(app): codemirrorskeleton does not need it's own folder
fix(app): cmk needs to work with Null types

* fix: No longer restart the browser when challenges change

* fix(app): Update jquery for challenges

* fix(seed): Remove to promise jquery call

* fix(lint): Undo merge error
undefined is no allowed

* fix(app): linting errors due to bad merge

* fix(seed): Remove old seed file
2017-01-26 23:07:22 -06:00
..
boot feat(challenges): add backend challenge infrastructure (#11058) 2017-01-26 23:07:22 -06:00
manifests Updated README.md 2015-09-02 00:38:15 -07:00
middlewares feat(challenges): add backend challenge infrastructure (#11058) 2017-01-26 23:07:22 -06:00
models feat(api): Explicitly block all from general about 2017-01-26 18:04:28 -08:00
resources chore(server): updated server to freeCodeCamp 2017-01-14 01:01:33 -05:00
services Fixed typo in utils.js filterComingSoonBetaChallenge 2016-11-09 11:14:56 +08:00
utils feat(api): Add active user api 2017-01-26 18:01:15 -08:00
views Merge pull request #12048 from raisedadead/feature/reporting-profiles 2017-01-26 14:16:16 -06:00
README.md Update README.md 2015-10-26 19:28:33 -04:00
component-passport.js change node-uuid to uuid 2016-12-30 16:47:09 -06:00
config.development.js Remove vestigial Trello and Blogger API keys and functions 2016-05-18 00:04:19 -07:00
config.json
config.local.js Remove vestigial Trello and Blogger API keys and functions 2016-05-18 00:04:19 -07:00
config.production.js Fix linting issue 2015-11-03 21:54:42 -08:00
datasources.json
datasources.local.js Fix move from Mandril to Amazon SES 2016-04-14 21:05:16 -07:00
debug-entry.js Fix(lint): Add import eslint and fix import errors 2016-07-28 23:40:01 -07:00
middleware.json Fix: remove old middleware config 2016-07-28 23:40:01 -07:00
model-config.json feat(api): Add active user api 2017-01-26 18:01:15 -08:00
passport-providers.js Remove Github OAuth2 field - scope 2016-11-30 13:07:28 +05:30
production-start.js Fix(lint): Add import eslint and fix import errors 2016-07-28 23:40:01 -07:00
server.js chore(server): updated server to freeCodeCamp 2017-01-14 01:01:33 -05:00

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 changes as the contents of client side files change.