Re: [Owncloud] idea : Notification system

2012-06-15 Thread Klaas Freitag
On 15.06.2012 03:26, Florian Hülsmann wrote: I still love the idea, so I'm adding this to the planned features list: * let users control which apps can actually send notifications to them (with block/ignore/allow/limit buttons) * let apps provide a relevance/importance level (like logging levels

Re: [Owncloud] help needed with encryption and corruped files

2012-06-15 Thread Frank Karlitschek
On 15.06.2012, at 01:29, Victor Dubiniuk wrote: > Hi ownClouders, > > I'm not an encryption guru but I went further. > Blowfish encrypt method pads the input data with 0x00 in order to make their > length multiple of 8. > Then it packs them into unsigned long: > pack("N2", $Xl, $Xr); > >

Re: [Owncloud] idea : Notification system

2012-06-15 Thread Frank Karlitschek
On 15.06.2012, at 03:26, Florian Hülsmann wrote: > I still love the idea, so I'm adding this to the planned features list: Hi Florian, yes. This is definitely a cool idea and a nice feature. > * let users control which apps can actually send notifications to them (with > block/ignore/allow/

Re: [Owncloud] Miscs. questions : LDAP and UTF8 database encoding.

2012-06-15 Thread Fabio Valente
Hello Matthieu, I'm also trying to setup OwnCloud to authenticate agains OSX Open Directory, but I'm in a early stage and getting nothing but 500 Errors . Could please give me the details you inserted? Thank you Fábio Valente Técnico de TI [IT Technician] _ NAD/ Angola / Portugal / United

Re: [Owncloud] help needed with encryption and corruped files

2012-06-15 Thread Sven Radde
Hi guys, Am 15.06.2012 01:29, schrieb Victor Dubiniuk: > Blowfish*encrypt *method pads the input data with *0x00* in order to > make their length multiple of 8. Yes, that's a necessary step for block encryption algorithms. However, padding with (only) zeroes is troublesome as the step is possibly

Re: [Owncloud] help needed with encryption and corruped files

2012-06-15 Thread Robin Appelman
On Friday 15 June 2012 02:29:48 Victor Dubiniuk wrote: Does anyone have some small files that get corrupted during encryption for use in a unit test, they don't actually have to be a valid .exe or anything. - Robin Appelman ___ Owncloud mailing list O

Re: [Owncloud] Compiling the client

2012-06-15 Thread Jono
On Thu, Jun 14, 2012 at 2:42 AM, Klaas Freitag wrote: > On 13.06.2012 21:53, Jono wrote: > Hey Jono, > > >> Thanks for your response. I found the compiling problem to be that >> DefineOptions.cmake had LOG_TO_CALLBACK set to OFF. Now I have the >> client running. > > Cool, thanks for mentioning, a

[Owncloud] remote.php/core.js & remote.php/core.css

2012-06-15 Thread 403
Hi, I work with the git version of OC4 but since several days I have the following problem: [18:47:07,071] GET https://kloud.blackcolibris.com/remote.php/core.css [HTTP/1.1 404 Not Found 105ms] [18:47:07,074] GET https://kloud.blackcolibris.com/remote.php/core.js [HTTP/1.1 404 Not Found 111m

[Owncloud] Command line sync

2012-06-15 Thread Jono
oud://jono@localhost:80/remote.php/webdav/files.php [stderr] 20120615 19:35:32.314 WARN csync.statedb- sqlite version mismatch [stderr] 20120615 19:35:32.321 WARN csync.statedb- sqlite3_compile error: no such table: metadata - on query SELECT COUNT(phash) FROM metadata LIMIT 1 OFFSET 0; [std

Re: [Owncloud] remote.php/core.js & remote.php/core.css

2012-06-15 Thread Bart Visscher
On Fri, Jun 15, 2012 at 06:58:17PM +0200, 403 wrote: > Hi, > > I work with the git version of OC4 but since several days I have the > following problem: > > [18:47:07,071] GET > https://kloud.blackcolibris.com/remote.php/core.css [HTTP/1.1 404 > Not Found 105ms] > [18:47:07,074] GET > https://klo

Re: [Owncloud] annotation feature

2012-06-15 Thread Alessandro Cosentino
Hi, thanks for the reply. Even if I proposed the idea, I completely agree with you: I have already heard several complains from users that ownCloud is becoming a swiss army knife with too many features and difficult to maintain. Anyway, it's good to have this idea "stored" in the ml, so that I won'

Re: [Owncloud] help needed with encryption and corruped files

2012-06-15 Thread Victor Dubiniuk
Hello Robin, I caught it for an ordinary exe file but I have no access to that system atm. Such file can be produced with *dd if=/dev/urandom of=testfile count=10 && dd if=/dev/zero of=testfile2 count=9 && cat testfile2 >> testfile && echo 12345 >> testfile && rm testfile2* The result is att

Re: [Owncloud] help needed with encryption and corruped files

2012-06-15 Thread Robin Appelman
Hi, I updated encryption in master to successfully encrypt/decrypt the binary test file, can someone test these changes with a file that previously failed. - Robin Appelman On Friday 15 June 2012 23:41:39 you wrote: > Hello Robin, > > I caught it for an ordinary exe file but I have no access

Re: [Owncloud] config.php

2012-06-15 Thread Bart Visscher
On Wed, May 23, 2012 at 09:07:39PM +0200, Diederik de Haas wrote: > Hi all, > > When you install owncloud you'll get a config.php containing mostly the > database parameters. > But if you look into config.sample.php there are quite a number of other > parameters, which' use isn't > always clear

[Owncloud] Share API

2012-06-15 Thread Michael Gapczynski
I just pushed the current state of the share API to the branch share_api. It's incomplete, and no backends have been written, but I wanted to put the code out in the open for review and feedback. The goal is for all apps to be able to share their content easily and in a manner that is consistent