summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-11Release awwan v0.9.0 (2023-11-11)v0.9.0Shulhan
2023-11-11go.mod: update module ciigoShulhan
2023-11-11internal: use separate DirWatcher instead of using instance of MemfsWuiShulhan
2023-11-11_wui: update editor libraryShulhan
2023-11-11_wui: various enhancementsShulhan
2023-11-11script: respect spaces when joining multi lines commandShulhan
2023-11-09all: on file save, make sure file end with line-feedShulhan
2023-11-09cmd/awwan: add option "-address" to command serveShulhan
2023-11-09_wui: update submodule wuiShulhan
2023-11-09go.mod: update share module to tipShulhan
2023-11-07all: add build and installation for ARM64Shulhan
2023-10-30make: add task "test-all-mkosi"Shulhan
2023-10-30all: pass Request when creating new SSH clientShulhan
2023-10-30all: refactoring Local and Play so that error get loggedShulhan
2023-10-30Makefile: add task "lint" as prerequisite of task "install"Shulhan
2023-10-30all: add begin and end for each script executionShulhan
2023-10-30all: log all execution into fileShulhan
2023-10-30all: move the awwan unit test to separate filesShulhan
2023-10-30all: return the error as reponse in HTTP API executeShulhan
2023-10-30_wui: fix mouse listener on down and up for resizing buttonShulhan
2023-10-30_wui: fix saving on control+s on editorShulhan
2023-10-29cmd/www-awwan: move command "embed" as part of internal buildShulhan
2023-10-29go.mod: update share module to tipShulhan
2023-10-29all: rename directory "_www" to "_wui"Shulhan
2023-10-29internal: use separate DirWatcher instead of using memfs instanceShulhan
2023-10-29_www/doc: update todo and READMEShulhan
2023-10-29_www/doc: update HTML templateShulhan
2023-10-29internal: set the template file when converting markupShulhan
2023-10-29_www: show confirmation when user open other file with unsaved changesShulhan
2023-10-29all: remove global variable newLineShulhan
2023-10-29internal: add missing copyright headersShulhan
2023-10-29all: replace environment AWWAN_DEVELOPMENT with flag "-dev"Shulhan
2023-10-29_www: refresh the vfs list when file successfully removedShulhan
2023-10-29all: remove the node when requested from HTTP API /awwan/api/fsShulhan
2023-10-28Makefile: run task "lint-www" as precondition of "install" taskShulhan
2023-10-28_www: fix saving file content using CTRL+sShulhan
2023-10-28_www: fix resizing editor/output by using wrapper on outputShulhan
2023-10-28_www: add button to resize editor and outputShulhan
2023-10-27_www: set the height of editor and output fixedShulhan
2023-10-26all: use "mlog.MultiLogger" to log Request output and errorShulhan
2023-10-26_www: replace button "Clear selection" with text input for line rangeShulhan
2023-10-25all: update all embedded filesShulhan
2023-10-25_www: setup eslint to lint the TypeScript fileShulhan
2023-10-25_www: update submodule wui to tipShulhan
2023-10-25all: log and simplify error when source file is not existShulhan
2023-10-22cmd/awwan: replace log.Printf and os.Exit with log.FatalfShulhan
2023-10-22all: restructure the documentationShulhan
2023-10-22all: document the magic word "#local"Shulhan
2023-10-22_mkosi: remove package git and gcc from being installedShulhan
2023-10-22all: add magic command "#local"Shulhan