59
I Use This!
Activity Not Available

News

Analyzed 6 months ago. based on code collected 6 months ago.
Posted almost 12 years ago
I am happy to announce that we today were able to release version 1.4.1 of the ownCloud Desktop Client on the three platforms Linux, MacOS and Windows. You find suitable download links as usual at:http://owncloud.org/sync-clients/ Version 1.4.1 is a ... [More] bugfix release for the 1.4.0 version released a few of weeks ago which brought a lot of new features. This one solves a couple of problems that were coming up during the last few weeks. For example, the problem that the client lost its configuration (at least) on the Win32 platform when the machine was shut down is fixed. Also a lot of redundant uploads wont happen any more. And there are even more fixes, as the detailed Changelog rules out. We thank you for your ongoing support and the good work on bugs that came up. As usual we are looking forward to your feedback. Please work with us in the Github bugtracker if you experience issues. [Less]
Posted almost 12 years ago
Lately I got a query to debug the disappearance of events in an existing ownCloud installation. To reproduce the error in my local development environment, the customer has send me the MySQL database and his config.php. As I need to login as an ... [More] existing user, i have to reset the password, but first change the email of the user. You can use phpMyAdmin to change the email, just go to the table “oc_preferences”, search for the userid, the appid “settings” and the configkey “email”. Now set “configvalue” to your email. This makes sure that the password reset does not send an email to the user. If there is no email set, please insert one, otherwise the reset does not work. Now open the file “owncloud/core/lostpassword/controller.php” and insert this debug code below line 60: error_log(var_export($msg, true)); Open up your browser and reset the password of the user, now the link to set a new passwordin should appear in your log. Once reseted, you can copy over the password hash to other user in the table “oc_users”. Hope this helps. [Less]
Posted almost 12 years ago
You might have heard, ownCloud Client 1.4.0 was released last week. It is available from our sync clients page for all major desktop platforms, investigate the Changelog. Danimos Visual Guide has outlined the new stuff in the release already, so no ... [More] need to repeat it here. You should install and try it, that seems to be the opinion of many people who tried it. Also people who shared their critical view on the client very publically in the past are much more pleased now with 1.4.0. One example is a recent blog post on BITBlokes. It is a blog about all kind of topics around FOSS. I regularly read it and often share its opinions. He concludes very positively about the 1.4.0 client. It is good to see the positive feedback overall. That shows a couple of things from my engineering point of view: The concentrated work we continously do on all parts of ownCloud pays off. That is obvious of course, but still nice to see. And our (also obvious) actions to improve code quality such as the consequent use of continous integration, code reviews and such helps to improve quality. “People are always excited if releases come with GUI changes!” I heard people saying. Well, maybe, but that’s not the whole truth. It also proves for me again is how important UI design and UX is. Me as a knee-deep-developer have an interesting relationship to all UX topics: I always have an opinion. Often a strong opinion. But the results coming out of that have not always been the, well, the most optimal. Very fortunate on the client we work together with our UX guy Jan and the positive feedback also shows how good that is for the software. But enough of release pride. There is more work to do: The bug tracker is still not empty, the list of feature ideas is long. We will continue to focus on correctness, stability and robustness of syncing, performance and useful features and work on a version 1.5 for you. These are a couple of concrete points we’re focussing on for 1.5: we already merged the client code on the new upstream sync version in git. performace improvements through further reduction of the number of requests and more efficiency in database operations on the client. we are working on a new propagator component that allows us to do the changes mentioned in 2 more easily. File manager integration, which means havingn icons in Explorer, Dolphin and friends. A more detailed list can be found at github. Thank you for all your help and support. It’s big fun! [Less]
Posted about 13 years ago
Posted about 13 years ago
Posted about 13 years ago
Posted about 13 years ago
Posted about 13 years ago
Posted about 13 years ago
Posted about 13 years ago