Commit graph

1305 commits

Author SHA1 Message Date
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
73cd641fb5 CodeMaid cleanup 2018-10-30 20:58:35 +03:00
Jaex
505a40302a Update DreamObjects endpoint 2018-10-29 08:20:59 +03:00
L1Q
20a3d7ce92 Update Russian translation 2018-10-25 04:07:34 +03:00
L1Q
2f2bf8ff0a Improve localization support
- move strings to resx
- create tokens for missing language names in about form
- mark uploader names invariant
2018-10-25 04:00:47 +03:00
Jaex
6599bfecb0 fixed #2595: Added APNG encoding support to screen recording 2018-10-20 21:59:10 +03:00
Jaex
efdcdc2ca7
Merge pull request #3679 from L1Q/master
Update Russian translation
2018-10-18 21:56:46 +03:00
Jaex
575e92c18d Added UploadHelpers class 2018-10-17 19:06:06 +03:00
Jaex
745ba3aa32 Use type on declarations instead of var for consistency with rest of code 2018-10-17 15:32:03 +03:00
Jaex
c8550c3f2a fixed #3635: FTPS library was accepting SSL 3.0 and TLS 1.0 by default, now instead it will accept TLS 1.0, TLS 1.1 and TLS 1.2 2018-10-15 10:39:21 +03:00
Jaex
a26d2f63ef fixed #3666: Support Imgur GetAlbums paging 2018-10-14 13:57:04 +03:00
Matthew Burnett
a372e33df5 Preserve original fileName for contentType generation
Known bug: removed extension not reflected in history
2018-10-10 18:22:36 -04:00
Charles Milette
16caeade62 Add support for extensionless upload on GCS 2018-10-10 17:12:23 -04:00
thanhpd
be79107bfe Update Vietnamese vi-VN translation 2018-10-09 21:10:59 +07:00
Jaex
aa46c723b8 Removed unnecessary this. usages 2018-10-09 14:30:22 +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
ac14199044 Don't use _ prefix for variables 2018-10-06 22:09:15 +03:00
Jaex
e1d0669891 Reduce complex code for CodeFactor 2018-10-02 21:25:55 +03:00
Jaex
9dede046d4 Added Kutt URL shortener support 2018-10-02 02:11:53 +03:00
tinybarks
155e89d9b8
Backblaze B2: Fix custom URL preview, fix CodeMenu on custom URL field
CodeMenu will no longer appear on the custom URL text box if custom URL setting is disabled.
2018-10-01 19:51:50 +02:00
tinybarks
fce293108e
Merge remote-tracking branch 'upstream/master' into implement-backblaze-b2 2018-10-01 19:34:36 +02:00
tinybarks
b0c1a21c27
BackblazeB2: Remove SetPlaceHolderText() and use SetWatermark() 2018-10-01 17:58:53 +02:00
tinybarks
140d583a1c
B2 uploader: Change bucket setting handling, add CodeMenu to fields
The "bucket" setting is no longer required. Instead, show a hint to the user saying that the setting is only used if the application key has no bucket acess restriction.
2018-10-01 16:39:16 +02:00
tinybarks
adc09ca0e3
BackblazeB2: Use ResponseToString() 2018-10-01 15:44:54 +02:00
tinybarks
4551443d8a
Backblaze B2 support (add comment) 2018-10-01 14:18:46 +02:00
tinybarks
738f25c556
Remove System.ValueTuple dependency, some refactoring of BackblazeB2.cs 2018-10-01 14:18:46 +02:00
tinybarks
787a5217d9
Fix missing B2 config page icon 2018-10-01 14:18:45 +02:00
tinybarks
e0fb9373b8
Backblaze B2 support
Adds an uploader for Backblaze B2 Cloud Storage.
2018-10-01 14:18:39 +02: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
tinybarks
28180cf86a
Uploader.GetResponse(): Add flag to enable returning non-2xx responses
This allows handling of HTTP responses with non-2xx status codes in uploader code, e.g. to handle REST API errors.
2018-09-27 07:43:15 +02:00
Jaex
f293b6238b Fix history form icon column text 2018-09-22 03:55:41 +03:00
Fyers
ff09ec2616 added some more german translations 2018-09-21 22:51:33 +02:00
Jonathan Donaldson
bfc9352300 Fixed typo and changed OwnCloudExpiryTime to int 2018-09-10 22:14:32 +01:00
Jonathan Donaldson
334650d234 Fixed styling issues 2018-09-10 18:07:45 +01:00
Jonathan Donaldson
92ad3cff56 Added auto expiring of shared links 2018-09-10 17:55:07 +01:00
L1Q
5b05f8c685 Update Russian translation 2018-09-10 19:01:13 +03:00
Jaex
cb3db23193 fixed #3608: Let YouTube decide is uploaded file is supported 2018-09-07 13:32:16 +03:00
3k2
f8abe1b1e8
Update Pomf.cs 2018-08-21 20:02:38 +03:00
3k2
a8348b2bf1
Update Pomf.cs 2018-08-21 20:01:20 +03:00
3k2
b31a88d2ca
Update Pomf.cs
Removed dead/private pomf clones from the list. Fixed void.cat upload address to correct one.
2018-08-21 19:57:14 +03:00
Jaex
507143fef0 More Turkish translations 2018-08-19 15:01:13 +03:00
Jaex
57e1533c79 Update invariant resx comments 2018-08-07 15:45:56 +03:00
Jaex
48b5dc6b0b Turkish translation improvements 2018-08-07 15:27:34 +03:00
Jaex
b93c2b4c08 Added zh-CN to csproj 2018-08-07 13:09:04 +03:00
Jaex
a3a07a5231 More resx cleanup 2018-08-07 12:48:16 +03:00
Jaex
6bf61f03fa Deleted remaining unused resx entries 2018-08-07 12:31:40 +03:00
Jaex
9e431ee6f2 Added es-MX to csproj, removed unused resx entries from other languages 2018-08-07 12:21:38 +03:00
Jaex
1cc41d3c42 Removed TaskEx class instead using async/await 2018-08-03 16:38:18 +03:00
Jaex
f270c59190 No need TaskEx.Run anymore 2018-08-03 14:01:12 +03:00
Seenko
68e9a55d59
Updated edfile.pro upload end-point.
Since edfile.pro will be switching the upload end-point to https://edfile.pro/api/upload, it is appropriate to reflect those changes here.
2018-07-27 23:32:22 -03:00
gehongyan
568178d92b Merge pull request #2 from gehongyan/master Chinese Updated 2018-07-26 00:11:23 +08:00
gehongyan
f891cfb5d9 Merge branch 'language/ChineseUpdate' of https://github.com/gehongyan/ShareX into language/ChineseUpdate 2018-07-25 22:27:02 +08:00
Touuqe Wu-Tang
9bb8b67bb2
Added 2 new reliable clones
https://coka.la - been running and reliable for around 6 months
https://pomf.su - same owner, alt domain.
2018-07-24 04:06:46 +01:00
Chris Pilcher
c37ed09cd2 Fixed multiple capitalization errors which prevented building. 2018-07-17 09:49:53 -04:00
Jaex
a9f60d2957
Merge pull request #3517 from absay/master
Added Mexican Spanish language [es_MX]
2018-07-11 22:13:37 +03:00
Absay
a51914df48 New strings 2018-07-10 15:28:29 -05:00
Absay
98a1b39b5e Merge branch 'master' of https://github.com/absay/ShareX 2018-07-10 12:36:09 -05:00
absay
cdff9ed3d2 Lines starting 2018-07-10 12:03:25 -05:00
Jaex
1e1717a206 Support rectangle in blur method 2018-07-06 16:16:49 +03:00
Jaex
943fe21054 Remove prefix automatically from Firebase domain 2018-07-05 19:22:26 +03:00
Jaex
716b90da9d Removed uploaders config form banners 2018-06-21 19:55:57 +03:00
Jaex
bf44d356eb URLEncode refactoring 2018-06-21 19:25:11 +03:00
Jaex
fc414a134b Fix Azure URL escape issue 2018-06-21 18:20:48 +03:00
Jaex
957df1692e fixed #2371: URL encode Azure upload path 2018-06-21 17:01:53 +03:00
Jaex
663d5d73c9 Generate URL refactoring 2018-06-21 16:20:58 +03:00
Jaex
9bce36e782 Added example Firebase dynamic links domain 2018-06-20 15:35:39 +03:00
Jaex
e9f6f59879 Rename Amazon S3 regions to endpoints 2018-06-20 15:22:11 +03:00
Jaex
2a1df4e38b Use https:// if prefix is missing 2018-06-19 22:20:45 +03:00
Jaex
8667d2412e Added URL preview to Azure Storage tab 2018-06-19 22:16:11 +03:00
Jaex
40f94579d4 Removed Azure exclude container option, instead it will exclude always same as S3 and GCS, that way user can include container if they want 2018-06-19 21:44:37 +03:00
Jaex
5165968c3d Removed create container method from Azure upload method to decrease upload time 2018-06-19 20:26:50 +03:00
Jaex
a2fb7b105e Removed SendRequestGetHeaders method 2018-06-15 13:12:23 +03:00
William Saulnier
8f4dab2583 should remove extra spaces from case switch 2018-06-08 17:38:26 -07:00
William Saulnier
127ce8b044 fix bad merge 2018-06-08 17:36:33 -07:00
William Saulnier
dfe6257211 Fixed resx clobbering 2018-06-08 17:30:04 -07:00
William Saulnier
3753eec55c fix build 2018-06-08 07:33:47 -07:00
William Saulnier
371266b093 merge from master 2018-06-08 07:23:12 -07:00
Matthew Burnett
65e7b06390 Removed hardcoded app.goo.gl domain 2018-06-08 00:02:26 -04:00
William Saulnier
559e86df71 Just create the variable 2018-06-06 07:54:09 -07:00
William Saulnier
5dddd52eff Add else instead for code style 2018-06-06 07:28:41 -07:00
Jaex
d03f5bf81c
Update Pomf.cs 2018-06-06 13:38:03 +03:00
Daniel Wang
9142f9050e
Added catgirl.pw pomf clone 2018-06-05 23:47:56 -04:00
William Saulnier
ef0edfb066 Update Azure Storage to include support for root containers, custom upload paths, and masking $root 2018-06-05 17:39:50 -07:00
Jaex
aa1a3c3287 Added Wasabi endpoint 2018-06-04 21:38:41 +03:00
Jaex
181283e3b6 Added hotkey repeat limit option 2018-05-29 13:08:33 +03:00
gulike7
92442926f5 pull request1 2018-05-24 05:27:22 -07:00
Jaex
3b77380132 fixed #3421: Support referer and user-agent headers in custom uploaders 2018-05-22 18:43:00 +03:00
gunooknam
35beafe0b8 Remove newline 2018-05-19 23:47:41 +09:00
gunooknam
37d8c7cac9 Merge branch 'master' of https://github.com/ShareX/ShareX into CommentModify
New update Source
2018-05-19 23:28:53 +09:00
gunooknam
fcf8d0f189 Fix comment 2018-05-19 23:28:45 +09:00
Jaex
9f1db5aae9 fixed #3408: Removed coinurl 2018-05-19 01:18:40 +03:00
Jaex
eb4be74205 fixed #3407: Removed Pastee 2018-05-19 01:00:52 +03:00
Jaex
c566501d08 fixed #3406: Removed Dropfile 2018-05-19 00:55:00 +03:00
Charles Milette
b200ebc15f
Cleanup app.config files 2018-05-18 15:56:38 -04:00
joohyungbyun
a6db5e736d Update Korean translation 2018-05-17 20:09:37 +09:00
SupSuper
9145d497cb Clean up OAuth2 Uploaders
Remove redundant authentication calls with generic helper implementation
2018-05-17 02:14:17 +01:00
Jaex
795822a7b2 Removed StyleCop.Analyzers 2018-05-16 17:29:34 +03:00
Jaex
cb3711632c Fix "Use of implied arithmetic operator precedence" 2018-05-16 16:27:11 +03:00
Jaex
bd83a80c97 Decrease code duplication 2018-05-16 12:40:15 +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
BZC.kim
6a0a8e1305
Added img.land to Chevereto list 2018-05-15 11:59:53 +03:00
Otto Hooper
f7f4d1fe18
Removed Kyouko.se
Kyouko.se has been shutdown.
2018-05-15 09:24:29 +01:00
L1Q
1bebf9de66 Update russian translation 2018-05-13 06:20:16 +03:00
Jaex
dae4809133 Rename selective color value to threshold 2018-05-09 00:24:05 +03:00
Jaex
5a6e305bc2 Migrate packages.config to PackageReference 2018-05-07 22:04:37 +03:00
Jaex
1f6ce85f0a NuGet updates 2018-05-07 21:55:21 +03:00
Otto Hooper
b896d906aa
Pomfe.co domain changed
Pomfe.co is now https://kyouko.se/
2018-05-05 16:57:25 +01:00
SupSuper
b4f0605150 Google Drive fix parent folder not being passed correctly 2018-04-29 21:29:59 +01:00
Jaex
94a93c02c7
Merge pull request #3351 from SupSuper/onedrive-fixes
Fix uploadSession error in OneDrive for Business
2018-04-29 03:48:55 +03:00
Jaex
e1adecb743
Merge pull request #3348 from bidolah/dev6
Remove unnecessary null check
2018-04-29 03:46:58 +03:00
Jaex
7ae40cb4f0
Merge pull request #3346 from bidolah/dev3
Optimize LINQ
2018-04-29 03:45:06 +03:00
SupSuper
1bae3f3a93 Hide first request progress 2018-04-29 01:23:03 +01:00
SupSuper
559aad05ab Fix OneDrive in Business 400 error 2018-04-29 01:20:39 +01:00
Ivan Bidolakh
d7d3ce4fc1 Remove unnecessary null check
Split function always return array. If you look at the source of it, it even guarantees it with code contracts
2018-04-29 01:54:42 +03:00
Ivan Bidolakh
188f07ad5e Optimize LINQ 2018-04-29 01:30:39 +03:00
Ivan Bidolakh
a825e9e6c5 Fix copy-paste (incorrect parameter) 2018-04-29 00:56:57 +03:00
Jaex
f04efda0e3 Change Google Cloud Storage icon 2018-04-26 20:39:43 +03:00
Matthew Burnett
fb3ce039f0 Add live url preview 2018-04-26 00:41:11 -04:00
Matthew Burnett
28efed0d22 Create GenerateUrl method
It's a Surprise Tool That Will Help Us Later
2018-04-26 00:15:22 -04:00
Charles Milette
358d32f135
Percent-encode returned URLs in Google Cloud Storage uploader 2018-04-24 18:56:45 -04:00
Jaex
482d2bb6fc Shared folder UI improvements 2018-04-22 12:10:23 +03:00
Matthew Burnett
65c15e8035 Fix icon pt2 2018-04-21 18:31:03 -04:00
Matthew Burnett
0c14f09b64 Fix variable convention 2018-04-21 16:11:31 -04:00
Matthew Burnett
942f6337c8 Revert args param for request 2018-04-21 02:26:16 -04:00
Matthew Burnett
986c39bce7 Properly handle url prefix 2018-04-21 02:14:08 -04:00
Matthew Burnett
cf4d6b265b Adjust positioning 2018-04-21 02:02:31 -04:00
Matthew Burnett
5a32493192 Args dict was breaking request 2018-04-21 01:24:11 -04:00
Matthew Burnett
e70858b90c Do it in one request :^) 2018-04-21 00:32:56 -04:00
Matthew Burnett
997921e0e5 Fix length 2018-04-20 17:18:39 -04:00
Matthew Burnett
7ea80aeaa0 Finish form 2018-04-20 17:16:46 -04:00
Matthew Burnett
c215797c8a Encode URL Path for ACL 2018-04-20 16:47:30 -04:00
Matthew Burnett
7c3569a39d ACL Broken 2018-04-20 16:39:14 -04:00
Matthew Burnett
96ff489777 Remove icon left after merge 2018-04-20 13:02:31 -04:00
Matthew Burnett
f2ab7f2f08 Add custom domain support in program
Form not done
2018-04-20 12:59:42 -04:00
Matthew Burnett
098e5aff64 Creat OAuth 2018-04-20 12:13:34 -04:00
Matthew Burnett
19fd8418d7 Add auth headers 2018-04-20 11:46:44 -04:00
Matthew Burnett
dd16e6eaf5 Change request method 2018-04-20 11:45:52 -04:00
Matthew Burnett
7624dd3b2f Add license 2018-04-20 11:24:08 -04:00
Matthew Burnett
4b85a47537 Create form 2018-04-20 11:20:12 -04:00
Matthew Burnett
d1c01ff207 Fix merge 2018-04-20 10:58:51 -04:00
Matthew Burnett
d8be3a041d Better request method 2018-04-20 10:51:39 -04:00
Matthew Burnett
d26b0eb4bc Add icon
Fix error
2018-04-20 01:33:58 -04:00
Matthew Burnett
debb4e5cce More progress
OAuth, public read, custom domain support
2018-04-20 00:26:00 -04:00
Matthew Burnett
d5bc81fc46 Upload test complete
Fix Uploader class missing arg
2018-04-19 23:03:28 -04:00