Create a new JS class for representing files in directory listings.
[armadillo.git] / web_frontend / main.js
2010-09-02 Robert SesekCreate a new JS class for representing files in directo...
2010-09-02 Robert Sesek* Add some basic styling
2010-09-01 Robert SesekDisplay error messages from the backend to the user.
2010-09-01 Robert Sesek* Fix a bug in sendRequest_()
2010-09-01 Robert SesekAdd GPL file headers
2010-08-31 Robert SesekAdd an ability to navigate upwards.
2010-08-31 Robert SesekHandle errors in the FE.
2010-08-31 Robert SesekUse the hash to store the path.
2010-08-31 Robert SesekTraversing directories is now possible.
2010-08-31 Robert Sesek* Restructure WebFE to have an app controller object.
2010-08-31 Robert SesekBasic directory listing on the web.
2010-08-30 Robert SesekAdd some response and request helpers for the backend...
2010-08-27 Robert SesekDumb front end main.js!