Commit Graph

55 Commits

Author SHA1 Message Date
fd99c5461c feat(s3): customize filenames via placeholders (#1285)
* feat(s3): customize filenames via placeholders

* fix go-static-checks

* add tips on the frontend

* fix eslint check

* remove yarn.lock

* remove Config.Path

* update tips

* fix

* update
2023-03-06 12:04:19 +00:00
4335897367 chore: remove metrics plugin (#1276)
* chore: remove metrics plugin

* chore: update
2023-03-05 21:42:32 +08:00
9d4bb5b3af feat: add support for s3 path (#1233)
* add support for path

* fix typo and switch positions with Path and Bucket

* using path method instead of string concatenation
2023-03-04 07:59:44 +08:00
9577f6dbe8 feat: add resource visibility to user setting (#1190) 2023-02-27 22:16:33 +08:00
977e7f55e5 feat: add visibility field to resource (#1185) 2023-02-27 21:26:50 +08:00
9c5b44d070 feat: update storage schema (#1142) 2023-02-24 00:02:51 +08:00
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
7e8011ba34 chore: support deleting storage (#1095) 2023-02-15 22:54:46 +08:00
2493bb0fb7 feat: storage service frontend (#1088) 2023-02-14 09:56:04 +08:00
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
b11d2130a0 chore: validate external link (#1069) 2023-02-11 17:34:29 +08:00
bec1558488 fix: patch resource id (#1055) 2023-02-09 23:20:36 +08:00
2d14047c73 fix: pdf resource preview (#1008) 2023-02-02 20:34:24 +08:00
6c3ff6de63 chore: get resource blob optional (#991) 2023-01-25 16:11:02 +08:00
c5368fe8d3 chore: update resource dialog style (#982) 2023-01-21 08:46:49 +08:00
0aaf153717 fix: video and audio can't play on safari (#980)
* fix: video can't play on safari

* fix: audio can't play on safari
2023-01-20 16:52:38 +08:00
677750ef51 chore: upgrade version to 0.10.1 (#949) 2023-01-14 08:00:07 +08:00
8c146aed68 feat: update memo resources style (#933)
* feat: update memo resources style

* chore: update
2023-01-12 00:00:44 +08:00
e2e8130f4c fix: sort version (#914) 2023-01-07 11:49:58 +08:00
46c13a4b7f chore: add skipper for secure (#913) 2023-01-07 10:51:34 +08:00
491859bbf6 chore: update activity metrics (#908) 2023-01-05 20:56:50 +08:00
e5550828a0 chore: update activity payload (#891) 2023-01-02 23:18:12 +08:00
3556ae4e65 fix: access control (#870) 2022-12-28 20:22:52 +08:00
99d9cc9168 fix: set csp header only for resource (#836) 2022-12-23 20:02:42 +08:00
c07b4a57ca feat: add secure middleware (#832) 2022-12-23 18:58:55 +08:00
b704c20809 chore: return raw text for html (#782) 2022-12-19 18:45:17 +08:00
726285e634 chore: restrict the html file (#749)
* restrict the html file

* replace spaces with table

* remove space
2022-12-19 18:26:50 +08:00
1dee8ae49f fix: url resource filename decode (#738)
* fix: url resource filename decode

* update

* update

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

Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-12-12 20:00:21 +08:00
54271c1598 chore: fix some typos (#587) 2022-11-26 06:23:29 +00:00
013ded1e04 chore: code clean (#516) 2022-11-21 23:23:05 +08:00
2d49e96a8a feat: get image blob in backend (#495)
* feat: get image blob in backend

* chore: update
2022-11-19 18:43:56 +08:00
a2831b37c4 feat: add database filesize in UI (#488) 2022-11-18 21:17:52 +08:00
dc5d705f8c feat: vacuum records manually (#420) 2022-11-06 04:21:58 +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
95376f78f6 feat: add metric plugin (#361) 2022-10-29 03:15:39 +00:00
85dc29bfb9 feat: add linkedMemoAmount to resource 2022-10-03 09:39:49 +08:00
b1e6956441 chore: add cache for resource 2022-09-09 00:50:58 +08:00
4743818fe7 chore: update not found handler in deleting 2022-09-03 18:54:22 +08:00
68b30063a9 chore: update prod schema 2022-08-20 11:36:24 +08:00
d8e10ba399 chore: use tx for stores 2022-08-07 10:17:12 +08:00
84564891be feat: add view resource dialog 2022-08-07 01:30:48 +08:00
5617118fa8 fix: acl middleware 2022-07-28 20:09:25 +08:00
536627007d feat: schema migration handler (#100)
* chore: update about site dialog

* feat: schema migration

* chore: lint with golangci
2022-07-02 10:47:16 +08:00
011fcc7dd4 chore: rename module 2022-06-27 22:09:06 +08:00
4ce728300b chore: data desensitize for owner 2022-06-22 19:16:31 +08:00
fbf4afff8e refactor: store 2022-05-16 07:37:23 +08:00
5fc0fb24f4 feat: upload resource by openid api (#55) 2022-05-15 22:54:21 +08:00
d947a512e6 chore: typo Id to ID 2022-05-03 02:05:43 +08:00
3874523e61 chore: format server code 2022-02-18 22:21:10 +08:00
61cf4512b0 fix: delete response json 2022-02-05 13:17:43 +08:00