Commit Graph

170 Commits

Author SHA1 Message Date
Oliver Eyton-Williams
087d17abe6 feat(api): copy /api endpoints (#59283)
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2025-04-04 11:55:43 +00:00
Oliver Eyton-Williams
4bb7d9dd98 feat(api): add logs to protected challenge routes (#59108)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2025-04-02 22:06:52 +02:00
Sem Bauke
59dda94259 feat(api): enhance logging for mobile login endpoint (#59159) 2025-03-25 02:05:32 +00:00
Oliver Eyton-Williams
fb8bf0d804 feat(api): protected settings logs (#59063) 2025-03-11 11:15:37 -05:00
Mrugesh Mohapatra
248e4d733a fix(api): update logging in routes -- donate 2025-03-11 19:16:53 +05:30
Mrugesh Mohapatra
35c0d8234c fix(api): update logging in routes -- email-subscription 2025-03-11 19:16:52 +05:30
Mrugesh Mohapatra
4e80c211ff fix(api): update logging in route -- status 2025-03-11 19:16:52 +05:30
Sem Bauke
0fc4ea6949 feat(api): logging signout route (#59055) 2025-03-05 01:55:47 +05:30
Shaun Hamilton
6af8c1005e feat(api): add public user route logs (#59124) 2025-03-04 21:20:18 +05:30
Oliver Eyton-Williams
fa5f4cd83d feat(api): add logs to protected user routes (#59102)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2025-03-04 16:02:15 +02:00
Shaun Hamilton
08e820c8b1 dev(api): add logs to /certificate/showCert (#58981) 2025-02-28 05:26:00 +05:30
Oliver Eyton-Williams
a8fd25e9fd feat(api): logging protected certificate routes (#58933) 2025-02-24 22:45:23 +05:30
Oliver Eyton-Williams
d15820a2cc feat(api): logging protected donation routes (#58934) 2025-02-24 22:44:09 +05:30
Oliver Eyton-Williams
fba14f0c28 refactor(api): simplify error handling (#58925) 2025-02-23 03:29:00 +02:00
Oliver Eyton-Williams
5b0f491c52 refactor(api): simplify logging (#58707)
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2025-02-14 12:06:16 +02:00
Mrugesh Mohapatra
f7e959af47 fix(api): use query not params (#58734) 2025-02-12 18:35:27 +05:30
Oliver Eyton-Williams
6e9513a933 chore: upgrade eslint (#58575) 2025-02-07 22:48:43 +02:00
Oliver Eyton-Williams
e048e903c3 refactor(api): delete dead code (#58577) 2025-02-05 08:36:58 -05:00
Mrugesh Mohapatra
32eca01d3d fix(api): improve logging 2025-01-27 18:47:45 +05:30
Oliver Eyton-Williams
5deea90fa3 fix(api): delete exam auth tokens with user (#58284) 2025-01-24 08:20:31 -06:00
Oliver Eyton-Williams
9429f52fd4 feat(api): remove rate limiting (#58289) 2025-01-23 15:35:50 -06:00
Shaun Hamilton
55deb556ce feat(api): add sentry event route 2025-01-02 18:21:54 +05:30
Huyen Nguyen
21081a405a fix(api): /showCert not returning user full name (#57666)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2024-12-22 13:44:28 +05:30
Chaitanya Rahalkar
705a698c1c fix(api): extra 'at' in the certificate email template (#57532) 2024-12-14 15:08:19 +05:30
Oliver Eyton-Williams
3e0b2b914c fix(api): return after reply (save-challenge) (#57487) 2024-12-12 22:35:14 +05:30
Huyen Nguyen
ba70f5d253 feat(api): add /submit-quiz-attempt endpoint (#57201) 2024-12-06 12:45:12 -06:00
Oliver Eyton-Williams
fcedb7e98d chore(curriculum): remove upcoming python superblock (#57247) 2024-11-20 09:14:36 -08:00
Oliver Eyton-Williams
2f4e6ae8f5 refactor(api): sync dev and auth0 plugins (#57136) 2024-11-12 15:06:54 -08:00
Oliver Eyton-Williams
88e2ff6eab fix(api): delete user's exam attempts with account (#57079) 2024-11-11 08:04:10 -08:00
Shaun Hamilton
bb16ab9245 breaking(api): refactor exam environment endpoints (#56806) 2024-10-30 10:45:31 +05:30
Shaun Hamilton
51802492b1 chore(api): add ExamEnvironmentAuthorizationToken -> user relation (#56627)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2024-10-25 10:10:26 +02:00
Shaun Hamilton
ea44135808 feat(api): add exam-environment endpoints (#55662)
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2024-10-04 09:20:18 -05:00
Oliver Eyton-Williams
ced457fed5 refactor: move CSRF code into plugin (#56447) 2024-10-04 12:56:04 +00:00
Oliver Eyton-Williams
274680dbdb refactor: separate public and private plugins (#56359) 2024-10-02 13:52:02 +02:00
Oliver Eyton-Williams
3654a297fd refactor: use fastify/rate-limit, drop express (#56328) 2024-09-30 16:13:17 +02:00
Oliver Eyton-Williams
5c4fd56e60 test(api): flaky rate-limit test (#56120) 2024-09-17 15:56:51 +05:30
Oliver Eyton-Williams
838f30e2be feat(api): update mobile-login to match api-server (#55863) 2024-09-03 20:38:50 -05:00
Oliver Eyton-Williams
7345989917 refactor(api): import add-donation schema (#55876) 2024-08-19 13:30:02 +02:00
Oliver Eyton-Williams
eba0f1ef9b fix(api): send captured errors to Sentry. (#55877) 2024-08-19 08:55:22 +02:00
Oliver Eyton-Williams
609cdb0c4a feat(api): redirect auth requests if already signed in (#55829) 2024-08-14 18:53:20 +05:30
Oliver Eyton-Williams
7d84da184a fix(api): UserRateLimit schema (#55663) 2024-08-08 23:03:49 +05:30
Ahmad Abdolsaheb
a1c12847e4 feat(api): add update-stripe-card endpoint (#55548)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2024-08-05 18:52:03 -05:00
Krzysztof G.
564aeed3d9 test(api/client): empty string in about settings (#55700)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2024-07-31 07:20:00 -07:00
Gagan Bhullar
9090c0803f fix: Settings page picture url fix (#55673) 2024-07-30 09:22:38 +02:00
Oliver Eyton-Williams
02b1077abe test(api): don't sign in before testing signin (#55661) 2024-07-25 13:36:12 -04:00
Oliver Eyton-Williams
ee37d563f7 fix(api): reject social urls with invalid domains (#55595) 2024-07-25 10:49:34 -05:00
Oliver Eyton-Williams
e94080add5 feat(api): implement authorization code flow in the new api (#55413) 2024-07-24 20:08:10 +03:00
Ahmad Abdolsaheb
b2518cc347 feat(api): add charge-stripe and create-stripe-payment-intent endpoints (#54545)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2024-07-15 15:23:51 +02:00
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