Loading CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ The format is based on [keep a changelog](http://keepachangelog.com/) and this p - Improve user email storage and comparison. - Allow group batch fetch by both ID and name. - Increase heartbeat server time precision. - Rework the embedded dashboard. ### Fixed - Fix Facebook unlink operation. Loading Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ run: $(BINNAME) .PHONY: dashboard dashboard: build/generated/dashboard/embedded.go build/generated/dashboard/embedded.go: $(shell find dashboard/src dashboard/static -type f) dashboard/index.html build/generated/dashboard/embedded.go: $(shell find dashboard/src -type f) dashboard/index.html cd dashboard; npm run build ${GOBINDATA} -pkg dashboard -prefix dashboard/dist -o ${BUILDDIR}/generated/dashboard/embedded.go dashboard/dist/... Loading dashboard/.babelrcdeleted 100644 → 0 +0 −5 Original line number Diff line number Diff line { "presets": ["es2015", "stage-2"], "plugins": ["transform-runtime"], "comments": false } dashboard/.editorconfigdeleted 100644 → 0 +0 −9 Original line number Diff line number Diff line root = true [*] charset = utf-8 indent_style = space indent_size = 2 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true dashboard/.eslintignoredeleted 100644 → 0 +0 −2 Original line number Diff line number Diff line build/*.js config/*.js Loading
CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ The format is based on [keep a changelog](http://keepachangelog.com/) and this p - Improve user email storage and comparison. - Allow group batch fetch by both ID and name. - Increase heartbeat server time precision. - Rework the embedded dashboard. ### Fixed - Fix Facebook unlink operation. Loading
Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ run: $(BINNAME) .PHONY: dashboard dashboard: build/generated/dashboard/embedded.go build/generated/dashboard/embedded.go: $(shell find dashboard/src dashboard/static -type f) dashboard/index.html build/generated/dashboard/embedded.go: $(shell find dashboard/src -type f) dashboard/index.html cd dashboard; npm run build ${GOBINDATA} -pkg dashboard -prefix dashboard/dist -o ${BUILDDIR}/generated/dashboard/embedded.go dashboard/dist/... Loading
dashboard/.babelrcdeleted 100644 → 0 +0 −5 Original line number Diff line number Diff line { "presets": ["es2015", "stage-2"], "plugins": ["transform-runtime"], "comments": false }
dashboard/.editorconfigdeleted 100644 → 0 +0 −9 Original line number Diff line number Diff line root = true [*] charset = utf-8 indent_style = space indent_size = 2 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true
dashboard/.eslintignoredeleted 100644 → 0 +0 −2 Original line number Diff line number Diff line build/*.js config/*.js