aboutsummaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2023-11-17_wui: increase max file size to 1MiBShulhan
2023-11-17all: implement command "env-get" to get value from environment filesShulhan
2023-11-17all: implement command to set environment value with "env-set"Shulhan
2023-11-17internal: use the node SysPath to convert markup fileShulhan
2023-11-16all: always load SSH config when running PlayShulhan
2023-11-16_wui: allow all content type but decrease max file size to 100KBShulhan
2023-11-16_wui: update wui/vfs to fix crumb overflowShulhan
2023-11-16_wui: implement DecryptShulhan
2023-11-16all: implement HTTP API to decrypt fileShulhan
2023-11-15_wui: use CTRL+Enter to trigger save instead of CTRL+s on editorShulhan
2023-11-15internal: use mlog for all loggingShulhan
2023-11-15_wui: update vfs componentShulhan
2023-11-15_wui: implement EncryptShulhan
2023-11-15all: implement HTTP API to encrypt fileShulhan
2023-11-12_wui: reset the input field when directory changesShulhan
2023-11-11_wui: implement file filterShulhan
2023-11-11Release awwan v0.9.0 (2023-11-11)v0.9.0Shulhan
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-09_wui: update submodule wuiShulhan
2023-11-07all: add build and installation for ARM64Shulhan
2023-10-30all: return the error as reponse in HTTP API executeShulhan
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-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-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-22all: restructure the documentationShulhan
2023-10-22all: document the magic word "#local"Shulhan
2023-10-21all: prepare change logs for the next releaseShulhan
2023-10-18_www/doc: convert the background image to jpgShulhan
2023-10-18_www/doc: split To-do into separate pagesShulhan
2023-10-18_www/doc: add page that describe how to install awwanShulhan
2023-10-17internal: update memfs for www based on latest contentShulhan
2023-10-15internal/cmd/www-awwan: new static web server for awwan.orgShulhan