Commit Graph

1709 Commits (4f1bb55e55b4533f9fc95465cb800dfe408167c1)
 

Author SHA1 Message Date
Athurg Gooth 4f1bb55e55
fix: metric env not affect (#2450)
fix metric env not affect
2 years ago
Athurg Gooth 20d3abb99a
chore: downgrade log level for auto backup disable (#2454)
downgrade log level for auto backup disable
2 years ago
Steven 1b34119e60 chore: update activity store definition 2 years ago
Steven 9d2b785be6 chore: fix inbox test 2 years ago
Steven 36b4ba33fa chore: remove outdated activity definition 2 years ago
Steven 625ebbea1a chore: update proto linter action 2 years ago
Athurg Gooth 0f4e5857f0
chore: remove gRPC listener (#2456)
Disable gRPC listener
2 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
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 58e771a1d7 chore: combine v2 services 2 years ago
Steven e876ed3717 feat: impl part of inbox service 2 years ago
Steven 67d2e4ebcb chore: update method name 2 years ago
Steven 4ea78fa1a2 chore: impl inbox store methods 2 years ago
Steven 93b8e2211c chore: update dev latest schema 2 years ago
Steven 052216c471 chore: fix list activities typo 2 years ago
Steven e5978a70f5 chore: initial inbox store model 2 years ago
Steven 59f0ee862d chore: fix viper default value 2 years ago
Athurg Gooth 215981dfde
chore: remote context.Context pointer (#2448)
remote context.Context pointer
2 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
2 years ago
Steven 5b3af827e1 chore: move common packages to internal 2 years ago
Steven 9859d77cba chore: update links 2 years ago
Athurg Gooth 064c930aed
fix: validate username before create token (#2439)
Validate username before create token
2 years ago
Athurg Gooth 043357d7dc
fix: list token for others failed (#2440)
Fix list token for others failed
2 years ago
Athurg Gooth 3a5deefe11
chore: disable NPM update notice while running lint (#2438)
Disable NPM update notice while running lint
2 years ago
Athurg Gooth 2c71371b29
chore: update @typescript-eslint to avoid WARNING (#2437)
Update @typescript-eslint to avoid WARNING
2 years ago
Steven 222e6b28b7 chore: update website links in readme 2 years ago
Athurg Gooth 496cde87b2
feat: list access tokens by admin (#2434)
* Allow admin user list access_tokens of anyone

* fix undefined variable

* Update api/v2/user_service.go

---------

Co-authored-by: boojack <stevenlgtm@gmail.com>
2 years ago
Athurg Gooth 79bbe4b82a
feat: support filter creator in /api/v2/memos (#2432)
* Add creator_id param in /api/v2/memos

* make creator_id optional
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
Lincoln Nogueira 331f4dcc1b
chore: update dev scripts (#2427)
- add type-gen
- remove some unused air settings
- restrict air monitoring to changed go files
2 years ago
Lincoln Nogueira 055b246857
chore: update ci (#2428)
- restrict codeql and backend tests from running on pull requests with unrelated files
- upgrade codeql: current version is generating a deprecation warning in logs
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 89a073adc0 chore: implement create user api v2 2 years ago
Steven 1c2d82a62f chore: remove major label 2 years ago
Steven 02f7a36fa4 chore: remove unsupported linux/arm/v7 2 years ago
Steven a76f762196 chore: update memo share dialog 2 years ago
Steven 2c2955a229 chore: add back linux/arm/v7 2 years ago
Steven d06d01cef2 chore: release mysql driver 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 af7c0a76d0
fix: fail to update user's update_ts (#2410) 2 years ago
Athurg Gooth 664c9c4a7c
chore: extend height of setting page (#2407)
Extend height of setting page
2 years ago