Commit graph

51 commits

Author SHA1 Message Date
Jaex 1b0262ce4f Parser improvements 2022-01-31 11:09:40 +03:00
Jaex 130600fc93 Added ShareXSyntaxParser 2022-01-31 10:39:43 +03:00
Jaex 0fffb7eb9c Parser improvements 2022-01-31 10:22:56 +03:00
Jaex 738082745c Parser improvements 2022-01-31 05:10:10 +03:00
Jaex bb091fee19 Adding new custom uploader parser 2022-01-30 12:42:18 +03:00
Jaex 8c3dc0b78c Update year 2022-01-11 19:32:17 +03:00
Jaex 241619cc07 Rename variables 2021-12-12 00:21:19 +03:00
Jaex 837ef0a7fc Update year 2021-07-29 06:22:51 +03:00
Jaex 504d542761 Code refactoring 2021-07-03 16:43:12 +03:00
Jaex 082d089c78 Improve error message of custom uploader parse response 2021-07-03 16:10:10 +03:00
Jaex 3e3856e851 Edit error message 2020-09-22 10:47:40 +03:00
Jaex 859fdaf259 Only show first error message in balloon tip 2020-09-22 10:36:12 +03:00
Jaex a49ee424a0 Parse custom uploader error message 2020-09-22 10:16:39 +03:00
Jaex e4aea5e8f4 Added error message textbox to custom uploader settings form 2020-09-22 09:53:01 +03:00
Jaex 96296c51eb Added RandomFast and RandomCrypto classes 2020-04-23 16:41:09 +03:00
Jaex 803a4e567c Update year 2020-02-05 10:19:48 +03:00
Jaex 4d28a97e4d Solution code cleanup 2019-08-21 17:28:17 +03:00
Jaex 4a970ef3d1 Rename UploadHelpers to RequestHelpers 2019-03-14 14:06:54 +03:00
Jaex 2ad201b44c Only update sxcu version if backward compatibility applied 2019-03-04 21:11:37 +03:00
Jaex a82c6ff77c Support custom uploader syntax in FTP URL path 2019-03-03 23:18:13 +03:00
Jaex ad58b9bc99 fixed #3982: When custom uploader response text is empty still generate result URLs 2019-02-28 16:34:04 +03:00
Jaex a6524f0611 When Body value is missing it should become None instead of MultipartFormData 2019-02-20 10:36:44 +03:00
Jaex 3b77d0939e Don't add prefix to request URL 2019-02-18 13:41:06 +03:00
Jaex 6391b9337b Always include RequestMethod while exporting 2019-02-18 13:34:24 +03:00
Jaex 58968a4123 Don't override parameters 2019-02-18 13:08:21 +03:00
Jaex a96408e45a Show custom uploader response text even if response status is not success 2019-01-31 03:50:01 +03:00
Jaex 7e8d4f313e Don't parse response if status code is not success 2019-01-29 02:12:46 +03:00
Jaex b19e0ee83c Removed custom uploader response type option, added backward compatibility for it 2019-01-21 18:09:23 +03:00
Jaex ba29dc918b Added $header:name$ syntax to custom uploader 2019-01-21 17:33:19 +03:00
Jaex bab795bb57 Added $responseurl$ syntax support to custom uploader, which can be used in place of previously removed redirection url response type 2019-01-21 17:06:11 +03:00
Jaex 9c4f583dca Removing ResponseType usages to use new system 2019-01-21 15:37:31 +03:00
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 c5271c7c68 Support Cookie header in custom uploaders 2019-01-17 10:57:50 +03:00
Jaex efc3e0facc Added XML (application/xml) body support to custom uploader 2019-01-09 19:08:55 +03:00
Jaex fdafdfe29a Support multiple no value keys 2019-01-08 23:22:41 +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 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 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 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 469fc29b87 Update year 2019-01-02 10:43:52 +03:00
Jaex dd7ba07c60 Custom uploader request format will be set explicitly 2018-11-30 14:03:45 +03:00
Jaex 029997a698 OCR fixes 2018-11-28 16:14:19 +03:00
Jaex 3fb40ef1ac #2299: Support $filename$ in request url and result urls 2018-11-24 23:23:18 +03:00
Jaex 25bf2c4297 Only URL encode input and filename 2018-11-24 22:52:06 +03:00
Jaex 3d3eaa2c64 Input syntax must not be usable for output 2018-11-24 22:32:14 +03:00