Re: [owncloud-devel] Devel Digest, Vol 21, Issue 9

2015-09-09 Thread interfaSys sàrl
Jürgen , The documentation on hooks is completely wrong, you can't rely on it. The best thing to do is too look at how legacy core apps are doing it and try to replicate in the AppFramework app. The issues is tracked here: https://github.com/owncloud/core/issues/17150 Cheers, Olivier > I have

Re: [owncloud-devel] Integration into CMS (esp. Drupal)

2015-09-09 Thread interfaSys sàrl
Most of the features of OpenPhoto will be integrated in Gallery over the next couple of years, so you may end up with a duplicate in 2017, but still great if you need something next year :) If the core share API is too slow, you could try the Gallery API: https://github.com/owncloud/gallery/issues

Re: [owncloud-devel] Integration into CMS (esp. Drupal)

2015-09-09 Thread interfaSys sàrl
When I'm referring to Gallery, that's the one for 8.2, based on Gallery+. It doesn't scan the whole server for pictures, but if you've just uploaded hundreds of images to the folder you're opening in Gallery, then yes, it's going to take some time to get all the thumbnails as they need to be genera

[owncloud-devel] New in 8.2: Dump Arrays, Objects and Exceptions to the log

2015-09-26 Thread interfaSys sàrl
Hi all, I thought you might want to know that in 8.2 developers can now dump objects and arrays, per example, directly to the logs, without having to encode them or extract properties. See the PR for an example: https://github.com/owncloud/core/pull/12682 The normalizer is available here if you w

Re: [owncloud-devel] WD Challenge Proposal - archlinux/btrfs/docker/avahi/rsync

2015-12-17 Thread interfaSys sàrl
Great proposal. I would make the following changes: Web server - Go full PHP7. You're compiling from source, so there shouldn't be any issues. Recommended PECL extensions (Redis, Imagemagick, etc.) are available - Use PHP-FPM with Apache2. One doesn't exclude the other. Apache is officially suppo

[owncloud-devel] WD Challenge Proposal - Gallery optimisations

2015-12-17 Thread interfaSys sàrl
Hello, So, I've heard quite often that Gallery doesn't run great on micro computers and since affordable 64bit versions with 16GB RAM + FreeBSD + ZFS are not around the corner, we should probably do something about it, especially now that a hardware vendor is going to make it easy for anybody to l

[owncloud-devel] WD Challenge Proposal - Gallery optimisations

2015-12-17 Thread interfaSys sàrl
Hello, So, I've heard quite often that Gallery doesn't run great on micro computers and since affordable 64bit versions with 16GB RAM + FreeBSD + ZFS are not around the corner, we should probably do something about it, especially now that a hardware vendor is going to make it easy for anybody to l

[owncloud-devel] WD Challenge Proposal - Gallery optimisations

2015-12-17 Thread interfaSys sàrl
Hello, So, I've heard quite often that Gallery doesn't run great on micro computers and since affordable 64bit versions with 16GB RAM + FreeBSD + ZFS are not around the corner, we should probably do something about it, especially now that a hardware vendor is going to make it easy for anybody to l

Re: [owncloud-devel] alternate proposal

2016-01-14 Thread interfaSys sàrl
I've just had a look at the state of FirefoxOS and it's a non-starter. There is a project[1] which aims at making it run on the Pi2, but the delivery is planned for April. Then there is the issue of building the required stack to be able to run ownCloud on that platform. I think it would be wise

Re: [owncloud-devel] The longest SCALE report ever ;-)

2016-01-27 Thread interfaSys sàrl
Thanks for that entertaining report :) Cheers, Olivier ___ Devel mailing list Devel@owncloud.org http://mailman.owncloud.org/mailman/listinfo/devel

Re: [owncloud-devel] set up environment for developing an app

