Apps
Knowledge
People
Register
Login


-
- global .- user support .- artwork .- developer . 
-
.

 Speedbar for owncloud

 
 by 3nc0de on: May 24 2012
 
Score 63%

Hi everybody,

this is not a real app so I rather provide you with two patches.
The Speedbar will be displayed on the left side of the normal progressbar:

1.356 MB/sec [progressbar]

You can find all needed files here: http://zauberstuhl.de/index.php?entry=23

Hopefully this is the right forum.

Regards Lukas


Reply to this

-

 Re: Speedbar for owncloud

 
 by DarkSpider on: Oct 28 2012
 
Score 50%

cool!
thx


Reply to this

-

 Re: Speedbar for owncloud

 
 by mm-mike on: Jan 4 2013
 
Score 50%

I just found your patch and had to try. You switcht a variable and it would also be nice to have it in KB/s. So I modifyed your patch for the js-file (for OC 4.5) to the following:

+ var mb = data.loaded / 1024 / 1024;
+ var speed = Math.round((mb / diff) * 1000) / 1000;
+ if(speed<0.5){var speed = Math.round(speed*1024*10) / 10; document.getElementById('uploadspeedbar').innerHTML = speed+' KB/sec';} else{document.getElementById('uploadspeedbar').innerHTML = speed+' MB/sec';}

but otherwise, nice patch :)


Reply to this

Add commentAdd commentBack



-
 
 Who we are
Contact
Register
Explore
Apps
Knowledge
People
Participate
Add App
Public API
About apps.ownCloud.com
Legal Notice
Report Abuse
 

Copyright 2011-2013 apps.ownCloud.com Team  
All rights reserved. apps.ownCloud.com is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.