[Owncloud] How much ownCloud db takes?

2014-01-15 Thread Vladimir Sapronov
period of time my space will be enough. Thanks, Vladimir Sapronov ___ Owncloud mailing list Owncloud@kde.org https://mail.kde.org/mailman/listinfo/owncloud

Re: [Owncloud] How to configure ownCloud server before installation?

2013-12-10 Thread Vladimir Sapronov
Yes, thanks. I didn't realize that I can set any params in autoconfig.php. Actually I can even drop any *.config.php file into config folder at any time and it will be injected. Somehow I haven't seen this before. On Dec 10, 2013 12:18 AM, "Kondou" wrote: > -BEGIN PGP SIGNED MESSAGE- > Ha

[Owncloud] How to configure ownCloud server before installation?

2013-12-09 Thread Vladimir Sapronov
can put all instraction I want to execute to tweak ownCloud server after intallation. Thanks, Vladimir Sapronov ___ Owncloud mailing list Owncloud@kde.org https://mail.kde.org/mailman/listinfo/owncloud

Re: [Owncloud] ownCloud 6 from git

2013-12-04 Thread Vladimir Sapronov
that is in. Perhaps its in > https://github.com/owncloud/documentation somehwere? > > Sean > > > On 3 December 2013 20:10, Vladimir Sapronov > wrote: > >> Sean, could you please update the README at GitHub which you cited and >> make pull request so everybody woul

Re: [Owncloud] ownCloud 6 from git

2013-12-03 Thread Vladimir Sapronov
Sean, could you please update the README at GitHub which you cited and make pull request so everybody would enjoy fresh working instructions. On Dec 3, 2013 9:34 AM, "Sean Boran" wrote: > Thanks, that works fine. > > Sean > > > On 3 December 2013 14:47, Bernhard Posselt wrote: > >> You need to u

Re: [Owncloud] How to partially predefine OC settings

2013-10-31 Thread Vladimir Sapronov
, Oct 31, 2013 at 9:50 PM, Alessio Fattorini < alessio.fattor...@nethesis.it> wrote: > Thank you, i'm working on 5 version. This is my fault ;-( > > Vladimir Sapronov ha scritto: > > > Hi Alessio, > > What version of ownCloud are you running? Partial configuration

Re: [Owncloud] How to partially predefine OC settings

2013-10-31 Thread Vladimir Sapronov
ownCloud installation. On Oct 31, 2013 1:39 PM, "Alessio Fattorini" wrote: > Il 03/10/2013 19:28, Vladimir Sapronov ha scritto: > >> Hi, >> >> I made the change to setup I described before. Here's a pull request: >> https://github.com/owncloud/**core/pu

Re: [Owncloud] owncloud.org countdown?

2013-10-23 Thread Vladimir Sapronov
Got the announcement about Documents on the web-site. Thanks to owncloud.orgmaintainer! On Thu, Oct 24, 2013 at 12:28 AM, Vladimir Sapronov < vladimir.sapro...@gmail.com> wrote: > Hey, I stayed up till midnight to see the announcement. And here is what I > see: > A special

Re: [Owncloud] owncloud.org countdown?

2013-10-23 Thread Vladimir Sapronov
e ownCloud mailing list archive at Nabble.com. > ___ > Owncloud mailing list > Owncloud@kde.org > https://mail.kde.org/mailman/listinfo/owncloud > -- Vladimir Sapronov ___ Owncloud mailing list Owncloud@kde.org https://mail.kde.org/mailman/listinfo/owncloud

Re: [Owncloud] ownCloud Debian package

2013-10-10 Thread Vladimir Sapronov
Thanks everyone for clarifications! Helped a lot. On Oct 9, 2013 11:56 AM, "Sandro Knauß" wrote: > Hey, > > > Regarding only this point: Maybe > > http://lists.debian.org/20131004133014.gb29...@gwolf.org > > is interesting for you. > The deployment of the debian packages (inside debian) is coordi

Re: [Owncloud] ownCloud Debian package

