Commit Graph

1434 Commits (v0.20.1)

Author SHA1 Message Date
Steven 606e574e19 chore: update enum type 1 year ago
Brilliant Hanabi ebe3678288
feat: add visibility select in ShareMemoDialog (#2941)
In ShareMemoDialog, user can change the visibility
of the memo, so that the memo can be set to public
to be viewed by anyone with the link.
1 year ago
Steven 3dddd3ec4c chore: tweak reaction store 1 year ago
Brilliant Hanabi 81aa9b107f
feat: add notice when sharing private links in MemoDetail (#2942) 1 year ago
Steven 60efd3ac32 chore: tweak memo view 1 year ago
Steven 4081a6f5ad chore: add more reactions 1 year ago
Steven c7822515a1 chore: tweak view checks 1 year ago
Steven d86f0bac8c chore: implement reaction frontend 1 year ago
Steven a4fa67cd18 chore: update dependencies 1 year ago
Kazuki H 5ac17fc012
fix: displaying archived memos (#2933)
* fix: web: Archived: Show displayTime instead of updateTime

Archiving a memo is considered "updating" it, so the time it was
archived will be displayed, instead of the time it was created.

* fix: web: Archived: Add an option to fetch more memos

Just like on other pages, add a button to fetch more memos. Otherwise,
the user would only be able to load the latest 10 memos, as defined in
DEFAULT_MEMO_LIMIT.
1 year ago
Steven a76b86f18a chore: fix highlight code 1 year ago
Steven ded8001735 chore: fix v2 routes 1 year ago
Steven 185ec2ad2a chore: update inbox service 1 year ago
Steven 25efc33b24 chore: tweak timeline styles 1 year ago
Steven e35225ff24 chore: fix resource url 1 year ago
Steven 397a7f00ef chore: add postinstall script 1 year ago
Steven ab4a670bec chore: add env example 1 year ago
Steven b056c59dea chore: add vercel.json 1 year ago
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 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 00c47a0673 chore: fix menu z-index 2 years ago
Steven 374f3f7d96 chore: fix filter initial state 2 years ago
Steven 8340e6b247 chore: upgrade gomark 2 years ago
Steven 7f5148d490 chore: clean dropdown 2 years ago
Steven c522e1450a chore: update codeblock style 2 years ago
Steven dd06278692 feat: add batch upsert tags 2 years ago
Steven fdd17ce849 chore: update memo content key 2 years 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
2 years ago
Steven e78311b3af fix: initial gomark wasm 2 years ago
Steven e3afad74ce fix: update initial wasm 2 years ago
Steven 554f93eccc fix: move initial wasm into app 2 years ago
Steven 0b4914d880 chore: update generated node types 2 years ago
Steven 8ce6a32aac feat: use gomark wasm in frontend 2 years 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.
2 years ago
Steven 49e3eb107c chore: update gomark wasm 2 years ago
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
Wen Sun ec4884ea04
fix: incorrect timeline month display (#2792)
Fix incorrect timeline month display
2 years ago
Steven c9146bc749 chore: update code style 2 years ago
Steven f5b5bd64bc chore: tweak datetime.ts 2 years ago
Steven 2a4ebf5774 chore: add search bar in archived page 2 years ago
Steven 5172e4df7c chore: create memo visibility when creating 2 years ago
Steven 893dd2c85e chore: add disable filter to renderer context 2 years ago
Steven d426f89cf0 chore: add time filter to timeline 2 years ago
Steven 354011f994 chore: handle filter in user profile page 2 years ago
Steven 05c0aeb789 feat: implement table renderer 2 years ago
Mehad Nadeem 70e6b2bb82
chore: added tooltip for vacuum button (#2778)
* chore: added tooltip for vacuum button

- At the moment only has text for English language therefore other JSON files need to be updated accordingly

* Update en.json
2 years ago