Aldino Kemal
e78767d289
feat: add group participants ( #132 )
* feat: add group participant api
* fix: sanitize leave group
* chore: update openapi
* feat: ui add participant
* chore: update docs
* chore: update docs
* chore: update docs
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
4efd3c43bc
feat: create and join group ( #123 )
* feat: add create group api
* feat: add create group UI
* chore: update docs
* feat: add join group invitation ui
* chore update docs
2 years ago
Aldino Kemal
5830da9a19
feat: update library
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
0af116e694
feat: update package
2 years ago
Aldino Kemal
1eab638625
feat: update latest dependency
2 years ago
Aldino Kemal
fa00e68e46
chore: update docs and version
2 years ago
Aldino Kemal
e64b2e9bda
feat: add arm docker image, update latest deps
chore(settings.go): update AppVersion to v4.9.2 for the latest release
chore(go.mod): update dependencies:
- go.mau.fi/whatsmeow to v0.0.0-20240209184912-c3e911dd6cfe
- go.mau.fi/util to v0.3.1-0.20240208085450-32294da153ab
- golang.org/x/crypto to v0.19.0
- golang.org/x/sys to v0.17.0
- github.com/rs/zerolog to v1.32.0
- github.com/godbus/dbus/v5 to v5.0.4
- github.com/rs/xid to v1.5.0
- github.com/pkg/errors to v0.9.1
- github.com/coreos/go-systemd/v22 to v22.5.0
- github.com/rs/zerolog to v1.32.0
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
4d537dde8f
feat: update version
2 years ago
Aldino Kemal
d37545f0b3
feat: generic response and update version
2 years ago
Aldino Kemal
99daf9530b
feat: update version
2 years ago
Aldino Kemal
1c9d440f4a
feat: update package lib
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
1501a1c780
fix: upgrade package lib version
3 years ago
Aldino Kemal
bd71730d07
feat: add webhook in group chat
3 years ago
Aldino Kemal
b15afdc291
feat: support webhook reaction
3 years ago
Aldino Kemal
af44015a4a
fix: remove unused code & update libs
3 years ago
Aldino Kemal
f10604003d
fix: update send link ( #75 )
feat: update send link
3 years ago
Aldino Kemal
5a79c0a3ca
feat: leave group ( #70 )
* feat: add leave group
* feat: add ui leave group
* chore: update docs
* feat: update UI
* fix: update title
3 years ago
Aldino Kemal
d7fc1fd4cb
fix: upgrade version
3 years ago
Aldino Kemal
183fccc6cd
fix: upgrade package version
3 years ago
Aldino Kemal
e80f0f54f4
feat: add message id in webhook ( #64 )
* feat: add message_id in webhook
* feat: upgrade version
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
2ed31b297a
chore: upgrade version
3 years ago
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
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
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
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
dfd8e5a642
feat: add api for update message ( #32 )
* feat: add update message
* chore: update openapi
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
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
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
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
6b432b3fe4
feat: dockerize app ( #7 )
4 years ago