Cédric Bonhomme

Results 62 comments of Cédric Bonhomme

I confirm. Same issue on my side, with Nextcloud 28. Here is a screenshot: ![Screenshot_20240214_223201](https://github.com/baimard/gestion/assets/465400/86b0d451-034d-4eee-81e0-31299c06ea8c)

On my side I have resolved the issue with a dirty fix: ![Screenshot_20240214_230130](https://github.com/baimard/gestion/assets/465400/5b003ace-1e79-48c6-8942-7aeaa8e03929) the problem was on ``t.forEach``. I think that at some point ``t`` is undifined. So I've added...

I just did the same in ``facture.app.js`` to solve the same issue for the ``factures``.

Hi ! Indeed, it's partly intentional (and perhaps a touch of laziness on my part). I opted to let the user create their own config file using the provided example....

I close the ticket with this little change. But if you have other improvements concerning the loading of the configuration file, feel free to open a pull request.

Same problem here after having installed the version 1.0b3. It arrives just after the prompt: " Enter is_web (Is web addon? [yes/no]) ['no']: "

- JSON beautify with highlight and hyperlinks with [pretty-print-json](https://www.npmjs.com/package/pretty-print-json) - RSS/ATOM feeds for recent vulnerabilities per sources implemented in version 1.1.0

Thank you for this ! As discussed [here](https://github.com/cve-search/vulnerability-lookup/issues/32#issuecomment-2082150879) I focus on finishing the user management system (creation, management of accounts) with a simple case of submitting a new vulnerability. Just...

And since you raise the problem of 'type' of users, I would like to make clear the different roles we need for the moment. To summarize, an authenticated user (not...

Thanks for the information. I did the self-creation of accounts (creation by the admin was already done). The new user receives an email in order to verify the account. When...