Aldino Kemal
0947c6746f
feat: send image from URL ( #237 )
* feat: support send image from url
* fix: improve image upload validation and handling
- Add URL validation for image URL in backend
- Enhance frontend image upload logic to handle optional file and URL inputs
- Remove debug print statement in send validation
* docs: updapte openapi
* feat: update libs
* feat: update version
* feat: enhance image download and validation
- Add max image size limit from config
- Improve image download with timeout and redirect handling
- Validate content type and file size during image download
- Update test cases to use httptest for mocking HTTP servers
* fix: revert code
1 year ago
Aldino Kemal
d4755c128e
fix: detect og image in send link
1 year ago
Aldino Kemal
b7e0ada66e
feat: wa status, enhance reply, update ui, multiple webhook
commit acb35b63b7
Author: Aldino Kemal <aldinokemal2104@gmail.com>
Date: Fri Jan 31 07:10:27 2025 +0700
feat: change multiple basic auth
commit 993b5188c5
Author: Aldino Kemal <aldinokemal2104@gmail.com>
Date: Fri Jan 31 07:06:57 2025 +0700
feat: support multiple webhook
commit 1308039a16
Author: Aldino Kemal <aldinokemal2104@gmail.com>
Date: Tue Jan 21 19:41:15 2025 +0700
fix: login with code
commit 1a55ccb3eb
Author: Aldino Kemal <aldinokemal2104@gmail.com>
Date: Tue Jan 21 15:12:45 2025 +0700
feat: add star message
commit 6a4ef88115
Author: Aldino Kemal <aldinokemal2104@gmail.com>
Date: Tue Jan 21 14:16:03 2025 +0700
feat: add change avatar api
commit 52c738d2ce
Author: Aldino Kemal <aldinokemal2104@gmail.com>
Date: Tue Jan 21 12:07:13 2025 +0700
feat: add send presence
commit 3e4cbf8cb2
Author: Aldino Kemal <aldinokemal2104@gmail.com>
Date: Tue Jan 21 10:52:05 2025 +0700
fix: reply message
commit e08ae59992
Author: Aldino Kemal <aldinokemal2104@gmail.com>
Date: Tue Jan 21 08:32:21 2025 +0700
fix: reply issue
commit fa80cf3502
Author: Aldino Kemal <aldinokemal2104@gmail.com>
Date: Tue Jan 21 05:34:55 2025 +0700
feat: optimize UI validation
commit ac58b9579e
Author: Aldino Kemal <aldinokemal2104@gmail.com>
Date: Tue Jan 21 00:11:48 2025 +0700
refactor: move isValidForm methods in SendImage, SendMessage, and SendVideo
refactor(SendImage.js): move isValidForm method to computed section
refactor(SendMessage.js): move isValidForm method to computed section
refactor(SendVideo.js): remove errors object and resetErrors call
fix(SendVideo.js): change isFormValid to isValidForm and ensure consistency
commit 1dc30bcd86
Author: Aldino Kemal <aldinokemal2104@gmail.com>
Date: Mon Jan 20 23:02:26 2025 +0700
feat: optimize UI
commit e652eabb0a
Author: Aldino Kemal <aldinokemal2104@gmail.com>
Date: Mon Jan 20 21:22:13 2025 +0700
feat: update package
1 year ago
Aldino Kemal
f8ac056e85
feature: enhance mention logic ( #188 )
* feat: update dependencies and improve mention detection
- upgrade Go version in go.mod to 1.23 and specify toolchain
- update several dependencies to their latest versions
- change mention detection to use regular expressions for better accuracy
- add tests for mention detection to verify correctness
* feat: upgrade version
1 year ago
Aldino Kemal
0c46902b07
feat: introduce mentions
2 years ago
Aldino Kemal
f10604003d
fix: update send link ( #75 )
feat: update send link
3 years ago
Aldino Kemal
96d43b5942
feat: standardize error response ( #48 )
* feat: update openapi
* feat: standardize error
3 years ago
Aldino Kemal
470727c67c
feat: add avatar preview ( #45 )
* feat: update package
* feat: add avatar preview and community
* feat: update docs & version
* feat: update open api, remove status in response http
3 years ago
Aldino Kemal
38ef3ec468
feat: add send location ( #43 )
* feat: add send location
* feat: update frontend
* feat: update docs
* feat: update docs
* fix: logout remove file
* fix: remove gitignore
* fix: send video
* feat: add context in validation
3 years ago
Aldino Kemal
3fd2359c52
feat: introduce error package ( #40 )
* feat: introduce error and add test validation
* feat: update UI
3 years ago