Paul Tran-Van

Results 10 issues of Paul Tran-Van

This adds the possiilbity to move files from/to an encrypted folder. 3 scenarios are supported: - From a non-encrypted folder to an encrypted folder - From an encrypted folder to...

One might want to access to redux-logger to debug a behaviour in production. However, since https://github.com/cozy/cozy-drive/pull/2418 , redux-logger is disabled by default. It would be nice to plug redux-logger to...

In the qualification service, we use an index on the `cozyMetadata.updatedAt` attribute to query the new documents to process, and we store the last processed file date in the settings....

The command yarn `version:drive` fails on Ubuntu 19.04 with yarn 1.17.3. More precisely, the command `version:drive:androidbuild` is failing with : ``` /bin/sh: 1: Bad substitution error Command failed with exit...

When I duplicate an event, it won't appear in my thunderbird, which is synchronized through CalDAV. Yet, I receive it on my mobile, through the CouchDB sync. I noticed this...

bug

## Your Environment * Plugin version: 4.12.1 * Platform: iOS * OS version: 13-16 * Device manufacturer / model: iPhone 13-16 * React Native version (`react-native -v`):11.13.5 * Plugin config...

stale

## Description When a mango query includes a `use_index` option and the specified index does not exist, CouchDB might fallback on an existing index, which can cause unexpected behavior. ##...

api
mango
feature

In order to implement the cozy-to-cozy sharing, we need to create a sharing controller. As a first iteration, this controller could be conceptually split in 3 parts : - Creation...

enhancement

For now it is not possible for an app to request its proxy for a replication with a remote target. External clients like cozy-desktop or cozy-mobile can request a replication...

question

Suppose we have a service in `targets/services/service.js`, that requires a file in `targets/services/subdir/file.js`, that itself requires a nodejs dependency, e.g. `fs`. When trying to build the service with cozy-scripts through...