Aldino Kemal
20d027c12a
feat: support backward compability
This commit introduces a .dockerignore file to exclude unnecessary files from the Docker build context. Additionally, the Dockerfile is updated to set the default command to "rest" when the container starts, ensuring proper execution of the application.
10 months ago
Aldino Kemal
e83c9d2893
feat: Update app version to v5.3.0 and upgrade Go version to 1.24
feat: add MyListContacts endpoint
1 year ago
Aldino Kemal
20df78506a
refactor: Update Dockerfile build process and improve metadata handling in utils
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
7eb1de0221
feat: login with pair code ( #171 )
* feat: wip pair code login
feat(app): add LoginWithCode method to IAppService interface for handling phone number login
feat(app): implement LoginWithCode method in App struct to handle phone number login logic
feat(app): implement LoginWithCode method in serviceApp to pair phone number with WhatsApp client
* feat: add api login with code
* feat: add ui getting pair code
* feat: add pair code
* chore: update docs & text
* feat: upgrade version
* chore: update docs
* feat: update image gallery
* fix: show error message
* chore: update repo
* fix: some code improvement
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
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
1196c222da
feat: update dependency
2 years ago
Aldino Kemal
4b1ddf605c
feat: update lib version
3 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
ba6095bca7
fix: docker working directory ( #14 )
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
6b432b3fe4
feat: dockerize app ( #7 )
4 years ago