freeCodeCamp/api-server/server
Mrugesh Mohapatra c23c4ef8e4
fix: negative sentiment → neutral language (#39522)
The existing terminology carries negative sentiment that can be
interpreted in a racial or sense. Updating the name to have no
potential for such a connection.

Co-authored-by: Justin Rogers <justrog@gmail.com>
2020-09-07 11:04:44 +05:30
..
boot fix: remove remnants of servicebot 2020-09-04 00:14:24 +05:30
boot_tests fix(api): remove redirects from api 2020-09-01 11:35:44 +05:30
manifests chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
middlewares fix: negative sentiment → neutral language (#39522) 2020-09-07 11:04:44 +05:30
models feat(api): enable Sentry reporting 2020-03-26 16:51:16 +05:30
rss fix: remove medium links and rss feeds 2019-06-16 00:23:41 +05:30
utils fix: harden username blocklist (#39281) 2020-07-28 10:35:56 +02:00
views fix(api): update url in email template (#38970) 2020-06-01 18:00:26 +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: redirect to email sign up on first login 2020-08-05 14:01:47 +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 fix(api): use mongodb+srv url protocol (#38831) 2020-05-19 21:52:05 +05:30
index.js chore: remove unused library (#39270) 2020-07-27 18:10:22 +05:30
middleware.json feat(api): enable Sentry reporting 2020-03-26 16:51:16 +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.