Commit Graph

1594 Commits (a4235bb4bfb67bcb03ef6bb71fd09656e270d2c0)

Author SHA1 Message Date
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
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 c5a5f67fdb refactor: migrate auth service 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 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
Steven 05c0aeb789 feat: implement table renderer 1 year 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
1 year ago
Steven 54296f0437 chore: update filter in timeline 1 year ago
Steven 8fcd9332f7 chore: tweak timeline styles 1 year ago
Steven 1857362d03 fix: locale and appearance setting 1 year ago
Steven 6d7186fc81 feat: rebuild timeline page 1 year ago
Steven cc43d06d33 chore: update memo stats response 1 year ago
Steven 9ffd827028 fix: appearance and locale initial value 1 year ago
Hanqin Guan 15e6542f0d
fix: server overrides user's locale/appearance (#2771) 1 year ago
Noah Alderton 24bb3e096a
fix: DatePicker by passing in Timezone to API (#2770)
* Fix DatePicker by passing in Timezone to API

* Add some clarity
1 year ago
Noah Alderton ff13d977e9
feat: add URL paste handler (#2768)
* feat: Add URL paste handler

* Check if text highlighted for URL pasting
1 year ago
Wen Sun 1fdb8b7b01
fix: apply customized profile name in mobile header (#2723)
Fix mobile header title, apply customized profile name
1 year ago
Wen Sun f1ee88c4e1
fix: display system logo in user banner if user not logged in (#2747)
Display system logo in user banner if user not logged in
1 year ago
Noah Alderton b578afbc6a
fix: DatePicker Local Date (#2766)
Fix DatePicker Local Date
1 year ago
Steven ad94e8e3c6 feat: implement highlight renderer 1 year ago
Steven 46bd470640 chore: update favicon 1 year ago
Steven fdbf2d8af2 chore: fix blockquote renderer 1 year ago
Steven 5a723f00fa chore: split editor keydown handler 1 year ago
Noah Alderton 728a9705ea
feat: Markdown Editor Keyboard Shortcuts (#2763)
* Add bold and italic keyboard shortcut

* Add hyperlink keyboard shortcut support
1 year ago
THELOSTSOUL cd3a98c095
fix: change use-set priority (#2760)
The user settings(locale, appearance) are not in use when restart broswer
1 year ago
Steven 5ebbed9115 chore: handle tag click 1 year ago
Steven 7ae4299df2 chore: implement create resource 1 year ago
Noah Alderton 3d23c01e26
feat: add additional favicon formats (#2752)
Add additional favicons
1 year ago
Lincoln Nogueira 089e04bcfd
chore: use webp compression on logo (#2756)
- Logo size reduced from 310 KB to 36 KB.
- Point metadata image URL to local logo instead of remote
1 year ago
Steven 98762be1e5 feat: implement indent for list nodes 1 year ago
Steven d44e74bd1e chore: update editor actions 1 year ago
Steven 8e0ce4d678 fix: list memos with pinned 1 year ago
Steven 45cf158508 chore: fix max width of home section 1 year ago
Anish Kelkar 7340ae15f7
chore: delete .vscode directory (#2693)
* Delete .vscode directory

* web/.vscode deleted
1 year ago
Steven 6db7ad76da chore: update tag selector 1 year ago
Steven 4a407668bc chore: tweak dialog close button 1 year ago
Steven ab1fa44f00 feat: implement markdown buttons 1 year ago
Steven cd0004cf88 chore: update icon version 1 year ago
Steven 667aaf06a0 chore: update dependencies 1 year ago
Steven a8074d94e8 chore: update image attrs 1 year ago
Wen Sun 81942b3b98
chore: updating the default scopes of GitHub SSO (#2746)
Updating the default scopes of GitHub SSO

The scope of "user" in GitHub OAuth includes permissions to update a user's profile.
1 year ago
Steven 0c52f1ee6a chore: tweak home style 1 year ago
Steven 1994c20c54 chore: tweak setting page 1 year ago
Steven a1dda913c3 chore: fix tag selector position 1 year ago
Athurg Gooth 79b68222ff
chore: set image loading to lazy (#2733)
set image loading to lazy to avoid concurrent problem
1 year ago
Steven 777ed899a3 chore: add memo uid 1 year ago
Steven ddcf1d669d chore: add max content length 1 year ago
Noah Alderton 43e42079a4
feat: export Memos as Markdown FIles (#2716) 1 year ago
Steven 83141f9be2 chore: tweak navigation styles 1 year ago
Steven 4c59035757 chore: update about page 1 year ago
Steven f5a1739472 chore: update memo detail checks 1 year ago
Steven a297cc3140 chore: exclude comments in memo list response 1 year ago
Steven 79c13c6f83 chore: fix edit memo params 1 year ago
Steven d2a9aaa9d4 chore: update line break renderer 1 year ago
Steven f563b58a85 chore: fix renderer props 1 year ago
Steven 454cd4e24f feat: implement switchable task list node 1 year ago
Steven 6320d042c8 chore: update home padding styles 1 year ago
Steven 9593b0b091 chore: fix link rel field 1 year ago
Steven ca53630410 chore: update drawer background 1 year ago
Steven f484c38745 chore: fix dependencies 1 year ago
Steven d12a2b0c38 feat: implement math expression parser 1 year ago
Steven 73baeaa0ad chore: tweak dark mode styles 1 year ago
Steven c58851bc97 chore: tweak accent color 1 year ago
Steven 96140f3875 chore: tweak dark mode styles 1 year ago
Steven 914c0620c4 chore: add statistics view 1 year ago
Noah Alderton 673809e07d
fix: docker-compose.dev.yaml (#2695)
* Fix docker-compose.dev.yaml

* Add newline to .gitignore
1 year ago
Steven f74fa97b4a chore: traverse nodes to upsert tags 1 year ago
Steven 0f8bfb6328 chore: update index.html 2 years ago
Steven 4cd01ece30 chore: update frontend metadata 2 years ago
Lincoln Nogueira 411e807dcc
chore: use consistent relative paths for resources (#2683)
- always store resources with a relative path with forward slashes, which will be transformed as needed when the file is accessed

- fix an issue with thumbnail generation on Windows

- add several validations for local storage setting

- improve front-end error feedback when changing local storage

- add migrations to make existing resource paths relative (not needed, but improves database consistency)
2 years ago
Steven ea87a1dc0c chore: update memo content props 2 years ago
Steven 30dca18b79 chore: fix suspense wrapper 2 years ago
Steven 2ae6d94e2c chore: update frontend dependencies 2 years ago
Steven 9ee4b75bbd chore: tweak memo detail styles 2 years ago
Steven a0a03b0389 chore: tweak list memos request 2 years ago
Steven c8d7f93dca feat: implement auto link parser 2 years ago
Steven 6fac116d8c chore: update user store 2 years ago
subks f48ff102c9
fix: eslint check failure after fixing #2672 (#2673) 2 years ago
subks bd5a0679ee
fix: date format in share memo dialog (#2672)
fix: Date format in shareable Memo Images (#2668)
2 years ago
Steven 8e325f9986 chore: return username in user response 2 years ago
Steven b8eaf1d57e chore: deprecate memo creation stats legacy api 2 years ago
Steven aa136a2776 chore: remove vite pwa plugin 2 years ago
Steven 953141813c chore: regenerate pnpm lock file 2 years ago
Leyang be2db3f170
feat: use vite plugin pwa for generate right sw.js (#2658)
Co-authored-by: boojack <stevenlgtm@gmail.com>
2 years ago
Steven eefce6ade3 chore: implement webhook dispatch in v2 api 2 years ago
Steven c6ebb5552e chore: add 403 page 2 years ago
Steven 4d64d4bf25 chore: upgrade frontend dependencies 2 years ago
Steven 2ee4d7d745 chore: add startTransition to links 2 years ago
Steven df5aeb6d88 chore: remove v1 prefix in store name 2 years ago
Steven df3303dcd3 chore: update list users 2 years ago
Steven 21874d0509 chore: fix navigation errors 2 years ago
Steven b2ec0d1217 chore: add skip cache requesting 2 years ago
Steven 5673e29e51 chore: compose memo in backend 2 years ago
Steven feefaabce9 chore: update heatmap click handler 2 years ago
Steven 29b540ade3 chore: fix fetch memos 2 years ago
Steven 919f75af1a chore: update suspense loading 2 years ago
Steven 17e905085f chore: update acl config 2 years ago
Steven 34af969785 chore: fix list memos order by pinned 2 years ago
Steven fd9c3ccbae chore: implement useMemoList store 2 years ago
Steven a3feeceace chore: remove component v1 suffix 2 years ago
Steven 02265a6e1a chore: fix memo search 2 years ago
Steven 81524c38e9 chore: refactor memo module 2 years ago
Steven 671551bdc1 chore: update memo detail page 2 years ago
Steven 10c81ccba3 chore: fix type definition 2 years ago
Steven 9361613f23 chore: update timeline page 2 years ago
Steven cbdae24314 chore: update archived page 2 years ago
Steven 5334fdf1b2 chore: use api v2 in archived page 2 years ago
Steven abc14217f6 chore: tweak padding styles 2 years ago
Steven e0cacfc6d6 chore: retire auto backup for sqlite 2 years ago
Steven b575064d47 chore: tweak padding 2 years ago
Steven 6290234ad1 chore: fix button styles 2 years ago
Steven aeed25648a chore: tweak drawer background 2 years ago
Steven 43e7506ed5 chore: fix react-uses import 2 years ago
Steven a3a1bbe8de chore: tweak responsible styles 2 years ago
Steven fe4ec0b156 chore: rename navigator 2 years ago
Steven 7c5fdd1b06 chore: remove demo banner 2 years ago
Steven 4d54463aeb chore: add mobile header 2 years ago
Steven 40bc8df63d chore: fix container height 2 years ago
Steven 61de7c8a32 chore: fix demo banner 2 years ago
Steven d6656db20d feat: implement part of full-screen layout 2 years ago
Steven 15a091fe4c chore: fix offset params in explore page 2 years ago
Steven db0eff4743 chore: clean frontend dependencies 2 years ago
Steven 0793f96578 chore: update heading styles 2 years ago
Steven 8095d94c97 chore: deprecate marked 2 years ago
Steven bcfcd59642 chore: deprecate old `MemoContent` 2 years ago
Steven 5d677c3c57 chore: implement node renderer components 2 years ago
Steven a10b3d3821 chore: tweak custom profile 2 years ago
Steven a9812592fe chore: tweak editor border styles 2 years ago
Steven 89ef9b8531 chore: add instance url system setting 2 years ago
Steven 6cf7192d6a chore: add ssr placeholder in `index.html` 2 years ago
boojack 7f1f6f77a0
chore: update i18n with weblate (#2614)
* Translated using Weblate (French)

Currently translated at 100.0% (317 of 317 strings)

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

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (317 of 317 strings)

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

---------

Co-authored-by: Ezmana <ezmana.land@gmail.com>
Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
2 years ago
boojack 0916ec35da
chore: update i18n with Weblate (#2594)
* Translated using Weblate (French)

Currently translated at 100.0% (317 of 317 strings)

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

* Translated using Weblate (French)

Currently translated at 100.0% (317 of 317 strings)

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

---------

Co-authored-by: Ezmana <ezmana.land@gmail.com>
Co-authored-by: LibreTranslate <noreply-mt-libretranslate@weblate.org>
2 years ago
Steven 82009d3147 chore: tweak webhook section 2 years ago
Steven fa34a7af4b chore: tweak memo parent styles 2 years ago
Steven 77b75aa6c4 chore: tweak memo display 2 years ago
Steven 9faee68dab chore: code clean 2 years ago
steven c68bfcc3b9 chore: fix user setting store 2 years ago
Athurg Gooth 2964cf93ab
fix: visibility of user preference is empty (#2581)
Fix visibility of user preference is empty
2 years ago
Arnaud Brochard 787cf2a9fe
feat: tables support (#2573)
* Tables support

* Linter fixes

* Regex Redos fix

* Fix empty row and variables proper naming

* Default cell style

* Now unncessary

* Support rows without a starting pipe char

* Striped rows

* Fix parsing issues

* Support tabs in separators
2 years ago
Athurg Gooth ed190cd41e
fix: visibility of memo editor is empty (#2580)
Fix visibility of memo editor is empty
2 years ago
Steven 33dda9bf87 chore: fix auth status checks 2 years ago
t.yang 055a327b5e
fix: detail page user-avatar size have unexpected height (#2576)
Co-authored-by: tyangs.yang <tyangs.yang@hstong.com>
2 years ago
Athurg Gooth aff1b47072
chore: remove debug log (#2582)
Remove debug log
2 years ago
Webysther Sperandio 484efbbfe2
chore: update manifest.json (#2568) 2 years ago
Steven e83d483454 refactor(frontend): use auth service 2 years ago
Steven fff42ebc0d fix: check auth status 2 years ago
Steven 2437419b7f fix: add auth status checks 2 years ago
boojack e53cedaf14
chore: update i18n with weblate (#2562)
* Translated using Weblate (Polish)

Currently translated at 46.3% (147 of 317 strings)

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

* Translated using Weblate (Polish)

Currently translated at 56.1% (178 of 317 strings)

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

---------

Co-authored-by: igormakarowicz <igormakarowicz@gmail.com>
2 years ago
Steven 6d469fd997 chore: fix image size 2 years ago
Steven e136355408 chore: tweak setting button style 2 years ago
Steven f950750d56 chore: tweak storage list title 2 years ago
Steven 0026f9e54f chore(frontend): add webhooks section 2 years ago
Steven 472afce98f chore: fix current user store 2 years ago
Steven d317b03832 feat: add search box in resources dashboard 2 years ago
Athurg Gooth 3e138405b3
chore: remove the max height limit for single media (#2545)
Remove the max-height limit for single media
2 years ago
Steven 45d7d0d5f6 chore: migrate get current user 2 years ago
boojack c3db4ee236
chore: translated using Weblate (Portuguese (Brazil)) (#2543)
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/

Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
2 years ago
Steven e5f660a006 chore: migrate update user 2 years ago
Steven c0628ef95b chore: migrate create user 2 years ago
Steven c0b5070e46 chore: migrate delete user 2 years ago
Steven b1128fc786 chore: fix inline latext renderer 2 years ago
Steven bcd8a5a7a9 chore: migrate get tag suggestions 2 years ago
boojack 0cf280fa9a
chore: translated using Weblate (Croatian) (#2541)
Translated using Weblate (Croatian)

Currently translated at 92.7% (293 of 316 strings)

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

Co-authored-by: May Kittens Devour Your Soul <yoshimitsu002@gmail.com>
2 years ago
Cheng Jiang adf96a47bb
fix: correct some Chinese translation inaccuracy (#2536)
Signed-off-by: Cheng Jiang <gabriel.chengj@gmail.com>
2 years ago
Steven 7ef125e3af chore: update fetch tags 2 years ago
Steven dfa14689e4 chore: add click away event to date picker 2 years ago
Steven 94c71cb834 chore: fix loading status 2 years ago
Steven 089cd3de87 chore: fix linter 2 years ago
zty 2d34615eac
fix: parse inline latex as a inline element (#2525)
* fix:  parse inline latex as a inline element

* Update web/src/labs/marked/parser/InlineLatex.tsx

---------

Co-authored-by: zty <zty.dev@outlook.com>
Co-authored-by: boojack <stevenlgtm@gmail.com>
2 years ago
zty 4f222bca5c
fix: keep content and query param on save when access token is invalid (#2524)
fix:
keep content on save when access token is invalid

Co-authored-by: zty <zty.dev@outlook.com>
2 years ago
Steven 0bb0407f46 chore: add overflow tips to tag 2 years ago
Zexi 8bc117bce9
feat: optimize media resource display (#2518)
* feat: optimize media resource display

* fix: type error

* Update web/src/components/MemoResourceListView.tsx

Co-authored-by: boojack <stevenlgtm@gmail.com>

* Update MemoResourceListView.tsx

---------

Co-authored-by: boojack <stevenlgtm@gmail.com>
2 years ago
Steven c1a6dc9bac chore: fix home sidebar max width 2 years ago
Athurg Gooth 6ee95a2c0c
fix: clear localStorage while draft is empty (#2510)
* Clear localStorage while draft is empty

* change == into ===
2 years ago
Mahoo Huang f67757f606
feat: add editor auto focus preference (#2498)
* feat: add editor auto focus perference

* feat: set editor auto focus
2 years ago
Vespa314 65022beb0d
fix: duplicate memo filter in user profile page (#2502) 2 years ago
swebdev 5d81338aca
fix: demo banner link for self-hosting guide (#2499) 2 years ago
Steven c288d49138 chore: fix decouple user name 2 years ago
Steven 0ea0645258 chore: add use reponsive width 2 years ago
steven 9227ca5b5b chore: update debounce ms 2 years ago
steven eb6b0ddead chore: update navigation 2 years ago
Steven dca90fb5d2 chore: update header 2 years ago
steven 172e27016b chore: upgrade frontend deps 2 years ago
Steven 6c433b452f chore: update user checks 2 years ago
Steven 65a34ee41a chore: update home sidebar 2 years ago
Steven 5ff0234c71 chore: update response styles 2 years ago
Steven e76509a577 chore: update header menu style in mobile view 2 years ago
Steven 4499f45b67 chore: deprecate daily review offset local setting 2 years ago
boojack 504d1768f2
chore: update i18n with Weblate (#2492)
* Translated using Weblate (Chinese (Traditional))

Currently translated at 91.7% (290 of 316 strings)

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

* 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: dwong33 <dwong@posteo.ch>
2 years ago
zty caea065594
feat: add share btn in more-action (#2491)
Co-authored-by: zty <zty.dev@outlook.com>
2 years ago
boojack 9df05fe0fa
chore: update i18n from Weblate (#2489)
* 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 (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/

---------

Co-authored-by: LibreTranslate <noreply-mt-libretranslate@weblate.org>
Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
2 years ago
zty 184f79ef8e
feat: support code in headings (#2488)
Co-authored-by: zty <zty.dev@outlook.com>
2 years ago
Steven 32cafbff9b chore: add OverflowTip kit component 2 years ago
Steven 9c4f72c96e chore: update tooltips 2 years ago
Steven 5e4493b227 chore: remove debug codes 2 years ago
Steven 834b58fbbd feat: add version update inbox message 2 years ago
Steven 363c107359 chore: update frontend deps 2 years ago
boojack 0458269e15
revert: "chore: add frontend type definitions" (#2483)
Revert "chore: add frontend type definitions (#2482)"

This reverts commit 64d4db81ca.
2 years ago
boojack 64d4db81ca
chore: add frontend type definitions (#2482)
chore: update
2 years ago
Steven 865cc997a4 chore: remove upgrade version banner 2 years ago
Steven 21ad6cc871 chore: update tag service creator 2 years ago
Steven c24181b2be chore: fix jwt checks 2 years ago
Steven 39a0e69b04 chore: update function name 2 years ago
Steven e60e47f76f chore: update user definition 2 years ago
Steven 3266c3a58a chore: update link styles 2 years ago
Steven ef820a1138 chore: fix memo editor padding in daily review 2 years ago
Steven 982b0285c9 chore: fix date picker 2 years ago
Christopher a62f1e15a6
fix: private memos being public (#2480)
* fix(web/memo): filter out public option

Filter out the public option if we have disabled public memos

* feat(api/memo): sanity check for disabled public memos

In case something goes wrong, we check the system setting on the backend in order to valdiate if we can create a public memo

* refactor(web/memo): disable public option

Seems like a better option than removing it, as it looks werid if you are looking at a memo that is previously public

* fix(web/memo): use translation keys

* chore(web/editor): remove unsused tooltip

* revert(api/memo): sanity check

* fix(web/memo): allow admins to create public memos

* chore(web/memo): remove unused import

* fix(web/memo): check for both host and admin

* fix(web/memo): remove warning text from MemoDetail
2 years ago
Zexi 8b0083ffc5
fix: auto fetch more (#2472)
* fix: auto fetch more

* feat: use union type
2 years ago
Athurg Gooth 5d69d89627
feat: week from monday in heatmap for zh-Hans and ko (#2457)
* week from monday in heatmap for zh-Hans and ko

* optimize code
2 years ago
Steven 97190645cc chore: update memo editor styles 2 years ago
Steven c26417de70 chore: update docs links 2 years ago
Steven f5c1e79195 chore: update about dialog 2 years ago
Steven d02105ca30 chore: update i18n 2 years ago
Steven 7058f0c8c2 chore: add docs link in settings 2 years ago
Steven f532ccdf94 chore: upgrade frontend deps 2 years ago
Steven a6fcdfce05 chore: update memo comment i18n 2 years ago
Steven 2b7d7c95a5 chore: update inbox detect 2 years ago
Steven 3c36cc2953 feat: add inbox ui 2 years ago
Steven 36b4ba33fa chore: remove outdated activity definition 2 years ago
Athurg Gooth e41ea445c9
fix: missing relation after post comment (#2452)
fix missing relation after post comment
2 years ago
boojack c952651dc1
chore: update i18n from Weblate (#2455)
* Translated using Weblate (Croatian)

Currently translated at 92.3% (290 of 314 strings)

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

* Translated using Weblate (Korean)

Currently translated at 100.0% (314 of 314 strings)

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

---------

Co-authored-by: May Kittens Devour Your Soul <yoshimitsu002@gmail.com>
Co-authored-by: nulta <un5450@naver.com>
2 years ago
Steven 9859d77cba chore: update links 2 years ago
Athurg Gooth 2c71371b29
chore: update @typescript-eslint to avoid WARNING (#2437)
Update @typescript-eslint to avoid WARNING
2 years ago
Zexi 035d71e07c
fix: visibility translation (#2429)
* fix: visibility translation

* refactor: remove useless file

* feat: add visibility icon
2 years ago
Christopher 82effea070
tweak(web): use iconbutton for editor helpers (#2426) 2 years ago
boojack 8fc9a318a4
chore: translated using Weblate (Portuguese (Brazil)) (#2422)
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (314 of 314 strings)

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

Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
2 years ago
MotH 9aed80a4fd
feat: better tag suggestion (#2421)
Better Tag Suggestion
2 years ago
MotH c31f306b5b
fix: smaller logo file (#2418) 2 years ago
Steven bfd2dbfee2 chore: fix update resource api 2 years ago
Steven c42af95dd3 chore: fix update user 2 years ago
Steven a76f762196 chore: update memo share dialog 2 years ago
boojack 4b91738f21
chore: translated using Weblate (Croatian) (#2413)
Translated using Weblate (Croatian)

Currently translated at 87.5% (274 of 313 strings)

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

Co-authored-by: May Kittens Devour Your Soul <yoshimitsu002@gmail.com>
2 years ago
Steven 12fd8f34be chore: fix styles 2 years ago
Steven c2ab05d422 chore: fix member section style 2 years ago
Steven 7b25b8c1e1 feat: update daily review 2 years ago
Athurg Gooth 664c9c4a7c
chore: extend height of setting page (#2407)
Extend height of setting page
2 years ago
Steven 6f2ca6c87a chore: update find memo api 2 years ago
Steven 952539f817 chore: update memo editor dialog 2 years ago
Steven c87b679f41 chore: add memo relation list 2 years ago
Athurg Gooth 0bfcff676c
feat: add support for remember sign in (#2402) 2 years ago
Steven 21c70e7993 feat: update memo relations dialog 2 years ago
Athurg Gooth 22d331d6c4
chore: switch storage of selected date in DailyReview (#2399)
Switch storage of selected date in DailyReview
2 years ago
Steven 9bfb2d60b9 chore: tweak wording 2 years ago
Steven 203b2d9181 chore: fix container styles 2 years ago
boojack ddc4566dcb
chore: translated using Weblate (German) (#2396)
Translated using Weblate (German)

Currently translated at 99.6% (312 of 313 strings)

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

Co-authored-by: Frank Emmerlich <femmdi2012@gmail.com>
2 years ago
Steven 1755c9dc79 chore: update button style 2 years ago