Steven
36b4ba33fa
chore: remove outdated activity definition
2023-10-27 23:11:56 +08:00
Steven
625ebbea1a
chore: update proto linter action
2023-10-27 21:49:07 +08:00
Athurg Gooth
0f4e5857f0
chore: remove gRPC listener ( #2456 )
...
Disable gRPC listener
2023-10-27 21:38:17 +08:00
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
2023-10-27 21:21:52 +08:00
Athurg Gooth
e41ea445c9
fix: missing relation after post comment ( #2452 )
...
fix missing relation after post comment
2023-10-27 10:12:25 +08:00
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>
2023-10-27 10:12:02 +08:00
Steven
58e771a1d7
chore: combine v2 services
2023-10-27 09:07:35 +08:00
Steven
e876ed3717
feat: impl part of inbox service
2023-10-27 09:01:17 +08:00
Steven
67d2e4ebcb
chore: update method name
2023-10-27 08:36:43 +08:00
Steven
4ea78fa1a2
chore: impl inbox store methods
2023-10-27 08:17:58 +08:00
Steven
93b8e2211c
chore: update dev latest schema
2023-10-27 01:18:00 +08:00
Steven
052216c471
chore: fix list activities typo
2023-10-27 01:11:41 +08:00
Steven
e5978a70f5
chore: initial inbox store model
2023-10-27 01:10:19 +08:00
Steven
59f0ee862d
chore: fix viper default value
2023-10-27 00:49:58 +08:00
Athurg Gooth
215981dfde
chore: remote context.Context pointer ( #2448 )
...
remote context.Context pointer
2023-10-26 20:21:44 +08:00
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
2023-10-26 20:21:18 +08:00
Steven
5b3af827e1
chore: move common packages to internal
2023-10-26 09:02:50 +08:00
Steven
9859d77cba
chore: update links
2023-10-26 09:00:36 +08:00
Athurg Gooth
064c930aed
fix: validate username before create token ( #2439 )
...
Validate username before create token
2023-10-25 12:05:44 +08:00
Athurg Gooth
043357d7dc
fix: list token for others failed ( #2440 )
...
Fix list token for others failed
2023-10-25 12:05:30 +08:00
Athurg Gooth
3a5deefe11
chore: disable NPM update notice while running lint ( #2438 )
...
Disable NPM update notice while running lint
2023-10-25 10:00:45 +08:00
Athurg Gooth
2c71371b29
chore: update @typescript-eslint to avoid WARNING ( #2437 )
...
Update @typescript-eslint to avoid WARNING
2023-10-25 10:00:30 +08:00
Steven
222e6b28b7
chore: update website links in readme
2023-10-25 07:43:52 +08:00
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>
2023-10-24 18:51:01 +08:00
Athurg Gooth
79bbe4b82a
feat: support filter creator in /api/v2/memos ( #2432 )
...
* Add creator_id param in /api/v2/memos
* make creator_id optional
2023-10-23 21:32:58 +08:00
Zexi
035d71e07c
fix: visibility translation ( #2429 )
...
* fix: visibility translation
* refactor: remove useless file
* feat: add visibility icon
2023-10-23 08:06:59 +08:00
Christopher
82effea070
tweak(web): use iconbutton for editor helpers ( #2426 )
2023-10-22 22:10:27 +08:00
Lincoln Nogueira
331f4dcc1b
chore: update dev scripts ( #2427 )
...
- add type-gen
- remove some unused air settings
- restrict air monitoring to changed go files
2023-10-22 22:09:25 +08:00
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
2023-10-22 22:08:38 +08:00
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>
2023-10-22 12:27:29 +08:00
MotH
9aed80a4fd
feat: better tag suggestion ( #2421 )
...
Better Tag Suggestion
2023-10-22 09:15:25 +08:00
MotH
c31f306b5b
fix: smaller logo file ( #2418 )
2023-10-22 05:51:37 +08:00
Steven
bfd2dbfee2
chore: fix update resource api
2023-10-21 12:41:55 +08:00
Steven
c42af95dd3
chore: fix update user
2023-10-21 12:22:23 +08:00
Steven
89a073adc0
chore: implement create user api v2
2023-10-21 12:19:06 +08:00
Steven
1c2d82a62f
chore: remove major label
2023-10-21 09:36:50 +08:00
Steven
02f7a36fa4
chore: remove unsupported linux/arm/v7
2023-10-21 08:29:21 +08:00
Steven
a76f762196
chore: update memo share dialog
2023-10-21 08:19:25 +08:00
Steven
2c2955a229
chore: add back linux/arm/v7
2023-10-21 08:15:25 +08:00
Steven
d06d01cef2
chore: release mysql driver
2023-10-21 01:25:07 +08:00
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>
2023-10-21 01:23:12 +08:00
Steven
12fd8f34be
chore: fix styles
2023-10-21 01:23:21 +08:00
Steven
c2ab05d422
chore: fix member section style
2023-10-21 01:09:52 +08:00
Steven
7b25b8c1e1
feat: update daily review
2023-10-21 00:57:44 +08:00
Athurg Gooth
af7c0a76d0
fix: fail to update user's update_ts ( #2410 )
2023-10-20 19:10:38 +08:00
Athurg Gooth
664c9c4a7c
chore: extend height of setting page ( #2407 )
...
Extend height of setting page
2023-10-20 17:41:37 +08:00
Athurg Gooth
fd5d51ee54
fix: some fields of profile leaked without auth ( #2408 )
...
* fix some fields of profile leaked without auth
* protect driver and dsn of profile
2023-10-20 17:41:21 +08:00
Steven
1b105db958
chore: fix field syntax
2023-10-20 08:52:16 +08:00
Steven
a541e8d3e3
chore: upgrade version
2023-10-20 08:49:58 +08:00
Steven
6f2ca6c87a
chore: update find memo api
2023-10-20 08:48:52 +08:00