summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-14Release awwan v0.5.0 (2022-03-14)v0.5.0Shulhan
2022-03-14all: change the awwan software license to GPL 3.0 or laterShulhan
2022-03-14go.mod: update to module share v0.35.0Shulhan
2022-03-13all: move variables for embedded to constantsShulhan
2022-02-05Release awwan 0.4.0 (2022.02.05)v0.4.0Shulhan
2022-02-05_www/doc: replace index to view README and CHANGELOGShulhan
2022-02-05all: reformat CHANGELOG to make generated HTML readableShulhan
2022-02-05Makefile: set CGO_ENABLED to true when running testShulhan
2022-02-05go.mod: update to share module v0.34.0Shulhan
2021-12-09all: implement function to delete file on web user interface (WUI)Shulhan
2021-12-09all: make the local statement executed with "/bin/sh -c ..."Shulhan
2021-12-09go.mod: update to latest share moduleShulhan
2021-10-20www: various changesShulhan
2021-10-20all: watch the tsconfig.json file on worker buildShulhan
2021-10-20www: replace require.js with native JavaScript moduleShulhan
2021-10-20all: implement feature to create new directory or file from wuiShulhan
2021-10-20all: add sub-command "build" to awwanShulhan
2021-10-08go.mod: update to latest share moduleShulhan
2021-08-30_www: disable save and execute buttons when no file openedShulhan
2021-08-29_www: add header and link to documentationShulhan
2021-08-29all: rewrite the web-user interface using TypeScriptShulhan
2021-08-29_www: allow to edit text file with size < 3MBShulhan
2021-08-29_www: implement notification using wui/notifShulhan
2021-08-29all: refactoring due to changes on wui editor and vfsShulhan
2021-08-28_www: set the URL hash when changing directoryShulhan
2021-08-27_www: implement auto-save when pressing CTRL+SShulhan
2021-08-23all: implement HTTP API and function to Save file on web-user interfaceShulhan
2021-08-23go.mod: update module shareShulhan
2021-08-22all: implement serve commandShulhan
2021-08-22all: generate the coverage when running the testShulhan
2021-08-22all: refactoring to support custom standard output and errorShulhan
2021-08-22go.mod: update share moduleShulhan
2021-08-22all: rewrite the Session and Script using StatementShulhan
2021-08-11all: fix and update content of READMEShulhan
2021-08-11go.mod: update to latest share moduleShulhan
2021-08-11all: join the require statement into single lineShulhan
2021-08-09all: rewrite the join statements function on ScriptShulhan
2021-08-09all: refactoring the codeShulhan
2021-08-01all: refactoring the commandShulhan
2021-07-21all: remove double newline on loggingShulhan
2021-07-21all: expand the environment on statement when executing local scriptShulhan
2021-07-13all: use native SFTP to put and get file when possibleShulhan
2021-07-12go.mod: update to latest share moduleShulhan
2021-06-09Release awwan 0.3.0 (2021.06.09)v0.3.0Shulhan
2021-06-09go.mod: update share module to latest versionShulhan
2021-04-12all: check and return an error if start index is out of rangeShulhan
2021-04-12go.mod: update share moduleShulhan
2021-04-12all: use consistent log prefix on command's methodsShulhan
2021-04-12all: log error when executing script (local or play)Shulhan
2021-04-06go.mod: set the minimum Go to 1.16 and update to share module v0.25.1Shulhan