Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-24 | CLOUD: Add "/download" handler | Alexander Tkachev | |
Now one can download files from the device through browser! | |||
2016-08-24 | CLOUD: Refactor LocalWebserver | Alexander Tkachev | |
Its handlers are now more compact. This commit moves Handler classes in handlers\ directory. ResourceHandler ignores "hidden" files in the archive, and these are used as markup templates in IndexPageHandler and FilesPageHandler. |