Commit graph

36 commits

Author SHA1 Message Date
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 e369ee2863 https://blog.github.com/2018-03-20-removing-anonymous-gist-creation/ 2018-04-01 23:34:48 +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
Jaex 27398925d3 On custom uploader export check for request url and destination type 2017-10-19 16:08:37 +03:00
Jaex ca0f389ab0 Use GetHostName method in CustomUploaderItem 2017-09-24 10:30:03 +03:00
Jaex 3d70b045c7 Move CreateQuery to URLHelpers 2017-09-24 10:14:27 +03:00
Jaex 637fd4bcac If custom uploader name is same as automated name then don't serialize it 2017-09-19 03:33:22 +03:00
Jaex 3403384f22 If collections empty then don't serialize 2017-09-06 02:33:02 +03:00
Jaex c0501d3369 Ignore default values while exporting custom uploader, if custom uploader name is empty then use request url domain as name 2017-09-06 02:18:36 +03:00
Jaex c105cead67 If collections null then create them 2017-09-03 03:13:07 +03:00
Jaex ba22454a4a Custom uploader ui works similar to FTP ui now, changed values apply instantly without require pressing update button 2017-09-02 22:08:24 +03:00
Jaex 781bb9fae5 Custom uploader UI rework interim commit 2017-09-02 19:19:54 +03:00
Jaex b616fe6806 Added $response$ syntax to custom uploader 2017-08-30 19:12:31 +03:00
Jaex 421ea7fc86 Refactoring custom uploader syntax parsing 2017-08-30 18:53:42 +03:00
Jaex 7f0e7e34dd Removed custom uploader backward compatibility input argument 2017-08-30 17:35:30 +03:00
Jaex f295d58a6a Added random syntax support to custom uploader request URL 2017-08-17 21:45:07 +03:00
Jaex 7db8fef939 Added $random:value1|value2$ syntax to custom uploader, which can be used to select random domain 2017-07-18 21:51:13 +03:00
Jaex 72936e6795 DestinationType should be None by default 2017-01-22 19:26:17 +03:00
Jaex 4d7006b359 Update year 2017-01-11 11:39:40 +03:00
Jaex de83e1044c Added confirmation message box for custom uploader add 2017-01-10 09:38:30 +03:00
Jaex a07fc4f615 Adding custom uploader extension (.sxcu) support 2017-01-09 18:50:09 +03:00
Jaex cb7a621b73 Replace all string.Empty with "" 2016-05-24 21:15:45 +03:00
Jaex 8f02ec41dc Base uploaders and services moved to their own folders, removed unused references, renamed HelperClasses to Helpers 2016-03-23 21:05:31 +02:00
Renamed from ShareX.UploadersLib/HelperClasses/CustomUploaderItem.cs (Browse further)