mattermost/web
Claudio Costa 9c272f0b20
[MM-26812] Add support for resumable file uploads (#15252)
* Implement AppendFile for FileBackend

* Split test into subtests

* [MM-26812] Add support for resumable file uploads (#15252)

* Implement UploadSession

* Implement UploadSessionStore

* Add error strings

* Implement resumable file uploads

* Add UploadType

* Fix retry layer tests

* Regenerate store layers

* Fix store error handling

* Use base for filename

* Prevent concurrent uploads on the same upload session

* Fix erroneus error string

* Improve error handling

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>

* Fix translations

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2020-09-15 21:28:25 +02:00
..
context.go [MM-26812] Add support for resumable file uploads (#15252) 2020-09-15 21:28:25 +02:00
context_test.go Adding Upgrade to Enterprise version feature (#14539) 2020-08-21 20:23:04 +02:00
handlers.go Moving store layers into independent packages (#15004) 2020-07-27 15:14:16 +02:00
handlers_test.go Adding Upgrade to Enterprise version feature (#14539) 2020-08-21 20:23:04 +02:00
main_test.go MM-27744 disable Zap for unit tests. (#15398) 2020-09-09 15:25:55 -04:00
oauth.go [MM-27623] Add new session prop for oauth (#15221) 2020-08-11 10:24:26 -04:00
oauth_test.go OAuthStore migration (#15013) 2020-07-17 12:56:08 +02:00
params.go [MM-26812] Add support for resumable file uploads (#15252) 2020-09-15 21:28:25 +02:00
response_writer_wrapper.go MM-23131 Include HTTP status code in the metrics (#14240) 2020-04-14 14:15:00 +02:00
response_writer_wrapper_test.go MM-23131 Include HTTP status code in the metrics (#14240) 2020-04-14 14:15:00 +02:00
saml.go Extracting email functions into a service (#14802) 2020-07-07 10:03:21 +02:00
static.go MM-26065: Reverts Brotli encoding. (#14834) 2020-06-16 18:15:31 -04:00
unsupported_browser.go Removing all FakeApp usages (#14174) 2020-06-12 13:43:50 +02:00
web.go MM-21898 - Part 1: Generate and use an interface instead of *A… (#13840) 2020-02-13 13:26:58 +01:00
web_test.go MM-27744 disable Zap for unit tests. (#15398) 2020-09-09 15:25:55 -04:00
webhook.go [MM-25677] Content-Type is optional (#14705) 2020-06-01 21:07:02 +02:00
webhook_test.go Removing all FakeApp usages (#14174) 2020-06-12 13:43:50 +02:00