Commit Graph

148 Commits (cc23f69f6648a16fa8ec37ec95a144424f0730d6)

Author SHA1 Message Date
boojack 4419b4d4ae
chore: update version and remove isDev flag ()
* chore: update version and remove isDev flag

* chore: update
boojack 1cab30f32f
feat: add public id field to resource ()
* feat: add public id field to resource

* feat: support reset resource link
boojack c9a5df81ce
chore: update store tests ()
boojack 4f2adfef7b
chore: update system setting name convention ()
boojack 8a33290722
chore: update user setting key convention ()
* chore: update user settng key convention

* chore: update
boojack 41c50e758a
chore: revert resource visibility changes ()
boojack 0cddb358c1
chore: add Slovenian locale ()
chore: add sl locale
CorrectRoadH 424f10e180
feat: request pagination for resource()
* 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>
Xudong Cai d21abfc60c
feat: add URLSuffix resource option with S3 ()
* feat: add URLSuffix resource option with S3

* feat: add URLSuffix resource option with S3

* fix: eslint
Zeng1998 f3090b115d
feat: support local storage ()
* feat: support local storage

* update

* update

* update

* update
boojack 573f07ec82
feat: support messages to ask AI ()
boojack e5cbb8cd56
refactor: openAI config system setting ()
Wujiao233 003161ea54
feat: support set openai api host ()
* 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
Zeng1998 37366dc2e1
fix: patch user with nil password ()
boojack df04e852bf
feat: implement openai integration ()
* feat: implement openai integration

* chore: update
Alex Zhao 9d4bb5b3af
feat: add support for s3 path ()
* add support for path

* fix typo and switch positions with Path and Bucket

* using path method instead of string concatenation
Mehmet Altuğ Akgül e062c9b4a7
feat: add Turkish Translation file ()
* Created tr.json for Turkish Translation

* updated file for trLocale

* Updated for Turkish Locale

* Update i18n.ts

* Update i18n.ts

* Update package.json

* Update package.json

* Update i18n.d.ts

* Update user_setting.go

* Update package.json

* Update web/src/components/LocaleSelect.tsx

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

* Update package.json

* Update LocaleSelect.tsx

* Update LocaleSelect.tsx

* Update i18n.ts

* Update i18n.ts

---------

Co-authored-by: boojack <stevenlgtm@gmail.com>
boojack 9577f6dbe8
feat: add resource visibility to user setting ()
boojack 977e7f55e5
feat: add visibility field to resource ()
Zhizhen He 50a99e9120
fix: correct comments for exported functions and variables ()
Zeng1998 57479b250a
chore: remove validators on the frontend ()
* chore: update minlength of username

* remove the validator on frontend

* update
boojack 904a6bd97f
fix: find memo list order ()
boojack 9c5b44d070
feat: update storage schema ()
boojack 29124f56bb
chore: update memo service ()
* chore: update memo service

* chore: update
_Jellen 29b5c393d1
feat: add Korean translation ()
added Korean translation
boojack d0b8b076cf
feat: implement sign in with SSO ()
* feat: implement sign in with SSO

* chore: update

* chore: update

* chore: update
boojack 852903bdbd
fix: idp config definition ()
fix: idp definition
boojack 0f57629d25
feat: implement idp server ()
* feat: implement idp server

* chore: update
boojack 37f9c7c8d6
chore: update avatar max size ()
boojack 096a71c58b
feat: add `avatar_url` field to user table ()
refactor: add `avatar_url` field to user table
boojack c6e525b06f
chore: remove unused fields of storage table ()
boojack 7e8011ba34
chore: support deleting storage ()
Zeng1998 2493bb0fb7
feat: storage service frontend ()
Christopher 4641e89c17
feat(system): support for disabling public memos ()
* 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>
Zeng1998 1e4a81dea9
feat: storage service backend ()
* feat: storage service backend

* update go.mod

* update the column name (urlPrefix -> url_prefix)

* update

* update
boojack bdf0c44246
chore: add `CreatedTs` field to `MemoCreate` ()
Zeng1998 11924ad4c5
feat: add storage service table ()
* feat: add storage service table

* update json field name

* update table name

* add updated_ts
boojack aad97c4c54
chore: update signup api ()
boojack b366ce7594
fix: delete tag ()
boojack f74d1b7bf8
chore: remove resource cache ()
WY-WY-W 930b54fabd
feat: update Traditional Chinese translation ()
boojack 6c3ff6de63
chore: get resource blob optional ()
boojack dd5a23e36e
feat: support creating resource with external link ()
boojack c5368fe8d3
chore: update resource dialog style ()
boojack f16123a624
chore: update memo create activity ()
boojack d50ad9433f
feat: persistent session name ()
* feat: persistent session name

* chore: update
boojack 79180928d4
chore: update server activity ()
boojack e5550828a0
chore: update activity payload ()
Vincenzo Cardone 2e95f6824f
feat: add Italian Translation ()
boojack 5195012217
feat: add `activity` table ()
feat: introduce activity