2016-01-28 Thread interfaSys sàrl
Hello, There is no best IDE ;), it has to fit your workflow. A lot of developers in core are using PHPStorm. It's flexible and powerful and will be a good friend when you need to use tools such as composer, nodejs, npm, bower to set up your project's dependencies. It knows git and will let you eas

Re: [owncloud-devel] GSOC 2016

2016-02-10 Thread interfaSys sàrl
> We can also apply separately. In any case, we have some ideas up, we do still > need mentors and, of course, students. If it's not too much in terms of logistics, this would be a great thing to do. ownCloud integration with Gnome can be part of the Gnome SOC ownCloud integration with KDE can be

Re: [owncloud-devel] GSOC

2016-03-01 Thread interfaSys sàrl
That's awesome news. Well done on getting the project registered! I've added my name to near all the suggestions I created and hopefully we'll get some of these done this Summer :) Cheers, Olivier > Hi all! > > Yes, we're in GSOC. If you're willing and able to mentor - add your name to > the

Re: [owncloud-devel] Introduction - GSoC 2016

2016-03-01 Thread interfaSys sàrl
Hello Kavish, It's nice of you to take an interest :) I've completed the description on https://github.com/owncloud/core/wiki/Google-Summer-of-Code#2016--current with my Github handle and a link to the issue where each project can be further discussed. Looking forward to hearing about your ideas

Re: [owncloud-devel] Create a picture editor app which would integrate with Gallery - GSOC 2016

2016-03-01 Thread interfaSys sàrl
Hello Manish, Thank your for taking an interest. I would be the project's mentor and my Github handle is @oparoz. There are 2 ways to reach the goal, depending on your knowledge of PHP and your willingness to learn how to build an ownCloud app. You can either create a separate app which would the

Re: [owncloud-devel] Create a picture editor app which would integrate with Gallery - GSOC 2016

2016-03-02 Thread interfaSys sàrl
oing some changes on the images we have to save the edited image back to > the ownCloud using the API. > > Please tell me if I am going in the right direction. > On 2 Mar 2016 6:49 a.m., "interfaSys sàrl" wrote: > >> Hello Manish, >> >> Thank y

Re: [owncloud-devel] Stable9 branch and version update on master

2016-03-02 Thread interfaSys sàrl
Thanks for the heads up! Cheers, Olivier > Hi developers, > > last night not only 9.0.0-RC1 was released, but also the stable9 branch > was created. > master will soon have it's version updated to 9.1: > https://github.com/owncloud/core/pull/22769 > > This might make your unit tests failing,

Re: [owncloud-devel] Create a picture editor app which would integrate with Gallery - GSOC 2016

2016-03-02 Thread interfaSys sàrl
cation and we can make the > application mobile first and responsive which is now a days going very > popular. :) > > Looking forward to hearing from you. Great mentor I have got for this > project :) > > > On Wed, Mar 2, 2016 at 8:16 PM, interfaSys sàrl <mailto:i...@interfa

Re: [owncloud-devel] [GSoC 2016] Create a picture editor app which would integrate with Gallery

2016-03-03 Thread interfaSys sàrl
Hello Nanduni, Roughly it's about designing either an ownCloud app or an additional view in Gallery to let users edit their pictures using tools commonly found on such apps. The scope is significantly larger if you decide to create a separate app, but it gives you more freedom. The editing should

Re: [owncloud-devel] Create a picture editor app which would integrate with Gallery - GSOC 2016

2016-03-03 Thread interfaSys sàrl
The feature set sounds reasonable Regarding the dev environment, I would advise you to start using PHPstorm. It's free for students and is a great help when working on both PHP and JS code. Windows 10 is OK, you can easily install the ownCloud VM. If you want to use AngularJS, then this will hav

Re: [owncloud-devel] Create a picture editor app which would integrate with Gallery - GSOC 2016

2016-03-03 Thread interfaSys sàrl
on. > > Also I am looking for some suggestions regarding the URL of the > application which will be hosted on the ownCloud at the last. > > On 3 Mar 2016 7:37 p.m., "interfaSys sàrl" <mailto:i...@interfasys.ch>> wrote: > > The feature set sounds reasonabl

