summaryrefslogtreecommitdiff
path: root/internal/memfs_wui.go
AgeCommit message (Expand)Author
2024-02-08Release awwan v0.12.0 (2024-02-08)v0.12.0Shulhan
2024-01-16all: refactoring "env-set" argumentsShulhan
2024-01-16all: refactoring env-get commandShulhan
2024-01-06internal: update memfs for www-awwan and wuiShulhan
2023-12-22_wui: implement button to stop executionShulhan
2023-12-21all: setup tour.awwan.orgShulhan
2023-12-16Release awwan v0.10.0 (2023-12-16)v0.10.0Shulhan
2023-12-16_wui/doc: change the HTML element "dt" to have bold fontShulhan
2023-12-14go.mod: replace esbuild with our own fork to fix rebuildShulhan
2023-12-08_wui: update wui sub moduleShulhan
2023-12-08_wui/doc: detach the index from READMEShulhan
2023-12-06_wui: use the output for displaying notificationShulhan
2023-12-04all: write the output as is when sending with server-sent eventsShulhan
2023-12-04_wui: do not clear output when executing another commandShulhan
2023-12-01_wui: store and load the vfs width in local storageShulhan
2023-12-01_wui: disable button "Local" and "Play" when clickedShulhan
2023-12-01_wui: rename "Remote" to "Play"Shulhan
2023-12-01all: handle reconnecting when streaming executionShulhan
2023-12-01all: fix link to Repository in the READMEShulhan
2023-12-01all: implement HTTP API to fetch execution output by IDShulhan
2023-12-01all: refactoring HTTP endpoint for ExecuteShulhan
2023-11-22cmd/www-awwan: replace download links by requesting to server directlyShulhan
2023-11-21_wui: update editor componentShulhan
2023-11-20_wui: refactoring the layout once and for allShulhan
2023-11-20all: do not changes the Script path in the response of HTTP ExecuteShulhan
2023-11-19_wui: various improvementsShulhan
2023-11-19_wui: wrap path if its overflow instead of using scrollShulhan
2023-11-19_wui: fix build using tscShulhan
2023-11-19_wui: fix editor content grow outside browser widthShulhan
2023-11-19all: update share moduleShulhan
2023-11-19all: return 403 Forbidden when requesting awwan.key and awwan.passShulhan
2023-11-18_wui/doc: add missing documentation for env-get in awwan manualShulhan
2023-11-17_wui: add vertical resizer, to resize between VFS and editorShulhan
2023-11-17all: move the file argument in env-set to the last argumentShulhan
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-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-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-11_wui: update editor libraryShulhan