Commit graph

373 commits

Author SHA1 Message Date
L1Q 03adc02009 Updated Russian translation 2016-01-09 14:08:43 +02:00
Jaex f94248c461 Updated resx 2016-01-09 01:28:22 +02:00
Jaex ddfde4e219 Updating pomf clones 2016-01-09 00:30:38 +02:00
Jaex 196ed87aa0 Update description of two settings 2016-01-08 23:39:36 +02:00
Jaex f1bb4359c3 fixed #1228: Throw exception if sftp keypath is invalid 2016-01-08 17:52:31 +02:00
Jaex 3f45c1f51e Remove "(" and ")" replacing from custom uploader export all 2016-01-04 19:11:35 +02:00
Jaex 956d74698f Pomf check url before appending result url that way if Pomf updated to latest version it won't add result url 2016-01-04 12:53:41 +02:00
Jaex 1d0842d031 Updated license year to 2016 2016-01-03 17:16:01 +02:00
neko 2f7352d842 removed pomf.pl
pomf.pl merged into pomf.io/pomf.is
2015-12-30 00:03:43 +10:30
Jaex 2234307d6c Updated donate url 2015-12-29 11:40:02 +02:00
neko 8c01c3cffd changed pomf.io to pomf.is
I have moved pomf.io to pomf.is.
2015-12-29 01:31:17 +10:30
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