freeCodeCamp/api/src/utils
2024-07-24 20:08:10 +03:00
..
allowed-origins.ts chore: copy redirect + tests to new api (#53999) 2024-03-15 08:21:05 -05:00
common-challenge-functions.ts fix(api): handle concurrent challenge submissions (#55336) 2024-06-27 12:08:53 +00:00
create-user.ts fix(api): reset all claimed certs during reset (#54883) 2024-05-28 09:03:43 -07:00
email-templates.ts fix(api): trim trailing space if no reporter name (#52199) 2023-11-03 16:38:19 +01:00
env.ts feat(api): implement authorization code flow in the new api (#55413) 2024-07-24 20:08:10 +03:00
error-formatting.ts fix(api): use generic error message if CSRF error (#55264) 2024-06-27 10:47:23 +02:00
exam-schemas.ts feat(api): add POST /exam-challenge-completed (#52395) 2023-12-27 20:40:30 +05:30
exam-types.ts feat(api): add POST /exam-challenge-completed (#52395) 2023-12-27 20:40:30 +05:30
exam.test.ts refactor(api): more, smaller tests (#54671) 2024-05-20 11:18:14 -07:00
exam.ts feat(api): add exam utils and GET /exam/:id endpoint to new api (#51609) 2023-10-26 13:35:09 +05:30
get-challenges.test.ts fix(api): getChallenges helper function (#51011) 2023-07-19 13:10:32 +02:00
get-challenges.ts fix(api): allow server to be run from any dir (#54610) 2024-05-02 12:12:09 -07:00
ids.ts feat(api): use jwt_access_token (in development) (#53997) 2024-03-20 13:47:12 +02:00
index.test.ts chore(api): compile TS into /dist (#49812 2023-03-28 19:42:20 +05:30
index.ts feat: require JSDoc in new api (#50429) 2023-08-03 21:50:54 +05:30
normalize.test.ts fix(api): give expected default if field missing (#54807) 2024-05-22 14:43:13 +03:00
normalize.ts feat(api): api/users/get-public-profile (#54729) 2024-06-10 12:46:55 -05:00
progress.test.ts feat(api): add /user/get-session-user (#50557) 2023-07-11 16:28:56 +00:00
progress.ts feat(api): api/users/get-public-profile (#54729) 2024-06-10 12:46:55 -05:00
redirection.test.ts feat(api): implement authorization code flow in the new api (#55413) 2024-07-24 20:08:10 +03:00
redirection.ts feat(api): implement authorization code flow in the new api (#55413) 2024-07-24 20:08:10 +03:00
tokens.test.ts feat(api): port /confirm-email to new api (#54975) 2024-06-27 10:07:53 +02:00
tokens.ts feat(api): port /confirm-email to new api (#54975) 2024-06-27 10:07:53 +02:00
validate-donation.test.ts feat(api): add charge-stripe and create-stripe-payment-intent endpoints (#54545) 2024-07-15 15:23:51 +02:00
validate-donation.ts feat(api): add charge-stripe and create-stripe-payment-intent endpoints (#54545) 2024-07-15 15:23:51 +02:00
validation.test.ts feat(api): project-completed (#50701) 2023-07-17 12:03:17 +04:00
validation.ts feat(api): report user endpoint (#51170) 2023-10-11 20:49:05 +05:30