Commit Graph

346 Commits

Author SHA1 Message Date
Oliver Eyton-Williams
5a00c13de4
refactor(api): use decorator to clear our cookies (#55470) 2024-07-15 10:17:40 +02:00
Oliver Eyton-Williams
0a99796dd3
refactor: simplified and documented test helpers (#55493) 2024-07-12 16:23:37 -07:00
Oliver Eyton-Williams
b45a88d6db
refactor(api): use reject user-agents early (#55491) 2024-07-12 18:03:30 +02:00
Niraj Nandish
ca60b5e81d
feat(api): block useragents in /get-public-profile (#55487) 2024-07-12 09:33:00 +02:00
Oliver Eyton-Williams
33eed5bb31
refactor(api): encapsulate auth/csrf hooks (#55481) 2024-07-12 09:22:58 +02:00
Oliver Eyton-Williams
4547b8d1f9
fix(api): return examResults in user's challenges (#55451) 2024-07-11 22:09:49 +05:30
Oliver Eyton-Williams
bb95e2ff54
feat(api): add plugin allowing server to update cookies (#55395) 2024-07-09 07:33:04 +00:00
Oliver Eyton-Williams
bc87a56970
chore(deps): bump fastify/cookie (#55425) 2024-07-08 20:49:11 +05:30
Oliver Eyton-Williams
5fcdfe0ec2
fix(api): control host with env var (#55439) 2024-07-08 18:09:18 +05:30
Oliver Eyton-Williams
e8b15a255b
feat(api): handle missing endpoints (#55429) 2024-07-08 13:07:16 +02:00
Oliver Eyton-Williams
fbf28bbb4c
fix(api): remove / handler (#55428) 2024-07-05 20:50:53 -07:00
Oliver Eyton-Williams
669b4908b1
fix(api): CSRF-token should not be httpOnly (#55365) 2024-07-01 21:54:01 +02:00
Shaun Hamilton
1de602814f
feat(api): add updateCount field to user (#55349)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2024-07-01 08:13:10 -07:00
Oliver Eyton-Williams
766e982040
fix(api): relax cookie settings in development (#55351)
Co-authored-by: Naomi the Technomancer <accounts+github@nhcarrigan.com>
2024-07-01 08:09:39 -07:00
Shaun Hamilton
253272f35c
fix(api): use HOME_LOCATION var in tests (#55386) 2024-07-01 08:06:00 -07:00
Oliver Eyton-Williams
197becc52a
fix(api): handle concurrent challenge submissions (#55336)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2024-06-27 12:08:53 +00:00
Oliver Eyton-Williams
a22e90c10d
fix(api): use generic error message if CSRF error (#55264) 2024-06-27 10:47:23 +02:00
Oliver Eyton-Williams
512547e76c
refactor(api): sensible default cookie config (#55227) 2024-06-27 08:44:47 +00:00
Oliver Eyton-Williams
22e74e6406
feat(api): port /confirm-email to new api (#54975)
Co-authored-by: Niraj Nandish <nirajnandish@icloud.com>
2024-06-27 10:07:53 +02:00
Oliver Eyton-Williams
fd1bf0dd5a
test: minor fix to how cookies are passed around (#55259) 2024-06-21 08:36:46 -07:00
Oliver Eyton-Williams
dda9c929b0
fix(api): clear cookies on account/delete (#55260) 2024-06-21 16:39:31 +02:00
Oliver Eyton-Williams
589e891c26
fix(api): narrow serializers for update-my-email (#55178) 2024-06-20 20:20:08 +02:00
Oliver Eyton-Williams
4c412bff9a
chore(api): remove unused session handling (#55240) 2024-06-20 20:18:16 +02:00
Oliver Eyton-Williams
19b5134732
fix(api): use challenge helper to update completed challenges (#55046) 2024-06-20 10:44:55 +02:00
Oliver Eyton-Williams
517a351a28
feat(api): send errors to Sentry (#55208)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2024-06-19 17:36:41 +05:30
Oliver Eyton-Williams
0916d1bb49
test: check reporting user sends an email (#55166) 2024-06-15 11:34:20 +05:30
Oliver Eyton-Williams
14df93bcef
fix(api): use generic error handler with Sentry (#55176) 2024-06-13 22:48:16 +05:30
Oliver Eyton-Williams
b54edc7e1c
feat(api): send message to Sentry if duplicate accounts (#55171) 2024-06-13 19:45:11 +05:30
Oliver Eyton-Williams
8bcf080ad2
feat(api): GET /api/users/exists (#54875) 2024-06-12 12:01:17 -05:00
Shaun Hamilton
63a3b8ac05
fix(api): unsubscribe all subscribed emails (#54953) 2024-06-11 16:14:00 +02:00
Oliver Eyton-Williams
a8f7e15dc2
feat(api): api/users/get-public-profile (#54729)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2024-06-10 12:46:55 -05:00
Oliver Eyton-Williams
84a41a4da8
feat(api): finish update-my-email endpoint (#54921)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2024-06-03 09:08:42 +02:00
Oliver Eyton-Williams
dae7701b1a
fix(api): reset all claimed certs during reset (#54883) 2024-05-28 09:03:43 -07:00
Oliver Eyton-Williams
6fe2b0811f
fix(mailhog): use docker network address in containers (#54877) 2024-05-23 11:21:32 +02:00
Oliver Eyton-Williams
aae96b3af9
fix(api): update-my-username response body (#54901) 2024-05-22 16:44:36 -07:00
Oliver Eyton-Williams
e877b9208c
fix(api): give expected default if field missing (#54807) 2024-05-22 14:43:13 +03:00
Oliver Eyton-Williams
d06bbab6f8
refactor(api): more, smaller tests (#54671) 2024-05-20 11:18:14 -07:00
Oliver Eyton-Williams
ab2f5a3004
refactor(api): simplify schema export (#54722) 2024-05-10 08:53:38 +02:00
Tom
acb38ca4e2
feat(api): add email subscription endpoints to new API (#54000)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2024-05-07 11:31:39 +00:00
Oliver Eyton-Williams
fc6498eddf
fix(api): return missing isXCertified (#54627) 2024-05-03 09:25:10 +02:00
Oliver Eyton-Williams
f26a9b9bc0
fix(api): allow empty string for social, not undefined (#54621) 2024-05-03 09:23:47 +02:00
Oliver Eyton-Williams
9c0de67a1e
fix(api): allow server to be run from any dir (#54610) 2024-05-02 12:12:09 -07:00
Oliver Eyton-Williams
4b71954dbb
fix(api): only import types from ts-reset (#54565) 2024-04-30 09:22:16 +02:00
Oliver Eyton-Williams
84a81c842b
fix(api): remove cookie domain in development (#54518) 2024-04-26 08:32:46 -07:00
Ahmad Abdolsaheb
3f9f7e729b
feat: restrict card donation for users with little progress (#54529)
Co-authored-by: Naomi <nhcarrigan@gmail.com>
2024-04-26 16:27:50 +03:00
Oliver Eyton-Williams
0b65ec502b
fix(api): /charge-stripe-card responses (#54530)
Co-authored-by: Naomi <nhcarrigan@gmail.com>
2024-04-25 12:22:43 -07:00
Oliver Eyton-Williams
28f45b51dd
fix(api): consistent responses from certificate/showCert (#54426) 2024-04-25 14:02:59 +02:00
Oliver Eyton-Williams
d60fb06ef1
refactor(api): clean up route code (#54351) 2024-04-15 09:19:44 +02:00
Shaun Hamilton
133f07becd
chore(api): refactor schemas into individual files (#54350) 2024-04-11 14:45:56 +02:00
Muhammed Mustafa
086ff36333
feat(api): get certslug route (#50515)
Co-authored-by: Sboonny <muhammed@freecodecamp.org>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
2024-04-11 12:27:46 +05:30
Shaun Hamilton
c98e1803a3
fix(api): use port 27017 (#54220) 2024-04-02 17:07:02 -07:00
Tom
be6d26c757
fix(api): add msUsername index to prisma (#54187) 2024-04-02 09:15:01 -07:00
Oliver Eyton-Williams
0f0a2682f0
fix: email authenication link messages (#54152) 2024-04-02 09:23:50 +02:00
Niraj Nandish
f6ae52f6fe
fix(api): send msUsername in get session user endpoint (#54050)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2024-03-28 18:14:31 +02:00
Shaun Hamilton
c333a74e77
fix(api): update backend project validation (#54218)
Co-authored-by: Sem Bauke <semboot699@gmail.com>
2024-03-28 10:54:29 +01:00
Oliver Eyton-Williams
8775e9d7a1
fix: double signing test (#54171) 2024-03-26 10:11:34 +01:00
Oliver Eyton-Williams
aacfb281fb
feat(api): use jwt_access_token (in development) (#53997)
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2024-03-20 13:47:12 +02:00
Sem Bauke
e8e9f40cc5
feat(api): update my classroom mode (#54009) 2024-03-19 15:42:28 +02:00
Oliver Eyton-Williams
efb8cafb06
chore: copy redirect + tests to new api (#53999)
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
2024-03-15 08:21:05 -05:00
Tom
2183ae4d89
feat(api): add multifile python projects to new api (#53931)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2024-03-11 15:58:09 +01:00
Niraj Nandish
0577deb64f
feat(api): submit survey endpoint (#53934)
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2024-03-11 10:56:34 +01:00
Oliver Eyton-Williams
fcf6bfae6a
test: speed up api tests (#53969) 2024-03-09 10:36:19 +05:30
Oliver Eyton-Williams
9f71d1c3ac
test: stop mocking env vars in jest.utils (#53985) 2024-03-07 08:36:06 +01:00
Oliver Eyton-Williams
eb066942d8
fix(api): ms validation new api (#53983) 2024-03-06 00:05:59 -08:00
Oliver Eyton-Williams
c77a1c622f
refactor(test): improve build error message (#53946) 2024-03-01 13:09:23 +01:00
Shaun Hamilton
bbc1ffa489
feat(api): add PUT /certificate/verify (#51507)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2024-02-28 16:01:35 +00:00
renovate[bot]
73dcd322fb fix(deps): update dependency fastify to v4.26.1 2024-02-25 14:13:17 +00:00
renovate[bot]
dc84594ee5 fix(deps): update dependency @fastify/type-provider-typebox to v3.6.0 2024-02-24 14:17:39 +00:00
renovate[bot]
ded186c7b8 fix(deps): update dependency @fastify/swagger to v8.14.0 2024-02-24 14:17:18 +00:00
renovate[bot]
8209dff630 fix(deps): update dependency @fastify/session to v10.7.0 2024-02-24 10:43:14 +00:00
renovate[bot]
b253551c85 fix(deps): update dependency @fastify/cookie to v9.3.1 2024-02-24 10:40:34 +00:00
renovate[bot]
3163ceab4a fix(deps): update dependency @aws-sdk/client-ses to v3.521.0 2024-02-24 08:12:30 +00:00
renovate[bot]
accc2686e1 fix(deps): update dependency nodemailer to v6.9.10 2024-02-23 20:18:48 +00:00
renovate[bot]
a01b84bd14 chore(deps): update dependency joi to v17.12.2 2024-02-23 20:08:12 +00:00
renovate[bot]
d277d00770 chore(deps): update dependency dotenv to v16.4.5 2024-02-23 17:45:41 +00:00
Oliver Eyton-Williams
056ac85e52
chore: delete auth0 PKCE routes (#53820) 2024-02-22 22:44:13 +05:30
Oliver Eyton-Williams
6849b096b4
test: only use test dbs in testing (#53770) 2024-02-18 21:24:14 -08:00
Huyen Nguyen
dc369b0937
chore: replace deprecated jest matchers (#53759) 2024-02-16 10:17:35 +01:00
renovate[bot]
b19a10164c chore(deps): update dependency joi to v17.12.1 2024-02-14 22:26:32 +00:00
renovate[bot]
9f148c68e0 chore(deps): update dependency dotenv to v16.4.4 2024-02-14 17:45:06 +00:00
renovate[bot]
a6619b1ea6 fix(deps): update dependency mongodb to v4.17.2 2024-02-14 13:09:01 +00:00
renovate[bot]
671266d48f fix(deps): update dependency @fastify/swagger-ui to v1.10.2 2024-02-14 08:26:17 +00:00
renovate[bot]
34597bfba9 chore(deps): update dependency ts-jest to v29.1.2 2024-02-14 02:58:45 +00:00
renovate[bot]
3ebf60dd82
fix(deps): update dependency nodemailer to v6.9.9 [security] (#53503)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-06 12:28:18 +05:30
Tom
1efb22cd34
feat(api): add POST /exam-challenge-completed (#52395) 2023-12-27 20:40:30 +05:30
Oliver Eyton-Williams
30667f3b0d
refactor(api): DRY out route tests (#52193) 2023-11-16 09:08:32 +01:00
renovate[bot]
f83bc935e6 fix(deps): update dependency @aws-sdk/client-ses to v3.449.0 2023-11-10 22:37:14 +00:00
renovate[bot]
a9c3d4c905 fix(deps): update dependency @aws-sdk/client-ses to v3.445.0 2023-11-09 03:24:11 +00:00
renovate[bot]
27c09aaf11 chore(deps): update dependency @types/supertest to v2.0.16 2023-11-09 03:20:36 +00:00
Niraj Nandish
be00d5f3bb
feat: mobile login enpoint (#51829)
Co-authored-by: Mrugesh Mohapatra <noreply@mrugesh.dev>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-11-08 19:07:57 +00:00
Shaun Hamilton
3cc47929cf fix: remove unused ts-ignore 2023-11-08 10:11:28 +02:00
renovate[bot]
9abff22c6d fix(deps): update dependency @fastify/csrf-protection to v6.4.1 2023-11-08 10:11:28 +02:00
renovate[bot]
db3a0f06b9 chore(deps): update dependency @types/nodemailer to v6.4.14 2023-11-08 08:06:47 +00:00
renovate[bot]
87e1ae21a5
chore: update TS and Fastify (#52157)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sboonny <muhammedelruby@gmail.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-11-07 17:22:59 +05:30
renovate[bot]
0325ea4373 chore(deps): update dependency @types/jsonwebtoken to v9.0.5 2023-11-07 10:34:27 +00:00
renovate[bot]
40b8cb8b48 chore(deps): update dependency @types/express-session to v1.17.10 2023-11-07 08:08:40 +00:00
renovate[bot]
5a1c22723e fix(deps): update prisma monorepo to v5.5.2 2023-11-05 12:25:40 +00:00
renovate[bot]
3cd2eac92e fix(deps): update dependency stripe to v8.222.0 2023-11-05 04:57:54 +00:00
renovate[bot]
d943c7a80f fix(deps): update dependency fast-uri to v2.3.0 2023-11-04 22:45:17 +00:00
renovate[bot]
e44aabf114 fix(deps): update dependency @fastify/csrf-protection to v6.4.0 2023-11-04 19:35:46 +00:00