Aldino Kemal
d4755c128e
fix: detect og image in send link
1 year ago
Aldino Kemal
61ca3d5f08
feat: update version
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
d0c19a2a41
fix: image blur when send to newsletter
refactor(send.go): replace direct media upload calls with a new uploadMedia method to centralize logic
fix(send.go): fix context parameter in getMentionFromText, rename parameter to avoid unused variable warning
1 year ago
Aldino Kemal
0c46902b07
feat: introduce mentions
2 years ago
Aldino Kemal
8c196b2f2a
feat: upgrade library and upgrade deprecate syntax
2 years ago
Aldino Kemal
1f3948ea4d
feat: delete message ( #153 )
* feat: delete message
* feat: add FE and docs
* feat: update syntax using newest proto
* feat: update docs
2 years ago
Aldino Kemal
21a451c542
feat: remove vips dependency ( #136 )
* feat: change compress image library
* feat: add checking ffmpeg when submit video
* chore: remove vips
2 years ago
Aldino Kemal
7b3e7c3aa9
feat: optimize code ( #125 )
* feat: optimize code
* fix: change auth token name
* feat: add error clear log
2 years ago
Aldino Kemal
90634bbf4f
feat: add send poll message ( #118 )
* feat: add send poll message
* feat: add send poll ui
* chore: open api spec and doc
* fix: card desc
* chore: update homepage image
2 years ago
Aldino Kemal
8ec5a67d84
Release/4.9.0 ( #110 )
* feat: new api send audio
* feat: update UI v4.9.0
* chore: update docs
2 years ago
Aldino Kemal
d37545f0b3
feat: generic response and update version
2 years ago
Aldino Kemal
7685f39838
feat: add reply message ( #95 )
* feat: add reply message
* feat: add reply message id in UI
2 years ago
Aldino Kemal
f10604003d
fix: update send link ( #75 )
feat: update send link
3 years ago
Aldino Kemal
11ede11d22
feat: add reaction ( #60 )
* feat: add reaction
* feat: separate message new domain
* feat: update open api
* feat: update UI
* feat: update go modules
3 years ago
Aldino Kemal
576bb29e27
fix: update package version & bug webhook trigger
3 years ago
Aldino Kemal
3d5ffc96c3
feat: add send file caption ( #49 )
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
409e3d6a22
feat: move validation to service ( #41 )
* feat: move validation to service layer
* feat: change Whatsapp return error
3 years ago
Aldino Kemal
3fd2359c52
feat: introduce error package ( #40 )
* feat: introduce error and add test validation
* feat: update UI
3 years ago
Aldino Kemal
dfd8e5a642
feat: add api for update message ( #32 )
* feat: add update message
* chore: update openapi
3 years ago
Aldino Kemal
b14aae0366
feat: add revoke ( #31 )
3 years ago
Aldino Kemal
05ec7f827f
feat: add send link ( #29 )
* feat: add send link
feat: add more response when send api
* feat: remove url
* feat: update open api
* chore: update docs
3 years ago
Aldino Kemal
7b7b66818c
feat: introduce domain ( #28 )
* feat: introduce domain
* fix: context parsing
* feat: add fetch all connected devices
* feat: move controller to transport layer rest
* feat: change struct service name
* feat: add middleware JID
* feat: remove unsed package
3 years ago
Aldino Kemal
3df6f896fc
feat: add send contact ( #18 )
* feat: add send contact backend service
* feat: add UI for send contact
* chore: update docs
* chore: update openapi & upgrade app version
4 years ago
Aldino Kemal
9a301c6068
feat: add send video ( #15 )
* feat: add send rest
* feat: add view_once when sending video
* feat: upgrade body limit
* feat: change statics folder
* feat: remove copyright
* feat: add thumbnails in send video
* fix: deleting file
* feat: add params compress video
* chore: update openapi
* chore: update readme
* chore: update readme for installation
* chore: update docker and document
* feat: fix validation and update dashboard page
* fix: docker config & utils code
* chore: update docs
* chore: update docs
4 years ago
Aldino Kemal
6b432b3fe4
feat: dockerize app ( #7 )
4 years ago
Aldino Kemal
1a28bdb950
feat: add send document API
4 years ago
Aldino Kemal
ce0dbc057b
feat: add send image API
4 years ago
Aldino Kemal
97c080068d
initial commit
4 years ago