Commit graph

1167 commits

Author SHA1 Message Date
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
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 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