Commit Graph

1336 Commits (dd9ee44a1ff77995855a6790aafe8dfff25f7e4e)

Author SHA1 Message Date
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 2b7bd47b44 fix: rss routes 1 year ago
Steven 8c6292925e chore: update code block styles 1 year ago
Steven 21ef5a9bc0 chore: tweak workspace service 1 year ago
Steven 1dc4f02b64 chore: update memo requests 1 year ago
Steven 8db90a040c chore: remove unused dependencies 1 year ago
Steven 932f636d84 chore: update codeblock renderer 1 year ago
Steven ed32b20c9e chore: update frontend dependencies 1 year ago
Steven 8455114eef chore: fix list memos request 1 year ago
Steven c26109cd36 chore: update list memos request 1 year ago
Steven 4b223c1e4c chore: update collapse sidebar 1 year ago
Steven b9cbe6626f chore: update tag rename 1 year ago
Steven 566171783d chore: tweak embedded memo style 1 year ago
Steven 7edb3598ea chore: update default request limit 1 year ago
Steven bc2d2d0cde feat: support set embedded content in UI 1 year ago
Steven e5ff1829a5 chore: add Hungarian locale 1 year ago
Steven d7889d9903 chore: tweak url filters 1 year ago
Steven 79558028c0 feat: implement rename tag 1 year ago
Steven 70d1301dc3 chore: use filter in url params 1 year ago
Steven 6d5e1def76 chore: update member section 1 year 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>
1 year ago
Steven 08ac60cc70 chore: update memo relation dialog 1 year ago
Steven 1b69b73eb9 chore: update calendar styles 1 year ago
Steven 3dbb254aeb chore: update referenced memo title from params 1 year ago
Steven fdb1779a59 chore: implement referenced content renderer 1 year ago
Steven bf905bba86 chore: remove unused date picker 1 year ago
ti777777 024a818e91
chore: update zh-Hant (#2815) 1 year ago
Steven a620d140c5 chore: update embedded content renderers 1 year ago
Steven 370054e040 chore: implement collapsed navigation 1 year ago
Steven fae0b4e900 chore: update memo relation style 1 year ago
Steven 4d48f50815 chore: use resource name in frontend 1 year ago
Steven 288527914b chore: migrate memo route 1 year ago
Steven 264e6e6e9c chore: tweak file name 1 year ago
Steven eb72609ea3 chore: update memo editor cache key 1 year ago
Brilliant Hanabi 776785ac90
chore: update zh-Hans & zh-Hant translations (#2804) 1 year ago
Steven d5f874e185 chore: handle resource not found 1 year ago
Steven 89d940d9b7 feat: implement params field for embedded content node 1 year ago
Mark Zhao bd1cf62761
feat: enable iframe rendering in markdown code block (#2799)
* enable iframe rendering in code block

* fix eslint issue
1 year ago
Steven 196facfacd feat: implement embedded resource renderer 1 year ago
Steven 8a34013558 feat: implement embedded memo renderer 1 year ago
Steven 67f5ac3657 feat: implement subscript and superscript renderer 1 year ago
Steven 1f5899d238 chore: update dependencies 1 year ago
Wen Sun ec4884ea04
fix: incorrect timeline month display (#2792)
Fix incorrect timeline month display
1 year ago
Steven c9146bc749 chore: update code style 1 year ago
Steven f5b5bd64bc chore: tweak datetime.ts 1 year ago
Steven 2a4ebf5774 chore: add search bar in archived page 1 year ago
Steven 5172e4df7c chore: create memo visibility when creating 1 year ago
Steven 893dd2c85e chore: add disable filter to renderer context 1 year ago
Steven d426f89cf0 chore: add time filter to timeline 1 year ago
Steven 354011f994 chore: handle filter in user profile page 1 year ago