mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
* 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 |
||
|---|---|---|
| .. | ||
| boot | ||
| manifests | ||
| middlewares | ||
| models | ||
| resources | ||
| services | ||
| utils | ||
| views | ||
| component-passport.js | ||
| config.development.js | ||
| config.json | ||
| config.local.js | ||
| config.production.js | ||
| datasources.json | ||
| datasources.local.js | ||
| debug-entry.js | ||
| middleware.json | ||
| model-config.json | ||
| passport-providers.js | ||
| production-start.js | ||
| README.md | ||
| server.js | ||
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.