Re: [owncloud-devel] [GSOC'16] Introduction and Interested Projects

2016-03-04 Thread interfaSys sàrl
Hello Jalpreet, Regarding tasks, just pick a junior job. They allow you to go through the code to help you better understand how the app is structured. It's also possible to pick other tasks if you see something you find interesting. Regarding the AppFramework, there is a good example about build

Re: [owncloud-devel] Create a picture editor app which would integrate with Gallery - GSOC 2016

2016-03-04 Thread interfaSys sàrl
It really depends on which OS you're more comfortable with. On Windows 10, you would have your ownCloud setup in a VM and that only works well if your computer has enough cores and RAM. > I am confused on which OS I should choose to develop this app. I have 2 > Options : Windows 10 and Ubuntu 1

Re: [owncloud-devel] Create a picture editor app which would integrate with Gallery - GSOC 2016

2016-03-04 Thread interfaSys sàrl
Hello Kareem, I invite you to read this wiki entry in the Gallery project to help you get started. https://github.com/owncloud/gallery/wiki/GSoC-2016 Cheers, Olivier > Hello sir/madam, > I am Kareem Ahmed sheik and i'm currently pursuing > my Bachelor of Technology in Co

Re: [owncloud-devel] GSOC 2016-Create a picture editor app which would integrate with Gallery

2016-03-07 Thread interfaSys sàrl
Hello Ramya, Checkout this wiki entry in the Gallery project. That should give you all the information you need to get started. https://github.com/owncloud/gallery/wiki/GSoC-2016 Cheers, Olivier > Dear sir, > I am Ramyasri Kola, third year undergraduate student in Computer > Science.I am f

[owncloud-devel] Mailing list should be fixed to stop invalidating DKIM signatures

2016-03-09 Thread interfaSys sàrl
Hello Mailing List admins, Gmail, per example, adds a DKIM signature with every message it sends. Hosts which block emails based on that knowledge will not be able to receive messages sent from Gmail which go through this MLM, because it modifies the messages and thus invalidates the signature. I

Re: [owncloud-devel] GSOC2016

2016-03-09 Thread interfaSys sàrl
Checkout this wiki entry in the Gallery project. That should give you all the information you need to get started. https://github.com/owncloud/gallery/wiki/GSoC-2016 Cheers, Olivier > > > I am interested I making "ownCloud app which provides CRUD access to the > metadata stored in images",

Re: [owncloud-devel] Introduction

2016-03-09 Thread interfaSys sàrl
Hello Gaurav, Checkout this wiki entry in the Gallery project. That should give you all the information you need to get started. https://github.com/owncloud/gallery/wiki/GSoC-2016 Also, check the mailing list's archive as lots of questions have been answered already. Cheers, Olivier > Hi, >

Re: [owncloud-devel] GSOC 2016 - Create a picture editor which integrates with Gallery

2016-03-09 Thread interfaSys sàrl
Hello Chathura, The editor can be as complex as you want it to be (depending on your skills and previous experience), but it has to be accessible for beginners. If you're good at designing usable interface, that shouldn't be a problem, but if you're new to it, then it's probably best to keep thing

Re: [owncloud-devel] Mailing list should be fixed to stop invalidating DKIM signatures

2016-03-09 Thread interfaSys sàrl
Thanks :) On 09/03/2016 12:49, Chris wrote: >> Hello Mailing List admins, > > not quite sure if they are "online" here. > > https://mailman.owncloud.org/mailman/listinfo > > is saying: > >> If you are having trouble using the lists, please contact >> mail...@owncloud.org. > > > > -- > Vie

Re: [owncloud-devel] Mailing list should be fixed to stop invalidating DKIM signatures

