Commit graph

71 commits

Author SHA1 Message Date
Jaex 94e45b5cb8 Update year 2023-01-09 23:31:02 +03:00
Jaex 810203a891 Added UploaderErrorManager 2022-10-05 10:22:02 +03:00
Jaex 8c3dc0b78c Update year 2022-01-11 19:32:17 +03:00
Jaex 837ef0a7fc Update year 2021-07-29 06:22:51 +03:00
Jaex 6c09cd1a9a Contain response info in result 2021-01-28 17:36:59 +03:00
Jaex 6e53b787d3 Workaround to support TLS 1.2 on Windows 7 2020-10-12 14:00:07 +03:00
Jaex a49ee424a0 Parse custom uploader error message 2020-09-22 10:16:39 +03:00
Jaex 9f619c05ab Added user name to oauth status label, oauth button text changes 2020-04-16 17:06:25 +03:00
Jaex 803a4e567c Update year 2020-02-05 10:19:48 +03:00
Jaex 4a970ef3d1 Rename UploadHelpers to RequestHelpers 2019-03-14 14:06:54 +03:00
Jaex 8711bb4c88 Added "Response info" tab to custom uploader settings window 2019-02-25 15:05:52 +03:00
Jaex b38ab1f29c Improve upload error output to include more details about request 2019-01-28 20:37:05 +03:00
Jaex 214b3c7a97 Removed verbose request log option 2019-01-28 19:18:06 +03:00
Jaex 84784b294e Multipart data refactoring 2019-01-25 05:17:33 +03:00
Jaex 042652f4ca multipart/related refactoring 2019-01-25 04:37:27 +03:00
Jaex 58cd13db01 Added ResponseInfo class 2019-01-21 15:50:01 +03:00
Jaex 9c4f583dca Removing ResponseType usages to use new system 2019-01-21 15:37:31 +03:00
Jaex 163c2a1ecf Update Paste2 request URL 2019-01-21 15:14:50 +03:00
Jaex eb59fb8e4d Store last response Uri and headers in uploader class 2019-01-21 14:57:18 +03:00
Jaex f077a0eed3 Implement parameters to custom uploader requests 2019-01-06 19:04:40 +03:00
Jaex b238357bcc If request URL contains query string then automatically convert it to parameters and remove query string from request URL 2019-01-06 14:47:37 +03:00
Jaex 469fc29b87 Update year 2019-01-02 10:43:52 +03:00
Jaex d990b9ed73 Make fileFormName not optional 2018-11-28 18:15:58 +03:00
Jaex 4169dfe64a Don't restrict custom uploaders with http method 2018-11-11 11:51:44 +03:00
Jaex 575e92c18d Added UploadHelpers class 2018-10-17 19:06:06 +03:00
Jaex 745ba3aa32 Use type on declarations instead of var for consistency with rest of code 2018-10-17 15:32:03 +03:00
tinybarks adc09ca0e3
BackblazeB2: Use ResponseToString() 2018-10-01 15:44:54 +02:00
tinybarks 28180cf86a
Uploader.GetResponse(): Add flag to enable returning non-2xx responses
This allows handling of HTTP responses with non-2xx status codes in uploader code, e.g. to handle REST API errors.
2018-09-27 07:43:15 +02:00
Jaex a2fb7b105e Removed SendRequestGetHeaders method 2018-06-15 13:12:23 +03:00
Jaex 181283e3b6 Added hotkey repeat limit option 2018-05-29 13:08:33 +03:00
Jaex 3b77380132 fixed #3421: Support referer and user-agent headers in custom uploaders 2018-05-22 18:43:00 +03:00
SupSuper 0265b723bb Use segmented file upload to get past OneDrive limits
New helpers:
- SendRequestBytes - Sends a raw stream of bytes (unlike SendRequestFile which sends files as form-data) and supports segments via Content-Range
- TransferData - Now supports transferring only part of a stream
2018-04-16 21:55:21 +01:00
SupSuper 61b7dcd7cf Use upload sessions to get rid of file limit 2018-04-16 21:55:21 +01:00
SupSuper 0e632acdff Update OneDrive to use Microsoft Graph API 2018-04-16 21:55:19 +01:00
SupSuper 1084054dd1 Update Google Drive to API v3 2018-04-12 01:55:35 +01:00
SupSuper d6bc062bff Add Youtube to file uploaders 2018-04-10 01:49:40 +01:00
Jaex 6a89d32f96 No need this workaround anymore for TLS 1.2 support 2018-02-28 14:50:35 +03:00
Jaex d09edfae1d Fix 0 byte file Amazon S3 uploads 2018-01-29 20:45:31 +03:00
Jaex b463a16567 Update year 2018-01-01 17:59:14 +03:00
Jaex bbf00ed774 Added Write method to Logger 2017-10-16 20:22:28 +03:00
Jaex d653c02b04 Added verbose request logs option to application settings advanced tab 2017-10-16 18:01:58 +03:00
Jaex 4dccf81b57 fixed #1033: Only set CachePolicy for GET requests 2017-10-14 09:34:35 +03:00
Jaex 3d70b045c7 Move CreateQuery to URLHelpers 2017-09-24 10:14:27 +03:00
Jaex a9b0982b4c Adding custom URL sharing service 2017-09-10 13:55:21 +03:00
Jaex d75cf4dc7e Remove query from upload error request url 2017-08-06 19:18:30 +03:00
Jaex 94a7ecf22b UserAgent moved to ShareXResources, added user-agent to all requests 2017-03-11 23:54:42 +03:00
Jaex af1c47a03d Initial Amazon S3 implementation, currently signature not matches 2017-03-10 20:10:16 +03:00
Jaex 73099a584a Update service point manager manually on startup 2017-02-09 15:52:07 +03:00
Jaex 3b8251617f Added debug message for NotSupportedException 2017-02-05 10:52:53 +03:00
Jaex a35beedc1e Removed unused media crush uploader 2017-02-03 09:04:39 +03:00