Commit Graph

1929 Commits (feb700f325f8eee51446e8613cfa393de1456a86)
 

Author SHA1 Message Date
Athurg Gooth 6ee95a2c0c
fix: clear localStorage while draft is empty (#2510)
* Clear localStorage while draft is empty

* change == into ===
1 year ago
Athurg Gooth 6814915c88
feat: backup file rotate (#2511)
Add support for rotate backup files
1 year ago
Athurg Gooth 52fdf8bccd
fix: persist jwt expires by cookie (#2509)
fix pesist jwt expires by cookie
1 year ago
Mahoo Huang f67757f606
feat: add editor auto focus preference (#2498)
* feat: add editor auto focus perference

* feat: set editor auto focus
1 year ago
ti777777 38f05fd6f2
chore: fix tag in http_getter.go (#2500)
Update http_getter.go

fix tag in  http_getter.go
1 year ago
Vespa314 65022beb0d
fix: duplicate memo filter in user profile page (#2502) 1 year ago
swebdev 5d81338aca
fix: demo banner link for self-hosting guide (#2499) 1 year ago
Steven c288d49138 chore: fix decouple user name 1 year ago
Steven 0ea0645258 chore: add use reponsive width 1 year ago
steven 9227ca5b5b chore: update debounce ms 1 year ago
steven eb6b0ddead chore: update navigation 1 year ago
Steven dca90fb5d2 chore: update header 1 year ago
steven 172e27016b chore: upgrade frontend deps 1 year ago
steven 6da2ff7ffb chore: clean logs 1 year ago
Steven 6c433b452f chore: update user checks 1 year ago
Steven 65a34ee41a chore: update home sidebar 1 year ago
Steven 5ff0234c71 chore: update response styles 1 year ago
Steven e76509a577 chore: update header menu style in mobile view 1 year ago
Steven 4499f45b67 chore: deprecate daily review offset local setting 1 year 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>
1 year ago
zty caea065594
feat: add share btn in more-action (#2491)
Co-authored-by: zty <zty.dev@outlook.com>
1 year ago
Athurg Gooth 2ee426386a
fix: skip system_setting check while copydb (#2490)
Skip system_setting check while copydb
1 year 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>
1 year ago
zty 184f79ef8e
feat: support code in headings (#2488)
Co-authored-by: zty <zty.dev@outlook.com>
1 year ago
Athurg Gooth 35f0861d6e
fix: prevent copydb to create a fresh memos (#2486)
Prevent copydb to create a fresh memos
1 year ago
Steven c4d27e7a78 chore: update backend dependencies 1 year ago
Steven 7e545533cf chore: update resource cache control 1 year ago
Steven 32cafbff9b chore: add OverflowTip kit component 1 year ago
Steven 9c4f72c96e chore: update tooltips 1 year ago
Steven 5e4493b227 chore: remove debug codes 1 year ago
Steven 834b58fbbd feat: add version update inbox message 1 year ago
Steven 342d1aeefb fix: version checker 1 year ago
Steven 363c107359 chore: update frontend deps 1 year ago
boojack 0458269e15
revert: "chore: add frontend type definitions" (#2483)
Revert "chore: add frontend type definitions (#2482)"

This reverts commit 64d4db81ca.
1 year ago
boojack 64d4db81ca
chore: add frontend type definitions (#2482)
chore: update
1 year ago
Steven 865cc997a4 chore: remove upgrade version banner 1 year ago
Steven 981bfe0464 feat: add version checker 1 year ago
Steven 695fb1e0ca chore: update migration history store 1 year ago
Steven 21ad6cc871 chore: update tag service creator 1 year ago
Steven c24181b2be chore: fix jwt checks 1 year ago
Steven 39a0e69b04 chore: update function name 1 year ago
Steven e60e47f76f chore: update user definition 1 year ago
Steven e67820cabe chore: update list user api permission 1 year ago
Steven 3266c3a58a chore: update link styles 1 year ago
Steven ef820a1138 chore: fix memo editor padding in daily review 1 year ago
Steven 137e64b0dd chore: update metrics 1 year ago
Steven 982b0285c9 chore: fix date picker 1 year ago
Steven 405fc2b4d2 chore: simplify find migration history 1 year ago
Steven eacd3e1c17 chore: fix mysql latest schema 1 year 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
1 year ago