Côme Chilliet

Results 358 comments of Côme Chilliet

I’m still wondering whether we should just load all enabled apps (for any user) even for users for which the application is not enabled. The whole feature about enabling only...

We should rename IGenerator and IDecoder to ISnowflakeGenerator and ISnowflakeDecoder, otherwise after a use all code is ambiguous. A value object for decoded snowflakes would be good as well.

Issue is from https://github.com/nextcloud/server/pull/48332 Hooks that were not called when master key is enabled are now called in the new event listener.

I thought some DB will treat null and empty string the same anyway and so we cannot differentiate in DB, no?

According to integation tests you broke federated shares @CarlSchwan

Can you explain the usecase for allowing apps to control token generation? Is it to generate something somehow more secure? Would it make sense to instead improve/extend the token generation...

As said by @joshtrichards and can be seen in the documentation at https://docs.nextcloud.com/server/latest/developer_manual/app_development/info.html , the `` bloc is under the `` bloc. Also your class should implement `\OCP\Migration\IRepairStep`. `appinfo/uninstall.php` is...

Which checkbox? The step should get executed when the app is disabled.

> The checkbox "Delete data during uninstallation" appears when you deactivate an app. It's not completely removed. There's a step involved in deleting or reactivating the app. You can check...

Yes it is. Thanks for noticing.