Commit graph

91 commits

Author SHA1 Message Date
Jaex
0fd5492586 Release 2016-11-09 01:47:59 +03:00
Jaex
3e9c561c0d Adding uploader filter support which will allow configuring uploader destination per file extensions, file size etc. 2016-10-28 13:05:56 +03:00
Jaex
17566b3b82 Code refactoring 2016-09-17 10:07:02 +03:00
Jaex
6ad4f18373 Added UseShareXForAnnotation advanced setting to use ShareX region capture to annotate images 2016-09-05 15:23:25 +03:00
Jaex
0a78019274 CodeMaid cleanup 2016-07-30 04:21:18 +03:00
Jaex
f5ec0e0b8e Fix download task issues 2016-07-20 13:35:45 +03:00
Jaex
48a5211b1b Added download button to right click menu in task list to allow downloading file if file path is not exist 2016-07-20 03:54:17 +03:00
Jaex
abc69b51ee Added remaining strings to resources 2016-07-13 04:14:54 +03:00
Jaex
25c4bc4435 Added UploadCompleted event to Task, Added upload duration to TaskInfo which separate from task duration 2016-05-30 15:00:12 +03:00
Jaex
d941ec0cf5 Rename upload duration to task duration 2016-05-30 14:21:31 +03:00
Jaex
cb7a621b73 Replace all string.Empty with "" 2016-05-24 21:15:45 +03:00
Jaex
8374ecbc03 Added SaveSettingsAfterTaskCompleted setting 2016-05-17 16:43:04 +03:00
Jaex
c477c8a011 Save OCR language selection 2016-05-15 11:47:30 +03:00
Jaex
840f6e0044 Added Text capture (OCR) to capture menu 2016-05-13 08:56:33 +03:00
Jaex
c553fdf1fb Allow result form to request OCR itself in this way it can re request after change language or used in tools 2016-05-13 03:13:28 +03:00
Jaex
0facef414b Adding after capture tasks OCR support 2016-05-13 02:43:33 +03:00
Jaex
bb8cc6df6b When uploading if uploader config is invalid then uploaders config window will open with proper uploader tab selected 2016-04-30 01:26:49 +03:00
Jaex
fe4d9d85d7 fixed #1504: Added application wide upload disable option 2016-04-19 19:23:44 +03:00
Jaex
e8aaa1576b Better uploader service caching 2016-04-15 03:25:08 +03:00
Jaex
86506a16aa fixed #1483: Added direct url support for Streamable 2016-04-07 17:50:41 +03:00
Jaex
9d49b55e73 URL shortener and share error reporting 2016-04-05 15:17:56 +03:00
Jaex
3d8ac82945 Added de resx references 2016-04-05 14:03:05 +03:00
Jaex
291c0210d2 Check config for URL shortener and URL sharing service too 2016-04-04 17:53:11 +03:00
Jaex
c9d39eac36 Service renamings 2016-04-04 14:45:16 +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
af486660d3 Before upload, check config and if config is invalid then tell users to configure service from destination settings window 2016-04-04 12:12:21 +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
Jaex
82f5a69cc5 Mainly naming changes and other small service changes 2016-03-23 20:47:59 +02:00
John Du Hart
e0ce2f68a7 Implemented sharing services in upload lib 2016-03-22 22:45:12 -04:00
Jaex
e5d5c36015 Added TaskReferenceHelper parameter to create uploader methods 2016-03-23 01:56:39 +02:00
Jaex
1ea4dd1e67 Added thread unsafe temporary workaround for task reference issues 2016-03-23 00:36:41 +02:00
Jaex
47cda1eb29 No need to null check uploader service anymore 2016-03-22 21:24:26 +02:00
Jaex
fdb5b84b85 All URL shorteners using URLShortenerService now 2016-03-22 19:41:56 +02:00
Jaex
b4b7d3160c All file uploaders using FileUploaderService now 2016-03-22 19:24:41 +02:00
Jaex
72627c0ba6 All text uploaders using TextUploaderService now 2016-03-22 18:28:55 +02:00
Jaex
de3c88cdd5 All image uploaders using ImageUploaderService now 2016-03-22 18:11:01 +02:00
Michael Delpach
73c4f7822e Picasa and Paste2 using UploaderService 2016-03-22 18:55:34 +08:00
Jaex
a59cd2f60b Added URLShortenerService, using it on Bitly for now 2016-03-22 02:26:04 +02:00
Jaex
5a1dbf1958 Added FileUploaderService, using it on Dropbox for now 2016-03-22 02:16:09 +02:00
Jaex
8c58369192 Added TextUploaderService, using it on Pastebin for now 2016-03-22 00:51:37 +02:00
Jaex
f0e0b7e463 Fix GetInstances method to use calling assembly 2016-03-21 22:59:41 +02:00
Jaex
d3fb5ac7bd Architecture change to make it easier to add a new uploader, using it on Imgur for now 2016-03-21 22:26:47 +02:00
Laurent Fourrier
1ffad76f29 Fixed #1370 : Added support for openload.co 2016-03-21 18:10:34 +01:00
Jaex
a04d10c05c fixed #1416: Added raw URL support to GitHub Gist 2016-03-18 14:08:24 +02:00
Jaex
eba1e2239c fixed #1418: Handle empty image in image effects 2016-03-18 11:00:51 +02:00
Jaex
c709ba3349 Merge branch 'master' of github.com:ShareX/ShareX 2016-03-16 12:07:40 +02:00
Jaex
876a6f0fcc fixed #1407: Use name pattern in url download & upload 2016-03-16 12:06:56 +02:00
campbeb
95f37723e1 Fix swapped message box text and caption 2016-03-15 14:47:07 -04:00
Jaex
6a992a0857 fixed #1400: Added AcceptInvalidSSLCertificates option to Application settings -> Advanced tab which can be used by people who using self signed certificates 2016-03-14 03:10:19 +02:00
Michael Delpach
4558e2e8ba removed Copy due to its end of service https://blog.barracuda.com/2016/02/01/message-from-gm-of-storage/ 2016-03-12 08:15:24 +11:00