Commit Graph

510 Commits

Author SHA1 Message Date
941ec1fe0f Merge pull request #365 from JustAnotherArchivist/disable-download-counter-without-limit
Only increment download counter on files that have a download limit
2021-04-25 21:00:49 +02:00
6bd3e97186 Only increment download counter on files that have a download limit
For files that have no limit, there is no reason to track the download counter as its value will never be used anyway. This reduces costs on storage backends that have an operation fee (e.g. AWS S3) or a minimum retention (e.g. Wasabi S3).
2021-04-25 17:47:23 +00:00
31ef712847 Merge pull request #362 from JustAnotherArchivist/fix-metadata-rewrite
Only rewrite metadata file when the download counter changed
2021-04-24 21:23:51 +02:00
4daca97f89 Only rewrite metadata file when the download counter changed
Previously, the metadata file would be rewritten even if the download counter stayed the same (i.e. `increaseDownload = false`, previews and HEAD requests). Because the metadata doesn't change in that case, this would simply rewrite the exact same contents needlessly, which may also incur extra costs depending on the storage backend.
2021-04-19 18:37:47 +00:00
69519d8fa4 Unwrap unnecessary bytes.NewReader 2021-03-19 08:25:40 +01:00
a90d29700d bump version v1.2.2 2021-03-16 19:43:54 +01:00
f9700ee237 added code of conduct 2021-03-14 22:24:31 +01:00
3ed153904d Merge pull request #355 from dutchcoders/ISSUE-344
Issue 344
2021-03-09 14:34:27 +01:00
b36711c1ea sanitize only on inline content-disposition 2021-03-02 16:50:53 +01:00
27f84e719a Content-Type metadata to lower 2021-03-02 16:48:04 +01:00
0b075554ff Merge pull request #350 from dutchcoders/sb/readme-storj 2021-02-21 18:54:25 +01:00
eaf048690a Merge pull request #349 from dutchcoders/sb/go-1.16
.travis.yaml: test build for go v1.16.X
2021-02-21 18:36:44 +01:00
4dbc2a8085 README.md: Update Storj Configuration Steps 2021-02-21 18:21:42 +01:00
644c3a1d23 .travis.yaml: test build for go v1.16.X 2021-02-21 18:08:18 +01:00
ccef887edf Merge pull request #347 from dutchcoders/SEVERAL_FIX
go get -u, go build ldflags, docker tag, inline handler
2021-02-19 15:15:15 +01:00
32621f7dd3 Merge pull request #346 from dutchcoders/sb/update-readme
README.md: Update Disclaimer
2021-02-19 14:51:19 +01:00
7ea65c5a24 go get -u, go build ldflags, docker tag, inline handler 2021-02-19 14:50:40 +01:00
27bf261844 README.md: Update Disclaimer
As i am now operator of the public instance living at https://transfer.sh, the disclaimer is outdated.
2021-02-16 23:36:32 +01:00
7522cf5f31 bump frontend 2021-02-12 08:28:55 +01:00
ba21621d66 bump frontend 2021-01-30 19:12:19 +01:00
7cf688e86e fix bug in purge for local storage v1.2.1 2021-01-11 16:02:00 +01:00
1abc7cfb0e bump version v1.2.0 2021-01-06 16:02:42 +01:00
be6dea2546 Merge pull request #339 from dutchcoders/PR-298
clone url
2021-01-06 14:00:17 +01:00
d554eb8e2d clone url 2021-01-06 13:33:46 +01:00
fe9e699255 Merge pull request #328 from dutchcoders/fix-readme-build-instructions
Update README.md
2021-01-06 13:30:26 +01:00
d3b6fd5e90 update disclaimer 2021-01-06 13:22:48 +01:00
322310d47f fix bug in gdrive purge 2021-01-06 12:41:40 +01:00
76fd83b599 Merge pull request #337 from dutchcoders/PURGE_FEATURE
Purge feature
2021-01-05 21:27:55 +01:00
d3381a2293 GOFMT 2021-01-05 17:24:16 +01:00
6ac6c8fa99 PURGE FEATURE 2021-01-05 17:23:47 +01:00
2721ece759 Merge pull request #336 from dutchcoders/ISSUE-332
ISSUE-332
2020-12-31 20:30:12 +01:00
e53d599e09 ISSUE-332 2020-12-31 20:08:42 +01:00
bfb34634de Merge pull request #266 from stefanbenten/master
Implement Native Storj Storage Adapter
2020-12-16 10:20:28 +01:00
614a7fd23d Merge remote-tracking branch 'dutchcoders/master' 2020-12-16 01:13:04 +01:00
fb8f0e781b Merge pull request #334 from dutchcoders/REMOVE_FUZZIT
Remove fuzzit
2020-12-16 00:17:08 +01:00
06d87eac8e Remove fuzzit 2020-12-15 20:13:12 +01:00
580cd8d978 Remove fuzzit 2020-12-15 20:09:24 +01:00
111f1794fb Update dependencies to latest versions and tidy go.mod/go.sum 2020-12-15 16:48:33 +01:00
b372dc97b5 Merge remote-tracking branch 'dutchcoders/master'
# Conflicts:
#	README.md
#	go.sum
2020-12-15 16:42:12 +01:00
ae00f8ceaa Merge pull request #331 from zuh0/official-docker-buildx-ghaction
ci: switch to official docker buildx GitHub action
2020-10-26 09:08:38 +01:00
ec9db7a42e ci: switch to official docker buildx GitHub action
Signed-off-by: Gabriel Duque <gabriel@zuh0.com>
2020-10-21 00:30:52 +02:00
bcf40c15a2 Merge pull request #330 from stillwondering/show-version-in-version-command
Include version string in version command output
2020-10-12 19:33:08 +02:00
fe1cde6614 Include version string in version command output
The command `transfer.sh version` does not include the application's
version string in its output. Fix this.
2020-10-12 13:25:29 +02:00
e182376100 Update README.md 2020-09-19 12:40:52 +02:00
4a2fce4344 Update README.md 2020-09-19 12:27:17 +02:00
ffb2cf0011 Merge pull request #317 from zuh0/multi-architecture-docker-images
ci: deploy multi-architecture Docker images using buildx
2020-06-21 20:41:17 +02:00
085e9f8414 ci: deploy multi-architecture Docker images using buildx
Signed-off-by: Gabriel Duque <gabriel@zuh0.com>
2020-06-14 21:57:48 +02:00
a4bf102d29 Merge pull request #315 from dutchcoders/revert-314-ISSUE-313-BUILDX
Revert "ISSUE-313-BUILDX"
2020-06-14 20:01:51 +02:00
c8497fb27d Revert "ISSUE-313-BUILDX" 2020-06-14 20:01:38 +02:00
68212d100e Merge pull request #314 from dutchcoders/ISSUE-313-BUILDX
ISSUE-313-BUILDX
2020-06-14 19:56:02 +02:00