Re: [Owncloud] Gsoc proposal

2012-04-04 Thread Daniel Danger
I vote for having the option to include everything I need in owncloud. If I already setup my own cloud, I might as well do it all ;) afair libredocs is free software, so we don't have to reinvent the wheel to include that in an app for owncloud. Daniel On 04/04/2012 05:34 PM, Michael Grosser wrot

Re: [Owncloud] Bug fix for Bug oc-348 ?

2012-04-12 Thread Daniel Danger
Hi, just wondering. Is this related to the magic_quotes problem we had like a week ago in the IRC channel? Daniel Quoting Marcel Herrguth : Is there a patch I can include into my installation so there is no escaping destroying every code you could want to write? Testfile in dev-demo: h

Re: [Owncloud] Calendar access - speed issues

2012-04-14 Thread Daniel Danger
Hi, I think we can optimize the performance by improving the db-structure. I'll look into that. Optimization in php has to be done by somebody else though. Daniel On 04/14/2012 02:09 PM, Jonathan wrote: > Hi, > > I'm trying to use owncloud in anger now, but have come across what seems > to be

[Owncloud] mysql database engine

2012-04-17 Thread Daniel Danger
Hi, I'd like to propose that we switch to innodb as a database engine for owncloud (when using mysql as a database). The reasons for my proposal are: - support for foreign keys - should perform better (especially in large setups) - will be the default in newer versions of mysql anyhow [1] I know

Re: [Owncloud] Encryption

2012-05-22 Thread Daniel Danger
1) You still have to trust the server where your ownCloud is running. 2) external storage is about the only valid point I see for using server side encryption. 3) If someone has a solution for client side encryption which doesn't break WebDAV and/or browser access to the files, I'd really like to h

Re: [Owncloud] Encryption

2012-05-23 Thread Daniel Danger
Can anyone answer that question? I'd really be interested. Daniel On 05/22/2012 09:07 PM, Aggelos Economopoulos wrote: > What needs to be clarified here is what the threat model is. What does > this encryption scheme try to protect against? ___ Owncloud

[Owncloud] Usernames and multi domain

2012-06-11 Thread Daniel Danger
Hi, usernames that 'look like an email address' could also be confused with other things (e.g. jabberid). I don't really see a problem here. People actually know that not everything that looks like an email address is an email address. Is there any other commonly used format for usernames, that ca

[Owncloud] I give up

2012-08-02 Thread Daniel Danger
Hi, I've been asking about http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-459 for some time now. But noone seems to read my bug nor the comments/questions on irc :( The OC database is a huge mess. If bugs like the one mentioned above are not even confirmed by other people, nor fixed, I j

Re: [Owncloud] I give up

2012-08-02 Thread Daniel Danger
Hi, On 08/02/2012 03:05 PM, Klaas Freitag wrote: > I did now and I can not confirm, see bug report. Thanks! That's the first reaction I got since April. At least now I can dig further into the problem. > >> The OC database is a huge mess. > Shouldn't we try to fix the thing on a constructive leve

[Owncloud] [mysql] drop MyISAM support, get better database

2012-08-06 Thread Daniel Danger
Hi, I suggest, that we drop support for MyISAM and switch to InnoDB. There are a few reasons for that: - we get support for foreign keys - better performance if we let the database do the database stuff - cleaner db schema possible And there are two drawbacks (afaik): - changing existing MyISAM t

Re: [Owncloud] [mysql] drop MyISAM support, get better database

2012-08-06 Thread Daniel Danger
On 08/06/2012 08:20 PM, Robin Appelman wrote: > but that doesn't mean innodb is supported in every installation, I had to > dissable innodb in one of my vps's due to memory limitations in that case I suggest you use sqlite ;) Chee

Re: [Owncloud] [mysql] drop MyISAM support, get better database

2012-08-06 Thread Daniel Danger
n any hard data about that topic. If anyone has some measurements about this, please forward them to me ;) Cheers Daniel Danger On 08/06/2012 08:26 PM, Frank Karlitschek wrote: > Also MyISAM is faster and is using less resources in situation where you have > significantly more read than

