Commit Graph

1889 Commits (v0.18.1)
 

Author SHA1 Message Date
Steven 39a0e69b04 chore: update function name 3 years ago
Steven e60e47f76f chore: update user definition 3 years ago
Steven e67820cabe chore: update list user api permission 3 years ago
Steven 3266c3a58a chore: update link styles 3 years ago
Steven ef820a1138 chore: fix memo editor padding in daily review 3 years ago
Steven 137e64b0dd chore: update metrics 3 years ago
Steven 982b0285c9 chore: fix date picker 3 years ago
Steven 405fc2b4d2 chore: simplify find migration history 3 years ago
Steven eacd3e1c17 chore: fix mysql latest schema 3 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
3 years ago
Zexi 8b0083ffc5
fix: auto fetch more (#2472)
* fix: auto fetch more

* feat: use union type
3 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
3 years ago
Athurg Gooth b966c16dd5
fix: data too large for mysql (#2470)
* Extend some TEXT field to LONGTEXT in mysql

* move db migration version

* fix error in migrate SQL
3 years ago
Steven 97190645cc chore: update memo editor styles 3 years ago
Steven c26417de70 chore: update docs links 3 years ago
Steven f5c1e79195 chore: update about dialog 3 years ago
Steven d02105ca30 chore: update i18n 3 years ago
Steven 44e50797ca chore: update go mods 3 years ago
Steven 7058f0c8c2 chore: add docs link in settings 3 years ago
Steven f532ccdf94 chore: upgrade frontend deps 3 years ago
Steven a6fcdfce05 chore: update memo comment i18n 3 years ago
Steven dca712d273 chore: fix resource tests 3 years ago
Steven ac81d856f6 chore: delete resource file sync 3 years ago
Steven 88fb79e458 chore: impl inbox store for mysql 3 years ago
Steven 480c53d7a2 chore: fix id converter 3 years ago
Steven 2b7d7c95a5 chore: update inbox detect 3 years ago
Steven 0ee938c38b chore: remove unused inbox status 3 years ago
Steven 3c36cc2953 feat: add inbox ui 3 years ago
Steven 79bb3253b6 chore: add activity service 3 years ago
Steven 18107248aa chore: rename list inbox 3 years ago
Athurg Gooth 4f1bb55e55
fix: metric env not affect (#2450)
fix metric env not affect
3 years ago
Athurg Gooth 20d3abb99a
chore: downgrade log level for auto backup disable (#2454)
downgrade log level for auto backup disable
3 years ago
Steven 1b34119e60 chore: update activity store definition 3 years ago
Steven 9d2b785be6 chore: fix inbox test 3 years ago
Steven 36b4ba33fa chore: remove outdated activity definition 3 years ago
Steven 625ebbea1a chore: update proto linter action 3 years ago
Athurg Gooth 0f4e5857f0
chore: remove gRPC listener (#2456)
Disable gRPC listener
3 years ago
Athurg Gooth 76d955a69a
chore: docker compose dev (#2458)
* add golang build cache volume to speedup build

* replace `lint` with `npm` to run more scripts

* wrap golangci-lint as entrypoint instead of command
3 years ago
Athurg Gooth e41ea445c9
fix: missing relation after post comment (#2452)
fix missing relation after post comment
3 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>
3 years ago
Steven 58e771a1d7 chore: combine v2 services 3 years ago
Steven e876ed3717 feat: impl part of inbox service 3 years ago
Steven 67d2e4ebcb chore: update method name 3 years ago
Steven 4ea78fa1a2 chore: impl inbox store methods 3 years ago
Steven 93b8e2211c chore: update dev latest schema 3 years ago
Steven 052216c471 chore: fix list activities typo 3 years ago
Steven e5978a70f5 chore: initial inbox store model 3 years ago
Steven 59f0ee862d chore: fix viper default value 3 years ago
Athurg Gooth 215981dfde
chore: remote context.Context pointer (#2448)
remote context.Context pointer
3 years ago
Athurg Gooth bfdb33f26b
chore: add a flag to change metric switch (#2447)
* add a flag to change metric switch

* change the default value of metric
3 years ago