Commit Graph

1344 Commits (e7d5dfe515c477c62b45c87ff3e82c4ee33d1e33)

Author SHA1 Message Date
Lincoln Nogueira e7d5dfe515
chore: add en-GB language (#2865)
* chore: add en-GB language

* chore: remove en-GB contents
2 years ago
Steven 28c7a75ea2 chore: fix import nodes 2 years ago
Steven 59d69a05fa feat: initial gomark wasm importer 2 years ago
Steven ad2d492dec chore: move preview memo content 2 years ago
Brilliant Hanabi 1bad0543d0
feat: add notice when sharing private links (#2809)
Co-authored-by: boojack <stevenlgtm@gmail.com>
2 years 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
2 years ago
Wen Sun 50f7f131ea
fix: month grouping error in timeline page (#2861) 2 years ago
Steven c5a5f67fdb refactor: migrate auth service 2 years 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.
2 years ago
Steven 2b7bd47b44 fix: rss routes 2 years ago
Steven 8c6292925e chore: update code block styles 2 years ago
Steven 21ef5a9bc0 chore: tweak workspace service 2 years ago
Steven 1dc4f02b64 chore: update memo requests 2 years ago
Steven 8db90a040c chore: remove unused dependencies 2 years ago
Steven 932f636d84 chore: update codeblock renderer 2 years ago
Steven ed32b20c9e chore: update frontend dependencies 2 years ago
Steven 8455114eef chore: fix list memos request 2 years ago
Steven c26109cd36 chore: update list memos request 2 years ago
Steven 4b223c1e4c chore: update collapse sidebar 2 years ago
Steven b9cbe6626f chore: update tag rename 2 years ago
Steven 566171783d chore: tweak embedded memo style 2 years ago
Steven 7edb3598ea chore: update default request limit 2 years ago
Steven bc2d2d0cde feat: support set embedded content in UI 2 years ago
Steven e5ff1829a5 chore: add Hungarian locale 2 years ago
Steven d7889d9903 chore: tweak url filters 2 years ago
Steven 79558028c0 feat: implement rename tag 2 years ago
Steven 70d1301dc3 chore: use filter in url params 2 years ago
Steven 6d5e1def76 chore: update member section 2 years ago
boojack a5bc2d0ed6
chore: update i18n from Weblate (#2832)
* Added translation using Weblate (Hungarian)

* Translated using Weblate (Hungarian)

Currently translated at 0.3% (1 of 317 strings)

Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/hu/

* Translated using Weblate (Hungarian)

Currently translated at 71.2% (226 of 317 strings)

Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/hu/

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (316 of 316 strings)

Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/

* Translated using Weblate (Chinese (Traditional))

Currently translated at 100.0% (316 of 316 strings)

Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hant/

---------

Co-authored-by: Vermunds <com.github@weylus.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
Co-authored-by: ti777777 <ti12272198686@yahoo.com.tw>
2 years ago
Steven 08ac60cc70 chore: update memo relation dialog 2 years ago
Steven 1b69b73eb9 chore: update calendar styles 2 years ago
Steven 3dbb254aeb chore: update referenced memo title from params 2 years ago
Steven fdb1779a59 chore: implement referenced content renderer 2 years ago
Steven bf905bba86 chore: remove unused date picker 2 years ago
ti777777 024a818e91
chore: update zh-Hant (#2815) 2 years ago
Steven a620d140c5 chore: update embedded content renderers 2 years ago
Steven 370054e040 chore: implement collapsed navigation 2 years ago
Steven fae0b4e900 chore: update memo relation style 2 years ago
Steven 4d48f50815 chore: use resource name in frontend 2 years ago
Steven 288527914b chore: migrate memo route 2 years ago
Steven 264e6e6e9c chore: tweak file name 2 years ago
Steven eb72609ea3 chore: update memo editor cache key 2 years ago
Brilliant Hanabi 776785ac90
chore: update zh-Hans & zh-Hant translations (#2804) 2 years ago
Steven d5f874e185 chore: handle resource not found 2 years ago
Steven 89d940d9b7 feat: implement params field for embedded content node 2 years ago
Mark Zhao bd1cf62761
feat: enable iframe rendering in markdown code block (#2799)
* enable iframe rendering in code block

* fix eslint issue
2 years ago
Steven 196facfacd feat: implement embedded resource renderer 2 years ago
Steven 8a34013558 feat: implement embedded memo renderer 2 years ago
Steven 67f5ac3657 feat: implement subscript and superscript renderer 2 years ago
Steven 1f5899d238 chore: update dependencies 2 years ago