-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Sep 4, 2021
1 parent
f3e73cc
commit 6602608
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cakemix-server
updated
29 files
+0 −2 | .dockerignore | |
+24 −0 | .github/ISSUE_TEMPLATE/bug_report.md | |
+10 −0 | .github/ISSUE_TEMPLATE/custom.md | |
+20 −0 | .github/ISSUE_TEMPLATE/feature_request.md | |
+21 −0 | .github/PULL_REQUEST_TEMPLATE.md | |
+93 −0 | .github/workflows/prerelease.yml | |
+61 −0 | .github/workflows/release.yml | |
+6 −11 | .gitignore | |
+9 −7 | Dockerfile | |
+8 −21 | Makefile | |
+8 −0 | README.md | |
+0 −4 | cakemix.env | |
+49 −0 | db/document.go | |
+4 −4 | docker-compose.yml | |
+270 −232 | docs/api.yml | |
+ − | docs/banner.png | |
+7 −7 | example/cakemix.conf.dev | |
+7 −7 | example/cakemix.conf.prod | |
+7 −7 | example/cakemix.conf.test | |
+1 −1 | go.mod | |
+1 −13 | go.sum | |
+12 −1 | handler/common_test.go | |
+70 −13 | handler/document.go | |
+63 −0 | handler/document_test.go | |
+30 −1 | main.go | |
+0 −0 | share/mail/regist.tmpl | |
+0 −0 | share/mail/resetpw.tmpl | |
+6 −7 | util/config.go | |
+69 −0 | util/key.go |