saferwall-api
saferwall-api copied to clipboard
The 🚀 Web APIs for Saferwall.
https://github.com/cbrand/go-filterparams
https://stackoverflow.com/questions/39466716/how-do-i-get-the-aws-s3-website-endpoint-url-through-the-api
- [ ] Capitalize error messages. - [ ] Better error translation, not: ``` "There is some problem with the data you submitted." "Key: 'CreateUserRequest.Username' Error:Field validation for 'Username' failed...
- [x] Downloading samples using pre-signed URLs. - [ ] Downloading artifacts like memory dumps, dropped files, etc using pre-signed URLs.
- [x] Get`/files/sha256?fields=x` always includes `comments_count`, we should omit that field. - [x] Get `/files/sha256?fields=not_exist` return internal error, we should return bad request or something like that. - [ ]...
When a user register an account and log in for the first time, no activity is being displayed which is a bit confusing for the user, as with an anonymous...

- [ ] find all user's document that follow that user and update them - [ ] find all user activities and delete them.