Re: [Owncloud] Releases and stuff

2012-07-17 Thread Thomas Müller
Hi Tanghus, hi community, thanks a lot for taking the time to write this email and sum it all up! I - more or less - have not much to add and fully agree with you. Regarding the release cycle I'd like to propose a less time driven approach for OC5. Afaik we have a lot of issues with sharing with

[Owncloud] Releases and stuff

2012-07-17 Thread Thomas Tanghus
Since a release is supposed to be somewhere in the not so distant future, I would like to bring up the subject of how this is to be handled. It is no big secret that the 4.0 release gave us some bad cred, maybe not so much on the corporate side (which I'm blissfully ignorant of), but definitely

[Owncloud] Current progress in notifications app

2012-07-17 Thread Florian Hülsmann
Hi everyone, I have now implemented the vast majority of main features in the notifications app that I'm working on for over a month now and would love to get some feedback. So here's how to try it: git fetch origin git checkout user_notifications You may need to enable the "User Notificatio

Re: [Owncloud] Stable4: Error message on creating user on calendar table

2012-07-17 Thread Thomas Tanghus
On Tuesday 17 July 2012 14:17 Arthur Schiwon wrote: > Hey, > > with current stable4 the following warning is being displayed after when > creating a new user (using PostgreSQL, did not test with sqlite/mysql). > > SQLSTATE[23505]: Unique violation: 7 ERROR: duplicate key value violates > unique c

Re: [Owncloud] Stable4: Error message on creating user on calendar table

2012-07-17 Thread Georg Ehrke
It's only PostgreSQL related. Am 17.07.2012 um 14:32 schrieb Björn Schießle: > On Tue, 17 Jul 2012 14:17:10 +0200 Arthur Schiwon wrote: >> with current stable4 the following warning is being displayed after >> when creating a new user (using PostgreSQL, did not test with >> sqlite/mysql). > > I

Re: [Owncloud] Stable4: Error message on creating user on calendar table

2012-07-17 Thread Björn Schießle
On Tue, 17 Jul 2012 14:17:10 +0200 Arthur Schiwon wrote: > with current stable4 the following warning is being displayed after > when creating a new user (using PostgreSQL, did not test with > sqlite/mysql). I didn't get this error message with sqlite. cheers, Björn -- Björn Schießle Software

Re: [Owncloud] Stable4: Error message on creating user on calendar table

2012-07-17 Thread Georg Ehrke
It seems to be a MDB2 fail, The ID field is set to AutoIncrement. I don't know why it doesn't increment the id automatically. Is there a way to force the increment of the ID, except to set the id manually. Cheers, Georg Ehrke Am 17.07.2012 um 14:17 schrieb Arthur Schiwon: > Hey, > > with curre

[Owncloud] excessive php session files created in temp

2012-07-17 Thread B Walker
Owncloud 4.0.4 Apache 2.2.22 PHP 5.3.14 If I access /files/webdav.php (via https://) I end up with several new php session files in my server temp directory. If I comment out the session_start(); in lib/base.php OC::initSession the session files are not created and it doesn't seem to affect op

[Owncloud] Stable4: Error message on creating user on calendar table

2012-07-17 Thread Arthur Schiwon
Hey, with current stable4 the following warning is being displayed after when creating a new user (using PostgreSQL, did not test with sqlite/mysql). SQLSTATE[23505]: Unique violation: 7 ERROR: duplicate key value violates unique constraint "oc_calendar_calendars_pkey" DETAIL: Key (id)=(0) a

Re: [Owncloud] Sharing Bug

2012-07-17 Thread Emre Erenoglu
On Tue, Jul 17, 2012 at 11:36 AM, Björn Schießle wrote: > On Mon, 16 Jul 2012 18:37:59 +0400 Emre Erenoglu wrote: > > As we catch you :) > > 1) I see that "deleting files" is still not implemented in 4.0.4 for > > shared folders & files, even if the "versioning" is enabled, right? > > We need this

Re: [Owncloud] LDAP User backend problem

2012-07-17 Thread Arthur Schiwon
On 07/17/2012 12:09 PM, Laurent RAYSSIGUIER wrote: Hello, First, sorry for my english, i do the best I can :-) I try OwnCloud for the first time and I had mapped owncloud users with my active directory. I use the post http://forum.owncloud.org/viewtopic.php?f=3&t=2180 to setup it and I enco

[Owncloud] LDAP User backend problem

2012-07-17 Thread Laurent RAYSSIGUIER
Hello, First, sorry for my english, i do the best I can :-) I try OwnCloud for the first time and I had mapped owncloud users with my active directory. I use the post http://forum.owncloud.org/viewtopic.php?f=3&t=2180 to setup it and I encounter two problems. The first one was appears when I s

Re: [Owncloud] Sharing Bug

2012-07-17 Thread Björn Schießle
On Mon, 16 Jul 2012 18:37:59 +0400 Emre Erenoglu wrote: > As we catch you :) > 1) I see that "deleting files" is still not implemented in 4.0.4 for > shared folders & files, even if the "versioning" is enabled, right? > We need this for collaboratively working on a project, and people > sometimes n

Re: [Owncloud] Bug in formatDate()

2012-07-17 Thread Thomas Tanghus
On Tuesday 17 July 2012 08:35 Christian Reiner wrote: > I always use a stable version for app development wherever possible. I think > it is not wise if all developers always are ahead and use fixed and > enhanced versions. The ordinary user is meant to use stable, and this is > where developers sh