Commit Graph

27 Commits (69225b507bdfb9689aa575939eacc5efcde2ab8e)

Author SHA1 Message Date
boojack 1cab30f32f
feat: add public id field to resource (#1451)
* feat: add public id field to resource

* feat: support reset resource link
2 years ago
boojack 41c50e758a
chore: revert resource visibility changes (#1444) 2 years ago
CorrectRoadH 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>
2 years ago
Zeng1998 f3090b115d
feat: support local storage (#1383)
* feat: support local storage

* update

* update

* update

* update
2 years ago
boojack 977e7f55e5
feat: add visibility field to resource (#1185) 2 years ago
boojack 6c3ff6de63
chore: get resource blob optional (#991) 2 years ago
boojack dd5a23e36e
feat: support creating resource with external link (#988) 2 years ago
boojack c5368fe8d3
chore: update resource dialog style (#982) 2 years ago
boojack 3556ae4e65
fix: access control (#870) 2 years ago
boojack dca35bde87
fix: disable decode patch id (#831) 2 years ago
boojack 575a0610a3
chore: revert "feat: add `visibility` field to resource (#743)" (#751)
Revert "feat: add `visibility` field to resource (#743)"

This reverts commit b68cc08592.
2 years ago
boojack b68cc08592
feat: add `visibility` field to resource (#743) 2 years ago
boojack dc5d705f8c
feat: vacuum records manually (#420) 2 years ago
Zeng1998 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>
2 years ago
steven 85dc29bfb9 feat: add `linkedMemoAmount` to resource 2 years ago
steven 4c465bef2d feat: add memo resource apis 2 years ago
boojack 44d07ac401 chore: hide resource `blob` field 3 years ago
boojack 84564891be feat: add view resource dialog 3 years ago
boojack fbf4afff8e refactor: store 3 years ago
boojack b1adaf9c4e update: seed data 3 years ago
boojack d947a512e6 chore: typo `Id` to `ID` 3 years ago
email d6418f5ff9 chore(go): use `json` instead of `jsonapi` 3 years ago
email d661134b03 refactor: backend 3 years ago
boojack 8eb4273e4a update: resource cache 3 years ago
boojack cc2af0e449 chore: update resource max size 3 years ago
STEVEN 1fb8018f0b
chore: update err handler (#12) 3 years ago
STEVEN aa40793a68
Add resources api (#9)
* feat: add resource api

* update delete model return variables
3 years ago