summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-03Release awwan v0.6.2 (2023-03-03)v0.6.2Shulhan
2023-03-03_www: regenerate main.js using latest esbuildShulhan
2023-03-03go.mod: update all dependenciesShulhan
2023-03-01all: fix the git clone URL in READMEShulhan
2023-02-12go.mod: update all dependenciesShulhan
2022-09-07go.mod: set minimum Go to 1.18 and update all dependenciesShulhan
2022-09-07_doc: change the README symlinkShulhan
2022-08-25all: restructure the documentsShulhan
2022-08-06Release awwan v0.6.1 (2022-08-06)v0.6.1Shulhan
2022-08-06go.mod: update all modulesShulhan
2022-08-02all: remove calling tsc when building main.jsShulhan
2022-08-02all: add empty .ssh directory to allow running build commandShulhan
2022-08-02all: changes the submodule wui to use https schemaShulhan
2022-08-02_AUR: add package script for Arch Linux userShulhan
2022-08-02all: simplify the MakefileShulhan
2022-08-02all: update the README with the latest implementationShulhan
2022-08-02all: watch and convert .adoc files during developmentShulhan
2022-08-02all: convert the adoc during build and serveShulhan
2022-08-02_www/doc: remove generated HTML filesShulhan
2022-08-01all: clean up codesShulhan
2022-07-31cmd/awwan: change the usage to string constant and move it to the topShulhan
2022-07-31all: realign some structs to minimize memory usageShulhan
2022-07-30all: fix "test" task and make the "lint" task optionalShulhan
2022-07-30all: remove old README.mdShulhan
2022-07-30all: update dependenciesShulhan
2022-07-04Release awwan v0.6.0 (2022-07-04)v0.6.0Shulhan
2022-07-04www/doc: update structure of CHANGELOGShulhan
2022-07-04go.mod: update share module to v0.39.0Shulhan
2022-06-20all: fix the #get! statement when executing on localShulhan
2022-06-20_www: update the global application nameShulhan
2022-06-20all: reformat all go files using the next gofmtShulhan
2022-06-20go.mod: set minimum Go version to 1.17 and update share moduleShulhan
2022-04-05all: changes the way to build JavaScript using esbuildShulhan
2022-04-03all: replace ioutil.ReadFile with os.ReadFileShulhan
2022-04-03cmd/awwan: make the "help" and "version" as commandShulhan
2022-04-03go.mod: update share module to v0.36.0Shulhan
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