Commit Graph

41 Commits (6b6edc3791f84f6dbe7bf0d9cd92851bc31d9ca3)

Author SHA1 Message Date
huajin tong 8e7f826ae6
chore: fix typo (#3080)
Signed-off-by: thirdkeyword <fliterdashen@gmail.com>
12 months ago
Steven ba460382b0 chore: remove type-gen script 1 year ago
Steven dd9ee44a1f docs: regenerate swagger 1 year ago
Aleksandr Baryshnikov fa17dce046
feat: pre-signed URL for S3 storage (#2855)
Adds automatically background refresh of all external links if they are belongs to the current blob (S3) storage. The feature is disabled by default in order to keep backward compatibility.

The background go-routine spawns once during startup and periodically signs and updates external links if that links belongs to current S3 storage.

The original idea was to sign external links on-demand, however, with current architecture it will require duplicated code in plenty of places. If do it, the changes will be quite invasive and in the end pointless: I believe, the architecture will be eventually updated to give more scalable way for pluggable storage. For example - Upload/Download interface without hard dependency on external link. There are stubs already, but I don't feel confident enough to change significant part of the application architecture.
1 year ago
Steven d67eaaaee2 chore: update database migrator 1 year ago
Leyang be2db3f170
feat: use vite plugin pwa for generate right sw.js (#2658)
Co-authored-by: boojack <stevenlgtm@gmail.com>
1 year ago
Steven af68cae6ea chore: regenerate swagger docs 1 year ago
Steven 6cf7192d6a chore: add ssr placeholder in `index.html` 1 year ago
Steven c608877c3e chore: clean binary entries 1 year ago
boojack dfaf2ee29c
chore: update pnpm scripts (#2350)
* chore: update pnpm scripts

* chore: update development guide
1 year ago
Steven 6ffc09d86a chore: remove unused httpmeta getter api 1 year ago
Steven 9d1c9fc505 chore: regenerate swagger docs 1 year ago
Steven 6eeee6b704 docs: add buf to development guide 1 year ago
Steven 33d9c13b7e chore: remove openid field from user 1 year ago
boojack 18fb02a1ec
chore: update swag docs (#2178)
* chore: update swag docs

* chore: update
2 years ago
boojack 35f2d399e2
chore: update api v1 docs (#2117)
* chore: update apiv1 docs

* chore: update
2 years ago
Lincoln Nogueira 4491c75135
feat: add SwaggerUI and v1 API docs (#2115)
* - Refactor several API routes from anonymous functions to regular definitions. Required to add parseable documentation comments.

- Add API documentation comments using Swag Declarative Comments Format

- Add echo-swagger to serve Swagger-UI at /api/index.html

- Fix error response from extraneous parameter resourceId to relatedMemoId in DELETE("/memo/:memoId/relation/:relatedMemoId/type/:relationType")

- Add an auto-generated ./docs/api/v1.md for quick reference on repo (generated by swagger-markdown)

- Add auxiliary scripts to generate docs.go and swagger.yaml

* fix: golangci-lint errors

* fix: go fmt flag in swag scripts
2 years ago
boojack 4d3e4358e8
chore: update docs (#2094) 2 years ago
EINDEX 8dbc63ed56
docs: add rowStatus parameter for memo api document (#1984)
add missing parameters for memo api
2 years ago
boojack 589b104671
chore: upgrade version to `v0.14.0` (#1970)
* chore: upgrade version

* chore: update

* chore: update
2 years ago
boojack 2effacd0a6
chore: add api docs (#1965) 2 years ago
Ikko Eltociear Ashimine f074bb1be2
docs: fix typo in deploy-with-render.md (#1946)
reliablity -> reliability
2 years ago
boojack 0e05c62a3b
chore: update common utils (#1908) 2 years ago
boojack e69f7c735b
chore(revert): retire demo site (#1733)
Revert "chore: retire demo site (#1659)"

This reverts commit cd2bdab683.
2 years ago
boojack cd2bdab683
chore: retire demo site (#1659) 2 years ago
Lincoln Nogueira 3b76c6792c
feat: add preliminar Windows support (#1636)
Add preliminar Windows support for both
development and production environments.

Default profile.Data will be set to "C:\ProgramData\memos" on Windows.
Folder will be created if it does not exist, as this behavior is
expected for Windows applications.

System service installation can be achieved with third-party tools,
explained in docs/windows-service.md.

Not sure if it's worth using https://github.com/kardianos/service
to make service support built-in.

This could be a nice addition alongside #1583 (add Windows artifacts)
2 years ago
Antzed 1ff03e87c2
docs: upgrade on fly.io (#1582) 2 years ago
boojack 648634d376
chore: use pnpm (#1533)
* chore: use pnpm

* chore: update
2 years ago
Dmitry Shemin bc595b40e7
feat: add docs for memos setup after deploying (#1419) 2 years ago
boojack 2e14561bfc
chore: update logo assets (#1407) 2 years ago
boojack a21ff5c2e3
chore: update project structure (#1382) 2 years ago
boojack afc9709484
chore: update dev config (#857) 2 years ago
boojack e79d67d127
chore: update readme with deploy guides (#771) 2 years ago
ajstephens1995 1d9ef9813a
docs: guide to deploy memos with render for beginners (#769) 2 years ago
Steven a0a42285d0 chore: update docs 3 years ago
boojack 406109b091 update: db initialization 3 years ago
West Xu b949d482a1
`next` docker tag deprecated (#42) 3 years ago
email b6e78a1c2d chore: update docker run commands 3 years ago
email 6f3663cd96 feat: user hash password 3 years ago
email 516ca61b73 chore: update deploy guide doc 3 years ago
email 076c42d9c4 feat: update readme 3 years ago