Re: [Owncloud] File upload broken after commit 4374d55

2012-01-03 Thread Robin Appelman
Fixed the problem.

Proper feedback for uploading is in the work.

- Robin Appelman



On Tue, Jan 3, 2012 at 09:57, Daniel Köb  wrote:
> Hi,
>
> With the updated local permission checks the file upload is broken. It
> tries to check if the new file can be written. But is_writeable returns
> false for a file that does not exist yet. Thus, on uploading files the
> is_writable check has to be made on the containing directory.
>
> Furthermore, the web UI does not provide any feedback. Instead the
> upload seems to work normally, although the progress indicator never
> goes away. After a reload the file is just not there. It would be nice
> to get some feedback if is_writable returns false (even on the
> containing directory).
>
> Daniel
>
>
> ___
> Owncloud mailing list
> [email protected]
> https://mail.kde.org/mailman/listinfo/owncloud
___
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud


[Owncloud] File upload broken after commit 4374d55

2012-01-03 Thread Daniel Köb
Hi,

With the updated local permission checks the file upload is broken. It
tries to check if the new file can be written. But is_writeable returns
false for a file that does not exist yet. Thus, on uploading files the
is_writable check has to be made on the containing directory.

Furthermore, the web UI does not provide any feedback. Instead the
upload seems to work normally, although the progress indicator never
goes away. After a reload the file is just not there. It would be nice
to get some feedback if is_writable returns false (even on the
containing directory).

Daniel


___
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud