Lavd
Lavd
can be copied from here https://github.com/nextcloud/mail import {pickFileOrDirectory} from 'nextcloud-server/dist/files' .... onAddCloudAttachment() { return pickFileOrDirectory(t('mail', 'Choose a file to add as attachment')) .then(path => this.emitNewAttachment(this.fileNameToAttachment(path))) .catch(console.error.bind(this)) },
Just merging changes https://github.com/vijaydwivedics/rainloop has against rainloop-nextcloud nc13 brunch to current brunch didn't work. Guess someone with knowledge or either rainloop or nextcloud would be the best to ask. Someone...
do not see nextcloud integration or manage sieve in latest afterlogic with below compose following the guide https://afterlogic.com/docs/webmail-lite-8/configuring-webmail/nextcloud-integration autologin and mail icon in nextcloud work ```afterlogic-webmail-lite: image: hardware/afterlogic-webmail-lite container_name: afterlogic-webmail-lite...
Thank you @s-m-e Guess we can try switching from fusepy to refuse
good feature, seems stable, using it on couple occasions what I encountered: when in place rename it tries to move file between branches it should also check and do the...
Quick fix for the move problem was ``` +448 src/fuse_ops.c } else { j = i; } ```
**PS** I would not call it "poor man's clustered storage". It is more of a Single mount JBOD. With the idea that failure of one drive will not require fixing...