memos/api/v1
Alexandr Tumaykin f91f09adea
feat: use username instead of uid (#1977)
* #1916 replace userId to username

* resolve

---------

Co-authored-by: Александр Тумайкин <AATumaykin@tsum.ru>
2023-07-20 19:48:39 +08:00
..
auth chore: update auth page (#1920) 2023-07-09 21:13:26 +08:00
activity.go refactor: migrate definition to api v1 (#1879) 2023-07-02 18:56:25 +08:00
auth.go chore: add api docs (#1965) 2023-07-15 23:30:20 +08:00
common.go refactor: migrate definition to api v1 (#1879) 2023-07-02 18:56:25 +08:00
http_getter.go chore: add api docs (#1965) 2023-07-15 23:30:20 +08:00
idp.go chore: update common utils (#1908) 2023-07-06 22:53:38 +08:00
jwt.go fix: access token will expired after 24h (#1988) 2023-07-19 08:45:30 +08:00
memo.go feat: use username instead of uid (#1977) 2023-07-20 19:48:39 +08:00
memo_organizer.go chore: update common utils (#1908) 2023-07-06 22:53:38 +08:00
memo_relation.go refactor: migrate memo to apiv1 (#1907) 2023-07-06 21:56:42 +08:00
memo_resource.go chore: update common utils (#1908) 2023-07-06 22:53:38 +08:00
openai.go feat: implement memos chat backend function (#1934) 2023-07-13 11:25:59 +08:00
resource.go chore: split save resource asset (#1939) 2023-07-14 11:14:10 +08:00
rss.go chore: remove resource public id (#1912) 2023-07-08 11:29:50 +08:00
shortcut.go chore: update common utils (#1908) 2023-07-06 22:53:38 +08:00
storage.go refactor: migrate storage to apiv1 (#1890) 2023-07-04 10:05:57 +08:00
system.go feat: use username instead of uid (#1977) 2023-07-20 19:48:39 +08:00
system_setting.go feat: add AutoBackupInterval in SystemSetting (#1989) 2023-07-19 21:39:21 +08:00
tag.go fix: exclude all punctuation chars except underscore in tags (#1974) 2023-07-18 01:53:07 +08:00
tag_test.go fix: exclude all punctuation chars except underscore in tags (#1974) 2023-07-18 01:53:07 +08:00
user.go feat: use username instead of uid (#1977) 2023-07-20 19:48:39 +08:00
user_setting.go refactor: migrate definition to api v1 (#1879) 2023-07-02 18:56:25 +08:00
v1.go feat: implement memos chat backend function (#1934) 2023-07-13 11:25:59 +08:00