Re: [Owncloud] [mysql] drop MyISAM support, get better database

2012-08-07 Thread Daniel Danger
On 08/07/2012 10:24 AM, Klaas Freitag wrote: > On 06.08.2012 19:54, Daniel Danger wrote: >> - we get support for foreign keys > In which way do you want to make use of the support? Are you going to > change the database definitions and all database accessing code[..] Well, yes.

Re: [Owncloud] [mysql] drop MyISAM support, get better database

2012-08-07 Thread Daniel Danger
On 08/06/2012 08:26 PM, Frank Karlitschek wrote: > Also MyISAM is faster and is using less resources in situation where you have > significantly more read than write operations. Do you have a source for that? I just stumbled over [1], suggesting otherwise. Cheers Daniel [1] http://www.lemug.fr

Re: [Owncloud] Who feals responsible for database performance? ;-)

2012-09-20 Thread Daniel Danger
Sorry, I was on vacation. Yes, I'm still up to it. I don't mind getting some help though. Ps.: I told you about some issues with this. Am 17.09.2012 16:14, schrieb Arthur Schiwon: Daniel Danger wanted to work on our database – stil

Re: [Owncloud] MySQL index issue

2012-09-24 Thread Daniel Danger
How about using artificial numeric keys? At least in some cases that might be the best solution. just my 2 cents. Daniel ___ Owncloud mailing list Owncloud@kde.org https://mail.kde.org/mailman/listinfo/owncloud

Re: [Owncloud] User primary key questions

2013-01-21 Thread Daniel Danger
Hi, just a quick thought: Why don't you use email-address like usernames. e.g. user1@location1, user3@location5, ... If your instances have different dns entries, you could use that as the part behind the @. Cheers Daniel Ps.: editing the db-schema is possible, but will most likely fail at some

Re: [Owncloud] Any application there (apart from Media) using the user's password ?

2013-02-06 Thread Daniel Danger
Quick thought on that: Is the password send via $_POST on every request, or just once on login? If the latter is the case, then not every app has the chance to read the password. (or am I wrong here?) What I'm trying to say is, that maybe we can't do it perfectly, but doing it a little better woul

Re: [Owncloud] Core db schema broken and unfixable without new installation

2013-03-18 Thread Daniel Danger
Hi, On 03/18/2013 07:05 PM, André Schild wrote: > Am 18.03.2013 18:49, schrieb Bernhard Posselt: >> On 03/18/2013 06:48 PM, Thomas Tanghus wrote: >>> On Monday 18 March 2013 17:15 Bernhard Posselt wrote: I've tried adding those fields and removing the primary key values from the indices

Re: [Owncloud] (very) large files support in own cloud

2013-07-11 Thread Daniel Danger
Hi, take a look here: https://bugs.php.net/bug.php?id=64888 seems very related to me. If so, you might be able to avoid this problem by using a different OS/webserver/php version. HTH Daniel On 07/11/2013 09:57 AM, Jakub Moscicki wrote: > Hello, > > I have some users testing owncloud for upload

Re: [Owncloud] ownCloud 6 beta 4

2013-11-13 Thread Daniel Danger
Hi, so the changes (compared to beta3) are the ones listed here: https://github.com/owncloud/core/compare/v6.0.0beta3...v6.0.0beta4 ? Cheers, Daniel On 11/13/2013 07:26 PM, Frank Karlitschek wrote: > Hi guys, > > > the ownCloud 6 beta 4 is here. We are making progress. So everyone who has >

Re: [Owncloud] SQLite vs MariaDB/MySQL

2014-01-11 Thread Daniel Danger
Hi, On 01/11/2014 02:18 PM, Jakub Moscicki wrote: > Sorry I don't have benchmarks at hand but not sure if this real needs > benchmarking ;-) I also don't think, that this needs benchmarks. Nevertheless benchmarks to measure the performance of owncloud would be nice to have. With those we could s