Commit graph

343 commits

Author SHA1 Message Date
diced
7963bdd1e4
feat(v3.4.6): version & fixes 2022-06-20 17:40:36 -07:00
diced
195c57edc3
refactor(server): clean up server code 2022-06-20 17:09:52 -07:00
diced
4442c85dc1
fix(server): prisma migrations dont exit (high cpu) 2022-06-20 17:08:43 -07:00
diced
5bcac2a2b0
refactor(readme): more info 2022-06-20 15:07:15 -07:00
diced
5303b67d11
fix(pages): add blur to password modal 2022-06-20 14:35:26 -07:00
diced
af59e9abb8
fix(pages): videos supported on embeded uploads 2022-06-20 14:33:10 -07:00
diced
fb098c9147
feat(page): add preview on hover & progress bar 2022-06-20 14:12:57 -07:00
diced
739974bef4
refactor(config): move into directory 2022-06-20 10:55:43 -07:00
diced
d21e48a1a3
fix(api): improve ratelimits 2022-06-20 10:49:24 -07:00
diced
8fea0cbe77
refactor: clean up datasource stuff 2022-06-20 10:25:22 -07:00
diced
1e2b8efb13
feat(v3.4.5): version 2022-06-19 17:46:45 -07:00
diced
8495963094
feat(v3.4.5): exporting images and more stuff 2022-06-19 17:46:20 -07:00
diced
06d1c0bc3b
fix(api): make delete user with images actually delete their images from the datasource 2022-06-19 17:26:52 -07:00
diced
5965c2e237
fix(config): extention -> extension 2022-06-19 16:44:55 -07:00
diced
fb34dfadb0
fix(config): make endpoint nullable 2022-06-18 13:47:59 -07:00
diced
13b0ac737b
feat(datasource): s3 path styles 2022-06-18 13:39:12 -07:00
diced
300430b3ec
Merge branch 'trunk' of github.com:diced/zipline into trunk 2022-06-18 12:38:42 -07:00
NebulaBC
cf6f154e6e
fix: add env vars for s3 endpoint (#153) 2022-06-17 19:05:20 -07:00
diced
2ddf8c0cdb
fix(api): password protected images wont show up on root 2022-06-17 15:35:29 -07:00
NebulaBC
2a402f77b5
feat(api): S3 endpoint support (#152)
* S3 endpoint support

Adding endpoint support to S3 allows for other S3-compatible uploaders to be used

* Fix formatting error
2022-06-17 14:29:34 -07:00
Han Cen
7b2c31658a
feat(api): root uploader route (#150) 2022-06-17 14:20:21 -07:00
Han Cen
7a91a60af9
fix: fix build (#149) 2022-06-17 08:35:53 -07:00
diced
bfa6c70bf3
chore(deps): update stuff 2022-06-16 14:22:26 -07:00
Jonathan
73eff05180
feat: use yarn v3 (#136)
* feat: use yarn v3

* chore: bump yarn to 3.2.1
2022-06-06 16:38:15 -07:00
relaxtakenotes
74f3b3f13d
fix: image width not being set properly (#143)
* Fix image width not being set properly

Sometimes it got set to 0 because the original image wasn't loaded yet.

* fix: eslint

Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
2022-06-04 22:18:07 -07:00
diced
181833d768
Merge branch 'trunk' of github.com:diced/zipline into trunk 2022-06-04 22:05:26 -07:00
diced
be9523304a
feat(v3.4.4): fix many bugs and password protected uploads 2022-06-04 22:05:08 -07:00
dicedtomato
b26fef3ad4 fix(docker): add restart policy for postgres 2022-03-26 20:37:02 +00:00
diced
9f86674bbe
fix: update security policy 2022-03-14 20:31:18 -07:00
diced
095e57a037
fix(actions): arm -> arm64 2022-03-14 20:22:39 -07:00
diced
66a8e3bb79
feat: arm docker-compose file 2022-03-13 20:05:41 -07:00
diced
473137abdf
fix(actions): fix arm action path 2022-03-13 19:36:28 -07:00
diced
740f1605e7
fix(actions): maybe fix actions 2022-03-13 19:30:37 -07:00
diced
0922ec020e
fix: revert to node 16 on actions 2022-03-13 19:27:32 -07:00
diced
dbe8291f55
fix(actions): maybe fix arm action 2022-03-13 19:26:33 -07:00
diced
9dcc16277e
refactor(actions): update to v2 of build-push-action & push arm image 2022-03-13 19:25:11 -07:00
diced
aa611fa6ba
feat(v3.4.3): cleanup, fix memory leak, arm support 2022-03-13 19:13:18 -07:00
diced
083040e300
feat(v3.4.2): random domain selection #129 2022-03-03 17:52:34 -08:00
diced
99e92e4594
feat(v3.4.1): datasource api, for S3 functionality 2022-03-02 22:04:56 -08:00
diced
870f6e88b1
fix(prisma): add removal of custom theme migration 2022-02-26 17:27:37 -08:00
dicedtomato
16d2014bfb
feat(v3.4.0): switch from Material-UI to Mantine! (#127) 2022-02-26 17:19:02 -08:00
diced
4d9a22e82c
fix(api): data not defined 2022-02-21 09:28:32 -08:00
diced
42d77e445b
feat(v3.3.2): image formats 2022-02-21 09:27:10 -08:00
diced
6506846207
fix: cleanup 2022-02-21 09:26:26 -08:00
diced
2b9af0e0de
feat(api): formats for uploaded images 2022-02-20 22:01:31 -08:00
diced
762d2927f7
Merge branch 'trunk' of github.com:diced/zipline into trunk 2022-02-19 20:17:53 -08:00
diced
d9561f3b12
feat(v3.3.1): bug fixes and new features 2022-02-19 20:17:02 -08:00
dicedtomato
dde24848d4
fix: domains in readme 2022-02-17 16:31:12 -08:00
diced
e786482902
fix: multiple issues & new features 2022-02-12 20:35:36 -08:00
diced
4e64922b70
feat(v3.3): release 3.3 2022-01-03 19:00:51 -08:00