Commit graph

1218 commits

Author SHA1 Message Date
Jaex
13814e350e Custom update message box for not steal focus 2015-01-03 14:50:16 +02:00
Jaex
aefafc84de Merge branch 'master' of github.com:ShareX/ShareX 2015-01-02 11:57:33 +02:00
Jaex
5aea358006 DrawText changes 2015-01-02 11:57:16 +02:00
Jaex
627459f27a Merge pull request #431 from lggomez/master
Fix issue #372
2015-01-02 11:56:45 +02: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
03bff07e96 Workaround for DrawText background transparency issue 2014-12-31 15:32:48 +02:00
Jaex
42a23866ec Fixed DrawText clear type related issue, Added DrawBorder setting 2014-12-31 14:50:42 +02: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
Jaex
03a4f3b440 Merge pull request #427 from SolidX/master
Fixes incorrect default port for an FTP Account
2014-12-31 10:51:36 +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
Michael Delpach
6aac052cdf Fix ReSharper stealing CodeMaid hotkey mapping 2014-12-28 07:46:43 +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
58cf68ea87 Allow setting toast window duration as 0 which will start fading immediately 2014-12-24 08:04:17 +02:00
Jaex
6d7141f62a Merge branch 'master' of github.com:ShareX/ShareX 2014-12-24 03:50:24 +02:00
Jaex
62d26d5cb3 Image effects using drag & drop re order too 2014-12-24 03:50:07 +02:00
mcored
ce138da0ac Show errors if popup notifications are not none 2014-12-24 09:05:43 +08:00
Jaex
958547d055 Using drag able listview in custom uploaders tab 2014-12-23 20:04:35 +02:00
Jaex
218b32c572 fixed #416: Actions list supports item dragging for be able to re order them 2014-12-23 19:44:17 +02:00
mcored
18c44f005f Show BalloonTip with errors 2014-12-23 07:14:05 +08:00
Jaex
9fa6e759d7 Greenshot image editor 1.2 merged 2014-12-23 00:54:20 +02:00
Jaex
a1ac901852 Interim Greenshot image editor merge 2014-12-22 23:42:56 +02:00
Jaex
08e45ba960 Adding de language to inno script 2014-12-22 22:49:02 +02:00
Jaex
9ed361a4e7 Added German to languages list 2014-12-21 23:16:47 +02:00
Jaex
dc2f32a6fb Merge pull request #413 from Starbug2/master
adding German language support and ShareX project is complete
2014-12-21 22:41:34 +02:00
Starbug2
6b8612540f adding German language support and ShareX project is complete 2014-12-21 21:28:49 +01:00
Jaex
cfe0433e95 Check for empty workflow parameter 2014-12-21 21:57:02 +02:00
Jaex
caadd049d0 Added -workflow "Hotkey description" CLI command 2014-12-20 17:37:54 +02:00
Jaex
f6a22cf5b4 Error handling for thumbnail creation 2014-12-17 20:24:27 +02:00
Jaex
184ed52bc5 Task settings enabled handling for tab pages 2014-12-17 20:13:05 +02:00
Jaex
dbd0926685 fixed #390: When doing gif recording if directory not exist then create it 2014-12-16 08:48:07 +02:00
Jaex
1636fec4fb Fix notification form small size problem 2014-12-15 18:10:10 +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
0ab449a4f9 GitHub updater include pre release option 2014-12-15 08:22:09 +02:00