Claudio Cicali
                                            Claudio Cicali
                                        
                                    The test is quite simple: ``` !auth.alone.used && !tools.isAuthorized(res.locals.user.email, app.locals.config.get("authorization").validMatches ``` Looking at the code it seems that the authorization fails because the user email is not a validMatch. Is...
Hi, thanks for asking :) I have decided that the only way to go forward with Jingo would be to rewrite it and make it "modern" (the current codebase is...
Mmmmh, no. One of the reasons Jingo is (moderately) successful is that it covers a niche for Nodejs and this is why I'd continue just to serve it like it...
@mat-m thank you :) I took a moment to think about it and I decided to open what I currently have in Jingo 2, the rewrite. It's hosted for now...
Hi, before any push, Jingo always do a `pull` first from the remote. It's quite optimistic, since it doesn't try to resolve any conflict by itself of course. So, if...
Hi, sorry, but I am not sure I understand the question. What is that prevents you to accomplish your desidered task?
Hi! to be honest, if I will start jecho now I'd probably use EJS. Jade has some nice feature, but the ability to use HTML templates with just some additional...
I understand that this could be annoying whenever you need to edit a lot of pages. I will take a look to see if I can add a checkbox to...
@hajika ouch, this sounds bad. Can you give me a bit more details? When is that you get that? On starting jingo, on loading the first page or somewhere else?...
Thanks, but this is still not enough: can you please send me also your config.yaml? What is your server (or workstation) configuration? Windows maybe?