Bogdan

Results 15 comments of Bogdan

Hello @e-alfred. I would like to try making a PR for this migration, if not already in progress by someone else. Would you be kind and help me with some...

And what will happen when a new version – that should perform the tables/indexes name changes – is released? I just prepared myself a development environment so that I can...

Hello @e-alfred, Did you noticed my PR (#340) opened during September? Meanwhile I can see that `master` branch is gone...

Hello @nerzhul, First of all, for the part which must be rebuilt are you referring only to the server side sync code (the methods exposed by `ApiController` class) or also...

@mnalis, since Nextcloud version 22 the `migration:*` commands are only available when debug is enabled. #See [Critical changes for developers & admins for Nextcloud 22 #26407](https://github.com/nextcloud/server/issues/26407) Anyway, I should probably...

Hello @nerzhul, I would like to update/rework this PR but this time I also want to include the cleanup mentioned in #341 (because keeping old or unused tables will just...

The same issue was encountered also on an instance that was updated to 27.1.11 (and I guess it also affected stable28 since /nextcloud/circles/pull/1591 was backported and merged on all currently...

I tried to reproduce this issue on a test Nextcloud 27.1.11 instance (so that I can have where to test the fix) but it seems it's not that easy. I...

Indeed, after enabling _Default encryption module_ app, enabling server-side encryption (from admin Security settings) and disabling the master key (by running `encryption:disable-master-key` occ command) I was able to reproduce the...

I've just tested the [proposed fix](https://github.com/nextcloud/circles/pull/1615/commits/8553b58cc7e6795e03d2533dba0af265fac88c99) on Nextcloud Hub 8 (29.0.3), freshly installed via web installer, without recommended apps. Please find below my testing logs: - Enabled 'Default encryption module'...