Kirill Popov
Kirill Popov
Judging by data being sent when enabling via WebUI the API is ready to accept this option: `'{"subnetId":"","egressNatEnable":true,"updateMask":{"paths":["egress_nat_enable"]}}'` But it's not mentioned in official API docs: https://cloud.yandex.ru/docs/vpc/api-ref/Subnet/create and also not...
Looks like this is not going to be implemented as the NAT flag is deprecated in favor of NAT gateway: https://cloud.yandex.ru/docs/vpc/operations/enable-nat https://cloud.yandex.ru/docs/vpc/concepts/gateways#nat-gateway
I had to install/enable the [contacts](https://apps.nextcloud.com/apps/contacts) app to get rid of this error. All my users are **local** though, not in LDAP. I don't remember I had to install it...
I've attempted to rebase your change onto current master, then built on Ubuntu:21.10 with `make` in repository's root. Then I just replaced directory `/var/www/html/custom_apps/integration_google` with what I got after build....
Again I tried to rebase this pull request to `master` and to `v1.0.6` and tried to run on my NextCloud (23.0.4) instance using S3 as user data storage. I'm getting...
I used to have similar issue. GDrive import runs as background job so check you have cron/webcron configured and jobs are running. Tasks may be listed by `select * from...
I've also noticed that desktop client (Linux version) and `nextcloudcmd` (`nextcloud-desktop-cmd` Ubuntu package name) are somehow able to sync these large files. Aren't these clients using WebDAV? Are they using...
Just checked this code in 24.0.9 and 25.0.3 and it has no changes comparing to code this issue was reported for. Still if version in `version.php` and version in `config.php`...
Issue #48 is on the same (as far as I understand) but doesn't have a permanent solution either. The solution suggested in #48 (adding `_` to empty keys) leads to...
Upgraded from `24.0.1` to `24.0.5` and noticed this issue too.