memos/api/v1
Mason Sun a9eb605b0f
fix: auth api json format ()
Update auth.go

api/v1/auth/相关接口未应用convertUserFromStore方法,会导致User对象获得类型存在问题,导致User定义的`json:`相关的字段转化失效。
导致输出json未被正确格式化
..
auth chore: update auth page ()
activity.go refactor: migrate definition to api v1 ()
auth.go fix: auth api json format ()
common.go refactor: migrate definition to api v1 ()
http_getter.go chore: add api docs ()
idp.go chore: update common utils ()
jwt.go chore: fix request path ()
memo.go feat: use username instead of uid ()
memo_organizer.go chore: update common utils ()
memo_relation.go refactor: migrate memo to apiv1 ()
memo_resource.go chore: update common utils ()
openai.go feat: implement memos chat backend function ()
resource.go chore: split save resource asset ()
rss.go chore: fix rss route ()
shortcut.go chore: update common utils ()
storage.go refactor: migrate storage to apiv1 ()
system.go feat: use username instead of uid ()
system_setting.go feat: add AutoBackupInterval in SystemSetting ()
tag.go fix: exclude all punctuation chars except underscore in tags ()
tag_test.go fix: exclude all punctuation chars except underscore in tags ()
user.go fix: rss route ()
user_setting.go feat: add hindi language translation for i18n support ()
v1.go feat: implement memos chat backend function ()