Commit Graph

72 Commits (f33571fec6e31a7025ccfd5133806a9d58c8c673)

Author SHA1 Message Date
Steven f33571fec6 feat: update webhook request payload 9 months ago
Steven 797f5a123c feat: add `HasIncompleteTasks` to memo property 9 months ago
Steven 5493f5f14e chore: regenerate dependencies 9 months ago
Steven b215426623 chore: update general setting 9 months ago
Steven 0f4b7c5f4a feat: add more memo settings 9 months ago
Steven a423dac12c chore: tweak memo property 9 months ago
Steven d3235f75f3 chore: tweak memo definition 9 months ago
Steven e0600388b2 chore: implement memo property endpoint 9 months ago
Steven 16d3de63c2 chore: update resource binary endpoint 9 months ago
Steven f54b05a521 chore: tweak comments 9 months ago
Steven b0aad6f694 chore: tweak resource payload 10 months ago
Steven 9265b8e2bd chore: update tags filter 10 months ago
Steven c561362d62 feat: implement memo property 10 months ago
Steven b8763905ba chore: tweak naming 10 months ago
Steven eda1983964 chore: return workspace setting with default value 10 months ago
Steven 584c669068 chore: tweak max width 10 months ago
Steven e0977e53f7 chore: remove unused route 10 months ago
Steven d0655ece53 refactor: update memo tags 10 months ago
Steven 776664105a chore: tweak content length limit 10 months ago
Steven af1ad2f2db chore: add memo content length limit setting 10 months ago
Steven 26545c855c refactor: implement s3 storage 10 months ago
Steven 144269fbbc chore: fix router 10 months ago
Steven ff175bbb7e refactor: update resource binary request handler 10 months ago
Steven 6295979592 chore: add user avatar route 10 months ago
Steven 155c5baf2c refactor: add markdown service 10 months ago
Steven 4338234641 chore: retire storage related functions 10 months ago
Steven 320963098f refactor: update storage setting 10 months ago
Steven 1b291422e7 refactor: api version 10 months ago
Steven 92872118b9 refactor: tweak api definition 10 months ago
Steven 9b66ef5e26 chore: tweak api definition 10 months ago
Steven 95df647265 chore: tweak comments 11 months ago
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