Commit graph

55 commits

Author SHA1 Message Date
Jaex 077e74a2d4 Update year 2024-01-03 02:57:14 +03:00
Jaex bf508640ca For backward compatibility 2023-10-24 14:16:50 +03:00
Jaex 6344565630 Added "output" custom uploader syntax 2023-04-14 02:53:35 +03:00
Jaex e91fd94d2b Use GetApplicationVersion function 2023-03-05 22:16:45 +03:00
Jaex 94e45b5cb8 Update year 2023-01-09 23:31:02 +03:00
Jaex 60bfdd3a97 Use UploaderErrorManager in custom uploaders 2022-10-05 12:17:20 +03:00
Jaex 9182823188 Rename class 2022-04-13 08:12:14 +03:00
Jaex 2e8a3599ac Fix body data migration 2022-02-03 16:16:44 +03:00
Jaex e97eff1053 While migrating escape curly brackets 2022-02-02 12:57:10 +03:00
Jaex 9e808d0489 Automatically migrate old custom uploader syntax to new syntax 2022-02-02 10:54:51 +03:00
Jaex c42547370b Handle syntax usage for body data 2022-02-02 04:34:56 +03:00
Jaex 089a8d7779 Removed parse response section 2022-02-01 03:11:27 +03:00
Jaex f60e4461c9 Use CustomUploaderSyntaxParser 2022-01-31 14:17:12 +03:00
Jaex 57972d07cb Removed regex list instead using first parameter for regex pattern 2022-01-31 13:01:36 +03:00
Jaex 130600fc93 Added ShareXSyntaxParser 2022-01-31 10:39:43 +03:00
Jaex 738082745c Parser improvements 2022-01-31 05:10:10 +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 803a4e567c Update year 2020-02-05 10:19:48 +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 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 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 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