freeCodeCamp/api-server/server
Ahmad Abdolsaheb 2425f705c2 fix: reword honesty policy and replace profile with portfolio… (#37282) 2019-10-15 00:07:53 +07:00
..
boot fix: reword honesty policy and replace profile with portfolio… (#37282) 2019-10-15 00:07:53 +07:00
boot_tests cleanup: typos and remove commented out code (#36573) 2019-08-09 23:57:26 +05:30
manifests chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
middlewares fix(api): remove the email verified middleware 2019-10-07 15:19:21 -07:00
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 fix: remove medium links and rss feeds 2019-06-16 00:23:41 +05:30
utils refactor: combine slug utils into one module 2019-09-26 22:15:27 +05:30
views fix(server): update email template copy (#36780) 2019-09-11 18:58:41 +05:30
README.md chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
component-passport.js fix(auth): redirect to learn after sign in (#37114) 2019-10-08 18:15:36 +03:00
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
index.js fix: rename app entrypoints 2019-08-14 19:23:24 +05:30
middleware.json fix(api): remove the email verified middleware 2019-10-07 15:19:21 -07:00
model-config.json fix(models): remove unused schema config 2019-02-19 09:39:55 +00:00
passport-providers.js fix(auth): redirect to learn after sign in (#37114) 2019-10-08 18:15:36 +03: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 change as the contents of client side files change.