Commit graph

105 commits

Author SHA1 Message Date
SolidX 89be6588a1 Fixes unencoded spaces in PreviewHttpPath for the FTP uploader. 2014-11-13 22:06:53 -05:00
Jaex 01e0af999c ReSharper cleanup 2014-10-19 00:48:47 +03:00
Jaex 664a80e167 CodeMaid cleanup 2014-10-17 15:55:30 +03:00
Jaex 1c8b184f6f All hard coded strings which require translation moved to resources 2014-10-17 15:19:28 +03:00
SolidX 6f75adc2c5 Fixes HTTP Path issues for FTP Accounts when HttpHomePath has a Query in the URI. Also corrects HttphomePathAutoAddSubFolderPath behavior. 2014-10-08 22:53:51 -04:00
Jaex 6639ff35c2 Image editor controls internal 2014-09-26 05:43:13 +03:00
Gregory ee60e9cbc6 Fixes issue that url encodes colons when specifying a web server that doesn't run on port 80 for FTP uploads. Bug #282 2014-09-23 20:17:42 -04:00
Jaex ebd7420f2e CodeMaid cleanup 2014-09-13 15:07:05 +03:00
Jaex f469e0cc87 fixed #272: Error handling for stopping FTP uploads 2014-09-13 10:36:16 +03:00
Jaex 5ceda757f3 Credits updated 2014-09-04 22:58:44 +03:00
Karl Tatom ff44f52aff -Add Pushbullet as a URLSharingService (it is :D);
-Change classes from public to private;
-Move Pushbullet entry to FileUploaders in UploadersConfig.cs
2014-09-04 04:11:42 -07:00
Karl Tatom 4108b2f90f -Add API information link at the top of Pushbullet.cs
-Readability/consistency improvements for Pushbullet.cs;
-Update FileUpload code in Pushbullet.cs to work with v2 of the PB API;
---Add new serialization objects for file upload request responses;
---Add more null checks since null responses may be more likely now;
-Remove unnecessary response data from old deserialization objects;
2014-09-04 02:18:46 -07:00
Jaex a41294913c fixed #247: Added pomf.se uploader 2014-08-22 06:05:48 +03:00
Jaex a7cc96b83b Make sure ssl bypass dispose 2014-08-11 13:40:14 +03:00
Jusonex 6f813d7048 Added a way to ignore invalid SSL certs (ownCloud)
Added a checkbox titled "Ignore invalid SSL certificate" to ownCloud tab
2014-08-10 14:43:47 +02:00
Jaex 3b8ea5379d fixed #161: Picture box error issue
fixed #233: FTP name parsing consistency
2014-08-10 01:59:26 +03:00
Jaex 16fc5fce8b Added MediaCrush direct link setting 2014-08-09 05:05:56 +03:00
Jaex 87f5feef62 fixed #216: ownCloud auto add http:// if not exist, removed Test Uploaders button because it is outdated 2014-08-06 18:55:48 +03:00
Jaex cb2599750a CodeMaid cleanup 2014-07-29 10:47:43 +03:00
Jaex c4213bcc8a MediaFire long url is optional setting 2014-07-23 04:59:45 +03:00
Jaex 6358e1d0bd MediaFire encode filename in url, only report upload progress 2014-07-23 04:48:11 +03:00
Jaex 8818c57e87 MediaFire url format changed, about form update 2014-07-23 04:38:46 +03:00
Jaex a413fdaf53 Few changes 2014-07-23 04:19:24 +03:00
michalx2 7d5517b8a0 Add MediaFire support 2014-07-23 00:32:14 +02:00
Jaex 036a0190c4 Few OneDrive changes 2014-07-15 15:17:02 +03:00
Jaex b4d2fb0ca6 Merge branch 'l0nley-master'
* l0nley-master:
  base functionallity for OneDrive
2014-07-15 14:51:23 +03:00
l0nley 053987cf5d base functionallity for OneDrive 2014-07-15 14:18:55 +03:00
Jaex 47bd2b5e94 Release 2014-07-15 09:22:31 +03:00
Jaex fd7769d91e fixed #183: FTP auto directory create problem 2014-07-14 11:27:40 +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 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 d65b7fb150 CodeMaid cleanup, Moved few methods to URLHelpers from Helpers 2014-06-28 03:22:56 +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 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 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 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 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