Commit graph

1793 commits

Author SHA1 Message Date
Jaex 2bfda15b73 fixed #450: Added BrowserPath setting which allows you to use different browsers to open URLs 2015-01-12 11:14:59 +02:00
Jaex 99ece74468 hubic selected folder label fix 2015-01-12 10:38:44 +02:00
Jaex 36ac96d4d7 Hubic changes 2015-01-12 09:31:54 +02:00
Leo Lam e9e5b14e75 Revert back to using URLHelpers.URLEncode
Revert back to using URLHelpers.URLEncode instead of
HTTPUtility.UrlEncode.
2015-01-12 02:31:33 -05:00
Leo Lam 166e4bd126 Fix issue #436
```
return Uri.EscapeUriString(httpHomeUri.Uri.ToString());
```
This return statement was double encoding filename hence the extra
encoding on the "%" sign in the URL in clipboard.

filename is first encoded in this line:

```
httpHomeUri = new UriBuilder(URLHelpers.CombineURL(host, subFolderPath,
filename));
```
2015-01-12 01:48:24 -05:00
Jaex 721ea8e404 Merge pull request #452 from Kouga-/master
Add Hubic.com file uploader support
2015-01-12 03:57:58 +02:00
Leo Lam 85f2f73584 Add Hubic.com file uploader support 2015-01-11 19:31:39 -05:00
JiaJie Chan 9644f32112 zh-cn update2
zh-cn update2
2015-01-12 00:43:06 +08:00
JiaJie Chan 258f46fca3 Simplified Chinese(zh-cn) update
Simplified Chinese (zh-cn) Language update
2015-01-12 00:28:11 +08:00
Jaex 71f203d07d fixed issue #249: Need url decode file name when doing download 2015-01-07 01:55:48 +02:00
Jaex 4025653176 fixed #440: Pomf https support 2015-01-05 02:41:32 +02:00
NWIES 5cb906687a French Translation 2015-01-04 19:03:15 +01:00
NWIES 099787a68a French Translation 2015-01-04 15:58:58 +01:00
NWIES 71fa5de16d French Translation 2015-01-04 15:37:02 +01:00
luis.gomez 17b8291113 Fix issue #372
Several changes were made to fix the encoding of ftp dirpaths and allow
uploads to folders with non-ascii characters:

-Fixed encoding of valid urls in ShareX.HelpersLib.NameParser.cs
-Fixed subfolder path generation and wrong url re-encoding in
FTPAccount.cs
-Fixed preview paths in FTP Destination settings (FTPAccount.cs)
-Fixed subfolder path generation in FTP.cs

This fixes issue #372, which was reproduced with the following account
config on a local ftp server (import from clipboard on destination
settings):

{
"Protocol": "FTP",
"Name": "New account",
"Host": "localhost",
"Port": 21,
"Username": "test",
"Password": "test",
"ServerProtocol": "ftp",
"SubFolderPath": "DEV/grhh本人%",
"BrowserProtocol": "http",
"HttpHomePath": "",
"HttpHomePathAutoAddSubFolderPath": true,
"HttpHomePathNoExtension": false,
"IsActive": false,
"FTPSEncryption": "Explicit",
"FTPSCertificateLocation": "",
"Passphrase": null,
"Keypath": null
}
2015-01-01 18:44:18 -03:00
Jaex 65dd658913 Translation changes for about form 2014-12-31 12:07:19 +02:00
Jaex e770e8600f Changing copyright icon 2014-12-31 11:41:32 +02:00
Jaex 9388ebb418 Updated year 2014-12-31 11:29:40 +02:00
SolidX d101541e74 Fixes incorrect default port when an httpHomePath is not specified for an FTP Account. (See discussion on #330). 2014-12-31 03:46:28 -05:00
Jaex dfc722b7a5 Release 9.5.0 2014-12-29 08:23:45 +02:00
Jaex 4745e2e370 Preparation for release 2014-12-28 12:07:34 +02:00
Michael Delpach 302f8a17ea Querying folders... moved to resource 2014-12-28 07:47:48 +08:00
Jaex d0d923c518 Removed refresh folders button because it is not necessary anymore 2014-12-27 22:54:18 +02:00
Jaex 931592b80e Added loading indicator to OneDrive folder listing 2014-12-27 08:22:35 +02:00
mcored 22d01e1e93 OneDrive folder navigation using TreeView 2014-12-27 08:33:23 +08:00
mcored ef515f0480 Selected folder for Box / OneDrive change 2014-12-27 07:57:57 +08:00
mcored 83b915b024 OneDrive folder upload support in UI
Fixed Box selected folder not being saved
2014-12-27 07:23:51 +08:00
mcored 1af3dc6a9d OneDrive UI interim commit 2014-12-26 21:58:38 +08:00
Jaex 7ca9c3cd57 Adding OneDrive folder upload support 2014-12-26 08:17:38 +02:00
Jaex 9f955a6457 Changed OneDrive scope 2014-12-26 04:14:17 +02:00
Jaex 3e6d87f150 Added create shareable link setting to OneDrive 2014-12-25 23:23:42 +02:00
Jaex 43c59a8236 fixed #91: Added OneDrive support 2014-12-25 22:01:22 +02:00
Jaex 470818f753 OneDrive authentication works 2014-12-25 20:36:15 +02:00
Jaex b6e9543f42 Added SendRequestURLEncoded 2014-12-25 19:48:45 +02:00
Jaex ba9d03d6d8 Removed uncomplete OneDrive codes 2014-12-25 19:36:00 +02:00
Jaex 958547d055 Using drag able listview in custom uploaders tab 2014-12-23 20:04:35 +02:00
Jaex 40868f8ad8 fixed #408: If host not includes http(s):// then add it automatically 2014-12-15 12:15:49 +02:00
Jaex 3e4e3c27bf Removing outdated classes 2014-12-11 05:15:21 +02:00
Jaex 0eefbc19f8 CodeMaid cleanup 2014-12-11 01:19:28 +02:00
Jaex 1a91bf72c8 Fix Jira problem 2014-12-11 01:06:41 +02:00
Jaex bab7ec3090 Fix git ignore 2014-12-10 23:57:27 +02:00
Jaex d5b1d287fb Changed namespaces too 2014-12-10 22:25:20 +02:00
Jaex 5096a895f1 Changed project namings (Example: HelpersLib -> ShareX.HelpersLib) 2014-12-10 22:11:55 +02:00