aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-10-22all: rewrite method String in StatementShulhan
2023-10-21_AUR: update build and package script to match with latest MakefileShulhan
2023-10-21all: prepare change logs for the next releaseShulhan
2023-10-21_www/doc: update manual page related to options in "#get" and "#put"Shulhan
2023-10-21go.mod: update all dependenciesShulhan
2023-10-21all: implement remote "#get!" and "#put!" with owner and modeShulhan
2023-10-21_mkosi: fix the sudoers fileShulhan
2023-10-21all: add make tasks to run unit and integration testsShulhan
2023-10-21all: set the mode permission first before owner in Copy and SudoCopyShulhan
2023-10-21all: implement remote "#get:" and "#put:" with owner and modeShulhan
2023-10-21testdata/play: awwan workspace for testing SSH functionalitiesShulhan
2023-10-21_mkosi: populate SSH keys manually using "mkosi.extra"Shulhan
2023-10-21all: implement local "#get!" and "#put!" with owner and modeShulhan
2023-10-21all: implement local "#get:" and "#put:" with owner and modeShulhan
2023-10-20all: add parser for magic command "#get" or "#put" with owner and modeShulhan
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-18all: add make task to release based on main branchShulhan
2023-10-17internal: update memfs for www based on latest contentShulhan
2023-10-17session: use the raw statement when adding "-S" option in ExecLocalShulhan
2023-10-15internal/cmd/www-awwan: new static web server for awwan.orgShulhan
2023-10-14all: remove option "-race" when running testShulhan
2023-10-14all: add integration tests for local "#put!"Shulhan
2023-10-14all: rewrite TestAwwan_Local_SudoGet to use mockStdinShulhan
2023-10-14all: add integration test for executing local command with sudoShulhan
2023-10-14all: refactoring ExecLocal to add sudo "-S" option when stdin is not-nilShulhan
2023-10-12all: add integration tests for magic command "#get!"Shulhan
2023-10-12all: return error from executeScriptOnLocalShulhan
2023-10-12all: tag all unit test files with "!integration"Shulhan
2023-10-12all: fix printing the statement to be executedShulhan
2023-10-11internal: update the embedded memfs for _wwwShulhan
2023-10-11_mkosi: rewrite the mkosi scriptsShulhan
2023-10-10all: setup integration tests using mkosi with systemd-nspawnShulhan
2023-10-10all: trim spaces in passphrase when its read from fileShulhan
2023-10-07all: simplify parsing statement for magic command "#get" and "#put"Shulhan
2023-10-07all: simplify parsing statement for magic command "#put"Shulhan
2023-10-06all: quote the source and destination in SudoCopyShulhan
2023-10-06all: simplify parsing statement for magic command getShulhan