Commit Graph

2521 Commits (a6a62eb79c52b63ce0a5c22643a7b0194e5fe130)
 

Author SHA1 Message Date
Steven 15c90871d9 chore: update request base url 1 year ago
Steven be899cd027 chore: update eslint config 1 year ago
Steven 8773a3d2c1 chore: tweak assets folder 1 year ago
Steven d2603ee67b chore: upgrade frontend dependencies 1 year ago
Steven c92507728a chore: tweak filter checks 1 year ago
Steven eb4f7b47b7 chore: update memo find builder 1 year ago
Steven 1e07b70d23 chore: fix export memos 1 year ago
Athurg Gooth b8a9783db5
fix: signin error notification is not shown (#2908)
fix signin error notification is not shown
1 year ago
Ikko Eltociear Ashimine 82e72813f9
chore: fix typo in About.tsx (#2899) 1 year ago
Steven 57510ddee5 chore: update readme with used resources 1 year ago
Steven 00c47a0673 chore: fix menu z-index 1 year ago
Steven 374f3f7d96 chore: fix filter initial state 1 year ago
Steven 8340e6b247 chore: upgrade gomark 1 year ago
Steven 7f5148d490 chore: clean dropdown 1 year ago
Steven c522e1450a chore: update codeblock style 1 year ago
Steven c342c464a2 chore: update services comment 1 year ago
Steven f6f193af2d chore: format proto 1 year ago
Steven dd06278692 feat: add batch upsert tags 1 year ago
Steven fdd17ce849 chore: update memo content key 1 year ago
Elliot Chen 7cd3fcbc61
fix: wrong order of the timeline in the resource page & add webhook when create memos using Telegram bot (#2886)
* fix: wrong order in resource page timeline

* feat: add webhook when create memos using Telegram bot

* rename variables and fix typos for static checks
1 year ago
Steven e78311b3af fix: initial gomark wasm 1 year ago
Steven e3afad74ce fix: update initial wasm 1 year ago
Steven 554f93eccc fix: move initial wasm into app 1 year ago
Steven 79227021f5 chore: bump version 1 year ago
Steven b4f2a3bd14 chore: remove migrator 1 year ago
Steven 0b4914d880 chore: update generated node types 1 year ago
Steven 2f0b0e0071 chore: remove node definition 1 year ago
Steven 8ce6a32aac feat: use gomark wasm in frontend 1 year ago
Wen Sun 3158c4b8b5
fix: role error in api/v2 when the first user registers (#2875)
Fix role error in api/v2 when the first user registers
1 year ago
Steven 30ae4140f3 chore: update gomark source 1 year ago
Lincoln Nogueira 279cba0e6b
chore: greatly speed up migrator and lower memory usage (#2874)
* chore: add en-GB language

* chore: remove en-GB contents

* chore: prevent visitors from breaking demo
- prevent disabling password login
- prevent updating `memos-demo` user
- prevent setting additional style
- prevent setting additional script
- add some error feedback to system settings UI

* Revert "chore: add en-GB language"

This reverts commit 2716377b04.

* chore: speed-up migrator and lower memory usage
- remove all Store indirections
- query database directly with prepared statements

* chore: fix golangci-lint warnings
1 year ago
Lincoln Nogueira 52539fc130
chore: prevent visitors from breaking demo (#2869)
* chore: add en-GB language

* chore: remove en-GB contents

* chore: prevent visitors from breaking demo
- prevent disabling password login
- prevent updating `memos-demo` user
- prevent setting additional style
- prevent setting additional script
- add some error feedback to system settings UI

* Revert "chore: add en-GB language"

This reverts commit 2716377b04.
1 year ago
Steven 49e3eb107c chore: update gomark wasm 1 year ago
Lincoln Nogueira e7d5dfe515
chore: add en-GB language (#2865)
* chore: add en-GB language

* chore: remove en-GB contents
1 year ago
Steven 28c7a75ea2 chore: fix import nodes 1 year ago
Steven 59d69a05fa feat: initial gomark wasm importer 1 year ago
Steven ad2d492dec chore: move preview memo content 1 year ago
Elliot Chen bee6f278ba
fix: the same-storage check in the new `pre-sign` feature (#2860)
* fix: error check for the same oss-storage

* fix: conflict error2 variable in code refactor in s3.go

* chore: rename endpointUrl to endpointURL
1 year ago
Brilliant Hanabi 1bad0543d0
feat: add notice when sharing private links (#2809)
Co-authored-by: boojack <stevenlgtm@gmail.com>
1 year ago
Noah Alderton 73337331cb
feat: export all user Memos as a .zip of Markdown files (#2854)
* Add gRPC Memos Export

* Update code style

* Add URL.revokeObjectURL

* Rename protobuf and ESLint fix

* Change MemosExport to ExportMemos
1 year ago
Wen Sun 50f7f131ea
fix: month grouping error in timeline page (#2861) 1 year ago
Steven a16bde23f7 chore: tweak variable name 1 year ago
Steven c5a5f67fdb refactor: migrate auth service 1 year ago
Steven de8db63811 chore: rename workspace setting service 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 cbcec80c5d chore: fix import order 1 year ago
Steven 2b7bd47b44 fix: rss routes 1 year ago
Steven 54c5039db3 chore: fix golang linter 1 year ago
Steven af646ce2de refactor: move gomark 1 year ago