Commit Graph

194 Commits

Author SHA1 Message Date
isra el
bb2cc320ec chore(api): improve email templates 2024-12-01 02:28:39 +03:00
isra el
e2acbc077d feat(api): implement update profile and change password endpoints 2024-12-01 01:51:38 +03:00
isra el
efb3c03c5c chore(api): sort api keys by properly 2024-11-30 07:02:24 +03:00
isra el
07321df860 fix(api): fix can-modify-api-key-guard from preventing deletion of revoked apiKeys 2024-11-30 07:01:36 +03:00
isra el
9b8fa3ebb0 feat(api): enable renaming api keys 2024-11-29 09:18:47 +03:00
isra el
44636fe1b5 feat(api): allow revoking and deleting of unused api keys 2024-11-29 08:37:28 +03:00
isra el
8e83e0deb3 chore(android): add error logs for failed api calls 2024-11-25 10:48:41 +03:00
isra el
c3a21ba69f chore(android): update receive sms endpoint 2024-11-25 10:47:22 +03:00
isra el
4faf422d3f feat(api): depricate camelCase endpoints infavor of kebab-case 2024-11-25 10:46:19 +03:00
isra el
da295dfe4b chore(api): make email sendFrom optional 2024-10-27 08:39:43 +03:00
isra el
f207cf2439 init migration to app router 2024-10-26 15:20:58 +03:00
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
7bc2d38204 chore(web): fix typo 2024-10-17 09:36:26 +03:00
Israel Abebe
3c8a505f4b Update README.md 2024-10-04 09:37:52 +03:00
isra el
1ad80eb6a7 docs: add discord link in readme 2024-09-24 12:47:02 +03:00
isra el
2bf69e1b5e docs: update readme 2024-09-23 08:46:10 +03:00
isra el
2398c50fdf chore(web): add CTA in dashboard 2024-09-15 09:10:42 +03:00
isra el
8ae764f8c6 chore(api): update mail sending options 2024-09-14 10:04:13 +03:00
Israel Abebe
7dcefba229 Merge pull request #19 from vernu/fcm-hotfix
hotfix(api): update deprecated firebase-admin fcm send api
2024-09-12 23:07:28 +03:00
isra el
a3eeb6da9a hotfix(api): update deprecated firebase-admin fcm send api 2024-09-12 23:06:56 +03:00
isra el
110401a3b8 chore(web): fix typo 2024-09-09 19:47:44 +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
ac693b5163 chore(web): update navbar 2024-08-31 16:05:50 +03:00
isra el
6cf6492cb4 chore(web): include ids in analytics 2024-08-31 16:04:41 +03:00
isra el
c0a4f2673a chore(web): add live support widget 2024-06-17 10:59:13 +03:00
isra el
33324f5515 chore(web): fix navbar and footer mobile responsiveness 2024-06-03 07:44:38 +03:00
isra el
f81961c5b6 chore(web): add support and contact sections 2024-06-03 07:24:05 +03:00
isra el
93c8e3887a chore(web): add cURL example in code snippets section 2024-05-28 11:18:20 +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
11653896a5 chore(android): bump version to 2.3.1 (11) 2024-05-06 05:12:28 +03:00
isra el
42ca8e7256 chore(android): bump version to 1.3.1 (11) v2.3.1 2024-05-06 04:48: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
623847dc84 Create privacy-policy 2024-04-28 18:03:22 +03:00
isra el
1497013374 Update README.md 2024-04-28 18:03:01 +03:00
isra el
8a8ae33900 chore(api): better handle batch sms 2024-04-28 18:02:36 +03:00
isra el
f7fa02cddb Update README.md 2024-04-27 05:26:06 +03:00
isra el
c265eb7def chore: validate email and password length on signup 2024-04-27 05:25:50 +03:00
isra el
583e184b47 Update FUNDING.yml 2024-04-24 14:12:37 +03:00
isra el
d2abc28a1a chore(api): save last login at 2024-04-24 14:11:19 +03:00
Israel Abebe
28d40e05b4 Merge pull request #8 from vernu/feature/receive-sms
Receive Messages Feature
v2.3.0
2024-04-20 15:37:57 +03:00