2013-10-08 Thread Vladimir Sapronov
today. On Tue, Oct 8, 2013 at 2:28 AM, Klaas Freitag wrote: > On 08.10.2013 03:36, Vladimir Sapronov wrote: > >> Cool, thanks! >> >> It seems to me (correct me if I'm wrong) that: >> Stable - >> https://build.opensuse.org/**package/show/isv:ownCloud

Re: [Owncloud] ownCloud Debian package

2013-10-07 Thread Vladimir Sapronov
So I would expect nightly build to produce 5.0.13_date or 6.0.0_date... On Mon, Oct 7, 2013 at 8:29 PM, Malcolm wrote: > On Mon 07 Oct 2013 08:25:37 PM CDT, Vladimir Sapronov wrote: > > >Sorry, wrong copy-paste, I meant this source: > > > http://download.opensuse.org/repositor

Re: [Owncloud] ownCloud Debian package

2013-10-07 Thread Vladimir Sapronov
gets them? Thanks, Vladimir Sapronov ___ Owncloud mailing list Owncloud@kde.org https://mail.kde.org/mailman/listinfo/owncloud

[Owncloud] ownCloud Debian package

2013-10-07 Thread Vladimir Sapronov
gets them? Thanks, Vladimir Sapronov ___ Owncloud mailing list Owncloud@kde.org https://mail.kde.org/mailman/listinfo/owncloud

Re: [Owncloud] How to partially predefine OC settings

2013-10-03 Thread Vladimir Sapronov
Hi, I made the change to setup I described before. Here's a pull request: https://github.com/owncloud/core/pull/4982 The code was already reviewed and this pull request need to be tested. Can someone test it, please? Thanks, Vladimir Sapronov On Aug 22, 2013 8:47 PM, "Vladimir Sapron

Re: [Owncloud] How to partially predefine OC settings

2013-08-22 Thread Vladimir Sapronov
he installation-config.php file, if there's no installation-config.php then current "Finish Setup" page will be generated. Thanks, Vladimir Sapronov On Mon, Aug 19, 2013 at 3:17 PM, Vladimir Sapronov < vladimir.sapro...@gmail.com> wrote: > Hi, > > Here I meant the

[Owncloud] How to partially predefine OC settings

2013-08-19 Thread Vladimir Sapronov
Hi, Here I meant the main settings controlled from "Finish Setup" page. I don't want the admin-user to select storage type (MySQL) and credentials (to MySQL). But I still want the first admin-user to provide OC credentials and click "Finish Setup" button on the screen. How I can achieve that? I h

Re: [Owncloud] How to disable apps programmatically?

2013-08-19 Thread Vladimir Sapronov
Thank you! The info.xml way is what I was looking for. On Aug 18, 2013 5:06 AM, "Bernhard Posselt" wrote: > On 08/18/2013 05:30 AM, Vladimir Sapronov wrote: > >> Hello, >> >> I want to disable some apps right after owncloud installation but before >>

[Owncloud] How to disable apps programmatically?

2013-08-17 Thread Vladimir Sapronov
Hello, I want to disable some apps right after owncloud installation but before "Finish Setup" screen (installation.php) done. So, let's say I just have done 'apt-get install owncloud'. How can I disable Calendar and Contacts apps using command line?

[Owncloud] Backup ownCloud instance to another ownCloud instance

2013-08-07 Thread Vladimir Sapronov
Hello, I'm looking for some failover functionality. Let's say my ownCloud server was flooded or NSA took it away. I wish to have a possibility easily restore from other ownCloud instance. I've setup the one on other side of the earth at parents house. So I would be glad that if these 2 instances p

[Owncloud] Using UPnP to make ownCloud available from "outside"

2013-08-06 Thread Vladimir Sapronov
Hello, I'm interested if the possibility of using Wi-Fi routers UPnP was ever considered to make ownCloud server available from outside of the home network? It seems to me that for now the recommendation is to setup port forwarding on the router in order to make ownCloud available from outside of