Riccardo Graziosi
Riccardo Graziosi
- [ ] When tenant signs up with OAuth, automatically log them in - [ ] When tenant signs up with email, after clicking the confirmation link automatically log them...
Since the user profile form requires the current user password in order to submit it, and since users authenticated with OAuth do not have a password, right now it's impossible...
Building the image manually and then running it works fine, but pulling the image from docker hub fails with following error: ``` Errno::ENOSYS: Function not implemented - Failed to initialize...
Add the possibility to attach an image to submitted feedback. ~~Also for comments?~~ ~~I'd say no.~~ I'd say yes ;)
1. The spec `lets edit the post` of `spec/system/post_spec.rb` fails but I don't know why. 2. The spec `lets delete the post` is fragile: sometimes it passes, sometimes it fails....
Deleting a parent comment should not result in the deletion of all child comments. In order to avoid that, comment deletion should be a soft delete, so instead of destroying...
There are a few places where multiple database operations that must be executed together are *not* under transaction: - Automatic insert of Follow when creating a new Post (`posts_controller.rb`, action...
Right now these two environment variables are duplicated in `docker-compose.yml`, i.e. they must be inserted for both `app` and `db` services. This is inconvenient because the user need to type...
The `authenticityToken` must be sent to the backend in order to submit content. The problem is that, in many cases, this prop must be passed down the React components tree...