stcz

Results 12 issues of stcz

Using the checkbox "Apply default value on update" on a Attribute Form Fields defaults disables the possibility to edit in QField ### Reproduction Steps: 1. Create a easy project with...

This MR allows passing a user defined resolver object (`dns.resolver.Resolver()`) to the DNS Requests. This is useful, when you use functions, and you want to pass special options to the...

Thanks for your great work on the CWA app. We are a group of researchers from TU Braunschweig. As part of a research project, we have studied wormhole attacks against...

enhancement
mirrored-to-jira

### Problem Currently, if you are using certbot and a Let's Encrypt Certificate, the certificate will be renewed by certbot, but it will not be copied to nginx. This needs...

For small instance deployment, I added a standalone server configuration. It should be possible to simply run QFieldCloud with this only by launching it in docker. If this might be...

Dear QField-Cloud Team, I have unexpected Problems in a QfieldCloud Project synchronizing data to QField. When I take a look at the Jobs log i see: ``` ERROR: 216 feature(s)...

In the docker compose files `scale:` is used, which is deprecated: ``` WARN[0000] `scale` is deprecated. Use the `deploy.replicas` element ``` This PR replaces it with deploy.replicas. Since docker 1.18...

do not merge

When I had a look into the [documentation](https://docs.qfield.org/reference/qfieldcloud/permissions/), I recognized, that there is no difference in the action table between the role 'editor' (6) and 'reporter' (7) what is quite...

Thanks for your great work! I had an idea which I want to share with you as a possible enhancement. Managing collaborator accounts, I recognized, that in my opinion a...

Starting form #1174 here a PR to apply the docker best practices for all docker files. The following changes are included: - Remove apt cache from layers - Remove pip...