Commit graph

390 commits

Author SHA1 Message Date
Bengt Brodersen
90dacf718b
Update README.md 2018-06-24 23:33:27 +02:00
Andrea Spacca
688e197f5a
Merge pull request #126 from aspacca/Remove-timeout-reader-on-gdrive-storage
Timeout reader wrapper actually prevents big upload
2018-06-24 15:44:11 +02:00
Andrea Spacca
baa2fdc86c ISSUE-92 added http basic auth handler for upload 2018-06-24 07:44:13 +02:00
Andrea Spacca
0c9c6e3424 ISSUE-44 delete support 2018-06-24 07:42:12 +02:00
Andrea Spacca
8a0e3d39f2
Merge pull request #125 from aspacca/ISSUE-109
ISSUE-109 fragment and query separators not escaped
2018-06-24 07:24:31 +02:00
Andrea Spacca
828e693f44 Timeout reader wrapper actually prevents big upload 2018-06-23 18:36:43 +02:00
Andrea Spacca
848e033196 ISSUE-109 fragment and query separators not escpade 2018-06-23 11:47:27 +02:00
Andrea Spacca
fbd10bd2f5
Merge pull request #82 from foorb/readme
Update README.md
2018-06-19 18:06:07 +02:00
Andrea Spacca
2bab1af80f
Merge pull request #97 from eteeselink/patch-1
Add "Windows support" to README
2018-06-19 18:05:26 +02:00
ia
f965ecb218 all: gofmt (#119)
Run standard gofmt command on project root.

- go version go1.10.3 darwin/amd64

Signed-off-by: ia <isaac.ardis@gmail.com>
2018-06-19 15:33:42 +02:00
Andrea Spacca
82493d6dcb add GDrive provider support (#118)
* GDrive provider support
* More reliable basedir ownership
* Fix mimetype
2018-06-19 15:30:26 +02:00
Egbert Teeselink
44782a7519 Windows support in README: clean up 2018-06-18 08:40:09 +02:00
Egbert Teeselink
2e3d5594a4 Improve Windows support in README following CR 2018-06-18 08:36:44 +02:00
Remco Verhoef
d0c7241b31
Merge pull request #102 from cglewis/master
MAINTAINER is deprecated, using LABEL now
2017-11-07 13:46:49 +01:00
cglewis
9fc9d1fca4 MAINTAINER is deprecated, using LABEL now 2017-10-31 18:24:12 -07:00
Egbert Teeselink
9a6089289d Add "Windows support" to README
Added a section that explains how to get the `transfer` alias on Windows.
2017-10-11 10:21:10 +02:00
Remco Verhoef
6a6cce7c28 Merge pull request #89 from kamaln7/master
Implement support for custom s3 endpoints
2017-09-20 13:14:31 +02:00
Remco Verhoef
44398d72d3 Merge pull request #93 from TheAssassin/master
Switch to alpine base image
2017-09-20 13:13:16 +02:00
TheAssassin
f6c91c85fe Switch to alpine base image
This drastically decreases the overall image size. Quick comparison:

```
# Image fetched from Docker Hub
dutchcoders/transfer.sh   latest              a875ed5dfa56        5 months ago        704MB
# Image just built
dutchcoders/transfer.sh   latest              a220c49297eb        4 minutes ago       269MB
```
2017-08-29 20:08:34 +02:00
Kamal Nasser
69dacec7ad implement support for custom s3 endpoints 2017-07-16 16:19:41 +03:00
foorb
dddc2ecfcc Update README.md 2017-04-25 00:01:39 +02:00
Remco
7bf499b092 Add ratelimit package 2017-03-28 17:26:32 +02:00
Remco
5ccf97b353 Remove sanitize package 2017-03-28 17:15:26 +02:00
Remco
2f35235865 Implement rate limiting option, fixes #71 2017-03-28 17:08:34 +02:00
Remco
989debecb5 Add object metadata
- support for max downloads
- support for expiring downloads
2017-03-28 16:12:31 +02:00
Remco
45bafbe48f Allow uppercasing and less rigide sanitizing of filenames, fixes #10 2017-03-23 11:46:59 +01:00
Remco
964e8c92d7 Remove bak files 2017-03-23 00:03:32 +01:00
Remco
e947cd3352 Update copyright year 2017-03-23 00:02:36 +01:00
Remco
2eb2d1d7f4 Fixes for redirects and uploads with empty host 2017-03-22 23:39:59 +01:00
Remco
d6f225e232 Virustotal arguments 2017-03-22 23:14:01 +01:00
Remco
7471990ef5 ClamAV arguments 2017-03-22 23:13:34 +01:00
Remco
d03dadc669 Fix table 2017-03-22 22:50:17 +01:00
Remco
2129e63ba9 Update readme 2017-03-22 22:48:08 +01:00
Remco
48bcfbe0bc Update readme 2017-03-22 22:44:56 +01:00
Remco
0948700205 Remove obsolete beanstalk config 2017-03-22 22:31:24 +01:00
Remco
daf84c891a Bump frontend 2017-03-22 22:30:31 +01:00
Remco
8ec4d5dbb7 Cleanup code and improve error messages 2017-03-22 22:28:40 +01:00
Remco
9541414476 Update Docker build 2017-03-22 22:28:05 +01:00
Remco
b37e706c7c Fix error with defined storage 2017-03-22 22:27:26 +01:00
Remco
d0dbdd3591 Fix linting errors 2017-03-22 22:25:42 +01:00
Remco
a3fe3feafa Fix issues with incorrect and hardcoded return url 2017-03-22 22:23:29 +01:00
Remco
01c2d426ed Fix vet and linting errors 2017-03-22 21:09:40 +01:00
Remco
8277e88bbd Fix travis 2017-03-22 20:59:56 +01:00
Remco
3ff27f8d7a Fix travis 2017-03-22 20:47:33 +01:00
Remco
cb6e5cb0c7 Major rewrite
* use dep for vendoring
* lets encrypt
* moved web to transfer.sh-web repo
* single command install
* added first tests
2017-03-22 18:09:21 +01:00
Remco
6d68ad982f updated readme 2016-08-19 10:14:05 +02:00
Remco
e900c49aaf added gitter 2016-08-19 10:13:38 +02:00
Remco Verhoef
de61a87e47 Merge pull request #60 from ka7/spelling
trivial spelling fixes
2016-08-11 11:00:24 +02:00
klemens
af2273c07e trivial spelling fixes 2016-08-10 20:50:36 +02:00
Remco
c53c3be577 fixed issue with go-clamd 2016-07-11 22:15:29 +02:00