Apps
Knowledge
People
Register
Login
view
add app
my apps
search content
newest questions
not answered
answered
my questions
add question
current visitors
users nearby
most popular users
most active users
newest users
birthdays
search
my profile
my messages
my friends
settings
logout
FORUM
global
apps Disabled
user support
How to enable the other folders ....
I Can
hello
artwork
developer
Speedbar for owncloud
more
global
user support
artwork
developer
Speedbar for owncloud
by
3nc0de
on: May 24 2012
Score 63%
3nc0de
Lukas Matt
1
Last visit Oct 15 2012
0 Friends
More info
Send a message
Add as friend
Other contents
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%
DarkSpider
Dark Spider
0
Last visit Apr 3 2013
0 Friends
More info
Send a message
Add as friend
Other contents
cool!
thx
Reply to this
Re: Speedbar for owncloud
by
mm-mike
on: Jan 4 2013
Score 50%
mm-mike
micha -----
0
Last visit Mar 15 2013
0 Friends
More info
Send a message
Add as friend
Other contents
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 comment
Add comment
Back
Who we are
Contact
Register
Explore
Apps
Knowledge
People
Participate
Add App
Public API
About apps.ownCloud.com
Legal Notice
Report Abuse