Commit Graph

55 Commits

Author SHA1 Message Date
isra el
6f250192da chore(api): update dependencies 2024-10-19 11:29:29 +03:00
isra el
0cee3a244c chore(api): send generic error message response in password reset 2024-10-19 11:18:16 +03:00
isra el
b3d3389dca fix(api): return error message if sms is not sent due to fcm failure 2024-10-17 09:50:04 +03:00
isra el
0991db5ab8 chore(api): update welcome email template 2024-10-17 09:47:15 +03:00
isra el
8ae764f8c6 chore(api): update mail sending options 2024-09-14 10:04:13 +03:00
isra el
a3eeb6da9a hotfix(api): update deprecated firebase-admin fcm send api 2024-09-12 23:06:56 +03:00
isra el
bfb08ea86f chore(web): update welcome email template 2024-09-02 07:03:16 +03:00
isra el
d2ab8944e7 feat(api): send welcome emails on signup 2024-08-31 16:07:09 +03:00
isra el
dd6bd9d3ad chore(api): update error message 2024-05-14 04:57:58 +03:00
isra el
3ce839bbd5 fix(api): throw exception if message is blank or invalid recipients provided 2024-05-14 04:44:59 +03:00
isra el
38652c3a82 chore(api): throttle by ip 2024-05-13 09:08:28 +03:00
isra el
c2e7711167 fix: resolve timezone issues for received messages 2024-05-06 04:39:13 +03:00
isra el
0bc7350cf4 chore(api): log errors 2024-04-29 12:59:24 +03:00
isra el
476d6ddbfd chore(api): update sms schema 2024-04-29 12:58:21 +03:00
isra el
479bede1b5 fix(api): fix signin with google not updating user data properly 2024-04-29 04:44:19 +03:00
isra el
1e7aba00f1 chore(api): update sms batch schema 2024-04-28 19:37:49 +03:00
isra el
8a8ae33900 chore(api): better handle batch sms 2024-04-28 18:02:36 +03:00
isra el
c265eb7def chore: validate email and password length on signup 2024-04-27 05:25:50 +03:00
isra el
d2abc28a1a chore(api): save last login at 2024-04-24 14:11:19 +03:00
isra el
7e6c490840 docs: improve documentation 2024-04-20 15:06:57 +03:00
isra el
3f63005c60 feat(api): track received sms count stat 2024-04-20 14:06:40 +03:00
isra el
be5e9b1782 chore(api): temporarily disable device and apiKey deletion 2024-04-20 10:33:37 +03:00
isra el
10b45bd92f feat(api): implement an endpoint to retrieve received messages 2024-04-20 01:05:54 +03:00
isra el
d10fa350d9 feat(api): implement access logging 2024-04-20 00:45:53 +03:00
isra el
51b1828b1d feat(api): receive and save sms 2024-04-16 07:38:19 +03:00
isra el
cdb1a0d73a chore(api): update sms payload fields 2024-04-15 02:06:34 +03:00
isra el
3d6f3da6d1 chore(api): update response codes to 200 instead of the default 201 2024-04-15 01:50:53 +03:00
isra el
80406ab331 chore(api): update sms schema 2024-04-15 01:43:56 +03:00
isra el
96776aa879 chore(api): support apiKey authentication via headers in addition to query params 2024-04-15 01:41:35 +03:00
isra el
838dcf4248 feat(api): track apiKey usage 2024-04-15 01:35:24 +03:00
isra el
c866d0acec chore(api): update jwt expiration 2024-04-15 01:22:13 +03:00
isra el
415e8452c0 feat(api): throttle all endpoints to 30 requests per minute 2024-03-30 18:47:31 +03:00
isra el
9be88bd2ff feat: reset password 2024-03-25 14:02:53 +03:00
isra el
9be1821015 chore(api): fix swagger docs typo 2024-03-05 20:44:05 +03:00
isra el
7c10b5d3c4 fix(api): fix sentSMSCount update issue 2024-03-04 19:58:05 +03:00
isra el
c16f37740a fix(api): fix sentSMSCount update issue 2024-03-04 19:01:52 +03:00
isra el
4565120b2a feat(api): add gateway stats endpoint 2024-03-02 21:24:17 +03:00
isra el
7eb78b72f2 feat(api): track sent sms count per device 2024-03-02 20:59:04 +03:00
isra el
fbfa07c636 feat(api): add delete device endpoint 2024-03-02 20:54:15 +03:00
isra el
ea8fea3760 refactor api and remove unused code 2023-10-30 17:48:46 +03:00
isra el
c59f7c86db chore(api): update jwt expiry 2023-10-18 12:12:31 +03:00
isra el
46fdf1c35d landing page improvement and code refactor 2023-06-19 09:10:07 +03:00
isra el
443f46e9e5 infra: add Dockerfile for running api in dev and prod 2023-05-17 06:15:54 +03:00
isra el
c8d5b5b429 feat(api): add an endpoint to check the current logged in user 2023-05-16 10:12:23 +03:00
isra el
5582b095a4 chore(api): update packages 2023-05-16 09:53:04 +03:00
isra el
3a7f7be7c4 config: update linter config 2023-05-16 09:51:46 +03:00
isra el
6ebe35259f use pnpm 2023-05-14 19:46:38 +03:00
isra el
eb112252a0 refactor(api): clean up code 2023-04-30 10:26:41 +03:00
isra el
1aa237f255 chore(api): update auth guards 2023-04-21 09:53:49 +03:00
isra el
398ec30daa chore(api): validate deviceId string 2023-04-17 11:07:15 +03:00