freeCodeCamp/api-server/server
Mrugesh Mohapatra ef39ab0e20 fix(donate): allow calls to the API without auth
This is also dependent on 170e3dbf4f
2020-03-21 01:58:07 +05:30
..
boot fix(donate): allow calls to the API without auth 2020-03-21 01:58:07 +05:30
boot_tests feat(donate): PayPal integration 2020-03-16 18:35:51 +05:30
manifests
middlewares fix(donate): allow calls to the API without auth 2020-03-21 01:58:07 +05:30
models chore: fix typos in spelling (#38100) 2020-02-08 23:59:10 +05:30
resources
rss fix: remove medium links and rss feeds 2019-06-16 00:23:41 +05:30
utils feat: add paypal donation to modals and certificates 2020-03-19 23:55:47 +05:30
views fix(csrf): remove all csrf bypass 2020-03-17 23:28:23 +05:30
README.md
component-passport.js feat: remove portfolio and add conditional intro 2019-10-22 21:21:07 +05:30
config.development.js
config.json
config.local.js
config.production.js
datasources.development.js
datasources.json
datasources.production.js
index.js feat(tools): add helper for testing webhooks locally 2020-03-19 17:18:53 +05:30
middleware.json fix: use flash before auth (#38385) 2020-03-18 17:51:14 +05:30
model-config.json fix(models): remove unused schema config 2019-02-19 09:39:55 +00:00
passport-providers.js feat(api): add custom redirect back 2019-10-21 18:03:26 +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.