Antoine BOSSY

Results 28 issues of Antoine BOSSY

Hello, this would be convenient to have a verbose option when installing (or other) an app, instead of checking cozy-controller log. This verbos option could also include the stdout of...

enhancement
Good For First Contribution

Currently, on typing `cozy-monitor restart-cozy-stack`, applications which were launched before the command are automatically restarted after the data-system (and before the home and proxy). Problem : data-system can use a...

enhancement

When installing an application with cozy-monitor, if an error occurs during the run of start script of the manifest (eg : application not built, so npm start just fails), the...

bug

Images located at api/applications/*.svg do not have cache-control headers. They are served each time again.

enhancement

The used version of americano (0.3.11) is old, and require version 4.4.0 of express.js. But this version of express has a bug concerning cache-control header (max-age is not properly set,...

enhancement

If is possible to double click on the "update confirmation" button, this ends in a messup (home telling platform is up to date, whereas it is not, or even bad...

bug

All orther static files of the cozy stack have max-age set to 86400. This should be the same for the proxy. Shouldn't be locales also have this cache-control header?

enhancement

When doubleclicking fast enough on the login button (with right credentials), the POST request is sent twice. And the second answer from the server is "Bad credentials". This should be...

bug