Re: [Owncloud] Call for documentation

2013-01-22 Thread Marcel Waldvogel
Does adding an open curly brace before mail.example.com fix the problem? But maybe the error message should be more meaningful… Viele Grüsse, -Marcel Waldvogel (kurz&bündig da mobil) Am 22.01.2013 um 22:52 schrieb Simon Brereton : > This is where it gets interesting. The example in the link yo

[Owncloud] Limit Sharing (share api?)

2013-01-22 Thread Sarah Jones
Hi, I'm trying to add a sharing limitation where you can only share with someone that is your "friend" (Facebook style). I've started an app. I've taken a look at the Sharing API; this seems to control shared items. The documentation says that is API is under heavy development. Will you b

Re: [Owncloud] Call for documentation

2013-01-22 Thread Simon Brereton
This is where it gets interesting. The example in the link you sent seems straightforward: 'user_backends'=>array( array( 'class'=>'OC_User_IMAP', 'arguments'=>array('{imap.gmail.com:993/imap/ssl}INBOX') ) ) After adding it to my config/config.php it looks like: 'redacted', 'datad

Re: [Owncloud] KDE ownCloud client

2013-01-22 Thread Sebastian Kügler
Hi Joseph, [I'm CC:ing the owncloud list, since there are relevant people there] On Sunday, January 20, 2013 13:21:15 Joseph Marrero wrote: > Hi Sebas, > I hope you are doing well :) > I am the package maintainer for the owncloud client for Fedora > and I am thinking on includig your version too,

[Owncloud] Patch for /././. paths in isValidPath (lib/filesystem.php)

2013-01-22 Thread Martin Kluge
Hi, attached is a patch for OwnCloud 4.5.5. The patch adds a check for /././. paths in function isValidPath in lib/filesystem.php Without this check, it is possible to create "." directories by calling https://localhost/?app=files&dir=/. This, itself, may not be a problem, but deleting this "