Commit graph

238 commits

Author SHA1 Message Date
Jaex 2b29b3e125 Twitter fix 2014-07-07 04:21:59 +03:00
Jaex 18a3dedd80 Added VK and Pinterest support 2014-07-07 03:50:05 +03:00
Jaex 098e5d43ce Added nl.cm URL shortener 2014-07-07 00:30:47 +03:00
Jaex 5d80134937 ownCloud direct link 2014-07-07 00:06:37 +03:00
Jaex d1f9ce6a34 fixed #185 ownCloud corrupt upload, added create share setting 2014-07-06 22:51:17 +03:00
Jaex a51d5d71a6 fixed #185: Added ownCloud support 2014-07-06 21:45:36 +03:00
Jaex b6f07906b5 Changed few functions parameter orders 2014-07-06 19:55:50 +03:00
Jaex 65917c8ede ownCloud changes 2014-07-06 19:29:26 +03:00
Jaex 9718c5349b Trying to implement ownCloud 2014-07-06 17:56:43 +03:00
Jaex 345de01c96 Config files will have application version, Documents link update 2014-07-02 21:19:51 +03:00
Jaex 6f2b2399c4 Flickr fix, Google Drive use folder setting 2014-07-02 11:52:05 +03:00
Jaex ef52cd053c Google Drive folder description column, After complete authorization remove verification code 2014-07-01 19:40:40 +03:00
Jaex 57644cf9fe Google Drive folder listing 2014-07-01 13:18:07 +03:00
Jaex 77906e3203 fixed #74: Google Drive metadata (title, folder) support, Uploader changes 2014-07-01 11:33:33 +03:00
Jaex 67969f098f Simple Facebook sharing support until API implementation 2014-06-28 10:36:28 +03:00
Jaex d65b7fb150 CodeMaid cleanup, Moved few methods to URLHelpers from Helpers 2014-06-28 03:22:56 +03:00
Jaex db43494150 Added simple Google+ sharing support (Google+ API not supports sharing yet) 2014-06-28 01:05:12 +03:00
Jaex 77901c2eff Accessibility improvements 2014-06-25 23:45:57 +03:00
Jaex 75b09c29a6 FTP Client button check for SFTP 2014-06-25 00:41:55 +03:00
Jaex 99e9bbc7c8 FTP dispose fix, SFTP stop upload override 2014-06-25 00:26:00 +03:00
Jaex 195b371c27 FtpClient update 2014-06-21 00:11:13 +03:00
Jaex 6286ddaba5 Added import settings from URL support 2014-06-20 15:05:04 +03:00
Jaex cc52c7666d Bit.ly custom domain support 2014-06-17 23:10:31 +03:00
Jaex aba2d516c5 Added "Tweet message" to Tools and Hotkeys, Folder name changes 2014-06-17 13:30:49 +03:00
Jaex 435283b80b Proper stop upload support 2014-06-16 18:24:30 +03:00
Jaex c101d2c9e0 fixed #153: Added Clear Authorization button to OAuthControl 2014-06-16 16:01:36 +03:00
Jaex fd7ad3d4ed Removed ImageShack anonymous, UploadersConfigForm changes 2014-06-16 15:44:22 +03:00
Jaex 6e97273919 OAuthControl status changes, TwitterTweetForm changes 2014-06-16 15:20:06 +03:00
Jaex 41623649ed Removed TwitPic, TwitSnaps, YFrog because of Twitter image uploader support
Twitter is inheriting ImageUploader now
2014-06-16 13:47:35 +03:00
Jaex 18fe663f02 Added Twitter image uploader 2014-06-15 13:29:09 +03:00
Jaex 16593934bf ImageShack better error handling, Error form changes, Using ShowActivate instead BringToFront 2014-06-11 23:46:00 +03:00
Jaex 5505212127 Fixed Copy empty size problem, Moved URL related functions to URLHelpers 2014-06-09 23:00:59 +03:00
Jaex fe80e21d2f Copy URL type changes 2014-06-09 22:25:23 +03:00
Kamil Zmich 47b42c757d Merge branch 'master' of https://github.com/ShareX/ShareX 2014-06-09 18:27:16 +01:00
Kamil Zmich 9e5d27569f Copy - URL type and code cleanup.
-Removed unused Dropbox leftovers (file ops and)
-Added URL types (Default, Shortened, Direct) and options in Config
2014-06-09 18:26:23 +01:00
Jaex bde4524664 csproj fix 2014-06-09 02:29:40 +03:00
Jaex 31edfd6713 CompileSetup.cmd and nuget update 2014-06-09 00:30:52 +03:00
Jaex 5f236af59c Dropbox using OAuth 2.0 now 2014-06-08 22:59:13 +03:00
Jaex 1d8caac431 Dropbox OAuth2 implementation interim commit 2014-06-08 22:11:44 +03:00
Jaex f5e7aeb6f7 Only get git hash when release build so debug build won't slow down but still checking for empty file in debug 2014-06-06 22:19:11 +03:00
Jaex 4707baad1b Using MenuButton in ExportImportControl. FTP accounts using ExportImport control too. 2014-06-06 21:01:02 +03:00
Jaex 53e519ce62 Custom uploaders using ExportImport user control now which allows to export/import object to clipboard/file 2014-06-06 20:21:03 +03:00
Jaex 13dfb8a492 Uploaders config form load settings in shown event 2014-06-06 04:25:53 +03:00
Jaex 52cb4aff2f Credits update 2014-06-06 00:58:04 +03:00
Jaex 848ef69c07 Not show login status because it is in oauth control 2014-06-06 00:06:49 +03:00
Jaex ca698eaa63 Some code changes, using NameParser.Parse static method 2014-06-05 22:47:36 +03:00
Kamil Zmich c39705d1a0 Merge branch 'master' of https://github.com/ShareX/ShareX 2014-06-05 19:44:35 +01:00
Kamil Zmich 2218ec3306 Copy.com File Uploader
See #57
2014-06-05 19:19:45 +01:00
Jaex cd8deaaeb0 Using git command instead %git% parameter in script. If git command not exist creating empty text file.
Also added script for create empty APIKeysLocal.cs file if it is not exist.
2014-06-05 02:14:45 +03:00
Jaex 2501ecffc0 GitHub current build tree url will be in debug log with pre build event 2014-06-04 21:32:59 +03:00
Jaex 281cb4574a TabToListView control and using it in UploadersConfigForm 2014-06-03 16:14:06 +03:00
Jaex dcf9409648 OutpuBox was not scrolling to end 2014-06-02 18:24:24 +03:00
Jaex 46ff96e9d2 Few Gfycat changes, About window updated 2014-06-01 11:59:37 +03:00
Nathan Adams c1c74d388d Don't resize uploaded images and update progress bar during transcode 2014-05-31 19:52:18 +02:00
Nathan Adams 710c9c6c2b Added gfycat support. Anonymous uploads only, supports gif and ffmpeg video. 2014-05-31 18:20:27 +02:00
Jaex 739f4243a3 FTP changes 2014-05-30 18:24:43 +03:00
Jaex 25d5f07f47 FTP test improved 2014-05-30 17:59:08 +03:00
Jaex ea122fcc7a Hided all private info with password char in UploadersConfigForm, Twitter auth improvements 2014-05-30 14:38:23 +03:00
Jaex d3fcedf677 fixed #150: Amazon S3 custom domain support, Moved URL methods to URLHelpers class 2014-05-30 12:09:13 +03:00
Jaex 83066a7d99 Added help button to FFmpeg options window 2014-05-30 10:41:32 +03:00
Jaex d41ef9d1b6 FTP client fixes 2014-05-25 08:32:20 +03:00
Jaex 101346d86c FTP client works now 2014-05-25 07:39:13 +03:00
Jaex bd7a57c0cb Automatic directory creation 2014-05-25 03:09:49 +03:00
Jaex 930201711b FTPS encryption changes 2014-05-25 01:24:51 +03:00
Jaex 285662f052 Using System.Net.FtpClient library instead Starksoft.Net.Ftp library. 2014-05-24 23:43:58 +03:00
Jaex d19cc23d2e CodeMaid cleanup 2014-05-23 19:08:24 +03:00
Jaex 881d24c70a TaskEx class for helper Task methods 2014-05-23 18:39:14 +03:00
Jaex 34838562a3 Using .NET Framework 4.0 2014-05-23 17:56:27 +03:00
Jaex f8aeb45024 Using Task.Run instead BackgroundWorker 2014-05-22 04:48:27 +03:00
Jaex e1e29f7b6b Removed AsyncBridge library, FFmpeg error window for be able see all output, Replaced ThreadPool with Task.Run 2014-05-22 04:22:32 +03:00
Jaex c2f2d48342 MediaCrush stop upload handling 2014-05-21 02:52:54 +03:00
Jaex ba961d03ad Removed FTP account @ syntax warnings instead setting HttpHomePathAutoAddSubFolderPath false 2014-05-20 05:14:03 +03:00
mcored c13e8956af Using latest SSH.NET.2014.4.6-beta1 fixed #136 2014-05-20 05:11:32 +08:00
Jaex 97f3657eca Bucket name change will update URL preview too 2014-05-17 09:38:09 +03:00
mcored 613bc0bc5d TabIndex changes 2014-05-15 21:08:39 +08:00
Jaex dc00311246 License updated 2014-05-13 12:06:40 +03:00
McoreD 380d4be6ec Prompt to download ffmpeg.exe if not exist
Screencasting can happen soon after but process is being used.
2014-05-10 09:52:09 +08:00
Jaex 04e2f2dd91 MediaCrush direct url handling, added SupressWebExceptions to uploader class 2014-05-09 05:59:09 +03:00
Jaex 3c97c86622 MediaCrush moved to file uploaders 2014-05-09 05:10:11 +03:00
Jaex 1c3f6e6d9a fixed #127: Pushbullet device name null check 2014-05-08 03:09:28 +03:00
Jaex 5c3042935b Code improvements for screen recording 2014-05-07 00:06:26 +03:00
Jaex be11d6cb5f S3 url preview 2014-05-06 02:24:00 +03:00
Jaex 62201c6bda NameParser menu auto dispose, added menu to Dropbox 2014-05-06 01:55:20 +03:00
Alan Edwardes 7449b45936 The S3 object name is no longer generated twice, previously resulting in failed uploads where random characters were used. Amazon S3 object prefix option changed to "upload path" (consistent with Dropbox). Added help dropdown to upload path. 2014-05-05 23:23:34 +01:00
Alan Edwardes a1e102b351 Added DreamObjects endpoint out of the box. 2014-05-05 14:45:33 +01:00
Alan Edwardes 89242097aa Added support for custom Amazon S3 endpoints. ShareX is now compatible with DreamObjects - the format of the timestamp sent up has been tweaked slightly to allow the DreamObjects API to work. 2014-05-05 12:57:22 +01:00
Jaex bf2768e474 Added FTP client to Tools menu 2014-05-02 20:56:51 +03:00
Jaex 5edb5fe988 Json library updated 2014-05-02 16:05:44 +03:00
Jaex 604a4325eb ShareX 8.8.0 release 2014-05-01 16:52:46 +03:00
Jaex b3c0fadbc3 Clipboard upload auto index folder is optional setting 2014-04-30 15:12:28 +03:00
Jaex 41905669f0 Fix Twitter ui 2014-04-30 13:11:33 +03:00
Jaex 47c4a7a54e FTP ui changes 2014-04-30 12:46:15 +03:00
Jaex abf441dae5 Added all imgur thumbnail types 2014-04-22 22:13:40 +03:00
Jaex 62d95a0cf4 Localhost changes 2014-04-21 01:17:54 +03:00
Jaex c1ff163cc8 Added HttpHomePathAutoAddSubFolderPath ftp setting instead using @ in beginning of HttpHomePath
Fixed space encoding
2014-04-20 04:16:51 +03:00
Jaex 95f2bf980a Dropbox shareable url type setting: Default, shortened, direct
Not replacing space with _
2014-04-20 02:00:19 +03:00
Jaex 73725c6e2f json.net update, dropbox public url change 2014-04-20 00:38:11 +03:00
Jaex 6380d013b1 Box sub folder handling 2014-04-17 02:34:31 +03:00
Jaex f56ac65fac Workaround for Box oauth authorization 2014-04-17 00:34:34 +03:00
Jaex 80bc60476c fixed #103: Box 2.0 api support 2014-04-16 23:35:10 +03:00