Commit graph

60 commits

Author SHA1 Message Date
Jaex 1d8caac431 Dropbox OAuth2 implementation interim commit 2014-06-08 22:11:44 +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 52cb4aff2f Credits update 2014-06-06 00:58:04 +03:00
Jaex ca698eaa63 Some code changes, using NameParser.Parse static method 2014-06-05 22:47:36 +03:00
Kamil Zmich 2218ec3306 Copy.com File Uploader
See #57
2014-06-05 19:19:45 +01: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 d3fcedf677 fixed #150: Amazon S3 custom domain support, Moved URL methods to URLHelpers class 2014-05-30 12:09:13 +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 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
Jaex dc00311246 License updated 2014-05-13 12:06:40 +03: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 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
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 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 47c4a7a54e FTP ui changes 2014-04-30 12:46:15 +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 80bc60476c fixed #103: Box 2.0 api support 2014-04-16 23:35:10 +03:00
Jaex 0a145cccce Box 2.0 authorization & upload complete 2014-04-16 22:14:45 +03:00
Jaex f384821dc5 Uploader.cs improvements to support GET, POST, PUT, DELETE with one method 2014-04-16 20:55:07 +03:00
Jaex c80c71a5cb Box 2.0 implementation interim commit 2014-04-16 19:18:25 +03:00
Jaex fd02c34ac1 Amazon S3 folder name handling 2014-04-15 22:30:46 +03:00
Alan Edwardes 3e76c506f4 The URL generated for stored Amazon S3 objects is now properly URL encoded. 2014-04-03 00:45:12 +01:00
Alan Edwardes c8fd277dcc Fixed a bug where slashes were stripped out of destination paths. 2014-04-03 00:21:19 +01:00
mcored 46c0749e83 Consistent clipboard operations
If you do not want Pushbullet URL copied to your clipboard then create a
new Hotkey e.g. Ctrl+Shift+P for Pushbullet and deselect Copy URL to
Clipboard in After Upload Tasks
2014-03-30 19:59:54 +08:00
Jaex 08ba5d675f Using index for Pushbullet 2014-03-30 14:37:38 +03:00
Jaex 166f2a38c8 Pushbullet send note & link functions 2014-03-30 12:49:43 +03:00
Jaex da2843355a Pushbullet is now file uploader therefore can be used with image & text upload 2014-03-30 12:16:20 +03:00
Jaex 7f911b49b6 CodeMaid solution cleanup 2014-03-28 14:55:41 +02:00
mcored 1ac77e9a45 Support custom UploadersConfig and Hotkeys paths 2014-03-28 17:12:07 +08:00
Alan Edwardes bf6d6d2097 Fixed a bug where the upload policy was hard coded to 2015, implemented some suggestions and bugfixes from Jaex. Tidied code. 2014-03-27 12:01:05 +00:00
Alan Edwardes 8744352d01 Added Amazon S3 file uploader support. 2014-03-26 16:56:05 +00:00
Jaex 0998dc3cf4 Minus ui changes 2014-03-21 02:36:09 +02:00