Results 42 issues of Mathieu Brunot

When enabling the Web Admin and sending the logon form, I can see in the turnserver logs the `uname` and `pwd` fields displayed as clear text. For instance (real domain/IP/password...

enhancement

I do not know if I missed something somewhere or found a bug, but even though I can access the Web Admin logon form, I can't login. I'm using Coturn...

:construction: Add a custom theme to Taiga front docker image **TODO**: - [ ] Develop a Custom Taiga Dark theme based on main Taiga theme (cf. taigaio/taiga-front#994) - [ ]...

pinned

docs: GitHub issue / PR templates to fix #37 Signed-off-by: mathieu.brunot

ci(travis): Add Travis-CI config to fix #44 Signed-off-by: mathieu.brunot

Fix the supported tags (4.0 to 4.3) and improve general README format using [remark-stringify](https://github.com/remarkjs/remark/tree/master/packages/remark-stringify)

docker: Prefer COPY instead of ADD to fix #41 Signed-off-by: mathieu.brunot

docker: Update labels to fix #39 Signed-off-by: mathieu.brunot

feat: Handle auto DB upgrade to fix #45 Signed-off-by: mathieu.brunot

It would be nice if the container could automatically detect and trigger DB upgrade. In order to achieve that, those are the steps I see: - [x] Retrieve the SQL...