Commit Graph

82 Commits

Author SHA1 Message Date
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
4de65ab55d fix: url encode for tag name (#1031) 2023-02-06 20:28:19 +08:00
c5368fe8d3 chore: update resource dialog style (#982) 2023-01-21 08:46:49 +08:00
fae0b64a08 fix: delete tag api (#950)
* fix: delete tag api

* chore: update
2023-01-14 12:08:31 +08:00
a797280e3f chore: update middleware skipper (#887)
* chore: update middleware skipper

* chore: update
2023-01-01 23:26:21 +08:00
68a77b6e1f feat: create tag dialog (#814) 2022-12-21 23:59:03 +08:00
147185309c feat: vacuum database in setting (#694)
* feat: vacuum database in setting

* update

* update

* update

* update
2022-12-07 22:45:47 +08:00
2042737004 feat: add username field (#544)
* feat: add username field

* chore: update
2022-11-23 22:27:21 +08:00
cf75054106 feat: add system setting to allow user signup (#407) 2022-11-03 21:47:36 +08:00
006cb56d28 fix: heatmap data (#394) 2022-11-01 14:06:02 +00:00
ef5492074e chore: update memo stats api (#387) 2022-10-31 20:57:07 +08:00
43541bde2c feat: add update version banner (#365)
feat: add update version banenr
2022-10-29 09:49:50 +00:00
e85d368f87 feat: patch resource filename (#360)
* feat: resource filename rename

* update: resource filename rename

* update: resource filename rename

* update: validation about the filename

Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-10-29 07:40:09 +00:00
94df09c8c0 chore: update memo list api (#350) 2022-10-27 14:02:42 +00:00
1c2998c4d8 feat: pagination for memo list (#330) 2022-10-21 14:51:41 +00:00