Commit graph

655 commits

Author SHA1 Message Date
Kévin Martin 27aadde151 Updated imgfly.me to HTTPS
Imgfly.me is now serving with HTTPS and it's needed to update the link for properly access the API.
2016-11-11 04:04:22 +01:00
Jaex 420734415f Merge pull request #2044 from gpailler/master
#1737 Updated MegaApiClient to 1.3.0. Fixed upload progression reset issue
2016-11-09 08:49:19 +02:00
Jaex e1cd6d9064 Update Pomf uploaders 2016-11-08 09:38:44 +03:00
Gregoire Pailler 79bae596e4 #1737 Removed useless System.Net.Http bindingRedirect 2016-11-07 20:38:15 +08:00
Gregoire Pailler 0596e09523 #1737 Updated MegaApiClient to 1.3.1 (without HttpClient dependency). Customized ChunksPackSize value to upload all chunks in a single fragment (instead 1MB fragments) 2016-11-07 20:35:37 +08:00
Jaex 48914ddf80 Merge pull request #2046 from neko/patch-1
added nya.is
2016-11-07 08:04:12 +02:00
Neko dbc9722a34 added nya.is 2016-11-07 16:29:29 +10:30
Jaex 65e6877b6d Added 3 Chevereto uploaders 2016-11-07 03:24:54 +03:00
Jaex 1cd1f0f115 Added uploader filter update button functionality 2016-11-07 03:16:24 +03:00
Gregoire Pailler 230aa94f97 #1737 Updated MegaApiClient to 1.3.0. Customized ChunksPackSize value to upload files in 512MB fragments (instead 1MB fragments) 2016-11-06 21:30:37 +08:00
Jaex 7ce22b566a Merge pull request #2042 from Shadorc/master
Update French translation
2016-11-06 07:13:11 +02:00
Ninn0x4F 3bc34b1fbd Update Pomf.cs 2016-11-05 22:44:23 +01:00
Ninn0x4F 0ccfc08910 Update Pomf.cs 2016-11-05 21:55:52 +01:00
David 2459cf2156 Update French translation 2016-11-05 12:37:12 +01:00
L1Q 4d983b7578 Slightly changing Uplea config form
Moving "User Information" group under "Login Credentials"
2016-11-05 00:06:29 +02:00
L1Q af2ad85eb4 Adding russian translation to Uplea settings form 2016-11-04 23:47:36 +02:00
L1Q eda7ba5721 Making Uplea destination settings form translation-friendly 2016-11-04 23:46:03 +02:00
Ninn0x4F fbc15cdb37 Update Pomf.cs
http://kyaa.sg/ went private, uploading trough sharex isnt working anymore.
2016-11-04 01:06:35 +01:00
Jaex 91b618ee11 Added chevereto uploader 2016-11-04 00:39:52 +03:00
Jaex 4dd247c1fc Added UI to configure uploader filters 2016-10-28 14:52:06 +03:00
Jaex 3e9c561c0d Adding uploader filter support which will allow configuring uploader destination per file extensions, file size etc. 2016-10-28 13:05:56 +03:00
Jaex 76b4612d58 Removed Lithiio unsupported upload urls 2016-10-16 02:02:11 +03:00
campbeb 1e9c34f3aa Don't parse null response string when Picasa upload fails
Skip trying to parse response if it is null. Errors will get reportedly
properly.
Fixes #1983
2016-10-15 15:41:52 -04:00
Alexandre Oliveira b9de7e49f2 Update Brazilian Portuguese translation 2016-10-13 12:25:38 -03:00
Jaex 8809174267 fixed #1976: Added cuntuku.com 2016-10-06 02:08:27 +03:00
Jaex 557869d705 fixed #1797: Return SSH.NET library to previous version until new build with fix release 2016-09-19 17:00:10 +03:00
Jaex 613eefc0b5 Fix ultraimg.com request url 2016-09-17 13:16:59 +03:00
Jaex f003c62a08 Added wampi.ru 2016-09-17 13:13:00 +03:00
Jaex 4cdcd99057 Added imgbros.com 2016-09-17 13:06:48 +03:00
Jaex 1aa169fb6a Remove unused resx fields 2016-09-17 11:33:27 +03:00
Jaex 17566b3b82 Code refactoring 2016-09-17 10:07:02 +03:00
osfancy f9f2e6b2a8 Updating Uplea Configuration (#1906)
* Initial check-in to address feature enhancement request #1466.

* Checking in missing constructor parameter so fork is stable.

* Wrapping up Uplea integration support for #1466.

* Reverted Uploader.cs to earlier version as those changes weren't actually needed.

* Removed use of DataContractJsonSerializer, using JSON .NET instead. Updated the Uplea class to not store the configuration object internally, but to only pull out the API key when the config is passed through its constructor.

* Incorporating recent round of refactoring changes suggested by Jaex.

* Addressing issue with user workflow on the Uplea destination configuration tab.

* Attempt to reconcile UploadersConfigForm.resx.

* Fixing the name for an unnamed label. Updating resx formatting for base64 encoded pbDropboxLogo.Image value; since the diff on GitHub was showing a material change although VS diff ignores the formatting difference. Removed unneeded string.Format from Upload() in Uplea along with the set for IsURLExpected (since it is already true by default).

* Removed extra whitespace next to the end of the value tag since GitHub diff was still showing a difference.

* Removing references to label4 from resx which weren't removed by VS automatically when the control was renamed. The new entries for the renamed control lblUpleaEmailAddress already exist in the file.

* Updating Uplea config to not store the username/password entered on the Uplea configuration tab. Removed associated event handlers. Renamed Login button to Get API Key to be more representative of the action. Made the API key textbox editable so users can blank out the key if they wish to turn off Uplea integration.
2016-09-14 09:04:02 +03:00
osfancy 64cc6f39ec Closes #1466 - Uplea Integration (#1899)
* Initial check-in to address feature enhancement request #1466.

* Checking in missing constructor parameter so fork is stable.

* Wrapping up Uplea integration support for #1466.

* Reverted Uploader.cs to earlier version as those changes weren't actually needed.

* Removed use of DataContractJsonSerializer, using JSON .NET instead. Updated the Uplea class to not store the configuration object internally, but to only pull out the API key when the config is passed through its constructor.

* Incorporating recent round of refactoring changes suggested by Jaex.

* Addressing issue with user workflow on the Uplea destination configuration tab.

* Attempt to reconcile UploadersConfigForm.resx.

* Fixing the name for an unnamed label. Updating resx formatting for base64 encoded pbDropboxLogo.Image value; since the diff on GitHub was showing a material change although VS diff ignores the formatting difference. Removed unneeded string.Format from Upload() in Uplea along with the set for IsURLExpected (since it is already true by default).

* Removed extra whitespace next to the end of the value tag since GitHub diff was still showing a difference.

* Removing references to label4 from resx which weren't removed by VS automatically when the control was renamed. The new entries for the renamed control lblUpleaEmailAddress already exist in the file.
2016-09-13 02:13:34 +03:00
Jaex be5f57ef9a NuGet update 2016-09-13 00:46:06 +03:00
Jaex a0dfa16ea3 fixed #1904: Update DreamObjects endpoint 2016-09-12 23:49:01 +03:00
Jaex 557cd0e08e Added IsVideoFile method 2016-09-11 00:36:01 +03:00
Jaex 94655a6a23 Allow stopping Slimg status check loop 2016-09-10 00:29:42 +03:00
Jaex 76d4f85f5f Merge pull request #1885 from Sneer-Cat/master
Update Simplified Chinese
2016-09-08 15:49:26 +03:00
Sneer 52f3bbead6 Update Simplified Chinese 2016-09-08 15:46:17 +08:00
Jaex 85752b1193 fixed #1870: Remove hijacked pomf uploader 2016-09-03 09:42:15 +03:00
L1Q 64782b52bb Updated russian translation 2016-08-29 11:46:29 +03:00
Jaex c7b38b59f6 Removed up1.ca because service was down for long time 2016-08-25 20:54:19 +03:00
Jaex 6507364db5 Added gifyu.com 2016-08-23 15:05:11 +03:00
Jaex f64d11f203 NuGet update 2016-08-19 01:43:51 +03:00
Jaex a371ca7df4 Added frimge.com 2016-08-15 22:56:16 +03:00
Jaex 90307fe841 Region capture F1 tips update 2016-08-08 12:00:06 +03:00
Jaex 697c9b4f93 Added upgfx.com 2016-08-04 13:48:41 +03:00
Jaex 9d64eb6bb5 OCR space API URL update 2016-08-03 11:22:12 +03:00
Jaex fa027d8298 fixed #1755: Added transfer.sh file uploader 2016-07-31 09:59:17 +03:00
Jaex 0a78019274 CodeMaid cleanup 2016-07-30 04:21:18 +03:00