2016-03-09 Thread interfaSys sàrl
Thank you Daniel! >>> mailman at owncloud.org. > "We" are on the list, and "we" are hearing you, but "we" need to perform > some software updates first. The plan is to do this RSN. > > Daniel > > -- > www.owncloud.com - Your Data, Your Cloud, Your Way! > > ownCloud GmbH, GF: Markus Rex, Holge

Re: [owncloud-devel] Developing against multiple versions of core?

2016-03-18 Thread interfaSys sàrl
Hello Matt, I find that the setup you've described works really well. There is only one web stack to manage and you can put it all in a VM for easy archiving/portability/sharing. Cheers, Olivier -- interfaSys sàrl Chemin de la Chérard 2 CH-1081 Montpreveyres www.interfas

Re: [owncloud-devel] GSoC 2016

2016-03-19 Thread interfaSys sàrl
Hello Raunaq, This project is discussed here: https://github.com/owncloud/gallery/issues/550 And make sure you read this to understand what we're looking for in terms of preparation: https://github.com/owncloud/gallery/wiki/GSoC-2016 Cheers, Olivier > Dear developers, > Hi! Im Raunaq Abhyank

Re: [owncloud-devel] GSoC 2016: Make it possible to embed ownCloud galleries in another website

2016-03-19 Thread interfaSys sàrl
Hello, Thank you for your interest! Please check this wiki entry: https://github.com/owncloud/gallery/wiki/GSoC-2016 and ask your questions in the issue related to this project: https://github.com/owncloud/gallery/issues/235 Cheers, Olivier > > > Dear sir, > > I am Zhang Sen, a junior gra

Re: [owncloud-devel] ownCloud Pi Device: Snappy Ubuntu Core images available

2016-03-21 Thread interfaSys sàrl
> On 03/19/2016 09:43 AM, Jos Poortvliet wrote: >> Hey Kyle, >> >> We've been playing with the box at the Chemnitzer Linux Tage conf. A few >> things we noticed: >> * it's ownCloud 8.2.2, any chance we can get it to 9.0? > > Done. I had some issues with the upgrade, but sorted them today, so >

Re: [owncloud-devel] ownCloud Pi Device: Snappy Ubuntu Core images available

2016-03-22 Thread interfaSys sàrl
> > > On 03/21/2016 07:22 PM, interfaSys sàrl wrote: >> I've noticed both occ and php are now in the bin folder, but none of >> them work. >> >> ubuntu at localhost:~$ ./occ >> occ: 5: >> /writable/system-data/snaps/owncloud.canonical/9.

[owncloud-devel] Time to test a new ownCloud snap

2016-04-05 Thread interfaSys sàrl
27;re about sideloading any snap, but the URL used is the one of the snap to test. There are also a few tutorials in the wiki which should help get you started delivering improvements: https://github.com/owncloud/pi-image/wiki Cheers, Olivier -- interfaSys sàrl www.interfas

[owncloud-devel] New ownCloud 9.0.1 snaps to test

2016-04-22 Thread interfaSys sàrl
those snaps is on the forums: https://forum.owncloud.org/viewtopic.php?f=38&t=35621 Cheers, Olivier -- interfaSys sàrl www.interfasys.ch ___ Devel mailing list Devel@owncloud.org http://mailman.owncloud.org/mailman/listinfo/devel

[owncloud-devel] Leaving the ownCloud Gallery project

2016-06-26 Thread interfaSys sàrl
Dear ownCloud community, I've decided to stop using ownCloud and thus stop maintaining the ownCloud Gallery app. I've moved the repository away and I'm unable to create owncloud/gallery, but I'm happy to push all the usual branches (master, stableX) as soon as someone creates it. I will make sure

Re: [owncloud-devel] ownCloud Project Sorting (Chris)

2016-07-14 Thread interfaSys sàrl
Regarding Gallery, nothing should change in the short term, since people in both camps are trying not to break compatibility with apps and since there are ongoing discussions to make apps available from a single, neutral repository. i think this will be the main challenge for the ownCloud