Commit graph

325 commits

Author SHA1 Message Date
Jaex be65ec7c6b Fix tab order in FTP settings tab 2017-04-23 21:09:58 +03:00
Jaex e7b6218129 Refresh combo box texts on name change, disable transfer mode panel on SFTP protocol 2017-04-20 23:50:31 +03:00
Jaex 708f695e4b Added FTPS and SFTP settings 2017-04-20 22:44:50 +03:00
Jaex bceddbc6a9 FTP UI almost done 2017-04-20 19:38:20 +03:00
Jaex 0e4e2da87d FTP UI progress 2017-04-20 16:56:16 +03:00
Jaex 6aed566706 Interim commit for FTP settings UI changes 2017-04-20 13:30:08 +03:00
Jaex 3700fc30d6 Added Gfycat icon 2017-03-28 03:46:05 +03:00
Nathan Adams 154bf27816 Updated gfycat to use newer oauth api 2017-03-28 01:05:28 +02:00
Jaex df29f1d4fc Change uploaders config tab name from "FTP" to "FTP / FTPS / SFTP" 2017-03-24 13:31:25 +03:00
Jaex 00833dd640 Added "Use path style request" option to Amazon S3 2017-03-20 14:56:11 +03:00
Jaex f7236c27f5 Amazon S3 renamings 2017-03-20 14:26:44 +03:00
Jaex fb12be55ac Removed Dropbox shortened link option because it is not exists in API v2, added direct link option as checkbox 2017-03-19 09:52:03 +03:00
Jaex 1ec3506022 Amazon S3 custom domain support 2017-03-18 03:43:38 +03:00
Jaex 058872b87a Added Amazon S3 regions list, added custom region support 2017-03-17 03:15:19 +03:00
Jaex e20506ed8d Removed Dropbox public folder support because not works anymore 2017-03-16 09:18:08 +03:00
Jaex 23c6c27dfb Amazon S3 UI related changes 2017-03-11 04:07:36 +03:00
Jaex eefb1de22a Few Gist changes 2017-03-05 16:53:50 +03:00
Max Schmitt 576bcba423 Added Github Gist Enterprise support for anonymous Gists 2017-03-05 14:05:59 +01:00
Jaex 59ff2c71fa Fix XPath link 2017-03-03 11:49:54 +03:00
Max Schmitt b7dd73c370 - fixed naming convention
- optimized dictionary getFirstElement
2017-02-27 00:45:07 +01:00
Max Schmitt bcac721a25 Added Plik file uploader 2017-02-26 17:17:02 +01:00
Jaex 7ad7957c34 UploadersConfigForm small UI changes 2017-02-22 16:41:54 +03:00
Tomasz Wisniewski 92878b0457 Fixed resx file to not have multiple changes 2017-01-27 16:29:20 +01: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 37af1bd96a Added tooltip for custom uploader destination type control 2017-01-23 10:37:12 +03:00
Jaex 25688d52c0 Use .sxcu extension on export import control 2017-01-16 23:49:08 +03:00
Jaex 88b82ddeab Adding destination type setting to custom uploader tab 2017-01-15 00:28:01 +03:00
Jaex 8aa7f4ea6d fixed #2171: Added Polr API v2 support 2016-12-29 16:01:03 +03:00
QDT 9315a054ca Added support for text upload to pastie.org 2016-12-07 17:07:29 -08:00
Jaex 55fa228516 fixed #689: Added optional force Imgur https:// links option 2016-12-06 23:33:19 +03:00
Jaex effd693cb0 Enlarge FTP settings property grid to remove scroll bar 2016-11-27 10:19:57 +03:00
Jaex 1cd1f0f115 Added uploader filter update button functionality 2016-11-07 03:16:24 +03:00
L1Q 4d983b7578 Slightly changing Uplea config form
Moving "User Information" group under "Login Credentials"
2016-11-05 00:06:29 +02:00
L1Q eda7ba5721 Making Uplea destination settings form translation-friendly 2016-11-04 23:46:03 +02:00
Jaex 76b4612d58 Removed Lithiio unsupported upload urls 2016-10-16 02:02:11 +03:00
Jaex 1aa169fb6a Remove unused resx fields 2016-09-17 11:33:27 +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 c7b38b59f6 Removed up1.ca because service was down for long time 2016-08-25 20:54:19 +03:00
Jaex a1346db119 fixed #1725: Add example URL for ownCloud and change "Host" to "URL" 2016-07-24 14:36:43 +03:00
Jaex 66e1476999 Lithiio slight UI change 2016-07-23 12:59:48 +03:00
lithium720 3e07501f06 Lithiio - Removed anonymous upload support 2016-07-22 20:45:03 -07:00
Jaex dbc6a3c809 Resx update 2016-07-13 19:41:37 +03:00
Jaex 740448b9dd fixed #1690: Option to use file extension for Hastebin syntax highlighting 2016-07-04 08:07:49 +03:00
Jaex fc6a214f20 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
Jaex 0a0b9c66de Added puush logo to uploaders config form 2016-06-23 11:43:45 +03:00
Jaex f99aa690af Added puush destination tab 2016-06-11 23:19:29 +03:00
Mikael Hermansson 3a2527b003 Added "Use direct link" checkbox to Google Drive uploader settings 2016-06-11 13:22:38 +02:00
Jaex 69813c88c3 Update resx 2016-06-08 12:13:34 +03:00
Jaex f8d4eb2220 resx updates 2016-05-30 10:04:07 +03:00
lithium_ bc65ee854e Updated Lithiio
Removed text link to the lithi.io site and added a button.
Changed Icon
2016-05-26 00:12:21 -07:00
Jaex 0133c4eb89 Added bobblepic.com 2016-05-25 19:20:02 +03:00
Jaex 5a87688005 Added automatic email send option to specific email address 2016-05-24 21:50:26 +03:00
lithium_ 2b9f629cf0 Made lithiio Instructions More Clear 2016-05-21 21:38:07 -07:00
lithium_ 01e3cd8bdc Made lithiio instructions more clear 2016-05-21 21:37:24 -07:00
Jaex 75d0be62f9 Little changes about lithiio 2016-05-15 15:22:13 +03:00
lithium_ 80e26e9bfe New File Uploader - lithi.io
Added a new file uploader.
2016-05-15 04:57:30 -07:00
Jaex f59f568b9b Added GetUploadersConfigTabPage function to remaining services 2016-05-01 11:27:39 +03:00
Jaex d5d1dae20c Added GetUploadersConfigTabPage function to all URL shortener services 2016-05-01 11:15:16 +03:00
Jaex c84a3b4fe4 Added GetUploadersConfigTabPage function to all file uploader services 2016-05-01 11:09:11 +03:00
Jaex e05fcb7f16 Added GetUploadersConfigTabPage function to all text uploader services 2016-05-01 10:54:11 +03:00
Jaex e44e756a5f Added GetUploadersConfigTabPage function to all image uploader services 2016-04-30 00:47:33 +03:00
Jaex 664291c696 #1487 Used SystemColors.Window in BackColor of every single form also removed BackColor Color.White usage completely in all controls 2016-04-25 21:00:46 +03:00
Jaex cce83515be fixed #1487: Using system colors everywhere in UI as possible so Windows themes can work properly 2016-04-08 18:58:03 +03:00
Jaex 86506a16aa fixed #1483: Added direct url support for Streamable 2016-04-07 17:50:41 +03:00
Jaex a147cb2f34 fixed #1444: Removed Openload file uploader, check referenced issue for reason 2016-03-25 22:39:19 +02:00
Jaex 7f1027ab2f Resx updates 2016-03-25 18:10:42 +02:00
Jaex 2c4110199b Picasa renamed to Google Photos (Picasa) 2016-03-25 18:03:30 +02:00
Jaex f4a0cbbf24 Removed IgnoreInvalidCert option from OwnCloud instead it can use global optional setting 2016-03-24 18:21:17 +02:00
Jaex 7a0dced3f7 Resx update 2016-03-24 00:47:37 +02:00
Jaex f476958a40 Added missing translations, Turkish translation 100%, quick task menu continue button moved to top 2016-03-23 23:51:38 +02:00
Jaex bc8c31d8a8 Uploader tab re order 2016-03-23 22:26:29 +02:00
Laurent Fourrier 1ffad76f29 Fixed #1370 : Added support for openload.co 2016-03-21 18:10:34 +01:00
Jaex a04d10c05c fixed #1416: Added raw URL support to GitHub Gist 2016-03-18 14:08:24 +02:00
Jaex 3ce8312cfc fixed #1416: Added Pastebin raw URL option 2016-03-18 12:46:55 +02:00
Jaex df5da6871b Show uploader test all buttons only in debug build 2016-03-12 20:20:14 +02:00
Michael Delpach af0dbcce12 remove Copy from UploadersLib 2016-03-12 09:10:42 +11:00
Jaex ffa78b670b Added chevereto test all button 2016-03-05 18:46:44 +02:00
Jaex 2696430203 Marked some fields as invariant 2016-02-22 18:02:17 +02:00
Jaex 8c74b42efc Added lightpics.net 2016-02-21 13:22:36 +02:00
Jaex 98ec05eeab Added Chevereto preset uploaders list, defaults to ultraimg.com 2016-02-18 12:10:30 +02:00
Jaex 2963a5f9ef SomeImage fixes 2016-02-15 08:53:30 +02:00
Jevan Pipitone bd89f3d18c #1298 redo the changes 2016-02-14 23:12:53 +11:00
Jaex 48f4810dec Added vgy.me account support 2016-02-14 02:28:41 +02:00
Jaex 1c66900ec1 Revert previous merge because it had faulty resx changes 2016-02-14 02:03:03 +02:00
Jevan Pipitone 2488cde26b #1298 Update 12 Feb 2016
- Added SomeImage.Png as resource bitmap (it's located in the
ShareX.UploadersLib\Favicons\ folder)
- Use LinkLabel instead of Label for SomeImage API Link Message
- Name of any added controls is more descriptive
2016-02-12 18:15:43 +11:00
Jevan Pipitone 308f24832a Update 10 Feb 2016 2016-02-10 21:07:16 +11:00
Jevan Pipitone 0fade80a2e Revert "#1298 update"
This reverts commit f7e8324664.
2016-02-10 20:57:33 +11:00
Jevan Pipitone f7e8324664 #1298 update 2016-02-05 16:58:52 +11:00
Jevan Pipitone e39ec0284d #1298
#1298
2016-02-04 17:26:43 +11:00
Jaex f94248c461 Updated resx 2016-01-09 01:28:22 +02:00
Jaex 3f45c1f51e Remove "(" and ")" replacing from custom uploader export all 2016-01-04 19:11:35 +02:00
Jaex 4b2133fb34 Button placement changes 2015-12-23 00:38:10 +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
Jaex acddb179e9 In custom uploader settings add syntax to last active URL text box 2015-12-16 11:13:30 +02:00
Corin Simpson-Bryars d7b50bdae7 Adds s-ul support 2015-12-12 02:30:12 +00:00
Jaex 673324e66e Resx translation updates 2015-12-07 18:12:44 +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 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
L1Q 6a7804b2b4 Seafile form optimized for locales 2015-11-16 14:25:13 +02:00
Jaex c946e03093 Mark fields invariant 2015-11-15 11:24:49 +02:00
Jaex cc436a4567 Added test all Pomf clones button 2015-11-03 17:39:57 +03:00
Jaex 07ad741b00 Small Pomf change 2015-10-26 01:57:50 +02:00
Jaex 4b546661df Added Headers tab to Custom Uploaders 2015-10-19 15:26:36 +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 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
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
Patrick Fruh 59b0c43845 Reworked German Translation
Fixed typos, added missing strings, ...
2015-10-06 10:27:21 +02:00
Jaex e2f3aeabf1 Added Pomf settings tab 2015-10-06 03:09:16 +03:00
Jaex 4da2e38996 Resx updates 2015-10-01 03:06:31 +03:00
Jaex 81e3911d38 Removed unused Hubic codes 2015-09-27 08:16:41 +03:00
Jaex c245df5568 Translated missing translations 2015-09-17 11:55:45 +03:00
Jaex 48419b6497 Removed lnku because site is closed 2015-09-17 11:25:36 +03:00
Jaex 74c67cec36 Turkish language update, resx fixes 2015-09-02 23:10:06 +03:00
Jaex 5b0e138322 Fix Twitter name update problem 2015-09-02 21:37:19 +03:00
Jaex fe59867930 In Twitter accounts using listbox instead of listview to make sure selection never becomes unselected 2015-09-02 18:41:02 +03:00
Jaex 2d2f1d6b77 Added DisableDeselect support to ListView 2015-09-02 17:54:24 +03:00
David Ruhmann 3e3a7196d5 add visual studio designer changes 2015-09-01 12:37:54 -05:00
Jaex c34d7b7114 Added missing hard coded strings to resx, Updated Turkish translations 2015-08-11 20:33:30 +03:00
Jaex 60d31b12d8 Polr fixes 2015-08-09 22:21:20 +03:00
Jaex 7444eac51b fixed #797: Imgur GIFV URL option 2015-08-08 14:38:37 +03:00
Daniel McAssey 4aa71f9bc7 Add Self-Hosted Polr support 2015-08-04 19:49:07 +01:00
Jaex 2864cfeb0f Resx missing invariant fields 2015-08-04 03:40:51 +03:00
Daniel McAssey 0de2447d6e Add OneTimeSecret text uploader 2015-08-03 13:59:33 +01:00
Jaex 88a9f8da07 Resx update 2015-08-02 04:43:43 +03:00
Jaex 040292f08c Added clear custom uploaders button, auto regex syntax improvement 2015-07-22 17:07:21 +03:00
Daniel McAssey 1be901dd08 Adds Compatibility button for ownCloud versions 8.1+ to fix #784 2015-07-21 22:52:00 +01:00
Daniel McAssey 3f9ff8ebc0 Add config form 2015-07-20 21:21:06 +01:00
Daniel McAssey a7ffeb3efa Fix correct URL and GET argument 2015-07-20 16:35:01 +01:00
Jaex 2b0277c90f resx updates 2015-07-02 04:50:49 +03:00
Jaex d9caedf16c Small changes for Up1, added credit for it 2015-06-29 22:57:14 +03:00
Keith 51e34f1125 Remove extraneous newlines 2015-06-29 07:38:47 -04:00
Keith 8ea5fa7608 Added changes to UploadersConfigForm 2015-06-28 12:29:35 -04:00
Jaex b29de89378 Resx updates 2015-06-19 22:57:13 +03:00
Jaex 1ed4f7e586 In custom uploader settings double clicking regex will automatically detect group and add syntax to URL section 2015-06-15 16:59:57 +03:00
Jaex ade770af38 Imgur oauth control will be disabled when anonymous account type selected 2015-05-27 02:59:00 +03:00
Jaex 07199f36cf Added nl-NL files to projects 2015-05-03 19:10:35 +03:00
Jaex 8df6000c6b Using ListView instead of ListBox in Twitter settings 2015-05-02 14:55:43 +03:00
Jaex b632fd028d Twitter UI changes 2015-04-28 10:50:41 +03:00
Jaex 33065a8b78 Twitter auth works now 2015-04-28 04:33:53 +03:00
Jaex 842b8139cb Twitter UI overhaul interim commit 2015-04-28 02:45:44 +03:00
Jason Underhill dc51c83b20 Added AWS S3 Endpoint for EU Frankfurt Region to resolve #560 2015-04-08 08:36:56 +01:00
Jaex 32ace62a2c RapidShare removed because they gonna shut down service soon 2015-02-24 22:26:16 +02:00
Jaex 57a2d16f3b Custom uploader ui position changes to fit translation 2015-02-24 20:56:35 +02:00
Jaex 91e476d99a German updated by @Starbug2 2015-02-10 22:49:28 +02:00
Jaex c903ec8639 GIF fps limit increased to 30, fixed gif cache integer overflow problem 2015-02-09 17:17:04 +02:00
Jaex 37417ccbf2 Few Lambda changes 2015-02-03 22:48:32 +02:00
Marcus Stojcevich eadb52b3cb Add lambda.sx as a file uploader 2015-02-03 15:12:53 -05:00
Jaex a9b0b3416a Added german resx to projects 2015-01-15 20:44:39 +02:00
Jaex 3256792110 Added Simplified Chinese to projects 2015-01-15 16:17:33 +02:00
Jaex 35ff3b561d OverrideFTP and CustomUploader will be disabled when list is empty 2015-01-14 13:56:00 +02:00
Jaex 99ece74468 hubic selected folder label fix 2015-01-12 10:38:44 +02:00
Leo Lam 85f2f73584 Add Hubic.com file uploader support 2015-01-11 19:31:39 -05:00
Jaex 4745e2e370 Preparation for release 2014-12-28 12:07:34 +02:00
Jaex d0d923c518 Removed refresh folders button because it is not necessary anymore 2014-12-27 22:54:18 +02:00
Jaex 931592b80e Added loading indicator to OneDrive folder listing 2014-12-27 08:22:35 +02:00
mcored 22d01e1e93 OneDrive folder navigation using TreeView 2014-12-27 08:33:23 +08:00
mcored ef515f0480 Selected folder for Box / OneDrive change 2014-12-27 07:57:57 +08:00
mcored 1af3dc6a9d OneDrive UI interim commit 2014-12-26 21:58:38 +08:00
Jaex 3e6d87f150 Added create shareable link setting to OneDrive 2014-12-25 23:23:42 +02:00
Jaex 470818f753 OneDrive authentication works 2014-12-25 20:36:15 +02:00
Jaex 958547d055 Using drag able listview in custom uploaders tab 2014-12-23 20:04:35 +02:00
Jaex 5096a895f1 Changed project namings (Example: HelpersLib -> ShareX.HelpersLib) 2014-12-10 22:11:55 +02:00
Renamed from UploadersLib/Forms/UploadersConfigForm.resx (Browse further)