Commit graph

71 commits

Author SHA1 Message Date
Jaex 82732ea938 fixed #1868: Added workaround to support TLS 1.2 when .NET Framework 4.5 or newer is installed in system 2017-02-02 00:09:20 +03:00
Tomasz Wisniewski 5680fa30fc Modified calling infrastructure to work based on internal ShareX implementation 2017-01-27 10:27:33 +01:00
Jaex 5dd11e6641 When error happen while uploading, write request URL to error log 2017-01-23 09:32:30 +03:00
Jaex 4d7006b359 Update year 2017-01-11 11:39:40 +03:00
Jaex 66880fd71a Made simple actions form singleton, added settings of it 2017-01-01 01:41:06 +03:00
Jaex 8e645883a9 #2144: Adding customizable simple actions window 2016-12-28 14:23:01 +03:00
Jaex a912197056 Make sure to dispose stuffs 2016-12-26 20:23:29 +03:00
Jaex 8161d1440a Rename UploadData method to SendRequestFile for consistency with other methods 2016-12-26 19:47:46 +03:00
Jaex d3a075ffec Added SendRequestMultiPart method instead of using SendRequest for it 2016-12-26 19:30:17 +03:00
Jaex e7d99c6dba More Uploader.cs refactoring 2016-12-23 11:51:13 +03:00
Jaex 09c5c06eab More Uploader.cs refactoring 2016-12-23 11:21:37 +03:00
Jaex 10b57f05e3 Removed SendRequestJSON method 2016-12-23 10:55:16 +03:00
Jaex a0434e8c91 Removed SendRequestStream method 2016-12-23 10:24:38 +03:00
Jaex 09886bc3f3 Remove second GetResponse method from Uploader.cs 2016-12-23 04:11:01 +03:00
Jaex bbab1fc854 Dropbox upload works now but unable to create public url because they don't supply uid anymore 2016-06-29 19:49:06 +03:00
Jaex abe4fb9b42 Missing header, proper tag parsing 2016-06-29 04:15:29 +03:00
Jaex 25a1bbcf0c Dropbox download file update 2016-06-29 04:09:31 +03:00
Jaex 68509503a3 Uploader changes required for Dropbox 2016-06-29 03:50:16 +03:00
Jaex cb7a621b73 Replace all string.Empty with "" 2016-05-24 21:15:45 +03:00
Jaex 08607ef649 Added IGenericUploaderService and GenericUploader which will be inherited by image, text, file services and uploaders 2016-04-04 12:53:11 +03:00
Jaex 8f02ec41dc Base uploaders and services moved to their own folders, removed unused references, renamed HelperClasses to Helpers 2016-03-23 21:05:31 +02:00