Commit graph

215 commits

Author SHA1 Message Date
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 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 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 d5b886a2ed Add streamable config form (-resx) 2015-12-01 13:15:52 -05:00
Jaex cc436a4567 Added test all Pomf clones button 2015-11-03 17:39:57 +03: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 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
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
Jaex e2f3aeabf1 Added Pomf settings tab 2015-10-06 03:09:16 +03:00
Jaex 81e3911d38 Removed unused Hubic codes 2015-09-27 08:16:41 +03:00
Jaex 48419b6497 Removed lnku because site is closed 2015-09-17 11:25:36 +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
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
Daniel McAssey 0de2447d6e Add OneTimeSecret text uploader 2015-08-03 13:59:33 +01: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 7d245e042b Change tabs to 4 spaces 2015-07-20 20:01:57 +01:00
Daniel McAssey 52db0dfcb3 Fix Form Designer 2015-07-20 16:50:37 +01: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 10daefe9ef Removed extraneous + signs 2015-06-28 12:30:45 -04:00
Keith 7e3265854e Added in everything else for Up1 support 2015-06-28 12:30:44 -04: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 bbe6c6be55 Fix MyListView designer visibility 2015-05-06 16:31:46 +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
Alan Edwardes ae89ebd8bc Added AWS SDK. Re-wrote S3 implementation to use pre-signed URLs for PUT. 2015-04-19 00:48:30 +01: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 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 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 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 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 d5b1d287fb Changed namespaces too 2014-12-10 22:25:20 +02:00
Jaex 5096a895f1 Changed project namings (Example: HelpersLib -> ShareX.HelpersLib) 2014-12-10 22:11:55 +02:00
Renamed from UploadersLib/Forms/UploadersConfigForm.Designer.cs (Browse further)