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
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
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
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
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