Commit graph

412 commits

Author SHA1 Message Date
Jaex
4b2133fb34 Button placement changes 2015-12-23 00:38:10 +02:00
Jaex
a5b785d69b Fix null exception 2015-12-23 00:21:19 +02:00
Jaex
0be9b2311a LoadCustomUploader changes 2015-12-22 16:51:47 +02:00
Jaex
1539d9148d Added export all custom uploaders button which will be only visible in debug build 2015-12-21 17:44:28 +02:00
Jaex
553f38ab5a Custom uploader export will ignore null or empty values to have more compact output 2015-12-21 16:31:59 +02:00
Alexandre Oliveira
c438cfe1b6 Update Brazilian Portuguese translation 2015-12-16 15:46:15 -02:00
Jaex
acddb179e9 In custom uploader settings add syntax to last active URL text box 2015-12-16 11:13:30 +02:00
Jaex
6a162fa46c Imgur check account type before refresh 2015-12-15 10:49:05 +02:00
Jaex
223d6938ba Use internal upload method 2015-12-14 14:07:17 +02:00
Jaex
6e9c4ebcd3 fixed #1138: Ugly workaround for Imgur related token expire issues 2015-12-14 13:16:07 +02:00
Corin Simpson-Bryars
d7b50bdae7 Adds s-ul support 2015-12-12 02:30:12 +00:00
Jaex
27e11743f8 Forget to add SFTP early copy too 2015-12-09 20:45:55 +02:00
Jaex
da4d03a6d4 EarlyURLCopy FTP support 2015-12-09 20:38:57 +02:00
Jaex
3d1cc280c5 Added EarlyCopyURL support 2015-12-09 20:32:26 +02:00
Jaex
8324d7502c Added another pomf clone 2015-12-08 02:21:20 +02:00
Jaex
f5b0b169e5 Need to use JToken instead of JObject otherwise when root is JArray then it will give error 2015-12-07 23:07:54 +02:00
Jaex
9b101475bf fixed #1180: Removed imgrush 2015-12-07 20:18:24 +02:00
Jaex
673324e66e Resx translation updates 2015-12-07 18:12:44 +02:00
Jaex
602f0c7f2e Updated pomf uploaders 2015-12-07 18:00:55 +02:00
Jaex
17be947907 fixed #1139: nuget update 2015-12-06 18:23:27 +02:00
Jaex
74e5075aeb Enable/disable add syntax button depending on input 2015-12-06 04:43:15 +02:00
Jaex
1507660816 Added json and xml parse tabs to custom uploader 2015-12-05 20:32:16 +02:00
Jaex
a0987767f4 Added custom uploader response parsing tooltip 2015-12-04 23:34:26 +02:00
Jaex
cc8289f1d5 Image size label anchor fix 2015-12-04 00:42:27 +02:00
Jaex
85338e3605 Streamable small changes 2015-12-03 00:23:12 +02:00
Armen Petrosian
c02c31f352 Fix broken UploadersConfigForm.resx 2015-12-02 16:48:31 -05:00
Armen Petrosian
3ebf1c9de2 Revert "Add streamable config form resx"
This reverts commit 6b35e4a217.
2015-12-02 16:35:41 -05:00
Armen Petrosian
6b35e4a217 Add streamable config form resx 2015-12-01 13:16:07 -05:00
Armen Petrosian
d5b886a2ed Add streamable config form (-resx) 2015-12-01 13:15:52 -05:00
Armen Petrosian
d0d292e543 Add Streamable Favicon 2015-12-01 13:04:36 -05:00
lucas
55f92ce07f Add streamable file uploader 2015-12-01 13:02:06 -05:00
Jaex
1ea3e5a555 Auto regex add button will use new syntax 2015-12-01 18:55:54 +02:00
Jaex
1f2df78767 Added xml parsing support to custom uploader, example syntax: $xml:/Files/File[1]/URL$ 2015-12-01 18:16:57 +02:00
Jaex
a11b7a8d9b Added json parsing support to custom uploader, example syntax: $json:files[0].url$ 2015-12-01 16:07:04 +02:00
Jaex
551a47bac1 Speed up border animation 2015-11-28 15:58:58 +02:00
Jaex
c7bc7381ee Remove unnecessary parenthesis 2015-11-28 14:53:16 +02:00
Jaex
4b1114b2a2 Merge pull request #1155 from canihavesomecoffee/fix-encoding-issue-owncloud
fixes issue with hash in filename when uploading to owncloud
2015-11-28 10:01:45 +02:00
wforums
e577bef402 safer encode
not just hash encoding, but also other characters. Has no adverse side
effects, as seen in the image in the PR.
2015-11-28 08:57:41 +01:00
wforums
9bdae1313d fixes Newtonsoft.Json.JsonSerializationException with OwnCloud upload
Currently, when a file is uploaded, and an error is generated, a JSON
serialization error is thrown because of the unexpected JSON output.
This commit fixes that.
2015-11-28 03:18:33 +01:00
wforums
c7ff0f3680 fixes issue with hashtag in filename when uploading to owncloud
This fixes an issue where a file in a hashtag would cause the uploaded
file to be truncated after the hashtag, causing the share function to
fail subsequentially because the file was not found. Only the PUT
request to upload the file requires the hashtag to be encoded, as it's
part of the URL, while the POST request for the share has the path in
the POST parameters.

