Commit Graph

96 Commits

Author SHA1 Message Date
3e6e56b008 refactor: update workspace store definition 2024-04-11 17:53:00 +08:00
ab4a670bec chore: add env example 2024-02-05 00:33:07 +08:00
15c90871d9 chore: update request base url 2024-02-04 23:48:26 +08:00
c5a5f67fdb refactor: migrate auth service 2024-01-29 23:12:02 +08:00
21ef5a9bc0 chore: tweak workspace service 2024-01-28 07:35:42 +08:00
7ae4299df2 chore: implement create resource 2024-01-15 08:13:06 +08:00
b8eaf1d57e chore: deprecate memo creation stats legacy api 2023-12-23 18:35:47 +08:00
df3303dcd3 chore: update list users 2023-12-23 08:35:54 +08:00
17e905085f chore: update acl config 2023-12-22 09:11:55 +08:00
81524c38e9 chore: refactor memo module 2023-12-21 23:40:43 +08:00
45d7d0d5f6 chore: migrate get current user 2023-11-23 08:50:33 +08:00
e5f660a006 chore: migrate update user 2023-11-22 23:11:29 +08:00
c0628ef95b chore: migrate create user 2023-11-22 22:58:04 +08:00
c0b5070e46 chore: migrate delete user 2023-11-22 22:52:19 +08:00
bcd8a5a7a9 chore: migrate get tag suggestions 2023-11-22 22:33:02 +08:00
865cc997a4 chore: remove upgrade version banner 2023-11-06 20:51:59 +08:00
f5c1e79195 chore: update about dialog 2023-10-28 15:17:33 +08:00
0bfcff676c feat: add support for remember sign in (#2402) 2023-10-18 20:38:49 -05:00
7dc4bc5714 chore: update resource service 2023-10-03 23:44:14 +08:00
1542f3172a chore: update tag service 2023-10-03 09:39:39 +08:00
6007f48b7d chore: retire memo resource relation table 2023-09-27 00:40:16 +08:00
bff41a8957 fix: invalid username checks 2023-09-18 22:34:31 +08:00
b13042d644 chore: move buf generated code to gitignore (#2236) 2023-09-17 20:55:05 +08:00
d09e3c3658 chore: remove buf es generator 2023-09-17 20:14:45 +08:00
fb1490c183 feat: impl resources list page 2023-09-16 11:48:53 +08:00
93f062d0b9 chore: update user v2 api 2023-09-10 18:56:24 +08:00
218159bf83 chore: remove openai setting section (#2084) 2023-08-05 21:39:12 +08:00
d1b0b0da10 chore: remove shortcuts in frontend (#2071) 2023-08-03 23:28:38 +08:00
a6a1898c41 refactor: user v1 store (#2047) 2023-07-29 18:57:09 +08:00
d8d6de9fca fix: get user by username api (#2034) 2023-07-26 22:41:21 +08:00
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
39351970d0 feat: implement memo chat frontend (#1938)
* feat: implment backend function

* feat: implment frontend component

* stash

* eslint

* eslint

* eslint

* delete node

* stash

* refactor the style

* eslint

* eslint

* eslint

* fix build error

* add dep

* Update web/src/components/MemosChat/ConversationTab.tsx

Co-authored-by: boojack <stevenlgtm@gmail.com>

* Update web/src/components/MemosChat/ConversationTab.tsx

Co-authored-by: boojack <stevenlgtm@gmail.com>

* feat: change the name

* disable for vistor

---------

Co-authored-by: boojack <stevenlgtm@gmail.com>
2023-07-14 13:09:21 +08:00
a7573d5705 refactor: migrate memo to apiv1 (#1907)
* refactor: migrate memo to apiv1

* chore: update

* chore: update

* chore: update

* chore: upate

* chore: update

* chore: update
2023-07-06 21:56:42 +08:00
1fa9f162a5 refactor: migrate resource to apiv1 (#1901) 2023-07-06 00:01:40 +08:00
5b6c98582e refactor: migrate storage to apiv1 (#1890)
* refactor: migrate storage to apiv1

* chore: update

* chore: update

* chore: update
2023-07-04 10:05:57 +08:00
66e65e4dc1 refactor: migrate definition to api v1 (#1879)
* refactor: user api v1

* refactor: system setting to apiv1

* chore: remove unused definition

* chore: update

* chore: refactor: system setting

* chore: update

* refactor: migrate tag

* feat: migrate activity store

* refactor: migrate shortcut apiv1

* chore: update
2023-07-02 18:56:25 +08:00
b34aded376 refactor: migration idp api (#1842)
* refactor: migration idp api

* chore: update
2023-06-17 22:35:17 +08:00
4ed9a3a0ea refactor: migrate auth routes to v1 package (#1841)
* feat: add api v1 packages

* chore: migrate auth to v1

* chore: update test
2023-06-17 21:25:46 +08:00
32e2f1d339 chore: update page routes (#1790)
chore: update routers
2023-06-03 13:03:22 +08:00
424f10e180 feat: request pagination for resource(#1425)
* feat: add support for resource page on frontend

* [WIP]feat: add backend support for limit and offset search

* feat: add reducer to add resource

* support fetch all resource when first search

* beautify the fetch ui

* restore file

* feat: add all resource before clear resource

* eslint

* i18n

* chore:change the nane

* chore: change the name of param

* eslint

* feat: setIsComplete to true when first loading resource fully

* fix the bug of fetch

* feat change finally to then

* feat: add await and async to clear and search

* feat: return all resource when fetch

* chore: change variable name

* Update web/src/pages/ResourcesDashboard.tsx

Co-authored-by: boojack <stevenlgtm@gmail.com>

* fix missing const value

---------

Co-authored-by: boojack <stevenlgtm@gmail.com>
2023-04-01 16:51:20 +08:00
573f07ec82 feat: support messages to ask AI (#1380) 2023-03-18 22:07:14 +08:00
e5cbb8cd56 refactor: openAI config system setting (#1333) 2023-03-11 12:26:40 +08:00
c57cea1aaa fix: fix the typo of openai (#1298) 2023-03-07 08:38:41 +08:00
df04e852bf feat: implement openai integration (#1245)
* feat: implement openai integration

* chore: update
2023-03-04 18:22:10 +08:00
9c5b44d070 feat: update storage schema (#1142) 2023-02-24 00:02:51 +08:00
d0b8b076cf feat: implement sign in with SSO (#1119)
* feat: implement sign in with SSO

* chore: update

* chore: update

* chore: update
2023-02-19 09:50:30 +08:00
708049bb89 feat: add SSO related UI (#1118)
* feat: add SSO related UI

* chore: update
2023-02-18 22:57:45 +08:00
2493bb0fb7 feat: storage service frontend (#1088) 2023-02-14 09:56:04 +08:00
aad97c4c54 chore: update signup api (#1067) 2023-02-11 15:15:56 +08:00
b366ce7594 fix: delete tag (#1062) 2023-02-10 23:57:02 +08:00