Aldino Kemal
|
576bb29e27
|
fix: update package version & bug webhook trigger
|
3 years ago |
Aldino Kemal
|
70f9660178
|
chore: update app version
|
3 years ago |
Aldino Kemal
|
be7488d9ff
|
fix: set downloadable webhook media url (#54)
|
3 years ago |
Aldino Kemal
|
97812b6eda
|
chore: update version
|
3 years ago |
Aldino Kemal
|
da063381f6
|
feat: add image url in webhook (#51)
* feat: add image url in webhook
* feat: set webhook downloadable image
|
3 years ago |
Aldino Kemal
|
3d5ffc96c3
|
feat: add send file caption (#49)
|
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
|
f4bd4a4829
|
feat: add checking whether group or not (#42)
|
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
|
94e56401c9
|
fix: description
|
3 years ago |
Aldino Kemal
|
4717713c03
|
fix: invalid import
|
3 years ago |
Aldino Kemal
|
25e2643eb6
|
feat: make compatible with v3 (#39)
* feat: add sanitize input
* feat move middleware -> rest
|
3 years ago |
Aldino Kemal
|
c4328a316e
|
feat: redesign UI 4.0 (#36)
* feat: remove send group
* feat: remove type in send payload
* feat: add loading when submit
* feat: update docs
* chore: update docs
* fix: update UI
* feat: add more intuitive UI
* chore: update docs
|
3 years ago |
Aldino Kemal
|
c55d461b49
|
fix: multiple basic auth (#35)
* fix: set basic auth in frontend
* fix: reconnect with basic auth
fix: remove unused code
|
3 years ago |
Aldino Kemal
|
be04c1ce17
|
feat: add multiple basic auth account (#34)
* feat: add multiple basic auth account
* chore: update docs
|
3 years ago |
Aldino Kemal
|
3a0b2414f8
|
feat: add websocket (#33)
* feat: add auto-update Login QR Code
* feat: remove unused code
* feat: trigger when pair success
* feat: move WebSocket to independent package
* feat: simply code
|
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
|
cbf9e76f7b
|
feat: add auto reconnect (#30)
|
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
|
634d77c7c2
|
chore: update version
|
3 years ago |
Aldino Kemal
|
3de68df508
|
feat: allow to change os name (#27)
|
3 years ago |
Aldino Kemal
|
c01bd8d0c8
|
feat: move file to storage folder (#26)
* feat: add storages config
* chore: update version
* chore: update docs
|
3 years ago |
Aldino Kemal
|
325a5110f3
|
feat: add new webhook endpoint (#25)
* feat: add new webhook endpoint
* chore: upgrade version
* chore: update docs
* feat: update variable name become webhook
* feat: remove unused struct
|
3 years ago |
Aldino Kemal
|
c050330659
|
feat: increase limit send message
|
3 years ago |
Aldino Kemal
|
c7c8b4aaa9
|
fix: adding axios default basic auth if enabled (#23)
|
3 years ago |
Aldino Kemal
|
9731109245
|
feat: add basic auth in params (#22)
* feat: add basic auth in params
* chore: update version
Co-authored-by: Aldino Kemal <aldino.kemal-mitrais@xendit.co>
|
3 years ago |
Aldino Kemal
|
5df7995e46
|
chore: update version
|
3 years ago |
Aldino Kemal
|
dfa5704a8f
|
fix: patch error (#21)
Co-authored-by: Aldino Kemal <aldino.kemal-mitrais@xendit.co>
|
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
|
aeeae60b76
|
feat: update ui dashboard (#17)
* feat: update ui dashboard
* chore: update docs
|
4 years ago |
Aldino Kemal
|
ad89eb4ab6
|
feat: set optional compress image (#16)
|
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
|
bd59f642db
|
feat: add customable params (#13)
* feat: set chrome as default platform
feat: change port from setting
* feat: add custom port & debugging
* feat: add custom autoreply message
* chore: update docs
* chore: update docs
* fix: typo
|
4 years ago |
Aldino Kemal
|
a99a6e1027
|
feat: embed template html files to binary (#12)
* feat: embed template file to binary
* chore: update docker cofiguration
* feat: migrate preparing folder to utils
* feat: set create folder to config folder
* chore: update docs
|
4 years ago |
Aldino Kemal
|
96c4ea5fd2
|
feat: add image thumbnail when send image (#11)
|
4 years ago |
Aldino Kemal
|
3557845b01
|
feat: display group id in fontend (#10)
* feat: display group ID
* chore: update picture
|
4 years ago |
Aldino Kemal
|
6b432b3fe4
|
feat: dockerize app (#7)
|
4 years ago |