Jarosław Jedynak
Jarosław Jedynak
Sorry if it's explained somewhere in documentation/on the internet (i really didn't find anything), but is it possible to automate diaphora? Without manually running IDA, preferably from command line. I...
I'm new to ansible, but I feel like this should work: ``` dependencies: - role: jdauphant.nginx with_items: "{{vhost_proxies}}" become: true keep_only_specified: True nginx_sites: "{{item.hostname}}": - listen "*:80" ``` But instead...
Follow up for #228, especially [this comment](https://github.com/matterhorn-chat/matterhorn/issues/228#issuecomment-997544747). As I've said, I personally don't think I'll use this feature, but I'm happy to implement it since it's closely related to my...
**Your checklist for this pull request** - [x] I've read the [contributing guideline](https://github.com/CERT-Polska/mquery/blob/master/CONTRIBUTING.md). - [x] I've tested my changes by building and running mquery, and testing changed functionality (if applicable)...
After #259 there is a hardcoded max-width of a field in the config entries list. There is probably a better way to do it with flexbox. It should be refactored...
Part of #23 Relatively straightforward. Right now permissions are enforced, and user will see a red error bar when they try to do something they're not allowed to. Inaccessible elements...
Part of #23 Right now we handle config very roughly. For example let's take: ```python auth_default_roles = db.get_mquery_config_key("auth_default_roles") if auth_default_roles is None: default_roles = [] else: default_roles = [ role.strip()...
We probably should think about import sorting :thinking: _Originally posted by @nazywam in https://github.com/CERT-Polska/mquery/pull/255#discussion_r776231608_ This would be consistent with other CERT.PL projects
**Environment information** * Mquery version (from the /status page): 1.2.0 * Ursadb version (from the /status page): 1.3.2+1125ee5 * Installation method: - [ ] Generic docker-compose - [ ] Dev...
**Feature Category** - [ ] Correctness - [x] User Interface / User Experience - [ ] Performance - [ ] Other (please explain) **Describe the problem** Right now the user...