ShareX/ShareX.UploadersLib
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
..
APIKeys fixed #1584: Added sli.mg image uploader 2016-05-28 12:20:28 +03:00
BaseServices Get uploader icon from its service 2016-06-27 20:20:55 +03:00
BaseUploaders Dropbox upload works now but unable to create public url because they don't supply uid anymore 2016-06-29 19:49:06 +03:00
Controls final update! \o/ 2016-04-29 17:38:54 +02:00
Favicons Closes #1466 - Uplea Integration (#1899) 2016-09-13 02:13:34 +03:00
FileUploaders Closes #1466 - Uplea Integration (#1899) 2016-09-13 02:13:34 +03:00
Forms Updating Uplea Configuration (#1906) 2016-09-14 09:04:02 +03:00
FTPClient Merge pull request #1885 from Sneer-Cat/master 2016-09-08 15:49:26 +03:00
Helpers Removed DropboxFilesForm because with API v2 many things missing so it will be difficult to make it work 2016-06-29 23:00:22 +03:00
ImageUploaders Allow stopping Slimg status check loop 2016-09-10 00:29:42 +03:00
OtherServices OCR space API URL update 2016-08-03 11:22:12 +03:00
Properties Closes #1466 - Uplea Integration (#1899) 2016-09-13 02:13:34 +03:00
Resources Removed unused image files 2016-06-29 23:21:05 +03:00
SharingServices Added automatic email send option to specific email address 2016-05-24 21:50:26 +03:00
TextUploaders Added IsVideoFile method 2016-09-11 00:36:01 +03:00
URLShorteners Get uploader icon from its service 2016-06-27 20:20:55 +03:00
app.config NuGet update 2016-07-11 23:24:51 +03:00
Enums.cs Closes #1466 - Uplea Integration (#1899) 2016-09-13 02:13:34 +03:00
packages.config NuGet update 2016-09-13 00:46:06 +03:00
ShareX.UploadersLib.csproj Closes #1466 - Uplea Integration (#1899) 2016-09-13 02:13:34 +03:00
ShareX.UploadersLib.csproj.DotSettings Changed project namings (Example: HelpersLib -> ShareX.HelpersLib) 2014-12-10 22:11:55 +02:00
UploaderFactory.cs Get uploader icon from its service 2016-06-27 20:20:55 +03:00
UploadersConfig.cs Updating Uplea Configuration (#1906) 2016-09-14 09:04:02 +03:00
UploadersConfigValidator.cs Better uploader service caching 2016-04-15 03:25:08 +03:00
UploadResult.cs Replace all string.Empty with "" 2016-05-24 21:15:45 +03:00