summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 13:55:31 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 13:55:31 +0200
commit9d3de6d0959e73096ce0fa0ad9f6f7c702b0e0a8 (patch)
tree9720afa2538af7b732198405e681eaa3269520a1
parent3bd4247065e808d54089cf7eebb9be5588742265 (diff)
serve an example rss file for testing
-rw-r--r--js/Gruntfile.js10
-rw-r--r--js/tests/static/owncloud.org.rss640
2 files changed, 647 insertions, 3 deletions
diff --git a/js/Gruntfile.js b/js/Gruntfile.js
index 8f3022649..b5e13b074 100644
--- a/js/Gruntfile.js
+++ b/js/Gruntfile.js
@@ -13,6 +13,7 @@ module.exports = function(grunt) {
// load needed modules
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-watch');
+ grunt.loadNpmTasks('grunt-contrib-connect');
grunt.loadNpmTasks('grunt-jslint');
grunt.loadNpmTasks('grunt-phpunit');
grunt.loadNpmTasks('grunt-wrap');
@@ -145,6 +146,13 @@ module.exports = function(grunt) {
configFile: 'config/protractor.js'
}
}
+ },
+ connect: {
+ server: {
+ options: {
+ base: 'tests/static/'
+ }
+ }
}
});
@@ -152,6 +160,6 @@ module.exports = function(grunt) {
grunt.registerTask('default', ['jslint', 'concat', 'ngmin', 'wrap']);
grunt.registerTask('test', ['karma:unit']);
grunt.registerTask('ci', ['default', 'karma:continuous']);
- grunt.registerTask('e2e', ['protractor_webdriver', 'protractor']);
+ grunt.registerTask('e2e', ['protractor_webdriver', 'connect', 'protractor']);
}; \ No newline at end of file
diff --git a/js/tests/static/owncloud.org.rss b/js/tests/static/owncloud.org.rss
index f641a2628..cdab4f201 100644
--- a/js/tests/static/owncloud.org.rss
+++ b/js/tests/static/owncloud.org.rss
@@ -1,3 +1,639 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rss version="2.0" xml:base="http://owncloud.org/planet/rss-feed" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>ownCloud Planet</title>
+ <language>en-us</language>
+ <link>http://owncloud.org/planet/rss-feed</link>
+ <description>The ownCloud blog planet with posts from all ownCloud contributors</description>
+ <pubDate>Thu, 15 May 2014 11:44:27 +0000</pubDate>
+ <lastBuildDate>Thu, 15 May 2014 11:44:27 +0000</lastBuildDate>
+ <atom:link href="http://owncloud.org/planet/rss-feed" rel="self" type="application/rss+xml"/>
+ <item>
+ <title>ownCloud development in April</title>
+ <link>http://blog.jospoortvliet.com/2014/05/owncloud-development-in-april.html</link>
+ <guid>http://blog.jospoortvliet.com/2014/05/owncloud-development-in-april.html</guid>
+ <comments>http://blog.jospoortvliet.com/2014/05/owncloud-development-in-april.html</comments>
+ <pubDate>Wed, 14 May 2014 19:57:00 +0000</pubDate>
+ <description><![CDATA[<div dir="ltr" trbidi="on"><table align="center" cellpadding="0" cellspacing="0"><tbody><tr><td><a href="http://3.bp.blogspot.com/-nTF8RA6HTgU/U3PJX8VCsiI/AAAAAAAAOok/XTMmOeAHpsk/s1600/github.png" imageanchor="1"><img border="0" src="http://3.bp.blogspot.com/-nTF8RA6HTgU/U3PJX8VCsiI/AAAAAAAAOok/XTMmOeAHpsk/s1600/github.png" height="261" width="320"></a></td></tr><tr><td>Github in action</td></tr></tbody></table>Frank and myself thought it would be nice to have a weekly news report around the ownCloud community. It makes it easier for people to follow what is going on, we can't all follow all mailing lists and git logs and forums and so on. To start this up I went through information sources like the development mailing list, blogs, news and more and compiled an article about the whole month of April. If you all like it, I can start doing this weekly.<br><br>Now I can't follow everything either, of course, so it would be helpful if you, dear readers, could send what YOU know is going on to me! That would ensure I don't miss any cool things. Mail me or ping me over G+, twitter or somewhere else! Any suggestion is welcome.<br><br><table align="center" cellpadding="0" cellspacing="0"><tbody><tr><td><a href="http://3.bp.blogspot.com/-6zb46hU1SDs/U3PJZM54ooI/AAAAAAAAOow/8q_jOQY_VnI/s1600/mockups.png" imageanchor="1"><img border="0" src="http://3.bp.blogspot.com/-6zb46hU1SDs/U3PJZM54ooI/AAAAAAAAOow/8q_jOQY_VnI/s1600/mockups.png" height="400" width="386"></a></td></tr><tr><td>UI mockups of new features</td></tr></tbody></table><br><h2>Development</h2>So, let's start with what happened in ownCloud development in April, separated by core, cloud and clients. Note that what is below is not guaranteed to end up in a release! We might re-design things, defer to a later release to give it more testing or change the feature otherwise...<br><br><h3>ownCloud core</h3><br><ul><li>Work is happening to refine the oC 7 public API.</li><li>Lots of work on LDAP improvements (much of that landed in 6.0.3, see <a href="https://blog.schiwon.me/ldap-owncloud-603-improved-performance-and-more">this blog</a>)</li><li>Some work is done for improving support for high dpi screens! See <a href="https://github.com/owncloud/core/pull/8058">PR 1</a> and <a href="https://github.com/owncloud/core/pull/8065">PR 2</a> for details.</li><li>Progress on a tool for <a href="https://github.com/owncloud/core/pull/6457">conversion of data between various databases</a></li><li>Some neat 'ajaxification' in the core, making way for:</li><ul><li><a href="https://github.com/owncloud/core/pull/7167">infinite scrolling for files app</a> got merged!</li><li><a href="https://github.com/owncloud/core/pull/8041">file sorting (by clicking column headers)</a> is under development, needs review and help...</li></ul><li>The new user management from <a href="https://github.com/owncloud/core/pull/7151">this pull request</a> is almost ready to be merged!</li><li>There is a project going on to make the normal ownCloud UI <a href="https://github.com/owncloud/core/pull/8159">more usable on mobile devices</a>. Help is of course very welcome as this is a lot of work!</li></ul><table align="center" cellpadding="0" cellspacing="0"><tbody><tr><td><a href="http://1.bp.blogspot.com/-tHuHOwSQfLw/U3PJYfMZ5_I/AAAAAAAAOoo/a87jQF-oSaA/s1600/mockup.jpg" imageanchor="1"><img border="0" src="http://1.bp.blogspot.com/-tHuHOwSQfLw/U3PJYfMZ5_I/AAAAAAAAOoo/a87jQF-oSaA/s1600/mockup.jpg" height="320" width="229"></a></td></tr><tr><td>Good old fashioned paper mockup</td></tr></tbody></table><h3>ownCloud apps</h3><br><ul><li><a href="http://github.com/owncloud/apps/pull/1769">work is going on</a> to improve the view on what happened on your ownCloud in the activity app</li><li>Infinite scrolling &amp; neater layout for pictures app are coming.</li><li>A much improved music app is coming, and a variety of features is under development, like <a href="https://github.com/owncloud/music/pull/233">new playlist functionality</a>.</li></ul><br><br><h3>ownCloud clients</h3><br><ul><li>The iOS saw work on multiple-downloads support. Not finished yet but a future version should include this. There was also work on the 'favorite files' feature.</li><li>The Android client got the <a href="https://github.com/owncloud/android/pull/149">InstantUpload video branch</a> finally merged. This means that once released, the client can upload video instantly, either always or only when on wifi. Thanks to <a href="https://github.com/zerginator">zerginator</a> for doing the hard work!</li><li>The first beta for the 1.6 release of the desktop client came out and a bunch of bugs got fixed based on the feedback that came in. If you have not tried the new release, help us test it so we can make it even better. Read more about this upcoming release in <a href="https://daniel.molkentin.net/2014/04/09/owncloud-client-1-6-the-tour/">this blog by Danimo</a>.</li></ul><br><div dir="ltr" trbidi="on"><h2>Devel mailing list discussions</h2>The entire month saw lots of bugfixes fly by on the devel mailing list. The news app, for example, now deals better with a host of websites, but also got reworked to be finally independent from the app framework. Meanwhile, there's a <a href="https://github.com/Apophenia/news-ff-feeds">firefox plugin being developed for the News app</a>, courtesy of our <a href="https://github.com/owncloud/core/wiki/Outreach-Program-for-Women">Outreach Program for Women participation</a>.<br><table align="center" cellpadding="0" cellspacing="0"><tbody><tr><td><a href="http://1.bp.blogspot.com/-Kl6ztryJ494/U3PJX3IIaWI/AAAAAAAAOos/kab83HpDswg/s1600/bug+reports.png" imageanchor="1"><img border="0" src="http://1.bp.blogspot.com/-Kl6ztryJ494/U3PJX3IIaWI/AAAAAAAAOos/kab83HpDswg/s1600/bug+reports.png" height="400" width="316"></a></td></tr><tr><td>Visual bugreports with screenshots.</td></tr></tbody></table><br><h3>Listing apps</h3>Jan-Christoph announced that he had put together a page listing the central ownCloud apps as well as mobile and desktop clients. There is also a section 'external apps to integrate with'. With this overview he hopes to encourage collaboration over fragmentation. <a href="https://github.com/owncloud/core/wiki/Apps">See the page here</a>.<br><br>Vincent Petry brought a <a href="https://github.com/PVince81/pyocclient">python client library</a> to the ownCloud list, spawning a discussion about the need for perhaps a JavaScript library as well.<br><br><h2>In other news</h2>The bugfix release <a href="https://owncloud.com/blog/owncloud-6-0-3-released">ownCloud 6.0.3</a> brought new bugfixes and <a href="http://www.arthur-schiwon.de/ldap-owncloud-603-improved-performance-and-more">improved LDAP performance</a>.<br><br>The wider FOSS world saw Canonical retire Ubuntu One, to which we replied offering Ubuntu users to come and <a href="https://owncloud.com/blog/canonical-ubuntu-one-users-come-check-owncloud">try out ownCloud</a>. As Frank wrote when Box announced they'd open source some of the tools they use in-house for system administration and engineering:<br><blockquote>"Depending on a vendor is always risky: the vendor can go bankrupt, be bought or raise prices. In the world of web services it also often happens that vendors decide to discontinue functionality they deem not crucial enough. It could just be something you depend on!"</blockquote>ownCloud can be run on your own servers, not requiring you to move your data to an untrusted, third-party server farm." See <a href="https://owncloud.com/blog/value-proposition-open-source">his blog post</a>.<br><br><h2>Conclusion</h2>I hope you liked the ownCloud news of April! Obviously, the weekly ones should be shorter than this one. Let me know in the comments what you think about doing this every week. If you all think it is a good idea, I'll move this to the ownCloud blog.&nbsp;</div></div>]]></description>
+ </item>
+ <item>
+ <title>Report: openSUSE conference 2014, Dubrovnik.</title>
+ <link>http://eiosifidis.blogspot.com/2014/05/report-opensuse-conference-2014.html</link>
+ <guid>http://eiosifidis.blogspot.com/2014/05/report-opensuse-conference-2014.html</guid>
+ <comments>http://eiosifidis.blogspot.com/2014/05/report-opensuse-conference-2014.html</comments>
+ <pubDate>Wed, 14 May 2014 10:19:00 +0000</pubDate>
+ <description><![CDATA[<center><a href="http://owncloud.comuv.com/Upload/images/csc0177.jpg"><img src="http://owncloud.comuv.com/Upload/images/csc0177.jpg" width="80%" height="80%"></a></center><br>One more fan-freakin-tastik openSUSE conference is over. Thank you <a href="http://en.wikipedia.org/wiki/Dubrovnik" target="1">Dubrovnik</a> and local organizers for such fantabulous conference. Your city is beautiful. Too bad that the weather wasn't sunny all the time (don't forget that Dubrovnik is touristic city). The old city was dope. I mean it's very cool to stay inside the walls, go to school there. Of course restaurants, bars etc are expensive there, but still it's so cool!!!<br><br>Personally don't understand why everyone in the community linked <a href="http://en.wikipedia.org/wiki/Dubrovnik#In_popular_culture" target="1">Dubrovnik with Game of thrones series</a>. It's a Hollywood product. Maybe I'm the only one that don't watch it. On the other hand, I saw the cruelty of civil war during 91-94 and the <a href="http://en.wikipedia.org/wiki/Siege_of_Dubrovnik" target="1">siege of Dubrovnik</a> that lasted for 7 months. Of course a theme couldn't use that, since it's politics (although Game of Thrones has copyrights and it's better not to use it either). <br><br><center><a href="http://owncloud.comuv.com/Upload/images/dsc0200.jpg"><img src="http://owncloud.comuv.com/Upload/images/dsc0200.jpg" width="80%" height="80%"></a><br>Greeks, Brazilians, Germans and Czechs.</center><a name="more"></a><br>People there were kind and happy to help us. During the last 2 days of the conference, there was a religious youth festival and the city was too crowded. Good for us to mingle but the transportation to and from the venue was kind of difficult for everyone.<br><br>Now let's talk about the conference. I was volunteer. My duty was to keep social media updated. I didn't have time to attend to many presentations I had to watch if streaming was on, sound was OK and inform the video team if there was a problem.<br>This year, there wasn't an organized press room, so I could do this job from anywhere. So I took my netbook and sometimes I was in the presentations room, sometimes I was sitting at the GNOME Booth. <br><br>I also managed to bring swag and organize the GNOME booth. Thank you <a href="https://plus.google.com/+KostasLivieratos/posts" target="1">Kostas Livieratos</a>, <a href="https://plus.google.com/109771781417097774518/posts" target="1">Anna Angelogianni</a>, <a href="https://plus.google.com/100698378976152085216/posts" target="1">Apostolis Ntokos</a> and <a href="https://plus.google.com/101572283611606913445/posts" target="1">Tobias Mueller</a> that helped to have a great GNOME presence at openSUSE conference.<br><br>Regarding presentations, thank <a href="https://www.youtube.com/playlist?list=PL_AMhvchzBaexmeFXo2zfjQTV0XxaMliS" target="1">openSUSEtv</a>, I saw them when I got back home. Here some highlights:<br><br>1. Since I'm not tech person, I like almost all Jos' presentations. My fav was the <a href="https://www.youtube.com/watch?v=KufI7O3apZI" target="1">tips about the booths and presence</a>. It was something that I studied and presented at openSUSE conference 2012. If we combine the presentation <a href="https://www.youtube.com/watch?v=lm5JUW6byq0" target="1">Social Skills for Geeks</a>, we will have a better result to our community. Also another cool presentation was his tips to <a href="https://www.youtube.com/watch?v=u6-9wou7Vog" target="1">build a community in 10 steps</a>. Since I'm passionate <a href="https://www.youtube.com/watch?v=UztJ5OEvEvw" target="1">about ownCloud</a>, it was good opportunity for me to watch what the new community manager has to say about it.<br><br>2. Of course <a href="https://www.youtube.com/watch?v=9qQnlogmato" target="1">Tobias' presentation about GNOME</a> was something that I watched (since I didn't make it to see him live). I presented many things that he told us here in Greece. I used the new version 3.12 and I'm very excited about it. Richard Brown told us that new version is in Tumbleweed repos and on a stable repository so users can use it.<br><br>3. A must see presentation is <a href="http://youtu.be/G-r_ML-MnMo" target="1">Design and Branding - The Way Forward by Ken Wimer</a>. Branding and new design is what makes the difference to every product (not only software). Typography, fonts, slides and how to present is what matters.<br><br>4. As part of the <a href="https://en.opensuse.org/openSUSE:Travel_Support_Program" target="1">Travel Support committee</a>, I presented a <a href="https://www.youtube.com/watch?v=mQD7dc01nIc" target="1">part about the program</a>, but Ancor's presentation about <a href="https://www.youtube.com/watch?v=gDA4ccqp570" target="1">how to use the TSP application to request for reimbursement</a>, is the presentation we should use for future questions how to use the <a href="https://connect.opensuse.org/travel-support" target="1">TSP tool</a>.<br><br>Personal highlights is that I met with Tobias Mueller. We used to mail each other about GNOME. Now I met him AFK. <br><br>Also another highlight was that I met Michal Meeks. He had a <a href="https://www.youtube.com/watch?v=YOa8sMQPG14" target="1">keynote presentation about The Document Foundation and LibreOffice</a>.<br><br><center><a href="http://owncloud.comuv.com/Upload/images/meeks.jpg"><img src="http://owncloud.comuv.com/Upload/images/meeks.jpg" width="80%" height="80%"></a><br><br>Anna, Apostolis, Wookey, Me, Francoise, Michael, Kostas</center><br>For more pictures you can check <a href="https://plus.google.com/b/113385548251515365143/113385548251515365143/photos" target="1">Google Plus Greece</a> and <a href="https://plus.google.com/events/c8v2n62kf4dqqt2odqb1aub88fg" target="1">Google Plus event page</a>.<br><br>I hope I covered everything. Now the future. Next openSUSE conference will take place in The Hague. Thank to Hans de Raad. I'll see you next year!!!<br><br>I would like to thank openSUSE that sponsored part of my expenses for this conference.]]></description>
+ </item>
+ <item>
+ <title>ownCloud at re:publica and LinuxTag 2014</title>
+ <link>https://daniel.molkentin.net/2014/05/13/owncloud-at-republica-and-linuxtag-2014/</link>
+ <guid>https://daniel.molkentin.net/2014/05/13/owncloud-at-republica-and-linuxtag-2014/</guid>
+ <comments>https://daniel.molkentin.net/2014/05/13/owncloud-at-republica-and-linuxtag-2014/</comments>
+ <pubDate>Tue, 13 May 2014 07:09:00 +0000</pubDate>
+ <description><![CDATA[<p>Last week saw several events in Berlin&rsquo;s <a href="http://www.station-berlin.de/" target="_blank">Station</a> event location that also featured ownCloud in one way or the other. The first, <a href="http://re-publica.de/" target="_blank">re:publica</a>, is probably mostly known by bloggers and internet activists. Titled <em>Into the wild</em>, an obvious tongue in cheek about the unsafe and well-surveilled place the internet has become, it was a great place to talk about ownCloud. <a href="http://blog.karlitschek.de/" target="_blank">Frank</a> took that opportunity and was received by a packed room, to which he delivered a <a href="https://www.voicerepublic.com/venues/197/talks/171">talk about ownCloud</a>, despite <a href="http://www.dw.de/republica-2014-digital-natives-summit-to-tackle-surveillance-and-online-freedoms/a-17613110">The Hoff</a> performing on Stage 1 at the same time.</p>
+<p></p><div><a href="https://daniel.molkentin.net/wp-content/uploads/sites/2/2014/05/1_small.jpg"><img src="https://daniel.molkentin.net/wp-content/uploads/sites/2/2014/05/1_small-150x150.jpg" alt="Jos and Arthur at a freshly set up booth." width="150" height="150"></a><p>Jos and Arthur at a freshly set up booth.</p></div>The last day of re:publica coincided with the first day of <a href="http://www.linuxtag.org/2014/">LinuxTag 2014</a>, which moved from Fairgrounds to Station Berlin. This brought a lot of new people to visit our booth, which ownCloud shared with openSUSE and KDE, courtesy of our new Community Manager <a href="http://blog.jospoortvliet.com/">Jos</a>.
+<p>On Thursday, <strong>Frank and I also got invited and interviewed about ownCloud</strong> by the <em>Sondersendung</em> Podcast. If you can understand German, you can listen to our <a href="http://das-sendezentrum.de/sondersendung/sz010-open-source-fuer-alle#t=42:16" target="_blank">15 minute interview</a> .</p>
+<p></p><div><a href="https://daniel.molkentin.net/wp-content/uploads/sites/2/2014/05/2_small.jpg"><img src="https://daniel.molkentin.net/wp-content/uploads/sites/2/2014/05/2_small-150x150.jpg" alt="ownCloud is a proud sponsor of LinuxTag 2014." width="150" height="150"></a><p>ownCloud is a proud sponsor of LinuxTag 2014.</p></div>At the presentation area of our booth, <strong>Arthur and Georg gave workshops on writing your first ownCloud app</strong>, while I was covering the <strong>details of the synchronization process</strong> in depth. Every day of LinuxTag, quite some people took the chance to listen and ask questions.
+<p>Others just walked up to our demo point for a quick demonstration of ownClouds capabilities and concepts. Some inquired about the improvements from earlier versions they have used, and most were impressed by the progress that ownCloud 6 and ownCloud Client 1.6 represent. Since LinuxTag joined forces with <a href="http://de.droidcon.com/2014/" target="_blank">droidcon</a>, we also had lots of <strong>questions on our mobile integration</strong> for Android (and iOS, :), for both ownCloud app and calendar/addressbook sync.</p>
+<p>In total, LinuxTag has been a really great show this year, which was mostly owed to the co-location with other events and the more central location. We&rsquo;re looking forward to LinuxTag 2015!</p>
+<div><a href="https://daniel.molkentin.net/wp-content/uploads/sites/2/2014/05/3_small.jpg"><img src="https://daniel.molkentin.net/wp-content/uploads/sites/2/2014/05/3_small-150x150.jpg" alt="Arthur explaining how to write your own ownCloud app." width="150" height="150"></a><p>Arthur explaining how to write your own ownCloud app.</p></div>
+<div><a href="https://daniel.molkentin.net/wp-content/uploads/sites/2/2014/05/4_small.jpg"><img src="https://daniel.molkentin.net/wp-content/uploads/sites/2/2014/05/4_small-150x150.jpg" alt="The workshop on file synchronization." width="150" height="150"></a><p>The workshop on file synchronization.</p></div>]]></description>
+ </item>
+ <item>
+ <title>GSoC Week 2</title>
+ <link>http://volkangezerr.scienceontheweb.net/icerikgoster.php?tur=ownCloud&amp;amp;id=295</link>
+ <guid>http://volkangezerr.scienceontheweb.net/icerikgoster.php?tur=ownCloud&amp;amp;id=295</guid>
+ <comments>http://volkangezerr.scienceontheweb.net/icerikgoster.php?tur=ownCloud&amp;amp;id=295</comments>
+ <pubDate>Sat, 10 May 2014 17:41:00 +0000</pubDate>
+ <description><![CDATA[<p>Hi all,<br><br>This week I was busy with my lectures and had a little progress on the basic playlist actions.<br><br>However, I created a new branch and Pull Request on music app [0] repository on Github, then managed to fix layout issues that I have experienced during the week.<br><br>Also, since I am new to AngularJS, I had difficulties on using some methods. Today we had a short discussion with my mentor (Morris) on IRC and set up some new debugger tools (Node.js and NPM). Also discussed on problems that I had during the week. We will be solving them on Monday by latest and I am hoping to complete basic actions on playlists by the end of this week.<br><br>[0] <a href="https://github.com/owncloud/music/pull/233">https://github.com/owncloud/music/pull/233</a></p>
+<p>&nbsp;</p>
+<p>Here is how it looks like:</p>
+<p><img src="http://i.imgur.com/MGDMGfa.png" alt="new-playlist" width="640" height="331"></p>]]></description>
+ </item>
+ <item>
+ <title>I’m retracting myself from the ownCloud contributors</title>
+ <link>http://tanghus.net/2014/05/im-retracting-myself-from-the-owncloud-contributors/</link>
+ <guid>http://tanghus.net/2014/05/im-retracting-myself-from-the-owncloud-contributors/</guid>
+ <comments>http://tanghus.net/2014/05/im-retracting-myself-from-the-owncloud-contributors/</comments>
+ <pubDate>Sat, 10 May 2014 12:20:00 +0000</pubDate>
+ <description><![CDATA[As the header says I will no longer be part of the ownCloud contributors. It has been a major - not to say the main - part of of life for the past 2&frac12; years; they do roll by, don't they...<br>
+When I started it was as most hobby-programmers just to scratch my own itch, but it has been a great joy and pleasure to work with the many enthusiatic people.<br>
+When Frank started his company around the project I was just as happy and gladly signed a contributors agreement for my few contributions to ownCloud core.<br><br>
+The ownCloud project was for me both as mentioned to scratch my own itch regarding many points, but also a way for me to heal my own mind with some brainwork that I hadn't been able to do elsewhere. For personal reasons I'd been out of a job - unable to perform it - but after I had my disability pension I could have some peace and let me try to build some strength.<br>
+It helped a lot to work with these great people.<br><br>
+Lately - for the better part of 1&frac12; year - this hasn't been my feeling. I may be wrong but it is my strong feeling that ownCloud Inc. has become the priority, and the community a workbench for improving and taking over the apps.<br>
-<!-- saved from url=(0029)http://owncloud.org/blogfeed/ -->
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body><div class="webkit-line-gutter-backdrop"></div><table><tbody><tr><td class="webkit-line-number" value="1"></td><td class="webkit-line-content"><span class="webkit-html-comment">&lt;?xml version="1.0" encoding="UTF-8"?&gt;</span></td></tr><tr><td class="webkit-line-number" value="2"></td><td class="webkit-line-content"><span class="webkit-html-tag">&lt;rss <span class="webkit-html-attribute-name">version</span>="<span class="webkit-html-attribute-value">2.0</span>" <span class="webkit-html-attribute-name">xml:base</span>="<span class="webkit-html-attribute-value">http://owncloud.org/planet/rss-feed</span>" <span class="webkit-html-attribute-name">xmlns:atom</span>="<span class="webkit-html-attribute-value">http://www.w3.org/2005/Atom</span>"&gt;</span></td></tr><tr><td class="webkit-line-number" value="3"></td><td class="webkit-line-content"> <span class="webkit-html-tag">&lt;channel&gt;</span></td></tr><tr><td class="webkit-line-number" value="4"></td><td class="webkit-line-content"> <span class="webkit-html-tag">&lt;title&gt;</span>ownCloud Planet<span class="webkit-html-tag">&lt;/title&gt;</span></td></tr><tr><td class="webkit-line-number" value="5"></td><td class="webkit-line-content"> <span class="webkit-html-tag">&lt;language&gt;</span>en-us<span class="webkit-html-tag">&lt;/language&gt;</span></td></tr><tr><td class="webkit-line-number" value="6"></td><td class="webkit-line-content"> <span class="webkit-html-tag">&lt;link&gt;</span>http://owncloud.org/planet/rss-feed<span class="webkit-html-tag">&lt;/link&gt;</span></td></tr><tr><td class="webkit-line-number" value="7"></td><td class="webkit-line-content"> <span class="webkit-html-tag">&lt;description&gt;</span>The ownCloud blog planet with posts from all ownCloud contributors<span class="webkit-html-tag">&lt;/description&gt;</span></td></tr><tr><td class="webkit-line-number" value="8"></td><td class="webkit-line-content"> <span class="webkit-html-tag">&lt;pubDate&gt;</span>Thu, 15 May 2014 11:01:57 +0000<span class="webkit-html-tag">&lt;/pubDate&gt;</span></td></tr><tr><td class="webkit-line-number" value="9"></td><td class="webkit-line-content"> <span class="webkit-html-tag">&lt;lastBuildDate&gt;</span>Thu, 15 May 2014 11:01:57 +0000<span class="webkit-html-tag">&lt;/lastBuildDate&gt;</span></td></tr><tr><td class="webkit-line-number" value="10"></td><td class="webkit-line-content"> <span class="webkit-html-tag">&lt;atom:link <span class="webkit-html-attribute-name">href</span>="<a class="webkit-html-attribute-value webkit-html-resource-link" target="_blank" href="http://owncloud.org/planet/rss-feed">http://owncloud.org/planet/rss-feed</a>" <span class="webkit-html-attribute-name">rel</span>="<span class="webkit-html-attribute-value">self</span>" <span class="webkit-html-attribute-name">type</span>="<span class="webkit-html-attribute-value">application/rss+xml</span>"/&gt;</span></td></tr><tr><td class="webkit-line-number" value="11"></td><td class="webkit-line-content"> <span class="webkit-html-tag">&lt;item&gt;</span></td></tr><tr><td class="webkit-line-number" value="12"></td><td class="webkit-line-content"> <span class="webkit-html-tag">&lt;title&gt;</span>ownCloud development in April<span class="webkit-html-tag">&lt;/title&gt;</span></td></tr><tr><td class="webkit-line-number" value="13"></td><td class="webkit-line-content"> <span class="webkit-html-tag">&lt;link&gt;</span>http://blog.jospoortvliet.com/2014/05/owncloud-development-in-april.html<span class="webkit-html-tag">&lt;/link&gt;</span></td></tr><tr><td class="webkit-line-number" value="14"></td><td class="webkit-line-content"> <span class="webkit-html-tag">&lt;guid&gt;</span>http://blog.jospoortvliet.com/2014/05/owncloud-development-in-april.html<span class="webkit-html-tag">&lt;/guid&gt;</span></td></tr><tr><td class="webkit-line-number" value="15"></td><td class="webkit-line-content"> <span class="webkit-html-tag">&lt;comments&gt;</span>http://blog.jospoortvliet.com/2014/05/owncloud-development-in-april.html<span class="webkit-html-tag">&lt;/comments&gt;</span></td></tr><tr><td class="webkit-line-number" value="16"></td><td class="webkit-line-content"> <span class="webkit-html-tag">&lt;pubDate&gt;</span>Wed, 14 May 2014 19:57:00 +0000<span class="webkit-html-tag">&lt;/pubDate&gt;</span></td></tr><tr><td class="webkit-line-number" value="17"></td><td class="webkit-line-content"> <span class="webkit-html-tag">&lt;description&gt;</span><span class="webkit-html-comment">&lt;![CDATA[&lt;div dir="ltr" trbidi="on"&gt;</span><span class="webkit-html-tag">&lt;table <span class="webkit-html-attribute-name">align</span>="<span class="webkit-html-attribute-value">center</span>" <span class="webkit-html-attribute-name">cellpadding</span>="<span class="webkit-html-attribute-value">0</span>" <span class="webkit-html-attribute-name">cellspacing</span>="<span class="webkit-html-attribute-value">0</span>"&gt;</span><span class="webkit-html-tag">&lt;tbody&gt;</span><span class="webkit-html-tag">&lt;tr&gt;</span><span class="webkit-html-tag">&lt;td&gt;</span><span class="webkit-html-tag">&lt;a <span class="webkit-html-attribute-name">href</span>="<a class="webkit-html-attribute-value webkit-html-external-link" target="_blank" href="http://3.bp.blogspot.com/-nTF8RA6HTgU/U3PJX8VCsiI/AAAAAAAAOok/XTMmOeAHpsk/s1600/github.png">http://3.bp.blogspot.com/-nTF8RA6HTgU/U3PJX8VCsiI/AAAAAAAAOok/XTMmOeAHpsk/s1600/github.png</a>" <span class="webkit-html-attribute-name">imageanchor</span>="<span class="webkit-html-attribute-value">1</span>"&gt;</span><span class="webkit-html-tag">&lt;img <span class="webkit-html-attribute-name">border</span>="<span class="webkit-html-attribute-value">0</span>" <span class="webkit-html-attribute-name">src</span>="<a class="webkit-html-attribute-value webkit-html-resource-link" target="_blank" href="http://3.bp.blogspot.com/-nTF8RA6HTgU/U3PJX8VCsiI/AAAAAAAAOok/XTMmOeAHpsk/s1600/github.png">http://3.bp.blogspot.com/-nTF8RA6HTgU/U3PJX8VCsiI/AAAAAAAAOok/XTMmOeAHpsk/s1600/github.png</a>" <span class="webkit-html-attribute-name">height</span>="<span class="webkit-html-attribute-value">261</span>" <span class="webkit-html-attribute-name">width</span>="<span class="webkit-html-attribute-value">320</span>"&gt;</span><span class="webkit-html-tag">&lt;/a&gt;</span><span class="webkit-html-tag">&lt;/td&gt;</span><span class="webkit-html-tag">&lt;/tr&gt;</span><span class="webkit-html-tag">&lt;tr&gt;</span><span class="webkit-html-tag">&lt;td&gt;</span>Github in action<span class="webkit-html-tag">&lt;/td&gt;</span><span class="webkit-html-tag">&lt;/tr&gt;</span><span class="webkit-html-tag">&lt;/tbody&gt;</span><span class="webkit-html-tag">&lt;/table&gt;</span>Frank and myself thought it would be nice to have a weekly news report around the ownCloud community. It makes it easier for people to follow what is going on, we can't all follow all mailing lists and git logs and forums and so on. To start this up I went through information sources like the development mailing list, blogs, news and more and compiled an article about the whole month of April. If you all like it, I can start doing this weekly.<span class="webkit-html-tag">&lt;br&gt;</span><span class="webkit-html-tag">&lt;br&gt;</span>Now I can't follow everything either, of course, so it would be helpful if you, dear readers, could send what YOU know is going on to me! That would ensure I don't miss any cool things. Mail me or ping me over G+, twitter or somewhere else! Any suggestion is welcome.<span class="webkit-html-tag">&lt;br&gt;</span><span class="webkit-html-tag">&lt;br&gt;</span><span class="webkit-html-tag">&lt;table <span class="webkit-html-attribute-name">align</span>="<span class="webkit-html-attribute-value">center</span>" <span class="webkit-html-attribute-name">cellpadding</span>="<span class="webkit-html-attribute-value">0</span>" <span class="webkit-html-attribute-name">cellspacing</span>="<span class="webkit-html-attribute-value">0</span>"&gt;</span><span class="webkit-html-tag">&lt;tbody&gt;</span><span class="webkit-html-tag">&lt;tr&gt;</span><span class="webkit-html-tag">&lt;td&gt;</span><span class="webkit-html-tag">&lt;a <span class="webkit-html-attribute-name">href</span>="<a class="webkit-html-attribute-value webkit-html-external-link" target="_blank" href="http://3.bp.blogspot.com/-6zb46hU1SDs/U3PJZM54ooI/AAAAAAAAOow/8q_jOQY_VnI/s1600/mockups.png">http://3.bp.blogspot.com/-6zb46hU1SDs/U3PJZM54ooI/AAAAAAAAOow/8q_jOQY_VnI/s1600/mockups.png</a>" <span class="webkit-html-attribute-name">imageanchor</span>="<span class="webkit-html-attribute-value">1</span>"&gt;</span><span class="webkit-html-tag">&lt;img <span class="webkit-html-attribute-name">border</span>="<span class="webkit-html-attribute-value">0</span>" <span class="webkit-html-attribute-name">src</span>="<a class="webkit-html-attribute-value webkit-html-resource-link" target="_blank" href="http://3.bp.blogspot.com/-6zb46hU1SDs/U3PJZM54ooI/AAAAAAAAOow/8q_jOQY_VnI/s1600/mockups.png">http://3.bp.blogspot.com/-6zb46hU1SDs/U3PJZM54ooI/AAAAAAAAOow/8q_jOQY_VnI/s1600/mockups.png</a>" <span class="webkit-html-attribute-name">height</span>="<span class="webkit-html-attribute-value">400</span>" <span class="webkit-html-attribute-name">width</span>="<span class="webkit-html-attribute-value">386</span>"&gt;</span><span class="webkit-html-tag">&lt;/a&gt;</span><span class="webkit-html-tag">&lt;/td&gt;</span><span class="webkit-html-tag">&lt;/tr&gt;</span><span class="webkit-html-tag">&lt;tr&gt;</span><span class="webkit-html-tag">&lt;td&gt;</span>UI mockups of new features<span class="webkit-html-tag">&lt;/td&gt;</span><span class="webkit-html-tag">&lt;/tr&gt;</span><span class="webkit-html-tag">&lt;/tbody&gt;</span><span class="webkit-html-tag">&lt;/table&gt;</span><span class="webkit-html-tag">&lt;br&gt;</span><span class="webkit-html-tag">&lt;h2&gt;</span>Development<span class="webkit-html-tag">&lt;/h2&gt;</span>So, let's start with what happened in ownCloud development in April, separated by core, cloud and clients. Note that what is below is not guaranteed to end up in a release! We might re-design things, defer to a later release to give it more testing or change the feature otherwise...<span class="webkit-html-tag">&lt;br&gt;</span><span class="webkit-html-tag">&lt;br&gt;</span><span class="webkit-html-tag">&lt;h3&gt;</span>ownCloud core<span class="webkit-html-tag">&lt;/h3&gt;</span><span class="webkit-html-tag">&lt;br&gt;</span><span class="webkit-html-tag">&lt;ul&gt;</span><span class="webkit-html-tag">&lt;li&gt;</span>Work is happening to refine the oC 7 public API.<span class="webkit-html-tag">&lt;/li&gt;</span><span class="webkit-html-tag">&lt;li&gt;</span>Lots of work on LDAP improvements (much of that landed in 6.0.3, see <span class="webkit-html-tag">&lt;a <span class="webkit-html-attribute-name">href</span>="<a class="webkit-html-attribute-value webkit-html-external-link" target="_blank" href="https://blog.schiwon.me/ldap-owncloud-603-improved-performance-and-more">https://blog.schiwon.me/ldap-owncloud-603-improved-performance-and-more</a>"&gt;</span>this blog<span class="webkit-html-tag">&lt;/a&gt;</span>)<span class="webkit-html-tag">&lt;/li&gt;</span><span class="webkit-html-tag">&lt;li&gt;</span>Some work is done for improving support for high dpi screens! See <span class="webkit-html-tag">&lt;a <span class="webkit-html-attribute-name">href</span>="<a class="webkit-html-attribute-value webkit-html-external-link" target="_blank" href="https://github.com/owncloud/core/pull/8058">https://github.com/owncloud/core/pull/8058</a>"&gt;</span>PR 1<span class="webkit-html-tag">&lt;/a&gt;</span> and <span class="webkit-html-tag">&lt;a <span class="webkit-html-attribute-name">href</span>="<a class="webkit-html-attribute-value webkit-html-external-link" target="_blank" href="https://github.com/owncloud/core/pull/8065">https://github.com/owncloud/core/pull/8065</a>"&gt;</span>PR 2<span class="webkit-html-tag">&lt;/a&gt;</span> for details.<span class="webkit-html-tag">&lt;/li&gt;</span><span class="webkit-html-tag">&lt;li&gt;</span>Progress on a tool for <span class="webkit-html-tag">&lt;a <span class="webkit-html-attribute-name">href</span>="<a class="webkit-html-attribute-value webkit-html-external-link" target="_blank" href="https://github.com/owncloud/core/pull/6457">https://github.com/owncloud/core/pull/6457</a>"&gt;</span>conversion of data between various databases<span class="webkit-html-tag">&lt;/a&gt;</span><span class="webkit-html-tag">&lt;/li&gt;</span><span class="webkit-html-tag">&lt;li&gt;</span>Some neat 'ajaxification' in the core, making way for:<span class="webkit-html-tag">&lt;/li&gt;</span><span class="webkit-html-tag">&lt;ul&gt;</span><span class="webkit-html-tag">&lt;li&gt;</span><span class="webkit-html-tag">&lt;a <span class="webkit-html-attribute-name">href</span>="<a class="webkit-html-attribute-value webkit-html-external-link" target="_blank" href="https://github.com/owncloud/core/pull/7167">https://github.com/owncloud/core/pull/7167</a>"&gt;</span>infinite scrolling for files app<span class="webkit-html-tag">&lt;/a&gt;</span> got merged!<span class="webkit-html-tag">&lt;/li&gt;</span><span class="webkit-html-tag">&lt;li&gt;</span><span class="webkit-html-tag">&lt;a <span class="webkit-html-attribute-name">href</span>="<a class="webkit-html-attribute-value webkit-html-external-link" target="_blank" href="https://github.com/owncloud/core/pull/8041">https://github.com/owncloud/core/pull/8041</a>"&gt;</span>file sorting (by clicking column headers)<span class="webkit-html-tag">&lt;/a&gt;</span> is under development, needs review and help...<span class="webkit-html-tag">&lt;/li&gt;</span><span class="webkit-html-tag">&lt;/ul&gt;</span><span class="webkit-html-tag">&lt;li&gt;</span>The new user management from <span class="webkit-html-tag">&lt;a <span class="webkit-html-attribute-name">href</span>="<a class="webkit-html-attribute-value webkit-html-external-link" target="_blank" href="https://github.com/owncloud/core/pull/7151">https://github.com/owncloud/core/pull/7151</a>"&gt;</span>this pull request<span class="webkit-html-tag">&lt;/a&gt;</span> is almost ready to be merged!<span class="webkit-html-tag">&lt;/li&gt;</span><span class="webkit-html-tag">&lt;li&gt;</span>There is a project going on to make the normal ownCloud UI <span class="webkit-html-tag">&lt;a <span class="webkit-html-attribute-name">href</span>="<a class="webkit-html-attribute-value webkit-html-external-link" target="_blank" href="https://github.com/owncloud/core/pull/8159">https://github.com/owncloud/core/pull/8159</a>"&gt;</span>more usable on mobile devices<span class="webkit-html-tag">&lt;/a&gt;</span>. Help is of course very welcome as this is a lot of work!<span class="webkit-html-tag">&lt;/li&gt;</span><span class="webkit-html-tag">&lt;/ul&gt;</span><span class="webkit-html-tag">&lt;table <span class="webkit-html-attribute-name">align</span>="<span class="webkit-html-attribute-value">center</span>" <span class="webkit-html-attribute-name">cellpadding</span>="<span class="webkit-html-attribute-value">0</span>" <span class="webkit-html-attribute-name">cellspacing</span>="<span class="webkit-html-attribute-value">0</span>"&gt;</span><span class="webkit-html-tag">&lt;tbody&gt;</span><span class="webkit-html-tag">&lt;tr&gt;</span><span class="webkit-html-tag">&lt;td&gt;</span><span class="webkit-html-tag">&lt;a <span class="webkit-html-attribute-name">href</span>="<a class="webkit-html-attribute-value webkit-html-external-link" target="_blank" href="http://1.bp.blogspot.com/-tHuHOwSQfLw/U3PJYfMZ5_I/AAAAAAAAOoo/a87jQF-oSaA/s1600/mockup.jpg">http://1.bp.blogspot.com/-tHuHOwSQfLw/U3PJYfMZ5_I/AAAAAAAAOoo/a87jQF-oSaA/s1600/mockup.jpg</a>" <span class="webkit-html-attribute-name">imageanchor</span>="<span class="webkit-html-attribute-value">1</span>"&gt;</span><span class="webkit-html-tag">&lt;img <span class="webkit-html-attribute-name">border</span>="<span class="webkit-html-attribute-value">0</span>" <span class="webkit-html-attribute-name">src</span>="<a class="webkit-html-attribute-value webkit-html-resource-link" target="_blank" href="http://1.bp.blogspot.com/-tHuHOwSQfLw/U3PJYfMZ5_I/AAAAAAAAOoo/a87jQF-oSaA/s1600/mockup.jpg">http://1.bp.blogspot.com/-tHuHOwSQfLw/U3PJYfMZ5_I/AAAAAAAAOoo/a87jQF-oSaA/s1600/mockup.jpg</a>" <span class="webkit-html-attribute-name">height</span>="<span class="webkit-html-attribute-value">320</span>" <span class="webkit-html-attribute-name">width</span>="<span class="webkit-html-attribute-value">229</span>"&gt;</span><span class="webkit-html-tag">&lt;/a&gt;</span><span class="webkit-html-tag">&lt;/td&gt;</span><span class="webkit-html-tag">&lt;/tr&gt;</span><span class="webkit-html-tag">&lt;tr&gt;</span><span class="webkit-html-tag">&lt;td&gt;</span>Good old fashioned paper mockup<span class="webkit-html-tag">&lt;/td&gt;</span><span class="webkit-html-tag">&lt;/tr&gt;</span><span class="webkit-html-tag">&lt;/tbody&gt;</span><span class="webkit-html-tag">&lt;/table&gt;</span><span class="webkit-html-tag">&lt;h3&gt;</span>ownCloud apps<span class="webkit-html-tag">&lt;/h3&gt;</span><span class="webkit-html-tag">&lt;br&gt;</span><span class="webkit-html-tag">&lt;ul&gt;</span><span class="webkit-html-tag">&lt;li&gt;</span><span class="webkit-html-tag">&lt;a <span class="webkit-html-attribute-name">href</span>="<a class="webkit-html-attribute-value webkit-html-external-link" target="_blank" href="http://github.com/owncloud/apps/pull/1769">http://github.com/owncloud/apps/pull/1769</a>"&gt;</span>work is going on<span class="webkit-html-tag">&lt;/a&gt;</span> to improve the view on what happened on your ownCloud in the activity app<span class="webkit-html-tag">&lt;/li&gt;</span><span class="webkit-html-tag">&lt;li&gt;</span>Infinite scrolling &amp;amp; neater layout for pictures app are coming.<span class="webkit-html-tag">&lt;/li&gt;</span><span class="webkit-html-tag">&lt;li&gt;</span>A much improved music app is coming, and a variety of features is under development, like <span class="webkit-html-tag">&lt;a <span class="webkit-html-attribute-name">href</span>="<a class="webkit-html-attribute-value webkit-html-external-link" target="_blank" href="https://github.com/owncloud/music/pull/233">https://github.com/owncloud/music/pull/233</a>"&gt;</span>new playlist functionality<span class="webkit-html-tag">&lt;/a&gt;</span>.<span class="webkit-html-tag">&lt;/li&gt;</span><span class="webkit-html-tag">&lt;/ul&gt;</span><span class="webkit-html-tag">&lt;br&gt;</span><span class="webkit-html-tag">&lt;br&gt;</span><span class="webkit-html-tag">&lt;h3&gt;</span>ownCloud clients<span class="webkit-html-tag">&lt;/h3&gt;</span><span class="webkit-html-tag">&lt;br&gt;</span><span class="webkit-html-tag">&lt;ul&gt;</span><span class="webkit-html-tag">&lt;li&gt;</span>The iOS saw work on multiple-downloads support. Not finished yet but a future version should include this. There was also work on the 'favorite files' feature.<span class="webkit-html-tag">&lt;/li&gt;</span><span class="webkit-html-tag">&lt;li&gt;</span>The Android client got the <span class="webkit-html-tag">&lt;a <span class="webkit-html-attribute-name">href</span>="<a class="webkit-html-attribute-value webkit-html-external-link" target="_blank" href="https://github.com/owncloud/android/pull/149">https://github.com/owncloud/android/pull/149</a>"&gt;</span>InstantUpload video branch<span class="webkit-html-tag">&lt;/a&gt;</span> finally merged. This means that once released, the client can upload video instantly, either always or only when on wifi. Thanks to <span class="webkit-html-tag">&lt;a <span class="webkit-html-attribute-name">href</span>="<a class="webkit-html-attribute-value webkit-html-external-link" target="_blank" href="https://github.com/zerginator">https://github.com/zerginator</a>"&gt;</span>zerginator<span class="webkit-html-tag">&lt;/a&gt;</span> for doing the hard work!<span class="webkit-html-tag">&lt;/li&gt;</span><span class="webkit-html-tag">&lt;li&gt;</span>The first beta for the 1.6 release of the desktop client came out and a bunch of bugs got fixed based on the feedback that came in. If you have not tried the new release, help us test it so we can make it even better. Read more about this upcoming release in <span class="webkit-html-tag">&lt;a <span class="webkit-html-attribute-name">href</span>="<a class="webkit-html-attribute-value webkit-html-external-link" target="_blank" href="https://daniel.molkentin.net/2014/04/09/owncloud-client-1-6-the-tour/">https://daniel.molkentin.net/2014/04/09/owncloud-client-1-6-the-tour/</a>"&gt;</span>this blog by Danimo<span class="webkit-html-tag">&lt;/a&gt;</span>.<span class="webkit-html-tag">&lt;/li&gt;</span><span class="webkit-html-tag">&lt;/u