Andrei Marcu
d5aa09a65c
Update screenshots in readme
2019-01-25 01:10:09 -08:00
Andrei Marcu
f6cd7fc6fe
Tweak documentation
2019-01-25 00:20:52 -08:00
mutantmonkey
207c19e3df
Add -s3-force-path-style flag and config option ( #157 )
...
This option forces path-style addressing instead of using a subdomain.
This appears to be needed by Minio.
2019-01-25 00:10:06 -08:00
Andrei Marcu
35c4415f8d
Document storage backend usage
2019-01-24 23:39:17 -08:00
mutantmonkey
5d9a93b1e2
Add S3 backend ( #156 )
2019-01-24 23:33:11 -08:00
Thomas Sänger
0fb5fa1c51
use sha256-simd ( #155 )
2019-01-24 23:21:49 -08:00
Andrei Marcu
b731e17c1e
Cosmetic tweaks & fixes
2019-01-16 02:27:05 -08:00
Simon Alfassa
fd0f3d9e46
Make the web page mobile friendly
2019-01-16 01:09:55 -08:00
mutantmonkey
5340f23f4d
Add new multi-stage slim Dockerfile ( #154 )
2019-01-14 22:41:03 -08:00
Andrei Marcu
9d7f698c70
Add direct_url info to API page
2019-01-14 16:16:15 -08:00
Andrei Marcu
e506304b84
Return direct URL in json responses
2019-01-14 15:28:32 -08:00
Andrei Marcu
1fb92ffce3
Fix bug where using curl with json headers would return the file instead
2019-01-14 15:28:28 -08:00
Andrei Marcu
c746f70c10
Allow changing the "selif" path name
2019-01-14 14:55:27 -08:00
Benjamin Neff
6290f408ff
Allow to paste images ( #153 )
...
dropzone.js doesn't support pasting itself yet, so adding it externally
and calling `.addFile()` to upload the pasted image.
Fixes #130
2019-01-11 09:09:54 -08:00
mutantmonkey
5f4f16e08b
Add file ETag support ( fix #138 ) ( #152 )
2019-01-08 20:28:01 -08:00
mutantmonkey
10938a3e0b
Remove Google URL shortener ( fix #146 ) ( #150 )
2019-01-08 11:56:32 -08:00
mutantmonkey
bad7d2666e
Switch to Referrer-Policy header ( #149 )
...
Use of the Content-Security-Policy header to specify a referrer policy
was deprecated in favor of a [new
header](fc55d917be
).
This change changes the existing referrer policy directives to use this
header and adds corresponding config options/command line flags.
2019-01-08 11:56:09 -08:00
Andrei Marcu
19a95e36a6
Fix Travis parsing of 1.10 as 1.1
2019-01-08 11:28:10 -08:00
Andrei Marcu
f19247a790
Update Travis to 1.10 and 1.11
2019-01-08 11:18:57 -08:00
Thor77
5d8a0ef605
Serve file directly for curl and wget user agents ( #145 )
...
* Serve file directly for curl and wget user agents
Fix #127
* Add test for get with wget user agent
* Add -nodirectagents flag
to disable serving files directly for wget/curl user agents
* Fix TestPutAndGetCLI failing for Go 1.5
It failed because it doesn't include the Content-Type header for every
response.
2018-11-07 10:13:27 -08:00
Andrei Marcu
7c024d9aab
Merge pull request #141 from bruj0/patch-1
...
Fix files and meta permissions
2018-04-25 21:39:21 -07:00
Rodrigo D. L
b82371250a
Fix files and meta permissions
...
When running under docker-compose the volume changes the permissions by default to root but its avoided if the directory where it is mounted is created first with the correct owner.
2018-04-21 13:01:25 -03:00
Andrei Marcu
4fa6423a85
Merge pull request #137 from mutantmonkey/issue_136
...
Fix -nologs on linx-cleanup tool (closes #136 )
2018-02-26 12:01:33 -08:00
mutantmonkey
c015b5f1da
Fix -nologs on linx-cleanup tool ( closes #136 )
2018-02-25 14:47:04 -08:00
andreimarcu
e86f19ecb1
Add linx-cleanup to build script
2017-10-10 22:14:53 -07:00
Andrei Marcu
ceea32de6b
Merge pull request #124 from mutantmonkey/cleanup_tool
...
Add linx-cleanup tool
2017-05-04 23:06:26 -07:00
mutantmonkey
a69aa95a87
Add `linx-cleanup` info to readme
2017-05-04 21:55:15 -07:00
mutantmonkey
32b537a057
Add missing `flag.Parse()` call
2017-05-03 21:12:41 -07:00
mutantmonkey
c6f62fccdf
Drop Mercurial from Dockerfile
...
We no longer have any Mercurial dependencies, so we don't need to
install it anymore.
2017-05-01 21:49:27 -07:00
mutantmonkey
b7fadd9676
Add linx-cleanup tool
...
This doesn't completely fix #116 , but it makes setting up a cron job to
do cleanup much more pleasant.
2017-05-01 21:27:28 -07:00
Andrei Marcu
d8568e141f
Merge pull request #121 from mutantmonkey/remove_mime_extension_map
...
Remove mime type to extension map from util.go
2017-03-29 21:42:31 -07:00
mutantmonkey
bb7f7a1774
Remove mime type to extension map from util.go
...
This is no longer used, so it can be removed.
2017-03-25 15:11:21 -07:00
andreimarcu
37f9a0cbbc
Change unknown extension from .ext to .file
2017-03-25 08:44:18 -07:00
Andrei Marcu
1c1d3127ab
Merge pull request #120 from mutantmonkey/switch_to_filetype
...
Switch to https://github.com/h2non/filetype
2017-03-25 08:22:28 -07:00
mutantmonkey
e6ac89d6dc
Switch to https://github.com/h2non/filetype
...
This library is much better at detecting MIME types properly than the
existing one. Fixes #117 .
2017-03-25 01:08:56 -07:00
Andrei Marcu
e588d78299
Merge pull request #112 from mutantmonkey/issue_111
...
Fix max expiry when provided expiry is 0
2016-11-02 19:36:59 -07:00
mutantmonkey
647aa2c0f6
Fix max expiry when provided expiry is 0
...
Previously, we did not properly handle the case where the provided
expiry was zero and the max expiry was configured to be nonzero; add an
additional check to cover this case.
Fixes #111 .
2016-11-02 19:31:32 -07:00
Andrei Marcu
0e768cc6f4
Merge pull request #109 from culdev/master
...
Fix file upload for Internet Explorer
2016-10-23 13:16:08 -07:00
culdev
8f384dc5ce
Use value instead of selectedOptions.
2016-10-23 21:07:47 +02:00
Andrei Marcu
e9ae7a794f
Merge pull request #105 from Thor77/systemd-service
...
Add Install-section to systemd-service
2016-10-11 07:56:44 -07:00
Thor77
c75cd5ef9e
Add Install-section to systemd-service
2016-10-09 14:59:54 +02:00
andreimarcu
eb036f2819
Fix typo
2016-09-18 22:13:52 -07:00
Andrei Marcu
29d3157a03
Merge pull request #102 from mutantmonkey/maxexpiry
...
Add option for maximum expiration time (fixes #99 )
2016-09-18 22:09:05 -07:00
mutantmonkey
fef43d856e
Add option for maximum expiration time ( fixes #99 )
2016-09-18 22:05:26 -07:00
Andrei Marcu
3321144e74
Merge pull request #101 from mutantmonkey/docker
...
Add Dockerfile
2016-09-17 20:27:57 -07:00
mutantmonkey
932a470ead
add Docker instructions to readme
2016-09-17 20:20:46 -07:00
mutantmonkey
2e5521ce7d
Add Dockerfile
...
This will build the binary directly in the image without a need to have
Go installed locally.
2016-09-17 19:27:39 -07:00
Thor77
4ef3f33821
Add systemd-service ( #96 )
2016-08-22 11:02:46 -10:00
andreimarcu
81a1513809
Add newline for PUT response
2016-07-22 18:15:44 -07:00
andreimarcu
1e1f28658d
Remove spaces in mime mapping and ensure no spaces in filenames
2016-07-22 18:08:59 -07:00