Commit graph

5289 commits

Author SHA1 Message Date
Jaex
894348127f When custom uploader response type is headers it will output headers string same as how it is in raw response, without quotes around value 2019-01-19 12:24:52 +03:00
Jaex
a243ded119 fixed #3891: When OCR used first time, ask for permission from user 2019-01-18 09:23:25 +03:00
Jaex
c5271c7c68 Support Cookie header in custom uploaders 2019-01-17 10:57:50 +03:00
Jaex
5a4dede7a4 Added setting to change auto increment number 2019-01-15 11:53:16 +03:00
Jaex
3c5ff2950c When testing custom uploader select that uploader in listbox 2019-01-14 22:43:03 +03:00
Jaex
3af8dee3cc
Merge pull request #3869 from kwint/patch-1
Don't generate direct download links when PreviewLink is checked
2019-01-11 17:56:24 +03:00
Jaex
e36a88806a
Update OwnCloud.cs 2019-01-11 17:56:00 +03:00
Jaex
5aa8365e69
Merge pull request #3871 from Somethingweirdhere/master
Pushbullet upgrade
2019-01-11 01:23:45 +03:00
Jaex
3de07df1a9 Merge branch 'custom-uploader-improvements' 2019-01-09 21:47:44 +03:00
Jaex
1431c7f54d Added copy response button to toolbar 2019-01-09 21:47:12 +03:00
Jaex
42db062eb4 Added JSON format and XML format buttons to response text tab 2019-01-09 20:23:44 +03:00
Jaex
efc3e0facc Added XML (application/xml) body support to custom uploader 2019-01-09 19:08:55 +03:00
Quint van Dijk
0c43a86e6e
Update OwnCloud.cs 2019-01-09 16:56:04 +01:00
Quint van Dijk
eb0c4a1c13
Update OwnCloud.cs 2019-01-09 16:28:39 +01:00
Jaex
cd83d3a371 Merge branch 'custom-uploader-improvements' 2019-01-09 16:49:54 +03:00
Jaex
1f316ca7d5 Allow overriding Content-Type header in custom uploader 2019-01-09 16:27:25 +03:00
altar
103b0e54c6 Adds information about filetype to push. Pushbullet on android can then open the Image/File easily, and also shows a preview for images. 2019-01-09 14:24:14 +01:00
Jaex
abe7a18dd2 Added help context menu button to custom uploader tab 2019-01-09 01:42:43 +03:00
Quint van Dijk
f779c9d74d
Better logic 2019-01-08 23:35:34 +01:00
Quint van Dijk
087b6118fc
Don't generate direct download links when PreviewLink is checked
See issue: https://github.com/ShareX/ShareX/issues/3868
Not adding either /preview or /download to URL generates links that show a preview of a file. /preview only works for images (showing literally only the image in the browser). This change makes sure the logic is right.

Note: The logic is right so it should work. But I'm not sure if the syntax is right.
2019-01-08 23:24:54 +01:00
Jaex
9355218cd3 Add code menu and context menu to parameter value textbox 2019-01-09 00:31:11 +03:00
Jaex
fdafdfe29a Support multiple no value keys 2019-01-08 23:22:41 +03:00
Jaex
08509150a4 Improve custom uploader batch import speed 2019-01-08 21:28:34 +03:00
Jaex
b2081622aa Rename RequestType to RequestMethod 2019-01-08 18:57:49 +03:00
Jaex
fa7f69988e Rename RequestFormat to Body 2019-01-08 18:02:21 +03:00
Jaex
142c68197c Parse request URL 2019-01-08 17:35:17 +03:00
Jaex
5f59b14132 Custom uploader body panel changes 2019-01-08 16:35:22 +03:00
Jaex
af0b713469 Show shortened URL separately in result 2019-01-06 20:42:12 +03:00
Jaex
742f3ca18e Export request type even if it is default value 2019-01-06 20:26:59 +03:00
Jaex
f077a0eed3 Implement parameters to custom uploader requests 2019-01-06 19:04:40 +03:00
Jaex
cf8879cfb8 If URL already contains query string then don't add "?" again 2019-01-06 16:35:22 +03:00
Jaex
ccb14e3b6f Show custom uploader response in test tab instead of using response window 2019-01-06 16:16:51 +03:00
Jaex
014fd671f1 If there is no value in query string then don't add = after key 2019-01-06 15:00:15 +03:00
Jaex
b238357bcc If request URL contains query string then automatically convert it to parameters and remove query string from request URL 2019-01-06 14:47:37 +03:00
Jaex
d4ef035e35 Interim commit for custom uploader parameters 2019-01-06 13:09:01 +03:00
Jaex
af952f5c1a Added request, response and test tabs to custom uploader tab to create more space 2019-01-06 11:00:28 +03:00
Jaex
407c644f1f Added apply button for personal folder setting which will also restart ShareX so user don't have to manually 2019-01-05 17:43:13 +03:00
Jaex
885f6c8851 Show selected destination types on control 2019-01-04 20:19:24 +03:00
Jaex
85f98bc063 Removed None from request method, not need anymore 2019-01-04 19:45:42 +03:00
Jaex
f4d8ed3b1e Storing application version in custom uploader JSON to be able to better support backward compatibility 2019-01-04 14:37:24 +03:00
Jaex
b24fbf69b5 Show message box after generate thumbnails 2019-01-02 12:20:34 +03:00
Jaex
09cd2e62fd Added quality option to image thumbnailer 2019-01-02 11:58:31 +03:00
Jaex
469fc29b87 Update year 2019-01-02 10:43:52 +03:00
Jaex
3d5490215a Set UseShellExecute true for runas to work 2019-01-01 03:45:01 +03:00
Jaex
c2bcf9b897 CursorData refactoring 2018-12-29 16:32:09 +03:00
Jaex
8c4b4d5c1e fixed #3838: If Windows in tablet mode then show close button in region capture toolbar 2018-12-29 11:17:44 +03:00
Jaex
3992add566 Simplify names 2018-12-29 10:20:56 +03:00
Jaex
bf8b5ab4db Easter egg class refactor 2018-12-28 03:17:09 +03:00
Jaex
5aefb5cf4d Move easter egg codes outside of about form 2018-12-24 22:06:39 +03:00
Jaex
1d4ac87748 Added DVD logo type easter egg 2018-12-24 19:57:32 +03:00