Commit graph

111 commits

Author SHA1 Message Date
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 da98bd08a2 Include uploader name in error notification 2022-10-05 11:15:59 +03:00
Jaex 810203a891 Added UploaderErrorManager 2022-10-05 10:22:02 +03:00
Jaex 22e1cc379c Removed OCRSpace 2022-04-21 07:01:58 +03:00
Jaex 742033be0a Removed OCRSpaceForm 2022-04-20 08:40:03 +03:00
Jaex 8c3dc0b78c Update year 2022-01-11 19:32:17 +03:00
Alexander 0d41bc8b8f Rename OCR sites variables, add more sites
Also fix sites dropdown style and enabled prop update
2021-10-29 23:22:06 +03:00
Alexander c71bfe9d9c Add default translator site drop-down to OCR form 2021-10-22 23:32:16 +03:00
Jaex 988b90a424 Added SystemOptions class, RegistryHelpers refactor 2021-10-12 14:04:20 +03:00
Jaex 837ef0a7fc Update year 2021-07-29 06:22:51 +03:00
Jaex 662015b7ad Allow empty form data value 2021-07-05 23:50:03 +03:00
Jaex e8ad4b8553 Code refactoring 2021-06-10 01:14: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 9a4853f5a3 Support custom progress text so Gfycat encoding status can be shown instead of fake progress 2019-03-12 13:10:30 +03:00
Jaex 8711bb4c88 Added "Response info" tab to custom uploader settings window 2019-02-25 15:05:52 +03:00
Jaex 9d870a1d28 Check status code for 2xx instead of specific status code 2019-01-29 01:52:10 +03:00
Jaex 84784b294e Multipart data refactoring 2019-01-25 05:17:33 +03:00
Jaex 042652f4ca multipart/related refactoring 2019-01-25 04:37:27 +03:00
Jaex cb9efd5fa3 Move custom uploader settings to its own form 2019-01-23 13:13:48 +03:00
Jaex 58cd13db01 Added ResponseInfo class 2019-01-21 15:50:01 +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 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 efc3e0facc Added XML (application/xml) body support to custom uploader 2019-01-09 19:08:55 +03:00
Jaex 1f316ca7d5 Allow overriding Content-Type header in custom uploader 2019-01-09 16:27:25 +03:00
Jaex 469fc29b87 Update year 2019-01-02 10:43:52 +03:00
Jaex 067080224a Move auto copy inside StartOCR method 2018-11-30 10:52:06 +03:00
Luke Anderson bb5c5bcb99 Add automatic clipboard copy option to OCR 2018-11-29 23:10:42 +10:30
Jaex 8f9b7fafea Use fallback endpoint for OCR 2018-11-28 17:36:25 +03:00
Jaex 72d46610b2 Move OCROptions to its own file 2018-11-28 17:03:21 +03:00
Jaex 857ba9b222 Move custom uploader code files to new folder 2018-11-24 22:22:07 +03:00
Jaex 4eed9f5d7d Don't serialize file form name and data if not usable 2018-11-24 21:18:43 +03:00
Jaex b285e8d8c5 URL encode syntax results in custom uploader request URL 2018-11-24 20:14:14 +03:00
Jaex 484c7e78dc Added descriptions to request format, renamed few of them 2018-11-22 18:59:41 +03:00
Jaex a7560078ca fixed #3717: Added binary upload support to custom image/text/file uploader 2018-11-22 16:16:25 +03:00
Jaex 4a0c3b36a3 Json encode syntax results 2018-11-21 22:33:52 +03:00
Jaex cf1ddf4da8 Custom Uploader JSON request format now works with URL shortener 2018-11-21 21:05:39 +03:00
Jaex ea69bb703d Added Data option to custom uploader to be able to send raw text like json etc. 2018-11-21 19:48:04 +03:00
Jaex e56349ee54 Added request format option to custom uploaders 2018-11-21 17:16:14 +03:00
Jaex fef12c0dd8 Added syntax highlighting support to custom uploader URL fields 2018-11-19 18:33:03 +03:00
Jaex 015693290a Rename CustomUploaderRequestType to CustomUploaderRequestMethod 2018-11-11 10:33:17 +03:00
Jaex b1fed1c1c0 Added $base64:text$ syntax to custom uploader parser 2018-11-05 03:02:38 +03:00
Jaex e9958e155c Removed screen record cli option because task actions already can do same thing and with two pass encoding option it is not that required anymore 2018-11-01 12:36:13 +03:00
Jaex 6cee0358f2 Replace prompt parameter positions 2018-10-31 17:07:46 +03:00
Jaex c0de09d8c9 Added title support to prompt syntax 2018-10-31 15:47:56 +03:00
Jaex 5141777523 Improve custom uploader parser escaping 2018-10-31 15:19:27 +03:00
Jaex bdfbebfe37 Fix escape 2018-10-31 14:45:55 +03:00
Jaex 8cd98a52bd Custom uploader parser fixes 2018-10-31 13:21:13 +03:00