Commit graph

597 commits

Author SHA1 Message Date
Jaex 1f44816f18 fixed #1484: Image combiner drag n drop file support 2016-04-07 19:48:09 +03:00
Jaex 86506a16aa fixed #1483: Added direct url support for Streamable 2016-04-07 17:50:41 +03:00
Jaex b825f6a0af Move : this() same line 2016-04-06 19:02:48 +03:00
Jaex 9d49b55e73 URL shortener and share error reporting 2016-04-05 15:17:56 +03:00
Jaex 43c14c55c7 Added picuza.com image uploader 2016-04-04 17:10:26 +03:00
Jaex 8a887c1f6c Remove in upload checks because those checks happens before upload 2016-04-04 16:58:07 +03:00
Jaex 5c20e9a051 In name parser preview show fake %width, %height values 2016-04-04 16:12:09 +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 6988ab81ce In all uploaders use Uploader.Errors instead of UploadResult.Errors 2016-04-04 12:13:10 +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
miere43 08c7baeec0 Added missing translation fields for Russian language. 2016-04-02 14:45:15 +03:00
Tiago Danin 31941c6f00 Fix text (txtJiraConfigHelp) 2016-03-29 18:14:49 -03:00
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
Jaex 6c6ab39cf1 Don't show www. in chevereto or pomf list 2016-03-05 18:23:53 +02:00
Jaex 2e6211648c Added storemypic.com 2016-03-05 18:18:25 +02:00
Jaex d942099e12 Added upsieutoc.com 2016-03-03 13:42:48 +02:00
Jaex 84e4ee4a9a NuGet update 2016-03-02 02:06:53 +02:00
Jaex 376ab14b11 Added imu.gr 2016-03-01 08:35:15 +02:00
Jaex da28343b62 Added imgpinas.com 2016-02-29 23:21:23 +02:00
Jaex 944fb121f5 fixed #1350: Added checks for every single numeric up down value assigns 2016-02-29 23:09:22 +02:00
Shadorc 92b1e61246 Update French Translation 2016-02-27 16:11:10 +01:00
Jaex 98248033db Credits update 2016-02-27 09:09:11 +02:00
Jaex 225b7fe3a7 Recent max count changes to fix loading incorrect amount of recent items in main window 2016-02-27 08:37:11 +02:00
Jaex cf9e5b0057 fixed #1368: Don't show %t & %pn for custom uploader fields 2016-02-26 23:30:40 +02:00
Jaex fa3c84d68c Removed BaseForm.cs because it was causing bug with vs designer resx 2016-02-25 22:55:54 +02:00
0x617661696c 1aa239e40b Update catgirlsare.sexy pomf clone URL
HTTPS!
2016-02-25 06:59:18 +01:00
Jaex 4a07f08c7f Added thumbnail, deletion, shortened url support to recent list, Using history upload time in progress column 2016-02-23 19:13:05 +02:00
Jaex 8461c838d3 Merge pull request #1355 from jibcore/jibcore/ShareX
Add new image uploader (imgland.net)
2016-02-22 18:06:11 +02:00
Jaex 2696430203 Marked some fields as invariant 2016-02-22 18:02:17 +02:00
jibcore 024cfed7ed Add new image uploader (imgland.net) 2016-02-22 02:21:06 +02:00
Michael Delpach 0f17aeeec2 CreateDirectoryFromFilePath
and CreateDirectoryFromDirectoryPath
2016-02-22 07:15:23 +08:00
Jaex 57b1eb06ff fixed #1349: Removing closed service 2016-02-22 00:29:22 +02:00
Jaex b31383ca6a Added imgfly.me 2016-02-21 19:26:13 +02:00
Jaex 356381f64d NuGet update 2016-02-21 14:37:03 +02:00
Jaex 8c74b42efc Added lightpics.net 2016-02-21 13:22:36 +02:00
Jaex efbac6ce08 Added pixr.co and sexr.co 2016-02-19 09:03:23 +02:00
Jaex f5b38bc281 Added picgur.org 2016-02-18 14:08:04 +02:00
Jaex f69860d1b7 Added snapie.net 2016-02-18 13:44:43 +02:00
Jaex 62125f66dd Added boltimg.com 2016-02-18 13:34:47 +02:00
Jaex 434ab6869c Added img.patifile.com 2016-02-18 12:35:58 +02:00
Jaex 98ec05eeab Added Chevereto preset uploaders list, defaults to ultraimg.com 2016-02-18 12:10:30 +02:00
Jaex 33fd83707e CodeMaid cleanup 2016-02-15 09:29:43 +02:00
Jaex c3a739c3ef Using proper SomeImage icon 2016-02-15 09:02:33 +02:00
Jaex 2963a5f9ef SomeImage fixes 2016-02-15 08:53:30 +02:00
Jevan Pipitone 884eb04873 #1298 run changed files through codemaid 2016-02-14 23:48:35 +11:00
Jevan Pipitone 271ca6d660 #1298 fix designer error in redoing my changes 2016-02-14 23:27:42 +11:00
Jevan Pipitone bd89f3d18c #1298 redo the changes 2016-02-14 23:12:53 +11:00
Jaex 48f4810dec Added vgy.me account support 2016-02-14 02:28:41 +02:00
Jaex 1c66900ec1 Revert previous merge because it had faulty resx changes 2016-02-14 02:03:03 +02:00
Jaex 99bf4a5051 Merge pull request #1303 from jevanpipitone/master
#1298 fix
2016-02-14 01:07:23 +02:00
Jaex 3dc0975ab5 NuGet update 2016-02-12 20:38:16 +02:00
Jevan Pipitone 2488cde26b #1298 Update 12 Feb 2016
- Added SomeImage.Png as resource bitmap (it's located in the
ShareX.UploadersLib\Favicons\ folder)
- Use LinkLabel instead of Label for SomeImage API Link Message
- Name of any added controls is more descriptive
2016-02-12 18:15:43 +11:00
Jevan Pipitone bd4e4da627 Update 10 Feb 2016 for #1298
I forgot to put in the reference to the issue in the commit name so i
have done another one
2016-02-10 22:03:12 +11:00
Jevan Pipitone 3a161eb131 Merge remote-tracking branch 'refs/remotes/ShareX/master' 2016-02-10 21:07:26 +11:00
Jevan Pipitone 308f24832a Update 10 Feb 2016 2016-02-10 21:07:16 +11:00
Jevan Pipitone cda86059b3 Merge remote-tracking branch 'refs/remotes/ShareX/master' 2016-02-10 20:58:10 +11:00
Jevan Pipitone 0fade80a2e Revert "#1298 update"
This reverts commit f7e8324664.
2016-02-10 20:57:33 +11:00
Jaex 8beca81f7b fixed #1315: Update request url to use https 2016-02-10 01:53:52 +02:00
Jaex 7c1bd7e51d fixed #1313: maxfile url update 2016-02-08 18:54:44 +02:00
Jevan Pipitone f7e8324664 #1298 update 2016-02-05 16:58:52 +11:00
dannoe 4ad0fe3a31 Fixed/Added german translations 2016-02-04 16:12:59 +01:00
Jevan Pipitone e39ec0284d #1298
#1298
2016-02-04 17:26:43 +11:00
banksymate 09c28d780e update pomf.cat; 2016-02-03 20:39:22 -08:00
banksymate e655fe3985 update pomf.cat; 2016-02-03 20:38:54 -08:00
Jeffiy 2e210fcf6a Update chinese translation(part 2) 2016-01-21 10:58:50 +08:00
Jaex 42d47917d8 Removed unused language resx files 2016-01-20 15:14:41 +02:00
Jaex 94c84ce430 fixed #1252: Check is Dropbox account valid before do early url copy 2016-01-20 14:18:34 +02:00
Jaex 836bfa6b1b fixed #1258: Scrolling capture picture box issue in second capture 2016-01-18 15:43:40 +02:00
Michael Delpach 35cb75d055 LocalhostRoot to use ExpandFolderVariables 2016-01-17 08:25:53 +08:00
Jaex 460c2a0792 NuGet update 2016-01-13 09:07:43 +02:00
Jaex 4ddc5bfc7c nuget csproj changes 2016-01-10 03:15:33 +02:00
Jaex 2e224327de NuGet update 2016-01-10 03:14:15 +02:00
Jaex 4e721fc89d Update resx 2016-01-09 19:21:10 +02:00
Shadorc 4fd443dd1f Update French Translation 2016-01-09 13:52:36 +01:00
L1Q 03adc02009 Updated Russian translation 2016-01-09 14:08:43 +02:00
Jaex f94248c461 Updated resx 2016-01-09 01:28:22 +02:00
Jaex ddfde4e219 Updating pomf clones 2016-01-09 00:30:38 +02:00
Jaex 196ed87aa0 Update description of two settings 2016-01-08 23:39:36 +02:00
Jaex f1bb4359c3 fixed #1228: Throw exception if sftp keypath is invalid 2016-01-08 17:52:31 +02:00
Jaex 3f45c1f51e Remove "(" and ")" replacing from custom uploader export all 2016-01-04 19:11:35 +02:00
Jaex 956d74698f Pomf check url before appending result url that way if Pomf updated to latest version it won't add result url 2016-01-04 12:53:41 +02:00
Jaex 1d0842d031 Updated license year to 2016 2016-01-03 17:16:01 +02:00
neko 2f7352d842 removed pomf.pl
pomf.pl merged into pomf.io/pomf.is
2015-12-30 00:03:43 +10:30
Jaex 2234307d6c Updated donate url 2015-12-29 11:40:02 +02:00
neko 8c01c3cffd changed pomf.io to pomf.is
I have moved pomf.io to pomf.is.
2015-12-29 01:31:17 +10:30
Jaex 4b2133fb34 Button placement changes 2015-12-23 00:38:10 +02:00
Jaex a5b785d69b Fix null exception 2015-12-23 00:21:19 +02:00
Jaex 0be9b2311a LoadCustomUploader changes 2015-12-22 16:51:47 +02:00
Jaex 1539d9148d Added export all custom uploaders button which will be only visible in debug build 2015-12-21 17:44:28 +02:00
Jaex 553f38ab5a Custom uploader export will ignore null or empty values to have more compact output 2015-12-21 16:31:59 +02:00
Alexandre Oliveira c438cfe1b6 Update Brazilian Portuguese translation 2015-12-16 15:46:15 -02:00
Jaex acddb179e9 In custom uploader settings add syntax to last active URL text box 2015-12-16 11:13:30 +02:00
Jaex 6a162fa46c Imgur check account type before refresh 2015-12-15 10:49:05 +02:00
Jaex 223d6938ba Use internal upload method 2015-12-14 14:07:17 +02:00
Jaex 6e9c4ebcd3 fixed #1138: Ugly workaround for Imgur related token expire issues 2015-12-14 13:16:07 +02:00
Corin Simpson-Bryars d7b50bdae7 Adds s-ul support 2015-12-12 02:30:12 +00:00
Jaex 27e11743f8 Forget to add SFTP early copy too 2015-12-09 20:45:55 +02:00
Jaex da4d03a6d4 EarlyURLCopy FTP support 2015-12-09 20:38:57 +02:00
Jaex 3d1cc280c5 Added EarlyCopyURL support 2015-12-09 20:32:26 +02:00
Jaex 8324d7502c Added another pomf clone 2015-12-08 02:21:20 +02:00