Commit Graph

318 Commits

Author SHA1 Message Date
f47ce48ecf Push updated transfer.sh-web in vendor 2018-09-02 14:16:09 +02:00
0c94da28ec Fix post handler (#155) 2018-09-02 14:08:26 +02:00
2c89380a5d Update README.md (#150) 2018-08-13 22:14:54 +02:00
8df04e3440 Fixes (#149)
* Head handlers & Update README.md
2018-08-13 08:56:08 +02:00
a640bcf707 Merge pull request #143 from dutchcoders/FIX-GDRIVE-FILENAME-ESCAPING
Escape quoting chars in filename for gdrive
2018-07-13 06:45:39 +02:00
e7051e9b31 Escape quoting chars in filename for gdrive 2018-07-13 06:29:34 +02:00
2f1de6fdb3 Omit not needed end of slice 2018-07-09 00:39:57 +02:00
0605b8e271 go fmt 2018-07-07 20:23:50 +02:00
4f637def86 Merge pull request #138 from dutchcoders/Allow-TLS-listener-only
Allow tls listener only
2018-07-07 19:19:04 +02:00
cb0401ec5c Allow tls listener only 2018-07-07 19:05:16 +02:00
89e37272ed Merge pull request #137 from dutchcoders/ISSUE-91
Add trailing slash if missing on path options
2018-07-07 12:11:26 +02:00
48854eda80 Add trailing slash if missing on path options 2018-07-07 12:05:58 +02:00
bce4eec32c Merge pull request #136 from dutchcoders/ISSUE-57
Handle empty upload
2018-07-07 11:15:22 +02:00
163faf569a Handle empty upload 2018-07-07 09:55:46 +02:00
bc694eccbd Fix jquery selector 2018-07-02 18:51:26 +02:00
da8a566d61 Merge pull request #135 from melongbob/master
make edits in README.md
2018-07-02 17:44:47 +02:00
Yun
1fdfb7ac9b make edits in README.md 2018-07-01 14:44:54 -07:00
d4baaba35f Fix XSS in markdown preview 2018-07-01 14:53:28 +02:00
3b60ba16cd Merge pull request #133 from dutchcoders/ISSUES-86-66
QR code, html5 player
2018-07-01 14:48:06 +02:00
99bb2a6118 QR code, html5 player 2018-07-01 14:41:53 +02:00
b31e6acd71 Merge pull request #128 from aspacca/ISSUE-44
ISSUE-44 delete support
2018-07-01 14:17:11 +02:00
b347a4d998 Merge pull request #132 from iftahbe/master
ISSUE-131 fix mistake with request max memory
2018-06-27 21:40:00 +02:00
9d0781fa16 fix mistake with request max memory 2018-06-27 20:17:22 +03:00
71dbb92404 Updated frontend depenecy 2018-06-27 07:13:40 +02:00
84643d1dc1 Merge pull request #130 from dutchcoders/ISSUE-85
GA/UserVoice opt-in
2018-06-26 18:57:44 +02:00
7c25f986aa GA/UserVoice opt-in 2018-06-26 18:39:56 +02:00
e284bff214 Merge pull request #127 from aspacca/ISSUE-92
ISSUE-92 added http basic auth handler for upload
2018-06-25 08:43:33 +02:00
032dffb3ae Merge pull request #129 from qoomon/patch-1
refactor bash script without temp files
2018-06-25 06:23:53 +02:00
90dacf718b Update README.md 2018-06-24 23:33:27 +02:00
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
baa2fdc86c ISSUE-92 added http basic auth handler for upload 2018-06-24 07:44:13 +02:00
0c9c6e3424 ISSUE-44 delete support 2018-06-24 07:42:12 +02:00
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
828e693f44 Timeout reader wrapper actually prevents big upload 2018-06-23 18:36:43 +02:00
848e033196 ISSUE-109 fragment and query separators not escpade 2018-06-23 11:47:27 +02:00
fbd10bd2f5 Merge pull request #82 from foorb/readme
Update README.md
2018-06-19 18:06:07 +02:00
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
82493d6dcb add GDrive provider support (#118)
* GDrive provider support
* More reliable basedir ownership
* Fix mimetype
2018-06-19 15:30:26 +02:00
44782a7519 Windows support in README: clean up 2018-06-18 08:40:09 +02:00
2e3d5594a4 Improve Windows support in README following CR 2018-06-18 08:36:44 +02:00
d0c7241b31 Merge pull request #102 from cglewis/master
MAINTAINER is deprecated, using LABEL now
2017-11-07 13:46:49 +01:00
9fc9d1fca4 MAINTAINER is deprecated, using LABEL now 2017-10-31 18:24:12 -07:00
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
6a6cce7c28 Merge pull request #89 from kamaln7/master
Implement support for custom s3 endpoints
2017-09-20 13:14:31 +02:00
44398d72d3 Merge pull request #93 from TheAssassin/master
Switch to alpine base image
2017-09-20 13:13:16 +02:00
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
69dacec7ad implement support for custom s3 endpoints 2017-07-16 16:19:41 +03:00
dddc2ecfcc Update README.md 2017-04-25 00:01:39 +02:00
7bf499b092 Add ratelimit package 2017-03-28 17:26:32 +02:00