No description
Find a file
2012-06-13 07:28:33 +00:00
images images moved from dropbox to server dir 2012-06-12 14:52:03 +00:00
test added some shell comands 2012-06-12 14:38:17 +00:00
.gitignore trevis testing with sh 2012-06-12 13:36:55 +00:00
.travis.yml more watching 2012-06-12 11:11:55 +00:00
client.js refresh bug with cursor resolved 2012-06-13 07:20:06 +00:00
cloudfunc.js cloud commander 2012-06-07 13:33:42 +00:00
index.html cloud commander 2012-06-07 13:33:42 +00:00
minify.js jsScripts refactoring 2012-06-08 14:52:08 +00:00
package.json trevis testing with sh 2012-06-12 13:43:50 +00:00
Procfile new demo page on cloudfoundry 2012-06-11 15:13:05 +00:00
README.md page speed score 2012-06-12 15:11:21 +00:00
reset.css css cleaning 2012-06-12 11:00:43 +00:00
server.js bug with png mime type resolved 2012-06-13 07:28:33 +00:00
style.css images moved from dropbox to server dir 2012-06-12 14:52:03 +00:00

Cloud Commander Build Status

Cloud Commander - two-panels file manager, totally writed on js. View demo.

Google PageSpeed Score : 97 (out of 100).

Benefits

  • full browser compatibility (ie6+,chrome,safari,opera,firefox);
  • responsible design
  • one full page loading, and then just one-time json-dir-listings loading (with refresh opportunity).
  • caching readed directories to localStorage (for now) (so if network will disconnected or something heppen with a signal, we definitely will can work cached copy of directory listings);
  • key binding
  • disabled js support (working in limited mode).
  • automated minification client js-files and onstart-reading Cloud manager files on server starting.

Cloud Commander uses all benefits of js, so if js is disabled, we moves to limited mode.

Limited-mode features:

  • only 1 panel available
  • no keybinding
  • no local caching
  • full loading of all web page(with styles, js-scripts, html-page etc).