Zeng1998
f3090b115d
feat: support local storage ( #1383 )
...
* feat: support local storage
* update
* update
* update
* update
2023-03-19 19:37:57 +08:00
boojack
ff8851fd9f
fix: golangci-lint version ( #1381 )
...
* chore: update interface declare
* chore: update args
* chore: update
* chore: update
2023-03-18 22:34:22 +08:00
boojack
e5cbb8cd56
refactor: openAI config system setting ( #1333 )
2023-03-11 12:26:40 +08:00
Wujiao233
003161ea54
feat: support set openai api host ( #1292 )
...
* Docker
* feat: support set openai api host
* fix css
* fix eslint
* use API in backend & put host check in plugin/openai
* fix go-static-checks
2023-03-06 20:10:53 +08:00
boojack
df04e852bf
feat: implement openai integration ( #1245 )
...
* feat: implement openai integration
* chore: update
2023-03-04 18:22:10 +08:00
boojack
cc23d5cafe
chore: upgrade version to 0.11.0
( #1143 )
...
* chore: upgrade version to `0.11.0`
* chore: update
2023-02-24 08:31:54 +08:00
boojack
84fb8b2288
feat: update storage setting section ( #1140 )
2023-02-23 23:22:34 +08:00
boojack
42d849abfc
chore: update explore header style ( #1137 )
2023-02-22 19:21:08 +08:00
boojack
096a71c58b
feat: add avatar_url
field to user table ( #1106 )
...
refactor: add `avatar_url` field to user table
2023-02-17 23:55:56 +08:00
boojack
7e8011ba34
chore: support deleting storage ( #1095 )
2023-02-15 22:54:46 +08:00
Zeng1998
2493bb0fb7
feat: storage service frontend ( #1088 )
2023-02-14 09:56:04 +08:00
Christopher
4641e89c17
feat(system): support for disabling public memos ( #1003 )
...
* feat(system): support for disabling public memos
* fix(web/editor): set visibility to private on disabled public memos
* feat(server/memo): find/check if public memos are disabled
* fix(server/memo): handle error for finding system error
* fix(server/memo): unmarshal visiblity when getting system settings
* chore(web): move side effect imports to end
* Update memo.go
---------
Co-authored-by: boojack <stevenlgtm@gmail.com>
2023-02-13 16:07:31 +00:00
Zeng1998
1e4a81dea9
feat: storage service backend ( #1086 )
...
* feat: storage service backend
* update go.mod
* update the column name (urlPrefix -> url_prefix)
* update
* update
2023-02-13 19:36:48 +08:00
boojack
d50ad9433f
feat: persistent session name ( #902 )
...
* feat: persistent session name
* chore: update
2023-01-03 23:05:42 +08:00
boojack
e5550828a0
chore: update activity payload ( #891 )
2023-01-02 23:18:12 +08:00
boojack
3556ae4e65
fix: access control ( #870 )
2022-12-28 20:22:52 +08:00
boojack
05b41804e3
chore: hide host user email ( #856 )
2022-12-25 10:28:51 +08:00
boojack
9f25badde3
chore: update logo format to png ( #830 )
2022-12-23 00:21:53 +08:00
boojack
7efa749c66
feat: customize system profile ( #828 )
2022-12-22 19:48:44 +08:00
boojack
b67ed1ee13
feat: customize system profile ( #774 )
...
* feat: system setting for customized profile
* chore: update
* feat: update frontend
* chore: update
2022-12-18 21:18:30 +08:00
boojack
dd6e2337e6
chore: update version to 0.8.2
( #722 )
2022-12-10 13:23:38 +08:00
Zeng1998
147185309c
feat: vacuum database in setting ( #694 )
...
* feat: vacuum database in setting
* update
* update
* update
* update
2022-12-07 22:45:47 +08:00
boojack
a0667abec8
chore: update data initial requests ( #538 )
2022-11-22 23:45:11 +08:00
boojack
477130aa85
chore: update db filesize access control ( #493 )
2022-11-19 17:07:40 +08:00
boojack
a2831b37c4
feat: add database filesize in UI ( #488 )
2022-11-18 21:17:52 +08:00
boojack
ceac53b6d0
feat: additional script system setting ( #467 )
2022-11-14 22:21:19 +08:00
boojack
a142d975d7
feat: additional style system setting ( #444 )
...
* feat: additional style system setting
* feat: remove editor font setting
2022-11-11 23:42:44 +08:00
boojack
cf75054106
feat: add system setting to allow user signup ( #407 )
2022-11-03 21:47:36 +08:00
Steven
6c53bd00f6
chore: restore user email
2022-10-15 11:27:12 +08:00
boojack
21c30ac157
chore: hide user email ( #282 )
2022-10-13 09:01:02 +08:00
Steven
b8a7df21f2
chore: release v0.4.3
2022-09-09 20:00:04 +08:00
boojack
8c28721839
chore: use tx
for user store
2022-08-07 09:23:46 +08:00
boojack
bdc9632b5b
chore: rename user role ( #108 )
...
* chore: rename user role to `host`
* chore: related frontend changes
* chore: fix migration file
* chore: use tricky sql
2022-07-08 22:16:18 +08:00
boojack
011fcc7dd4
chore: rename module
2022-06-27 22:09:06 +08:00
Hyoban
a62c982a3d
fix: cannot register in production ( #91 )
2022-06-27 19:11:56 +08:00
boojack
4ce728300b
chore: data desensitize for owner
2022-06-22 19:16:31 +08:00
boojack
74ab42069f
chore: add service version
2022-05-17 21:21:13 +08:00
boojack
fbf4afff8e
refactor: store
2022-05-16 07:37:23 +08:00
STEVEN
f1cca0f298
feat: add user role field ( #49 )
...
* feat: add user role field
* chore: fix typo
* feat: update signup api
2022-05-15 10:57:54 +08:00
email
b3a431570c
feat: system api with profiles
2022-03-29 20:53:43 +08:00