Commit graph

194 commits

Author SHA1 Message Date
Jaex 54a7d80d2f fixed #1868: Upgrade .NET Framework version to 4.6.2 2018-02-28 13:04:37 +03:00
Jaex d0c2275207 Support name patterns in custom uploader headers too 2018-02-03 22:21:24 +03:00
L1Q 7bdbd5980b Update Russian translation 2018-01-13 15:43:47 +02:00
Fyers f2a7f03c8d Added german translation for OCRSpaceForm 2018-01-07 17:17:45 +01:00
Charles Milette 8d9f486f39
Use a SharedAssemblyInfo to minimize duplication 2018-01-01 12:32:18 -05:00
Jaex 8448ec220c Removed .nuget folder because it is not necessary anymore 2017-12-24 10:22:54 +03:00
Jaex 5d57bc40dd Update Mega lib 2017-12-05 20:44:57 +03:00
Jaex 8e3d7d971e Removed dead uploader Uplea 2017-10-29 11:56:26 +03:00
Jaex 77de435aae fixed #1797: Updated SSH.NET to latest stable build 2017-10-19 16:48:28 +03:00
Jaex 9a3f872575 #130: Removed shutdown minus.com uploader 2017-10-19 16:31:30 +03:00
Jaex fa3c04fad6 Fix image effect order changes 2017-09-25 09:58:16 +03:00
Jaex a9b0982b4c Adding custom URL sharing service 2017-09-10 13:55:21 +03:00
Jaex 0fd87b61e0 Rename Picasa to Google Photos and use Google Photos icon 2017-09-05 22:43:36 +03:00
Jaex 88e6282b74 #2734: Removed Imgland 2017-08-26 13:11:50 +03:00
Jaex 128026f51d #2734: Removed SomeImage 2017-08-26 13:09:42 +03:00
Jaex 1193cc05cc Update Json .NET 2017-08-20 18:52:02 +03:00
Jaex a115954301 Added Italian files to project 2017-07-23 21:57:10 +03:00
Jaex f4bd3e270f Removed unused FTP class 2017-06-14 15:24:36 +03:00
Jaex 378ae2125a Add missing WindowsStore constants 2017-05-03 16:56:11 +03:00
Jaex 99cc700c7d Added WindowsStoreDebug configuration 2017-04-21 18:22:15 +03:00
Jaex 602c756a2c Added WindowsStore build configuration 2017-04-21 01:59:19 +03:00
Jaex d881a54040 Update json .net 2017-04-06 10:53:37 +03:00
Jaex 3700fc30d6 Added Gfycat icon 2017-03-28 03:46:05 +03:00
Jaex b2b3e9de1a Update Json.NET 2017-03-24 14:56:49 +03:00
Alan Tsai 38163a82b7 [Translate]zh-Tw for Sharex.Uploaders project 2017-03-21 23:42:37 +08:00
Jaex 87a421a9ed If current endpoint exists in endpoints list then select it automatically 2017-03-21 09:31:47 +03:00
Jaex 84f2de7649 Added DreamObjects support,
Amazon S3 Identifier optional now it can be automatically populated from hostname
2017-03-20 02:05:23 +03:00
Jaex 4a2afc4d42 Also added Google image search as sharing service 2017-03-18 08:41:02 +03:00
Jaex 058872b87a Added Amazon S3 regions list, added custom region support 2017-03-17 03:15:19 +03:00
Jaex af1c47a03d Initial Amazon S3 implementation, currently signature not matches 2017-03-10 20:10:16 +03:00
Jaex 05400bf552 Remove current Amazon S3 implementation 2017-03-10 19:37:23 +03:00
Max Schmitt b139c0650c - improved variable names
- fixed favicon issue
- removed regex config checking
2017-02-26 21:44:47 +01:00
Max Schmitt 54bbae58ee Added PlikSettings class 2017-02-26 20:27:40 +01:00
Max Schmitt bcac721a25 Added Plik file uploader 2017-02-26 17:17:02 +01:00
Jaex d6bc30b170 NuGet update 2017-02-22 16:32:56 +03:00
Niklas Mollenhauer a7d0664b67 Remove RapidShare 2017-02-10 22:54:08 +01:00
Jaex bd39d4d827 fixed #2268: Removed sli.mg image uploader 2017-02-06 08:56:13 +03:00
Jaex a35beedc1e Removed unused media crush uploader 2017-02-03 09:04:39 +03:00
Tomasz Wisniewski 27b6d1c9a3 Code refactoring - minor issues 2017-01-27 11:21:46 +01:00
Tomasz Wisniewski 0e61fb954c Added infrastructure for Azure Storage 2017-01-26 12:41:49 +01:00
Jaex f1f996624c Update AWSSDK 2017-01-25 15:49:43 +03:00
Jaex f8fb45c8b9 #1058: Update AWSSDK 2017-01-19 16:22:58 +03:00
QDT 9315a054ca Added support for text upload to pastie.org 2016-12-07 17:07:29 -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
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 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 557869d705 fixed #1797: Return SSH.NET library to previous version until new build with fix release 2016-09-19 17:00:10 +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 c7b38b59f6 Removed up1.ca because service was down for long time 2016-08-25 20:54:19 +03:00