Age | Commit message (Collapse) | Author |
|
|
|
Using a dedicated callback object for this was an unnecessary overhead.
|
|
|
|
|
|
Simplified some stuff here and there by using HandlerUtils static
methods.
|
|
It does redirect to "/files" on success, so user doesn't even see the
strange "/create" URL at all.
This commit is for keeping these handlers small, not making one
(FilesPageHandler in this case) do everything.
|
|
One can now create directories through browser.
|
|
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.
|