Commit graph

484 commits

Author SHA1 Message Date
Shadorc
7d52949b80 Update French Translation
Fix typo and add missing translations
ShareX.IndexerLib\Properties\Resources.fr.resx needs to be referenced (I
don't know how to do this sorry :( )
2016-03-26 15:36:02 +01:00
Jaex
a147cb2f34 fixed #1444: Removed Openload file uploader, check referenced issue for reason 2016-03-25 22:39:19 +02:00
Jaex
7f1027ab2f Resx updates 2016-03-25 18:10:42 +02:00
Jaex
2c4110199b Picasa renamed to Google Photos (Picasa) 2016-03-25 18:03:30 +02:00
Jaex
c006da4b00 About window changes 2016-03-24 21:27:51 +02:00
Jaex
f4a0cbbf24 Removed IgnoreInvalidCert option from OwnCloud instead it can use global optional setting 2016-03-24 18:21:17 +02:00
Jaex
7a0dced3f7 Resx update 2016-03-24 00:47:37 +02:00
Jaex
f476958a40 Added missing translations, Turkish translation 100%, quick task menu continue button moved to top 2016-03-23 23:51:38 +02:00
Jaex
bc8c31d8a8 Uploader tab re order 2016-03-23 22:26:29 +02: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 V
b279daeb45 Fixing incorrect UrlFormatString for StumbleUponSharingService 2016-03-23 09:19:53 -04:00
John Du Hart
851ebecad0 Adding missing DeliciousSharingService
Moving validation outside of UploadersConfig, into separate class
2016-03-22 22:57:02 -04: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
134fc241c2 Using First instead of FirstOrDefault that way if developer forget to implement uploader service this will notify 2016-03-22 20:42:59 +02:00
Jaex
8d4c0b9e0c Removed GetFTPIndex and GetLocalhostIndex from UploadersConfig 2016-03-22 20:05:59 +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
Michael Delpach
bb3ff35a34 rearrange CheckConfig 2016-03-22 18:45:46 +08:00
Jaex
c37120813e Using generic enum value in service 2016-03-22 03:03:47 +02: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
Jaex
63cc1e9fac Added credits for Openload 2016-03-21 19:56:36 +02:00
Laurent Fourrier
1ffad76f29 Fixed #1370 : Added support for openload.co 2016-03-21 18:10:34 +01:00
Jaex
fbd4604192 #1383 Installed previous version of FtpClient library because new version have problems 2016-03-20 19:42:21 +02:00
Jaex
40c95163ee Revert "Close FTP stream"
This reverts commit f41d36b264.
2016-03-20 18:38:52 +02:00
Jaex
da2b593d00 NuGet update 2016-03-20 17:37:40 +02:00
Jaex
f7cb8228a6 All window titles starts with "ShareX - " now, Turkish translation 100% 2016-03-19 17:40:59 +02:00
Jaex
5f9e195663 Merge pull request #1419 from campbeb/useFtpDataStream
Use FtpDataStream
2016-03-18 17:13:55 +02:00
Brian
f41d36b264 Close FTP stream
Explicitly close stream after transfer
2016-03-18 11:07:13 -04:00
Jaex
a04d10c05c fixed #1416: Added raw URL support to GitHub Gist 2016-03-18 14:08:24 +02:00
Jaex
3ce8312cfc fixed #1416: Added Pastebin raw URL option 2016-03-18 12:46:55 +02:00
Jaex
ad78a49786 Resx update 2016-03-17 10:44:06 +02:00
Jaex
c2fbc6120e Catch custom uploader parse response so uploader result can return with response field 2016-03-14 23:56:16 +02: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
Jaex
df5da6871b Show uploader test all buttons only in debug build 2016-03-12 20:20:14 +02:00
Michael Delpach
af0dbcce12 remove Copy from UploadersLib 2016-03-12 09:10:42 +11: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
Jaex
3455590ea5 fixed #1388: Added ForceActivate to AfterCapture and BeforeUpload forms shown event 2016-03-09 18:37:54 +02:00
Jaex
4066ae61d3 Added i.tlthings.net 2016-03-06 21:37:34 +02:00
Jaex
ffa78b670b Added chevereto test all button 2016-03-05 18:46:44 +02:00