closes #1148.
2015-11-28 02:12:44 +01:00
Jaex
b0c73d87da Making task thread background so when ShareX closing task thread will be terminated 2015-11-27 10:56:33 +02:00
Jaex
1486c80318 Pomf test all will show upload time and order by fastest 2015-11-23 22:08:14 +02:00
Jaex
0bf1f3f873 Ready for release 2015-11-21 17:52:18 +02:00
Jaex
66d2a6ff0b Pomf clones update 2015-11-21 17:49:05 +02:00
L1Q
18553449da Updated russian translation 2015-11-20 01:58:56 +02:00
Jaex
f7e80cb176 Added uguu.se file uploader 2015-11-18 15:07:56 +02:00
Kaeltis
1ecb8b6dea German Translation Updates
Updated German translations
2015-11-16 16:57:53 +01:00
L1Q
6a7804b2b4 Seafile form optimized for locales 2015-11-16 14:25:13 +02:00
Jaex
c7d573724e Merge pull request #1117 from Shadorc/master
Update French Translation
2015-11-15 13:22:49 +02:00
Shadorc
78f31ff36c Update French Translation 2015-11-15 12:16:03 +01:00
Jaex
4fe8fe0903 Merge branch 'master' of github.com:ShareX/ShareX 2015-11-15 12:11:02 +02:00
Jaex
00bc026cfc Turkish translation 100% 2015-11-15 12:10:46 +02:00
wforums
cfc6219441 Updates Dutch translations
updates the Dutch translations for a new ShareX release.
2015-11-15 10:46:21 +01:00
Jaex
c946e03093 Mark fields invariant 2015-11-15 11:24:49 +02:00
neko
6cca9628f7 pomf.io changes
pomf.io is now strictly https. did it right this time? :3
2015-11-12 12:13:34 +10:30
Jaex
c8dcc27104 In default clipboard image copy background will be filled with white because alpha channel not supported 2015-11-10 23:07:13 +02:00
Jaex
ee540696f7 Removed Steam button from main window, NuGet update 2015-11-05 02:27:12 +03:00
Jaex
0697738ec8 Fixed invalid pomf upload url 2015-11-03 18:56:37 +03:00
Jaex
cc436a4567 Added test all Pomf clones button 2015-11-03 17:39:57 +03:00
avail
7d5fe45420 Update listing of pomf clones.
Remove matu.red, pantsu.cat, sheesh.in
Add catgirlsare.sexy, cuntflaps.me
2015-11-02 15:56:01 +01:00
Jaex
08bb4393f0 Automatically get name from url 2015-11-02 12:32:52 +03:00
Jaex
9e3a6516f9 Added more pomf clones 2015-11-02 00:34:27 +03:00
Jaex
78038cbfec fixed #988: NuGet update 2015-10-28 09:33:55 +02:00
Alexandre Oliveira
ef0c39717a Updated Brazilian Portuguese translation 2015-10-27 17:25:55 -02:00
Jaex
66852aed94 Added credits for Russian language support 2015-10-27 08:12:03 +02:00
Jaex
8c10e2a910 Merge pull request #1084 from L1Q/master
Russian translation added
2015-10-26 21:15:56 +02:00
L1Q
8f6ec0fbec Russian translation status: 100%
Fixed lots of typos and mistakes.
2015-10-26 15:33:53 +02:00
L1Q
64850e41f4 Russian translation status: ~99%
Still have to check everything for typos and mistakes.
2015-10-26 02:21:21 +02:00
Jaex
07ad741b00 Small Pomf change 2015-10-26 01:57:50 +02:00
x
52064875c8 Update Pomf.cs 2015-10-24 22:09:37 -04:00
Jaex
4c8cf9f547 Scrolling capture UI improvements and scroll top method option 2015-10-25 03:22:11 +03:00
Jaex
05cf6ff44f Location header response type for custom uploader 2015-10-20 03:26:16 +03:00
Jaex
bbeaae78ad fixed #962: Added Headers support to Custom Uploader 2015-10-19 16:26:25 +03:00
Jaex
4b546661df Added Headers tab to Custom Uploaders 2015-10-19 15:26:36 +03:00
Jaex
22863b99e8 fixed #1071: Account ID should be long now because of Imgur ID changes 2015-10-19 00:44:39 +03:00
Jaex
59183872e4 Fix Seafile expiration date 2015-10-16 11:23:30 +03:00
Jaex
b6f9265f4e Added Vietnamese resx files to csproj 2015-10-15 23:38:18 +03:00
Jaex
1f816e0a05 Merge pull request #1069 from thanhpd/master
Vietnamese translation added
2015-10-15 22:03:37 +03:00
thanhpd
f8d48273db Vietnamese translation added 2015-10-16 01:52:28 +07:00
Jaex
e07758246c Resx changes 2015-10-15 11:36:05 +03:00
Marcus Stojcevich
f7cf93713e Added ability to select Lambda link URL 2015-10-14 20:43:32 -07:00
Marcus Stojcevich
32ed439f35 Updated Lambda config form 2015-10-14 11:24:11 -07:00
Marcus Stojcevich
7dab8ced8b Updated Lambda uploader to use the new API 2015-10-14 09:51:38 -07:00
Marcus Stojcevich
10a6c712c4 Updated Lambda favicon 2015-10-14 09:25:46 -07:00
L1Q
c88cae0afa Added russian translation 2015-10-14 10:33:02 +03:00
Jaex
c01bbd6531 Fix ShareFile method 2015-10-13 12:26:16 +03:00
Jaex
a1b41650dc Few Seafile changes 2015-10-13 09:44:51 +03:00
Caleb Blankemeyer
af2b787918 ShareX/WorkerTask.cs
added Seafile task
-
ShareX.UploadersLib/UploadersConfig.cs
added Seafile configuration properties
-
ShareX.UploadersLib/Forms/UploadersConfigForm.resx
ShareX.UploadersLib/Forms/UploadersConfigForm.Designer.cs
ShareX.UploadersLib/Forms/UploadersConfigForm.cs
added Seafile tab, settings, and relevant configuration & validation utilities
-
ShareX.UploadersLib/FileUploaders/Seafile.cs
main Seafile controller class, watch out for the ShareURL class as it doesn't used shared http classes due to contentlength and postdata PUT constraints
2015-10-12 23:54:19 -04:00
unknown
d17c3c0478 added Seafile class, added to designer, etc. only thing nonfunctional is sharing URLs 2015-10-12 21:24:49 -04:00
Jaex
c67bfad28a Check shortcut target path too 2015-10-12 11:09:02 +03:00
Jaex
0d4a8a8d3c fix pomf.pl url 2015-10-10 01:14:39 +03:00
Jaex
69ca70130c Made pomf.cat as default pomf uploader 2015-10-07 02:43:51 +03:00
Patrick Fruh
a2c679aeeb More german translation updates 2015-10-06 10:40:38 +02:00
Patrick Fruh
59b0c43845 Reworked German Translation
Fixed typos, added missing strings, ...
2015-10-06 10:27:21 +02:00
Jaex
27d4814500 Missing config reference 2015-10-06 03:13:50 +03:00
Jaex
e2f3aeabf1 Added Pomf settings tab 2015-10-06 03:09:16 +03:00
Jaex
7fb92b3a3c Added more Pomf clones 2015-10-06 02:26:09 +03:00
Jaex
16690d12bd Added Pomf clones: 1339.cf, bucket.pw, mixtape.moe, pantsu.cat, pomf.cat, pomf.hummingbird.moe, pomf.io, pomf.pl 2015-10-05 22:45:05 +03:00
Jaex
4b546f4d90 Renamed Maxfile to Pomf and it will support all Pomf uploaders 2015-10-05 20:54:29 +03:00
Scratch
958ad0eaab Complete pomf.cat 2015-10-03 13:38:07 +10:00