Commit graph

160 commits

Author SHA1 Message Date
dicedtomato
03379943de
fix: clean up upload components 2022-07-10 05:38:53 +00:00
dicedtomato
2376fd8968
feat: switch from radix-icons to feathericons 2022-07-10 00:46:15 +00:00
dicedtomato
2f90193d7e
feat: add text uplading 2022-07-09 23:54:55 +00:00
dicedtomato
964199f8a9
fix(config): make s3/swift optional and not error out 2022-07-09 20:35:21 +00:00
dicedtomato
678ea20004
fix(docker): build 2022-07-08 02:57:31 +00:00
dicedtomato
ea27fd8a45
feat(3.4.8): fix bug where you can crash zipline 2022-07-08 02:52:19 +00:00
dicedtomato
38eef3f0ad
feat(v3.4.7): version 2022-07-06 17:03:44 +00:00
dicedtomato
22615e9ce9 fix: build 2022-07-06 17:01:12 +00:00
dicedtomato
a999abfbf8
feat: a bunch of changes 2022-07-06 16:57:39 +00:00
dicedtomato
20c1d3ef08 Merge branch 'trunk' of https://github.com/diced/zipline into trunk 2022-06-26 17:58:14 +00:00
Adil Mohiuddin
b06c8e4918
fix: add link to xsel (#157) 2022-06-25 21:41:42 -07:00
dicedtomato
6edfdcefcc fix(s3): use smaller libraries 2022-06-25 17:07:19 +00:00
dicedtomato
10b145b006 fix(docker): use prebuilt binaries 2022-06-25 00:01:23 +00:00
dicedtomato
0ba9a9659d fix(docker): build prisma so it works on alpine arm64 2022-06-24 18:27:35 +00:00
cstef
2dfa1b6b14
feat: add Openstack Swift support (#154)
* Add Openstack support

* Fix datasource getting

* Restore example config + remove useless vscode dir

* Restore example config + remove useless vscode dir

* Add config.ts to the entryPoints list

* Fix indenting problems with switch-case

* Replace openstack-swift-client

* Add openstack to the config validator

* Rename Openstack to Swift

* Better error handling for swift

* More error handling

* Update Swift.ts

Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
2022-06-21 17:54:05 -07:00
dicedtomato
7a3f9f1fa4
fix: maybe fix action idk 2022-06-20 22:43:21 -07:00
diced
f276fdc6a0
feat(docker): remove arm docker stuff in favor of cross arch dockerfile 2022-06-20 22:29:33 -07:00
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