Commit graph

76 commits

Author SHA1 Message Date
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
Jaex 97c3d67b25 Also support custom uploader syntax in arguments and headers 2018-10-31 11:51:16 +03:00
Jaex a41a1bc5f3 Rename $input$ syntax to $prompt$ 2018-10-31 10:17:58 +03:00
Jaex 6599bfecb0 fixed #2595: Added APNG encoding support to screen recording 2018-10-20 21:59:10 +03:00
Jaex 575e92c18d Added UploadHelpers class 2018-10-17 19:06:06 +03:00
Jaex ab6d3af1ad Added $input$ and $input:default value$ syntax to custom uploader parser 2018-10-09 14:25:27 +03:00
Jaex 472f885b41 Added $select:domain1|domain2$ syntax to custom uploader parser 2018-10-08 12:33:20 +03:00
Jaex 8e059e2115 Removed response parse type enum 2018-10-08 09:34:29 +03:00
Jaex 7be8f98372 Added CustomUploaderParser class 2018-10-08 09:10:59 +03:00
Jaex 848004d205 Removed support for old implicit regex syntax such as $1,1$ now regex syntax must be declared explicitly like this $regex:1,1$ 2018-09-29 14:51:58 +03:00
Jaex eea65f67db Use | as separator in regex syntax to be consistent with random syntax 2018-09-29 12:43:30 +03:00
Jaex 969cd5f586 Move OAuth folder to parent folder, fix "Use of implied conditional operator precedence" 2018-05-16 10:31:13 +03:00
Jaex dae4809133 Rename selective color value to threshold 2018-05-09 00:24:05 +03:00
Jaex a36c61431a Removed Google URL shortener (https://developers.googleblog.com/2018/03/transitioning-google-url-shortener.html) 2018-04-20 02:02:45 +03:00
SupSuper 054037ad6c Dispose the crypto! 2018-04-17 13:38:57 +01:00
SupSuper 0265b723bb Use segmented file upload to get past OneDrive limits
New helpers:
- SendRequestBytes - Sends a raw stream of bytes (unlike SendRequestFile which sends files as form-data) and supports segments via Content-Range
- TransferData - Now supports transferring only part of a stream
2018-04-16 21:55:21 +01:00
SupSuper 080bce2126 Secure OneDrive auth per PCKE recommendations 2018-04-16 21:55:20 +01:00
SupSuper 1084054dd1 Update Google Drive to API v3 2018-04-12 01:55:35 +01:00
SupSuper 9bb156ac6b Update Google authentication to latest URLs 2018-04-11 05:28:01 +01:00
SupSuper d6bc062bff Add Youtube to file uploaders 2018-04-10 01:49:40 +01:00
Jaex e369ee2863 https://blog.github.com/2018-03-20-removing-anonymous-gist-creation/ 2018-04-01 23:34:48 +03:00
Jaex 56365e3845 Added keybinds for image editor tasks 2018-03-26 16:18:35 +03:00
Jaex ffe3949769 Added support to escape custom uploader argument and header patterns 2018-03-26 08:04:55 +03:00
Jaex c33bc4844f CodeMaid cleanup 2018-03-01 01:52:11 +03:00
Jaex d0c2275207 Support name patterns in custom uploader headers too 2018-02-03 22:21:24 +03:00
Jaex e83726176f Improve replacing logic to not replace with result of previous replace 2018-02-02 03:38:26 +03:00
Jaex c7f9f3c4f7 Added $filename$ variable for custom uploader arguments 2018-02-02 02:36:55 +03:00
Jaex 872daed5c2 Use proper custom uploader name 2018-01-29 12:02:34 +03:00
Jaex 9b5f28e366 Set default filename for custom uploader export 2018-01-02 10:38:28 +03:00
ArsenArsen 78d08d5af3
Fix the escape once again 2018-01-01 21:01:13 +01:00
ArsenArsen abeecd08af
Fix the escape flag not getting clared 2018-01-01 20:56:08 +01:00
ArsenArsen 6344c3565e
Make \\ a thing too 2018-01-01 20:54:34 +01:00
ArsenArsen ed9afe461b
Add escape parsing to ParseURL 2018-01-01 20:49:35 +01:00
Charles Milette 0d2f219f16
Add support for random domain syntax in S3 uploader 2018-01-01 14:13:27 -05:00
Jaex b463a16567 Update year 2018-01-01 17:59:14 +03:00
L1Q 179500cb90 Improve translation support 2017-10-28 23:40:50 +03:00